aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-11-01 15:02:09 +0000
committerStefan Monnier2004-11-01 15:02:09 +0000
commit11fd50f793989f6130b080ec285ba8dab376c5a6 (patch)
tree794ac050236194f6561e60a25888d7ba5d836900
parente84fe274bc90b41b0573fee94b2ed8b97a0031f4 (diff)
downloademacs-11fd50f793989f6130b080ec285ba8dab376c5a6.tar.gz
emacs-11fd50f793989f6130b080ec285ba8dab376c5a6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6baac6a8f7b..397c7d0052a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
12004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 2
3 * mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert 3 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4 change from 2004-10-16. '*' checks the current buffer, but the 4 Revert change from 2004-10-16. '*' checks the current buffer, but the
5 mouse click may be in another buffer. 5 mouse click may be in another buffer.
6 6
72004-11-01 John Paul Wallington <jpw@gnu.org> 72004-11-01 John Paul Wallington <jpw@gnu.org>
@@ -18,7 +18,7 @@
18 * allout.el (allout group): Add :version. 18 * allout.el (allout group): Add :version.
19 (allout-init): Don't use interactive-p. 19 (allout-init): Don't use interactive-p.
20 (allout-ascend-to-depth, allout-ascend, allout-end-of-level) 20 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
21 (allout-forward-current-level, allout-backward-current-level): 21 (allout-forward-current-level, allout-backward-current-level):
22 Don't use interactive-p. 22 Don't use interactive-p.
23 23
24 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p. 24 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
@@ -33,7 +33,7 @@
33 * progmodes/idlw-shell.el (idlwave-shell-send-char): 33 * progmodes/idlw-shell.el (idlwave-shell-send-char):
34 Don't use interactive-p. 34 Don't use interactive-p.
35 35
36 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer): 36 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
37 Don't use interactive-p. 37 Don't use interactive-p.
38 38
39 * progmodes/ada-xref.el (ada-make-body-gnatstub): 39 * progmodes/ada-xref.el (ada-make-body-gnatstub):
@@ -53,6 +53,12 @@
53 53
54 * man.el (Man-xref-normal-file): Fix help-echo. 54 * man.el (Man-xref-normal-file): Fix help-echo.
55 55
562004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * reveal.el (reveal-last-tick): New var.
59 (reveal-post-command): Use it to avoid closing overlays when we're
60 appending text to them.
61
562004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 622004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
57 63
58 * textmodes/bibtex.el: Require button. 64 * textmodes/bibtex.el: Require button.
@@ -133,7 +139,7 @@
133 function. 139 function.
134 (help-at-pt-display-when-idle): Remove autoload. 140 (help-at-pt-display-when-idle): Remove autoload.
135 141
1362004-10-30 Stefan <monnier@iro.umontreal.ca> 1422004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
137 143
138 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. 144 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
139 145
@@ -162,7 +168,7 @@
162 * mouse.el (mouse-show-mark): Replace the last occurrence of 168 * mouse.el (mouse-show-mark): Replace the last occurrence of
163 x-lost-selection-hooks with x-lost-selection-functions. 169 x-lost-selection-hooks with x-lost-selection-functions.
164 170
1652004-10-28 Stefan <monnier@iro.umontreal.ca> 1712004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
166 172
167 * mouse.el (mouse-show-mark): Adjust to new name and don't assume 173 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
168 x-lost-selection-functions is bound. 174 x-lost-selection-functions is bound.
@@ -1270,7 +1276,7 @@
1270 1276
12712004-09-17 Jay Belanger <belanger@truman.edu> 12772004-09-17 Jay Belanger <belanger@truman.edu>
1272 1278
1273 * calc/calc.el (calc-mode-var-list): Fixed the value of 1279 * calc/calc.el (calc-mode-var-list): Fix the value of
1274 `calc-matrix-brackets'. 1280 `calc-matrix-brackets'.
1275 1281
12762004-09-17 Romain Francoise <romain@orebokech.com> 12822004-09-17 Romain Francoise <romain@orebokech.com>