# HG changeset patch # User Richard M. Stallman # Date 1093196791 0 # Node ID f1b47174fed2df1f40f5e37496d7f2899b71c04b # Parent 598599edd5caf1fa7a22c4e655852e9b283a09d0 *** empty log message *** diff -r 598599edd5ca -r f1b47174fed2 etc/NEWS --- a/etc/NEWS Sun Aug 22 17:45:36 2004 +0000 +++ b/etc/NEWS Sun Aug 22 17:46:31 2004 +0000 @@ -98,6 +98,8 @@ * Changes in Emacs 21.4 +** global-whitespace-mode is a new alias for whitespace-global-mode. + +++ ** There are now two new regular expression operators, \_< and \_>, for matching the beginning and end of a symbol. A symbol is a diff -r 598599edd5ca -r f1b47174fed2 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 22 17:45:36 2004 +0000 +++ b/lisp/ChangeLog Sun Aug 22 17:46:31 2004 +0000 @@ -1,3 +1,40 @@ +2004-08-22 Richard M. Stallman + + * textmodes/flyspell.el (flyspell-word): Use + set-process-query-on-exit-flag. + (flyspell-highlight-duplicate-region): Take POSS as arg. + (flyspell-word): Pass POSS as arg. + + * progmodes/ada-xref.el: Many doc and style fixes. + (ada-find-any-references): Use compilation-start. + (ada-get-ali-file-name): Improve error msg. + (ada-get-ada-file-name): Likewise. + + * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host) + (ange-ftp-start-process): Use set-process-query-on-exit-flag. + + * mail/mail-extr.el (mail-extr-all-top-level-domains): + Add forward defvar. + + * whitespace.el (global-whitespace-mode): New alias + for whitespace-global-mode. + + * speedbar.el (speedbar-file-regexp): Definition moved up. + (speedbar-mode, speedbar-set-mode-line-format): + Use with-no-warnings. + (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative. + + * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER + controls whether to display the error buffer. + + * ps-mule.el: Delete compatibility code for old Emacses. + (ps-mule-find-wrappoint): Don't use chars-in-region. + + * frame.el (display-mouse-p, display-selections-p): + Use with-no-warnings. + + * font-lock.el (font-lock-set-defaults): Use with-no-warnings. + 2004-08-22 David Kastrup * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX diff -r 598599edd5ca -r f1b47174fed2 lispref/ChangeLog --- a/lispref/ChangeLog Sun Aug 22 17:45:36 2004 +0000 +++ b/lispref/ChangeLog Sun Aug 22 17:46:31 2004 +0000 @@ -1,3 +1,8 @@ +2004-08-22 Richard M. Stallman + + * modes.texi (Major Mode Conventions): Discuss rebinding of + standard key bindings. + 2004-08-18 Kim F. Storm * processes.texi (Accepting Output): Add `just-this-one' arg to diff -r 598599edd5ca -r f1b47174fed2 src/ChangeLog --- a/src/ChangeLog Sun Aug 22 17:45:36 2004 +0000 +++ b/src/ChangeLog Sun Aug 22 17:46:31 2004 +0000 @@ -1,3 +1,11 @@ +2004-08-22 Richard M. Stallman + + * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS, + HAVE_TERMIOS]: If there's no char for this signal, drop through + and use system calls. + + * bytecode.c (Fbyte_code) : Cannot GC. + 2004-08-20 Kim F. Storm * process.c (wait_reading_process_output): Rename from