# HG changeset patch # User Richard M. Stallman # Date 1038846046 0 # Node ID 4347ee7b708a3b736ee3742fb8d2473d66b751fe # Parent 759019dacc3f84d9932d4c1a983240165f263b45 *** empty log message *** diff -r 759019dacc3f -r 4347ee7b708a lib-src/ChangeLog --- 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 + + * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM. + 2002-11-19 Ben Key * makefile.w32-in: Fixed a bug that caused the documentation for diff -r 759019dacc3f -r 4347ee7b708a lisp/ChangeLog --- 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 + + * 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 + + * font-lock.el (c++-font-lock-extra-types): Fix previous change. + +2002-12-02 Fran,Ag(Bois Pinard + + * (makefile-font-lock-keywords): Highlight more make keywords: + defined, endef, override, export, unexport and vpath. + 2002-12-02 Dave Love * autoarg.el (autoarg-kp-mode): Give it a :group.