diff options
| author | Glenn Morris | 2015-04-17 13:13:04 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-04-17 13:13:04 -0400 |
| commit | 0bba79e69b3b77fc31dc2f951b5715c00857e413 (patch) | |
| tree | 04825cf4d21d520d051494cd27f59f887783d79d | |
| parent | 14eea098587a61b7c551453edcaf7ea8d2444f33 (diff) | |
| download | emacs-0bba79e69b3b77fc31dc2f951b5715c00857e413.tar.gz emacs-0bba79e69b3b77fc31dc2f951b5715c00857e413.zip | |
; ChangeLog fixes
| -rw-r--r-- | doc/lispref/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 68 |
2 files changed, 21 insertions, 49 deletions
diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1 index c24bb646fa6..e508839cd5b 100644 --- a/doc/lispref/ChangeLog.1 +++ b/doc/lispref/ChangeLog.1 | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | 2015-03-02 Daniel Colascione <dancol@dancol.org> | 50 | 2015-03-02 Daniel Colascione <dancol@dancol.org> |
| 51 | 51 | ||
| 52 | * control.texi (Generators): New section | 52 | * control.texi (Generators): New section |
| 53 | * elisp.text: Reference new section. | 53 | * elisp.texi: Reference new section. |
| 54 | 54 | ||
| 55 | 2015-02-28 Eli Zaretskii <eliz@gnu.org> | 55 | 2015-02-28 Eli Zaretskii <eliz@gnu.org> |
| 56 | 56 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 1d25e8f870e..8984f48882a 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | 2015-04-06 Alan Mackenzie <acm@muc.de> | 1 | 2015-04-06 Alan Mackenzie <acm@muc.de> |
| 2 | 2 | ||
| 3 | Fix miscellaneous glitches in cc-mode.el. Fixes debbugs#20245. | 3 | Fix miscellaneous glitches in cc-mode.el. (Bug#20245) |
| 4 | |||
| 5 | * progmodes/cc-mode.el (c-common-init): bind | 4 | * progmodes/cc-mode.el (c-common-init): bind |
| 6 | \(before\|after\)-change-functions to nil around invocations of | 5 | \(before\|after\)-change-functions to nil around invocations of |
| 7 | c-get-state-before-change-functions and | 6 | c-get-state-before-change-functions and |
| @@ -14,16 +13,13 @@ | |||
| 14 | 13 | ||
| 15 | 2015-02-01 Alan Mackenzie <acm@muc.de> | 14 | 2015-02-01 Alan Mackenzie <acm@muc.de> |
| 16 | 15 | ||
| 17 | CC Mode: Stop Font Lock forcing fontification from BOL. Fixes | 16 | CC Mode: Stop Font Lock forcing fontification from BOL. |
| 18 | debbugs#19669. | ||
| 19 | |||
| 20 | * progmodes/cc-mode.el (c-font-lock-init): Setq | 17 | * progmodes/cc-mode.el (c-font-lock-init): Setq |
| 21 | font-lock-extend-region-functions to nil. | 18 | font-lock-extend-region-functions to nil. (Bug#19669) |
| 22 | 19 | ||
| 23 | 2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org> | 20 | 2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 24 | 21 | ||
| 25 | python.el: Do not break IPython magic completions. (Bug#19736) | 22 | python.el: Do not break IPython magic completions. (Bug#19736) |
| 26 | |||
| 27 | * progmodes/python.el (python-shell-completion-setup-code): | 23 | * progmodes/python.el (python-shell-completion-setup-code): |
| 28 | Cleaner setup; import rlcompleter as last resource. | 24 | Cleaner setup; import rlcompleter as last resource. |
| 29 | 25 | ||
| @@ -45,7 +41,6 @@ | |||
| 45 | 2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org> | 41 | 2015-04-06 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 46 | 42 | ||
| 47 | python.el: Enhance docstring detection following PEP-257. | 43 | python.el: Enhance docstring detection following PEP-257. |
| 48 | |||
| 49 | * progmodes/python.el (python-docstring-at-p): Remove function. | 44 | * progmodes/python.el (python-docstring-at-p): Remove function. |
| 50 | (python-info-assignment-statement-p): New function. | 45 | (python-info-assignment-statement-p): New function. |
| 51 | (python-info-assignment-continuation-line-p): Use it. | 46 | (python-info-assignment-continuation-line-p): Use it. |
| @@ -67,39 +62,21 @@ | |||
| 67 | 62 | ||
| 68 | Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r. | 63 | Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r. |
| 69 | Also expunge eudc-c[ad]+r. | 64 | Also expunge eudc-c[ad]+r. |
| 70 | 65 | * subr.el (internal--compiler-macro-cXXr): "New" function, | |
| 71 | * subr.el (internal--compiler-macro-cXXr): "New" function, copied | 66 | copied from cl--compiler-macro-cXXr. |
| 72 | from cl--compiler-macro-cXXr. | 67 | (caar, cadr, cdar, cddr): Change from defsubsts to defuns with |
| 73 | (caar, cadr, cdar, cddr): Changed from defsubsts to defuns with | ||
| 74 | the above compiler-macro. | 68 | the above compiler-macro. |
| 75 | |||
| 76 | * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove. | 69 | * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove. |
| 77 | 70 | * emacs-lisp/cl.el (Top level dolist doing defaliases): | |
| 78 | * emacs-lisp/cl.el (Top level dolist doing defaliases): Remove | 71 | Remove caaar, etc., from list of new alias functions. |
| 79 | caaar, etc., from list of new alias functions. | ||
| 80 | |||
| 81 | * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc. | 72 | * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc. |
| 82 | (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro | 73 | (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro |
| 83 | which generate obsolete cl- aliases for caaar, etc. Invoke them. | 74 | which generate obsolete cl- aliases for caaar, etc. Invoke them. |
| 84 | 75 | * desktop.el, edmacro.el, emacs-lisp/cl-macs.el, frameset.el: | |
| 85 | * desktop.el: | 76 | * ibuffer.el, mail/footnote.el, net/dbus.el, net/eudc-export.el: |
| 86 | * edmacro.el: | 77 | * net/eudc.el, net/eudcb-ph.el, net/rcirc.el, net/secrets.el: |
| 87 | * emacs-lisp/cl-macs.el: | 78 | * play/5x5.el, play/decipher.el, play/hanoi.el, progmodes/hideif.el: |
| 88 | * frameset.el: | 79 | * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, etc. |
| 89 | * ibuffer.el: | ||
| 90 | * mail/footnote.el: | ||
| 91 | * net/dbus.el: | ||
| 92 | * net/eudc-export.el: | ||
| 93 | * net/eudc.el: | ||
| 94 | * net/eudcb-ph.el: | ||
| 95 | * net/rcirc.el: | ||
| 96 | * net/secrets.el: | ||
| 97 | * play/5x5.el: | ||
| 98 | * play/decipher.el: | ||
| 99 | * play/hanoi.el: | ||
| 100 | * progmodes/hideif.el: | ||
| 101 | * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, | ||
| 102 | etc. | ||
| 103 | 80 | ||
| 104 | 2015-04-05 Richard Stallman <rms@gnu.org> | 81 | 2015-04-05 Richard Stallman <rms@gnu.org> |
| 105 | 82 | ||
| @@ -136,7 +113,7 @@ | |||
| 136 | 113 | ||
| 137 | 2015-04-04 Alan Mackenzie <acm@muc.de> | 114 | 2015-04-04 Alan Mackenzie <acm@muc.de> |
| 138 | 115 | ||
| 139 | * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-02-01 change | 116 | * progmodes/cc-mode.el (c-font-lock-init): Revert 2015-03-03 change |
| 140 | "Stop Font Lock forcing fontification from BOL." (Bug#20245) | 117 | "Stop Font Lock forcing fontification from BOL." (Bug#20245) |
| 141 | 118 | ||
| 142 | 2015-04-04 Artur Malabarba <bruce.connor.am@gmail.com> | 119 | 2015-04-04 Artur Malabarba <bruce.connor.am@gmail.com> |
| @@ -156,10 +133,8 @@ | |||
| 156 | 133 | ||
| 157 | 2015-04-04 Alan Mackenzie <acm@muc.de> | 134 | 2015-04-04 Alan Mackenzie <acm@muc.de> |
| 158 | 135 | ||
| 159 | Fix debbugs#20240 part two (jit-lock error during `comment-dwim'). | ||
| 160 | |||
| 161 | * jit-lock.el (jit-lock-after-change): Widen the buffer before | 136 | * jit-lock.el (jit-lock-after-change): Widen the buffer before |
| 162 | putting 'fontified text properties. | 137 | putting 'fontified text properties. (Bug#20240) |
| 163 | 138 | ||
| 164 | 2015-04-03 Michael Albinus <michael.albinus@gmx.de> | 139 | 2015-04-03 Michael Albinus <michael.albinus@gmx.de> |
| 165 | 140 | ||
| @@ -186,12 +161,11 @@ | |||
| 186 | 161 | ||
| 187 | 2015-04-01 Alan Mackenzie <acm@muc.de> | 162 | 2015-04-01 Alan Mackenzie <acm@muc.de> |
| 188 | 163 | ||
| 189 | Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240. | 164 | Fix the CC Mode fixes from 2015-03-30. (Bug#20240) |
| 190 | |||
| 191 | * progmodes/cc-mode.el (c-extend-after-change-region): | 165 | * progmodes/cc-mode.el (c-extend-after-change-region): |
| 192 | Widen before applying text properties. | 166 | Widen before applying text properties. |
| 193 | * progmodes/cc-langs.el (c-before-font-lock-functions): Update an | 167 | * progmodes/cc-langs.el (c-before-font-lock-functions): |
| 194 | entry to a new function name. | 168 | Update an entry to a new function name. |
| 195 | 169 | ||
| 196 | 2015-04-01 Paul Eggert <eggert@cs.ucla.edu> | 170 | 2015-04-01 Paul Eggert <eggert@cs.ucla.edu> |
| 197 | 171 | ||
| @@ -253,7 +227,6 @@ | |||
| 253 | 2015-03-30 Alan Mackenzie <acm@muc.de> | 227 | 2015-03-30 Alan Mackenzie <acm@muc.de> |
| 254 | 228 | ||
| 255 | Correct calculation of CC Mode's font-lock region. | 229 | Correct calculation of CC Mode's font-lock region. |
| 256 | |||
| 257 | * progmodes/cc-mode.el (c-fl-decl-start): Rename from | 230 | * progmodes/cc-mode.el (c-fl-decl-start): Rename from |
| 258 | c-set-fl-decl-start. Change signature such that nil is returned | 231 | c-set-fl-decl-start. Change signature such that nil is returned |
| 259 | when no declaration is found. | 232 | when no declaration is found. |
| @@ -268,7 +241,6 @@ | |||
| 268 | the extra bit separately from the region calculated by CC Mode. | 241 | the extra bit separately from the region calculated by CC Mode. |
| 269 | (c-extend-after-change-region): Explicitly apply 'fontified | 242 | (c-extend-after-change-region): Explicitly apply 'fontified |
| 270 | properties to the extended bits of the font lock region. | 243 | properties to the extended bits of the font lock region. |
| 271 | |||
| 272 | * progmodes/cc-langs.el (c-before-font-lock-functions) | 244 | * progmodes/cc-langs.el (c-before-font-lock-functions) |
| 273 | (c-before-context-fontification-functions): Use new names for | 245 | (c-before-context-fontification-functions): Use new names for |
| 274 | existing functions (see above). | 246 | existing functions (see above). |
| @@ -2326,7 +2298,7 @@ | |||
| 2326 | * calc/calc-ext.el (calc-init-extensions): Autoload | 2298 | * calc/calc-ext.el (calc-init-extensions): Autoload |
| 2327 | `calc-convert-exact-units' and assign it a keybinding. | 2299 | `calc-convert-exact-units' and assign it a keybinding. |
| 2328 | 2300 | ||
| 2329 | * calc/calc-help (calc-u-prefix-help): Add help for the | 2301 | * calc/calc-help.el (calc-u-prefix-help): Add help for the |
| 2330 | "un" keybinding. | 2302 | "un" keybinding. |
| 2331 | 2303 | ||
| 2332 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | 2304 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -2740,7 +2712,7 @@ | |||
| 2740 | * hexl.el (hexl-mode): | 2712 | * hexl.el (hexl-mode): |
| 2741 | * ielm.el (inferior-emacs-lisp-mode): | 2713 | * ielm.el (inferior-emacs-lisp-mode): |
| 2742 | * progmodes/cfengine.el (cfengine3-mode): | 2714 | * progmodes/cfengine.el (cfengine3-mode): |
| 2743 | * progmodes/elisp-mode (emacs-lisp-mode): | 2715 | * progmodes/elisp-mode.el (emacs-lisp-mode): |
| 2744 | * progmodes/octave.el (octave-mode): | 2716 | * progmodes/octave.el (octave-mode): |
| 2745 | * progmodes/python.el (python-mode): | 2717 | * progmodes/python.el (python-mode): |
| 2746 | * simple.el (read--expression): Set `eldoc-documentation-function' | 2718 | * simple.el (read--expression): Set `eldoc-documentation-function' |