; ChangeLog fixes
This commit is contained in:
parent
14eea09858
commit
0bba79e69b
2 changed files with 21 additions and 49 deletions
|
@ -50,7 +50,7 @@
|
|||
2015-03-02 Daniel Colascione <dancol@dancol.org>
|
||||
|
||||
* control.texi (Generators): New section
|
||||
* elisp.text: Reference new section.
|
||||
* elisp.texi: Reference new section.
|
||||
|
||||
2015-02-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
2015-04-06 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
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 <acm@muc.de>
|
||||
|
||||
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 <fgallina@gnu.org>
|
||||
|
||||
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 <fgallina@gnu.org>
|
||||
|
||||
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 <rms@gnu.org>
|
||||
|
||||
|
@ -136,7 +113,7 @@
|
|||
|
||||
2015-04-04 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* 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 <bruce.connor.am@gmail.com>
|
||||
|
@ -156,10 +133,8 @@
|
|||
|
||||
2015-04-04 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
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 <michael.albinus@gmx.de>
|
||||
|
||||
|
@ -186,12 +161,11 @@
|
|||
|
||||
2015-04-01 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
|
||||
|
@ -253,7 +227,6 @@
|
|||
2015-03-30 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
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 <monnier@iro.umontreal.ca>
|
||||
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue