aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-05-24 16:07:50 +0000
committerStefan Monnier2000-05-24 16:07:50 +0000
commita1a336eb7fbc50b6d1b922fb0165760a3aa85af4 (patch)
tree8486eebe3e92f7bd713195155f658dbeba13b834
parentb81fa2f9452b7ad2efa2d13dbe7127d32fa75dc6 (diff)
downloademacs-a1a336eb7fbc50b6d1b922fb0165760a3aa85af4.tar.gz
emacs-a1a336eb7fbc50b6d1b922fb0165760a3aa85af4.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e00a6e2a23f..53f95f61448 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -49,6 +49,20 @@
49 current-input-method of the guidance buffer to the name of the 49 current-input-method of the guidance buffer to the name of the
50 curren input method. 50 curren input method.
51 51
522000-05-23 Stefan Monnier <monnier@cs.yale.edu>
53
54 * progmodes/compile.el (compile-internal): Style typo.
55
56 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
57 quote vars and functions in the docstring.
58
59 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
60
61 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
62 Don't quote lambdas.
63
64 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
65
522000-05-23 Gerd Moellmann <gerd@gnu.org> 662000-05-23 Gerd Moellmann <gerd@gnu.org>
53 67
54 * startup.el (command-line): Determine source file of compiled 68 * startup.el (command-line): Determine source file of compiled
@@ -139,6 +153,8 @@
139 153
1402000-05-22 Stefan Monnier <monnier@cs.yale.edu> 1542000-05-22 Stefan Monnier <monnier@cs.yale.edu>
141 155
156 * help.el (help-manyarg-func-alist): Typo.
157
142 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and 158 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
143 intervals which makes it heaps simpler. 159 intervals which makes it heaps simpler.
144 160