aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog35
1 files changed, 24 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60e76ead7a9..5fb7a871bed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12008-03-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
4 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
5 use the LOCAL arg of `add-hook'.
6 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
7 Remove spurious * from defcustom docstrings.
8 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
9 Fix typos in messages.
10 (reb-mode-buffer-p): New function.
11 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
13 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
14 (reb-update-overlays): Use `unless', `when'.
15 (re-builder-unload-function): New function.
16
12008-03-25 Dan Nicolaescu <dann@ics.uci.edu> 172008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2 18
3 * vc-hooks.el (vc-state): Add documentation for 'missing. 19 * vc-hooks.el (vc-state): Add documentation for 'missing.
@@ -105,10 +121,6 @@
105 121
106 * simple.el (transient-mark-mode): Turn on by default. 122 * simple.el (transient-mark-mode): Turn on by default.
107 123
1082008-03-23 Xavier Maillard <xma@gnu.org>
109
110 * saveplace.el: fix a typo in the commentary section.
111
1122008-03-23 Dan Nicolaescu <dann@ics.uci.edu> 1242008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
113 125
114 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and 126 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
@@ -122,10 +134,11 @@
122 subdirectories. 134 subdirectories.
123 135
124 * vc.el (vc-status-prepare-status-buffer): Fix thinko. 136 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
125 (vc-status-menu-map): Add binding for 137 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
126 vc-status-kill-dir-status-process. Add :enable for vc-status-refresh. 138 Add :enable for vc-status-refresh.
127 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test. 139 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
128 (vc-status-tool-bar-map): Add binding for vc-status-kill-dir-status-process. 140 (vc-status-tool-bar-map): Add binding for
141 vc-status-kill-dir-status-process.
129 Don't test display-graphic-p and don't bind vc-ignore-menu-filter. 142 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
130 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process): 143 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
131 Reset vc-status-process-buffer. 144 Reset vc-status-process-buffer.
@@ -133,14 +146,14 @@
133 (vc-status): If the buffer is already in vc-status-mode only refresh. 146 (vc-status): If the buffer is already in vc-status-mode only refresh.
134 (vc-status-mark-buffer-changed): Add an optional file parameter. 147 (vc-status-mark-buffer-changed): Add an optional file parameter.
135 (vc-resynch-buffer): Use it. 148 (vc-resynch-buffer): Use it.
136 (vc-delete-file): Expand the file name before using it. Be 149 (vc-delete-file): Expand the file name before using it.
137 careful to not create a new buffer with the old file contents. 150 Be careful to not create a new buffer with the old file contents.
138 Update the VC state after performing the operation. 151 Update the VC state after performing the operation.
139 152
1402008-03-23 Andreas Schwab <schwab@suse.de> 1532008-03-23 Andreas Schwab <schwab@suse.de>
141 154
142 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix 155 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
143 radio button condition. 156 Fix radio button condition.
144 [box]: Likewise. 157 [box]: Likewise.
145 [customize]: Add radio button. 158 [customize]: Add radio button.
146 159