changeset 48623:4347ee7b708a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Dec 2002 16:20:46 +0000
parents 759019dacc3f
children 7d37fc403193
files lib-src/ChangeLog lisp/ChangeLog
diffstat 2 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Dec 02 16:20:36 2002 +0000
+++ b/lib-src/ChangeLog	Mon Dec 02 16:20:46 2002 +0000
@@ -1,3 +1,7 @@
+2002-12-02  Richard M. Stallman  <rms@gnu.org>
+
+	* emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
+
 2002-11-19  Ben Key  <bkey1@tampabay.rr.com>
 
 	* makefile.w32-in: Fixed a bug that caused the documentation for
--- a/lisp/ChangeLog	Mon Dec 02 16:20:36 2002 +0000
+++ b/lisp/ChangeLog	Mon Dec 02 16:20:46 2002 +0000
@@ -1,3 +1,24 @@
+2002-12-02  Richard M. Stallman  <rms@gnu.org>
+
+	* textmodes/ispell.el (ispell-dict-map): Move specific
+	dictionary selection into a submenu.
+
+	* textmodes/fill.el (fill-indent-to-left-margin): New function.
+	(fill-newline, fill-region-as-paragraph): Use that.
+
+	* simple.el (completion-setup-function): Handle 
+	ffap-read-file-or-url-internal specially like
+	read-file-name-internal.
+
+2002-12-02  Simon Marshall  <marshals@perth>
+
+	* font-lock.el (c++-font-lock-extra-types): Fix previous change.
+
+2002-12-02  Fran,Ag(Bois Pinard  <pinard@iro.umontreal.ca>
+
+	* (makefile-font-lock-keywords): Highlight more make keywords:
+	defined, endef, override, export, unexport and vpath.
+
 2002-12-02  Dave Love  <fx@gnu.org>
 
 	* autoarg.el (autoarg-kp-mode): Give it a :group.