aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2004-05-22 22:23:13 +0000
committerRichard M. Stallman2004-05-22 22:23:13 +0000
commit71d5a208a41e0982a9565d8cc215bd110fcac864 (patch)
tree1c346df7b8e676502451bbd701be3a116e3879ba /lisp
parent69623621a48d6430ffc1eb2c3b9f67b839047a25 (diff)
downloademacs-71d5a208a41e0982a9565d8cc215bd110fcac864.tar.gz
emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f0d74b79ff..aea6e7d6d10 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12004-05-22 Richard M. Stallman <rms@gnu.org> 12004-05-22 Richard M. Stallman <rms@gnu.org>
2 2
3 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4 as a close quote.
5
6 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
7
8 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9 Use assoc-string, not assoc-ignore-case.
10
11 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12
3 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun): 13 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4 If moving back then fwd gets a defun that ends before point, 14 If moving back then fwd gets a defun that ends before point,
5 try again moving fwd then back. 15 try again moving fwd then back.