aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-11-03 23:06:54 +0000
committerStefan Monnier <[email protected]>2000-11-03 23:06:54 +0000
commitfbf44f4434b60ea3a2a11017e5024822ffb8eadf (patch)
treea116b4dd03281fe4580b1f238dd97a4c9fadfae1
parentff49cf9a7bfc2f0b919bce36c9ad68a7513e444f (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog32
-rw-r--r--lisp/gnus/ChangeLog5
2 files changed, 37 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 55fc91209b..e19cef52a5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,37 @@
2000-11-03 Stefan Monnier <[email protected]>
+ * progmodes/icon.el (icon-mode-map): Don't rebind \t.
+ (icon-mode): Define indent-line-function.
+ (icon-comment-indent): Simplify.
+ (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
+
+ * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
+
+ * pcvs.el (cvs-mode-add-change-log-entry-other-window):
+ Bind change-log-default-mode to defeat the caching done on it.
+ Don't bother saving excursion any more.
+
+ * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
+
+ * frame.el (after-setting-font-hook): Rename hooks -> hook.
+ (set-frame-font): Use the new name (and the old for compatibility).
+
+ * toolbar/tool-bar.el (tool-bar-mode):
+ * time.el (display-time-mode):
+ * recentf.el (recentf-mode):
+ * paren.el (show-paren-mode):
+ * mwheel.el (mouse-wheel-mode):
+ * msb.el (msb-mode):
+ * jka-compr.el (auto-compression-mode):
+ * image-file.el (auto-image-file-mode):
+ * hl-line.el (hl-line-mode):
+ * delsel.el (delete-selection-mode):
+ * autoinsert.el (auto-insert-mode):
+ * complete.el (partial-completion-mode): Drop unneeded positional args.
+
+ * info.el (Info-mode):
+ * comint.el (comint-mode): Don't both with make-local-hook.
+
* log-edit.el (log-edit-menu): New menu.
2000-11-03 Miles Bader <[email protected]>
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 09e6505e71..1d1d493ad9 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-03 Stefan Monnier <[email protected]>
+
+ * message.el (message-font-lock-keywords): Match a final newline
+ to help font-lock's multiline support.
+
2000-11-03 Dave Love <[email protected]>
* gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.