emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0bba79e: ; ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] master 0bba79e: ; ChangeLog fixes
Date: Fri, 17 Apr 2015 17:13:14 +0000

branch: master
commit 0bba79e69b3b77fc31dc2f951b5715c00857e413
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; ChangeLog fixes
---
 doc/lispref/ChangeLog.1 |    2 +-
 lisp/ChangeLog.17       |   68 ++++++++++++++---------------------------------
 2 files changed, 21 insertions(+), 49 deletions(-)

diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index c24bb64..e508839 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -50,7 +50,7 @@
 2015-03-02  Daniel Colascione  <address@hidden>
 
        * control.texi (Generators): New section
-       * elisp.text: Reference new section.
+       * elisp.texi: Reference new section.
 
 2015-02-28  Eli Zaretskii  <address@hidden>
 
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 1d25e8f..8984f48 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -1,7 +1,6 @@
 2015-04-06  Alan Mackenzie  <address@hidden>
 
-       Fix miscellaneous glitches in cc-mode.el.  Fixes debbugs#20245.
-
+       Fix miscellaneous glitches in cc-mode.el.  (Bug#20245)
        * progmodes/cc-mode.el (c-common-init): bind
        \(before\|after\)-change-functions to nil around invocations of
        c-get-state-before-change-functions and
@@ -14,16 +13,13 @@
 
 2015-02-01  Alan Mackenzie  <address@hidden>
 
-       CC Mode: Stop Font Lock forcing fontification from BOL.  Fixes
-       debbugs#19669.
-
+       CC Mode: Stop Font Lock forcing fontification from BOL.
        * progmodes/cc-mode.el (c-font-lock-init): Setq
-       font-lock-extend-region-functions to nil.
+       font-lock-extend-region-functions to nil.  (Bug#19669)
 
 2015-04-06  Fabián Ezequiel Gallina  <address@hidden>
 
        python.el: Do not break IPython magic completions.  (Bug#19736)
-
        * progmodes/python.el (python-shell-completion-setup-code):
        Cleaner setup; import rlcompleter as last resource.
 
@@ -45,7 +41,6 @@
 2015-04-06  Fabián Ezequiel Gallina  <address@hidden>
 
        python.el: Enhance docstring detection following PEP-257.
-
        * progmodes/python.el (python-docstring-at-p): Remove function.
        (python-info-assignment-statement-p): New function.
        (python-info-assignment-continuation-line-p): Use it.
@@ -67,39 +62,21 @@
 
        Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.
        Also expunge eudc-c[ad]+r.
-
-       * subr.el (internal--compiler-macro-cXXr): "New" function, copied
-       from cl--compiler-macro-cXXr.
-       (caar, cadr, cdar, cddr): Changed from defsubsts to defuns with
+       * subr.el (internal--compiler-macro-cXXr): "New" function,
+       copied from cl--compiler-macro-cXXr.
+       (caar, cadr, cdar, cddr): Change from defsubsts to defuns with
        the above compiler-macro.
-
        * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove.
-
-       * emacs-lisp/cl.el (Top level dolist doing defaliases): Remove
-       caaar, etc., from list of new alias functions.
-
+       * emacs-lisp/cl.el (Top level dolist doing defaliases):
+       Remove caaar, etc., from list of new alias functions.
        * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc.
        (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro
        which generate obsolete cl- aliases for caaar, etc.  Invoke them.
-
-       * desktop.el:
-       * edmacro.el:
-       * emacs-lisp/cl-macs.el:
-       * frameset.el:
-       * ibuffer.el:
-       * mail/footnote.el:
-       * net/dbus.el:
-       * net/eudc-export.el:
-       * net/eudc.el:
-       * net/eudcb-ph.el:
-       * net/rcirc.el:
-       * net/secrets.el:
-       * play/5x5.el:
-       * play/decipher.el:
-       * play/hanoi.el:
-       * progmodes/hideif.el:
-       * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr,
-       etc.
+       * desktop.el, edmacro.el, emacs-lisp/cl-macs.el, frameset.el:
+       * ibuffer.el, mail/footnote.el, net/dbus.el, net/eudc-export.el:
+       * net/eudc.el, net/eudcb-ph.el, net/rcirc.el, net/secrets.el:
+       * play/5x5.el, play/decipher.el, play/hanoi.el, progmodes/hideif.el:
+       * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, etc.
 
 2015-04-05  Richard Stallman  <address@hidden>
 
@@ -136,7 +113,7 @@
 
 2015-04-04  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-02-01 change
+       * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-03-03 change
        "Stop Font Lock forcing fontification from BOL."  (Bug#20245)
 
 2015-04-04  Artur Malabarba  <address@hidden>
@@ -156,10 +133,8 @@
 
 2015-04-04  Alan Mackenzie  <address@hidden>
 
-       Fix debbugs#20240 part two (jit-lock error during `comment-dwim').
-
        * jit-lock.el (jit-lock-after-change): Widen the buffer before
-       putting 'fontified text properties.
+       putting 'fontified text properties.  (Bug#20240)
 
 2015-04-03  Michael Albinus  <address@hidden>
 
@@ -186,12 +161,11 @@
 
 2015-04-01  Alan Mackenzie  <address@hidden>
 
-       Fix the CC Mode fixes from 2015-03-30.  Fixes debbugs#20240.
-
+       Fix the CC Mode fixes from 2015-03-30.  (Bug#20240)
        * progmodes/cc-mode.el (c-extend-after-change-region):
        Widen before applying text properties.
-       * progmodes/cc-langs.el (c-before-font-lock-functions): Update an
-       entry to a new function name.
+       * progmodes/cc-langs.el (c-before-font-lock-functions):
+       Update an entry to a new function name.
 
 2015-04-01  Paul Eggert  <address@hidden>
 
@@ -253,7 +227,6 @@
 2015-03-30  Alan Mackenzie  <address@hidden>
 
        Correct calculation of CC Mode's font-lock region.
-
        * progmodes/cc-mode.el (c-fl-decl-start): Rename from
        c-set-fl-decl-start.  Change signature such that nil is returned
        when no declaration is found.
@@ -268,7 +241,6 @@
        the extra bit separately from the region calculated by CC Mode.
        (c-extend-after-change-region): Explicitly apply 'fontified
        properties to the extended bits of the font lock region.
-
        * progmodes/cc-langs.el (c-before-font-lock-functions)
        (c-before-context-fontification-functions): Use new names for
        existing functions (see above).
@@ -2326,7 +2298,7 @@
        * calc/calc-ext.el (calc-init-extensions):  Autoload
        `calc-convert-exact-units' and assign it a keybinding.
 
-       * calc/calc-help (calc-u-prefix-help): Add help for the
+       * calc/calc-help.el (calc-u-prefix-help): Add help for the
        "un" keybinding.
 
 2015-01-28  Stefan Monnier  <address@hidden>
@@ -2740,7 +2712,7 @@
        * hexl.el (hexl-mode):
        * ielm.el (inferior-emacs-lisp-mode):
        * progmodes/cfengine.el (cfengine3-mode):
-       * progmodes/elisp-mode (emacs-lisp-mode):
+       * progmodes/elisp-mode.el (emacs-lisp-mode):
        * progmodes/octave.el (octave-mode):
        * progmodes/python.el (python-mode):
        * simple.el (read--expression): Set `eldoc-documentation-function'



reply via email to

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