aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog51
1 files changed, 30 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 914a4e8e950..575f121852e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,18 @@
12009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
4 New options.
5 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6 New vars.
7 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8 (bookmark-bmenu-filter-alist-by-regexp)
9 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10 (bookmark-bmenu-search): New command.
11 (bookmark-bmenu-mode-map): Bind it.
12
12009-11-20 Chong Yidong <cyd@stupidchicken.com> 132009-11-20 Chong Yidong <cyd@stupidchicken.com>
2 14
3 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc 15 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
4 fix.
5 16
6 * cedet/semantic/idle.el (define-semantic-idle-service) 17 * cedet/semantic/idle.el (define-semantic-idle-service)
7 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix. 18 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
@@ -16,29 +27,27 @@
16 * Makefile.in: Don't refer cc-subword.elc but subword.elc. 27 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
17 28
18 * progmodes/cc-cmds.el (c-update-modeline) 29 * progmodes/cc-cmds.el (c-update-modeline)
19 (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer 30 (c-forward-into-nomenclature, c-backward-into-nomenclature):
20 to subword.el functions instead of cc-subword.el. 31 Refer to subword.el functions instead of cc-subword.el.
21 32
22 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to 33 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
23 subword.el functions instead of cc-subword.el. 34 subword.el functions instead of cc-subword.el.
24 35
25 * progmodes/cc-subword.el: Renamed to subword.el. 36 * progmodes/cc-subword.el: Rename to subword.el.
26 * subword.el: Renamed from progmodes/cc-subword.el. 37 * subword.el: Rename from progmodes/cc-subword.el.
27 (subword-mode-map): Renamed from c-subword-mode-map. 38 (subword-mode-map): Rename from c-subword-mode-map.
28 (subword-mode): Renamed from c-subword-mode. 39 (subword-mode): Rename from c-subword-mode.
29 (global-subword-mode): New global minor mode. 40 (global-subword-mode): New global minor mode.
30 (forward-subword): Renamed from c-forward-subword. 41 (forward-subword): Rename from c-forward-subword.
31 (backward-subword): Renamed from c-backward-subword. 42 (backward-subword): Rename from c-backward-subword.
32 (mark-subword): Renamed from c-mark-subword. 43 (mark-subword): Rename from c-mark-subword.
33 (kill-subword): Renamed from c-kill-subword. 44 (kill-subword): Rename from c-kill-subword.
34 (backward-kill-subword): Renamed from c-backward-kill-subword. 45 (backward-kill-subword): Rename from c-backward-kill-subword.
35 (transpose-subwords): Renamed from c-tranpose-subword. 46 (transpose-subwords): Rename from c-tranpose-subword.
36 (downcase-subword): Renamed from c-downcase-subword. 47 (downcase-subword): Rename from c-downcase-subword.
37 (capitalize-subword): Renamed from c-capitalize-subword. 48 (capitalize-subword): Rename from c-capitalize-subword.
38 (forward-subword-internal): Renamed from 49 (forward-subword-internal): Rename from c-forward-subword-internal.
39 c-forward-subword-internal. 50 (backward-subword-internal): Rename from c-backward-subword-internal.
40 (backward-subword-internal): Renamed from
41 c-backward-subword-internal.
42 51
432009-11-20 Dan Nicolaescu <dann@ics.uci.edu> 522009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
44 53
@@ -352,7 +361,7 @@
352 * vc-mtn.el (vc-mtn-print-log): 361 * vc-mtn.el (vc-mtn-print-log):
353 * vc-hg.el (vc-hg-print-log): 362 * vc-hg.el (vc-hg-print-log):
354 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT, 363 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
355 pass it to the log command when set. Make the BUFFER argument 364 pass it to the log command when set. Make the BUFFER argument
356 non-optional. 365 non-optional.
357 366
358 * vc-sccs.el (vc-sccs-print-log): 367 * vc-sccs.el (vc-sccs-print-log):