]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Dec 2002 16:20:46 +0000 (16:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Dec 2002 16:20:46 +0000 (16:20 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 6bbc0f2493b9218a849c396034aff720881e4e89..6e30e69557b87bccddb8ea3b3c9e921b678face5 100644 (file)
@@ -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
index 8015f8318c6d9e0cb373bcf3c048e3f48f6d3d27..22cff430cf5f88b1c51c23c875bfc962db6e5446 100644 (file)
@@ -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\e,Ag\e(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.