emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] branch master updated (34a33fa -> 30cbf74)


From: Thien-Thi Nguyen
Subject: [elpa] branch master updated (34a33fa -> 30cbf74)
Date: Mon, 24 Feb 2014 12:30:13 +0000

ttn pushed a change to branch master
in repository elpa.

      from  34a33fa   * num3-mode.el: Catch strings looking like hex number 
even w/o 0x prefix.
       new  875e635   Start building eventual package ‘gnugo’.
       new  1b1a914   Import gnugo.el from ttn-pers-elisp 1.59.
       new  4517e01   [gnugo] Adapt copyright notice to FSF, headers to ELPA.
       new  1d80be7   [gnugo maint] Add NEWS file; prune Commentary; nfc.
       new  f138c2a   [gnugo] Use ‘cl-labels’ instead of ‘flet’.
       new  6de5f71   [gnugo] Presume working time-date.el.
       new  ed89d21   [gnugo] Presume "modern" GNU Emacs.
       new  da92827   [gnugo int] Use ‘zerop’.
       new  b1ab31e   [gnugo] Wait at most 30sec for subproc output chunk.
       new  7e20538   [gnugo] Don't use ‘process-kill-buffer-query-function’.
       new  0f241c0   [gnugo maint] Add HACKING; prune Commentary; nfc.
       new  5f6d34e   [gnugo doc] Document version-number scheme.
       new  ac12fc2   [gnugo int] Use ‘redisplay’ more.
       new  82aaf2b   [gnugo int] Use ‘display’ property more.
       new  2ca5a50   [gnugo int] Use ‘(split-string STR SEP t)’.
       new  e398884   [gnugo maint] Update "next" in HACKING; nfc.
       new  dc89a3c   [gnugo] Indicate buffer not modified after save.
       new  6270a71   [gnugo maint] Update a musing item in HACKING; nfc.
       new  afbbabb   [gnugo maint] Revamp "ChangeLog discipline" in HACKING; 
nfc.
       new  92aa999   [gnugo int] Avoid variable FORMAT for ‘message’.
       new  7a11a8f   [gnugo gtp int] Use :post-thunk instead of :post-hook.
       new  04368bd   [gnugo maint] Add .dir-locals.el file, link in HACKING; 
nfc.
       new  2b5e4b0   [gnugo int] Drop unused local var.
       new  9fa079c   [gnugo int] Use ‘number-sequence’ more.
       new  f6b3705   [gnugo int] Use cl-{plus,minus}p more.
       new  04f45c5   [gnugo] Give names and docstrings to ‘lambda’ commands.
       new  f47c15f   [gnugo int] Hang the sync-return-stash on the process 
object.
       new  b921840   [gnugo int] Drop leading "*" in docstrings.
       new  f0ec51e   [gnugo] Indicate buffer not modified after load.
       new  11db7f4   [gnugo maint] Update NEWS file; nfc.
       new  d5a7992   [gnugo int] Add abstraction: gnugo--unclose-game
       new  b641763   [gnugo] Use ‘user-error’.
       new  cf3637c   [gnugo int] Zonk unused local var.
       new  2b128a9   [gnugo int] Use ‘set-process-query-on-exit-flag’.
       new  965d606   [gnugo int] Use ‘dolist’ and ‘destructuring-bind’.
       new  687f614   [gnugo int] Revamp gnugo-{put,get} doc / indentation decl.
       new  3c48187   [gnugo maint] Update "next" in HACKING; nfc.
       new  3788b9a   [gnugo] Fix bug: Relax sync regexp.
       new  257598c   [gnugo] Don't show underscore in group-animation message.
       new  87fa5b2   [gnugo] Use special constructs for keybindings in 
docstrings.
       new  d825a51   [gnugo] Make proc-status change mode-line elem more 
informative.
       new  b10581b   [gnugo int] Use internal macros more.
       new  c2bd399   [gnugo maint] Update HACKING; nfc.
       new  e9031b4   [gnugo] Bind ‘DEL’ to ‘gnugo-undo-two-moves’.
       new  84a3eb0   [gnugo] New command: ‘A’ (gnugo-switch-to-another)
       new  53e70a9   [gnugo] New command: ‘_’ and ‘M-_’ (gnugo-boss-is-near)
       new  997175f   [gnugo maint] Update NEWS; nfc.
       new  fd1fb6d   [gnugo] Fix bug: Compute grid spacing using offset math.
       new  f8c4bb4   [gnugo] Rename var to ‘gnugo-inhibit-refresh’.
       new  e6f77d3   [gnugo maint] Update NEWS, HACKING; nfc.
       new  30cbf74   [gnugo] Release: 2.3.0

The 51 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/gnugo/.dir-locals.el |    5 +
 packages/gnugo/HACKING        |   63 ++
 packages/gnugo/NEWS           |  148 +++
 packages/gnugo/README         |    6 +
 packages/gnugo/gnugo.el       | 2195 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 2417 insertions(+), 0 deletions(-)
 create mode 100644 packages/gnugo/.dir-locals.el
 create mode 100644 packages/gnugo/HACKING
 create mode 100644 packages/gnugo/NEWS
 create mode 100644 packages/gnugo/README
 create mode 100644 packages/gnugo/gnugo.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]