aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-08-22 17:46:31 +0000
committerRichard M. Stallman2004-08-22 17:46:31 +0000
commit2ee3b79e47ac5afd833dd77decf3173748ca05ee (patch)
tree46b71e56c06ef2b24ee938bfcd0d891c406c2120
parentf1c206fcfb5a6b1b63d469c7dcf385a5d08621a2 (diff)
downloademacs-2ee3b79e47ac5afd833dd77decf3173748ca05ee.tar.gz
emacs-2ee3b79e47ac5afd833dd77decf3173748ca05ee.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog37
-rw-r--r--lispref/ChangeLog5
-rw-r--r--src/ChangeLog8
4 files changed, 52 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index feccd6589a5..932cf3d3fa8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,8 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
98 98
99* Changes in Emacs 21.4 99* Changes in Emacs 21.4
100 100
101** global-whitespace-mode is a new alias for whitespace-global-mode.
102
101+++ 103+++
102** There are now two new regular expression operators, \_< and \_>, 104** There are now two new regular expression operators, \_< and \_>,
103for matching the beginning and end of a symbol. A symbol is a 105for matching the beginning and end of a symbol. A symbol is a
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd9c9cd7d2f..e70a3fd3fa3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,40 @@
12004-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
12004-08-22 David Kastrup <dak@gnu.org> 382004-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
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4a2314b58dd..894d78646d1 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12004-08-22 Richard M. Stallman <rms@gnu.org>
2
3 * modes.texi (Major Mode Conventions): Discuss rebinding of
4 standard key bindings.
5
12004-08-18 Kim F. Storm <storm@cua.dk> 62004-08-18 Kim F. Storm <storm@cua.dk>
2 7
3 * processes.texi (Accepting Output): Add `just-this-one' arg to 8 * processes.texi (Accepting Output): Add `just-this-one' arg to
diff --git a/src/ChangeLog b/src/ChangeLog
index dcd16f17f07..cbf06bc480f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12004-08-22 Richard M. Stallman <rms@gnu.org>
2
3 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
4 HAVE_TERMIOS]: If there's no char for this signal, drop through
5 and use system calls.
6
7 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
8
12004-08-20 Kim F. Storm <storm@cua.dk> 92004-08-20 Kim F. Storm <storm@cua.dk>
2 10
3 * process.c (wait_reading_process_output): Rename from 11 * process.c (wait_reading_process_output): Rename from