aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog62
1 files changed, 56 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f025f3051e..d5951bbbe26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,52 @@
12012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
4 (completion--cache-all-sorted-completions): New function.
5 (completion-all-sorted-completions): Use it.
6 (completion--do-completion, minibuffer-force-complete):
7 Use it to re-instate the flush hook.
8
9 * icomplete.el (icomplete-completions): Replace last fix with a better
10 one (bug#10850).
11
122012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13
14 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
15 when it might call us back infinitely (bug#10797).
16
172012-02-23 Glenn Morris <rgm@gnu.org>
18
19 * minibuffer.el (completion-category-overrides): Doc fix.
20
212012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * minibuffer.el (completion-table-with-context): Fix inf-loop.
24 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
25
262012-02-23 Glenn Morris <rgm@gnu.org>
27
28 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
29 (authors-obsolete-files-regexps, authors-ignored-files)
30 (authors-ambiguous-files, authors-renamed-files-alist):
31 Add more entries.
32
332012-02-23 Juri Linkov <juri@jurta.org>
34
35 * isearch.el (isearch-occur): Sync interactive spec with occur's
36 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
37
38 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
39
402012-02-22 Juri Linkov <juri@jurta.org>
41
42 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
43 (ucs-insert): Doc fix. Check for hex digits in the string.
44 Don't display `nil' in the error message. (Bug#10857)
45
462012-02-22 Alan Mackenzie <acm@muc.de>
47
48 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
49
12012-02-22 Glenn Morris <rgm@gnu.org> 502012-02-22 Glenn Morris <rgm@gnu.org>
2 51
3 * ffap.el (ffap-c-path): 52 * ffap.el (ffap-c-path):
@@ -172,7 +221,7 @@
172 221
173 Fix a loop in c-set-fl-decl-start. 222 Fix a loop in c-set-fl-decl-start.
174 223
175 * progmodes/cc-engine (c-set-fl-decl-start): Add a check that 224 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
176 c-backward-syntactic-ws actually moves backwards. 225 c-backward-syntactic-ws actually moves backwards.
177 226
1782012-02-13 Leo Liu <sdl.web@gmail.com> 2272012-02-13 Leo Liu <sdl.web@gmail.com>
@@ -1362,10 +1411,10 @@
1362 1411
1363 Add the switch statement to AWK Mode. 1412 Add the switch statement to AWK Mode.
1364 1413
1365 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case", 1414 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
1366 "default" to the keywords regexp. 1415 "default" to the keywords regexp.
1367 1416
1368 * progmodes/cc-langs (c-label-kwds): Let AWK take the same 1417 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
1369 expression as the rest. 1418 expression as the rest.
1370 (c-nonlabel-token-key): Allow string literals for AWK. 1419 (c-nonlabel-token-key): Allow string literals for AWK.
1371 Refactor for the other modes. 1420 Refactor for the other modes.
@@ -6384,7 +6433,7 @@
6384 * comint.el (comint-password-prompt-regexp): Accept "Response" as 6433 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6385 a password-like phrase. 6434 a password-like phrase.
6386 6435
63872011-06-30 Mastake YAMATO <yamato@redhat.com> 64362011-06-30 Masatake YAMATO <yamato@redhat.com>
6388 6437
6389 * progmodes/cc-guess.el: New file. 6438 * progmodes/cc-guess.el: New file.
6390 6439
@@ -10692,7 +10741,8 @@
10692 (calc-lu-field-reference): Rename from 10741 (calc-lu-field-reference): Rename from
10693 `calc-logunits-field-reference'. 10742 `calc-logunits-field-reference'.
10694 10743
10695 * calc/calc-help (calc-l-prefix-help): Mention musical note functions. 10744 * calc/calc-help.el (calc-l-prefix-help):
10745 Mention musical note functions.
10696 10746
106972011-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 107472011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10698 10748
@@ -10868,7 +10918,7 @@
10868 10918
108692011-03-09 Ken Manheimer <ken.manheimer@gmail.com> 109192011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10870 10920
10871 * allout.el Summary: Change so yank of distinctive-bullet items 10921 * allout.el: Change so yank of distinctive-bullet items
10872 preserves the existing header prefix, rebulleting it if necessary, 10922 preserves the existing header prefix, rebulleting it if necessary,
10873 rather than replacing it. This is necessary for proper operation 10923 rather than replacing it. This is necessary for proper operation
10874 of cooperative addons like allout-widgets. 10924 of cooperative addons like allout-widgets.