comparison lisp/ChangeLog @ 56771:f1b47174fed2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Aug 2004 17:46:31 +0000
parents 49550f69cc8d
children 6764baacc7a3
comparison
equal deleted inserted replaced
56770:598599edd5ca 56771:f1b47174fed2
1 2004-08-22 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-word): Use
4 set-process-query-on-exit-flag.
5 (flyspell-highlight-duplicate-region): Take POSS as arg.
6 (flyspell-word): Pass POSS as arg.
7
8 * progmodes/ada-xref.el: Many doc and style fixes.
9 (ada-find-any-references): Use compilation-start.
10 (ada-get-ali-file-name): Improve error msg.
11 (ada-get-ada-file-name): Likewise.
12
13 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
15
16 * mail/mail-extr.el (mail-extr-all-top-level-domains):
17 Add forward defvar.
18
19 * whitespace.el (global-whitespace-mode): New alias
20 for whitespace-global-mode.
21
22 * speedbar.el (speedbar-file-regexp): Definition moved up.
23 (speedbar-mode, speedbar-set-mode-line-format):
24 Use with-no-warnings.
25 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
26
27 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
28 controls whether to display the error buffer.
29
30 * ps-mule.el: Delete compatibility code for old Emacses.
31 (ps-mule-find-wrappoint): Don't use chars-in-region.
32
33 * frame.el (display-mouse-p, display-selections-p):
34 Use with-no-warnings.
35
36 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
37
1 2004-08-22 David Kastrup <dak@gnu.org> 38 2004-08-22 David Kastrup <dak@gnu.org>
2 39
3 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX 40 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4 information. 41 information.
5 42