summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-12 10:38:08 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-12 10:38:08 +0000
commite9a59cad3681dc2052f2fbeb737a2b03bb7af748 (patch)
treee407e9d0a4b044a5420a8bdcebbc89eaad27bd27
parent8e2ec7cdc5b038caedb594b3e0a276c10ce66f19 (diff)
downloademacs-e9a59cad3681dc2052f2fbeb737a2b03bb7af748.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--src/ChangeLog3
3 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 30b8cebc5de..23e9eb346e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-12 Milan Zamazal <pdm@freesoft.cz>
+
+ * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
+ definition (patch by Stefan Monnier).
+ (glasses-mode): Use jit-lock instead of `after-change-functions'
+ (patch by Stefan Monnier).
+
2000-12-12 Miles Bader <miles@gnu.org>
* info.el (Info-last-preorder): Don't barf on nodes without a prev.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index f7be69dd774..3fc6651c9f4 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-12 Gerd Moellmann <gerd@gnu.org>
+
+ * smiley-ems.el (smiley-region): Doc fix.
+
2000-12-11 Miles Bader <miles@gnu.org>
* gnus-sum.el (gnus-summary-recenter): When trying to keep the
diff --git a/src/ChangeLog b/src/ChangeLog
index 3954b5c5265..0f8c6810431 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2000-12-12 Gerd Moellmann <gerd@gnu.org>
+ * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use
+ GC_MAKE_GCPROS_NOOPS instead of `1'.
+
* s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
2000-12-11 Gerd Moellmann <gerd@gnu.org>