all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Shmakov <ivan@siamics.net>
To: 18687@debbugs.gnu.org
Subject: bug#18687: mw: modular MediaWiki interface for Emacs
Date: Fri, 20 Feb 2015 07:09:35 +0000	[thread overview]
Message-ID: <874mqh5aa8.fsf@violet.siamics.net> (raw)
In-Reply-To: <87k3186mri.fsf_-_@violet.siamics.net> (Ivan Shmakov's message of "Wed, 31 Dec 2014 12:12:49 +0000")

	Some of the changes to the code are now went public [1, 2].
	(Note the s/2014/2015/ year change in the URIs.)

[1] https://am-1.org/~ivan/archives/git/mw-el-2015.git
[2] https://am-1.org/~ivan/archives/git/gitweb.cgi?p=mw-el-2015.git

	There, I’ve decided to rewind ‘master’ by three revisions (back
	to 05d33edc); then put one of them (with the commit message
	edited for better correctness), as well as 4 revisions formerly
	of ‘fixes-x54a46898’ (see [3]), and 8 more fresh ones, to the
	new ‘exp-x54e65706’ branch.

	One of the changes (17ebb542) introduces the “top-level” mw.el
	file, which provides a ‘defgroup’, and is required by GNU ELPA.
	I hope someone could review if I’ve done this part correctly.

[3] news:87sifu43io.fsf@violet.siamics.net
    http://debbugs.gnu.org/18687#msg44

	This still leaves some code I’d like to add before pushing the
	Git history to GNU ELPA, but I feel I’m roughly halfway of what
	I’ve planned for 0.2.

	A summary of the changes is as follows.

 2fd573e0 New ‘mw-info-princ-alist’ and ‘mw-info-princ-voa’ functions.

	    The latter generalizes the former ‘vc-mw-print-revisions’.

 6d740471 New ‘vc-mw-revision-query-alist’ customizable variable.

	    This one allows for an empty “continuation cookie” to be
	    added to all the vc-mw.el queries in order to silence a
	    warning emitted by newer MediaWiki versions.  Also, it
	    allows for the set of entries shown by vc-print-log to be
	    customized, – to the extent supported by the remote
	    MediaWiki instance.

 76b50f8c Fixed token logic in ‘vc-mw-buffer-page-info’ and
          ‘vc-mw-find-revision’.

	    Now the tokens will be correctly requested whenever the
	    remote is queried, /except/ for the log (IOW,
	    ‘vc-mw-print-log’.)

 b3a39473 New ‘mw-xapi-adjoin-token-request’ function.

 bf8a70ce Promote several variables to customizable status.

	    Namely: ‘mw-api-response-hook’ (which is also marked for
	    autoloading, as a hook variable with a non-nil default
	    value), ‘mw-buffer-associate-page-hook’,
	    ‘mw-buffer-endpoint-safe-hook’,
	    ‘mw-buffer-try-file-name-hook’.

 215e4a07 Split token handling into new mw-xapi.el off mw-api.el.

	    Which means that ‘mw-xapi-token’ is the new name for
	    ‘mw-api-token’.  Also introduces ‘mw-api-response-hook’.

 21f8d096 Bump the version to 0.2 and update copyright years.

	    This does /not/ include mw.el, as updating that would
	    (I presume) trigger a release on GNU ELPA.

 17ebb542 New mw.el replaces mw-pkg.el, anticipating the forthcoming
	  GNU ELPA inclusion.

	    Also introduces ‘mw-buffer’, ‘mw-api’, and the package’s
	    top-level ‘mw’ customization groups.

-- 
FSF associate member #7257  http://boycottsystemd.org/  … 3013 B6A0 230E 334A





  parent reply	other threads:[~2015-02-20  7:09 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87oatpkof7.fsf@passepartout.tim-landscheidt.de>
2014-10-11 10:55 ` bug#18687: mw 0.1: modular MediaWiki interface for Emacs Ivan Shmakov
2014-10-12  4:47   ` Stefan Monnier
2014-10-12 10:20     ` Ivan Shmakov
2014-10-14 18:40       ` Stefan Monnier
2014-10-14 20:05         ` Ivan Shmakov
     [not found]         ` <87k342zabt.fsf@violet.siamics.net>
2014-10-14 23:51           ` Stefan Monnier
2014-10-15 10:27             ` GNU ELPA; " Ivan Shmakov
2014-10-15 13:35               ` Nic Ferrier
2014-10-15 17:51                 ` Stefan Monnier
2014-10-15 18:42                   ` Ivan Shmakov
2014-10-15 22:38                     ` Stefan Monnier
2014-10-15 18:51                   ` Nic Ferrier
2014-10-15 22:31                     ` Stefan Monnier
2014-10-21 16:33             ` bug#18687: " Stefan Monnier
2014-10-22 21:35               ` Ivan Shmakov
2014-10-24 18:55                 ` Ivan Shmakov
2014-12-31 12:12                   ` bug#18687: mw: " Ivan Shmakov
2015-01-01 16:06                     ` Stefan Monnier
2015-01-01 16:37                       ` Ivan Shmakov
2015-01-23 14:42                       ` Ivan Shmakov
2015-01-29 13:45                         ` a few questions on GNU ELPA Ivan Shmakov
2015-01-29 16:06                           ` Stefan Monnier
2015-01-30 20:24                             ` Ivan Shmakov
2015-01-31  6:31                               ` Stefan Monnier
2015-02-20 17:14                         ` bug#18687: mw: modular MediaWiki interface for Emacs Stefan Monnier
2015-02-20 18:30                           ` Ivan Shmakov
2015-02-20 19:52                             ` Stefan Monnier
2015-01-01 21:03                     ` Ivan Shmakov
2015-02-20  7:09                     ` Ivan Shmakov [this message]
2020-02-29 18:39     ` bug#18687: mw 0.1: " Stefan Kangas
2020-02-29 19:55       ` Ivan Shmakov
2020-03-01  1:38         ` Stefan Kangas
2020-03-08 17:52           ` Stefan Monnier
2020-08-04 16:06             ` Stefan Kangas
2020-08-04 16:45               ` Mark A. Hershberger
2020-08-04 16:47                 ` Stefan Kangas
2020-03-02 20:30       ` Mark A. Hershberger
2020-03-11  1:31         ` Stefan Kangas
2014-10-13 17:20   ` Mark A. Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mqh5aa8.fsf@violet.siamics.net \
    --to=ivan@siamics.net \
    --cc=18687@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.