aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog39
-rw-r--r--man/ChangeLog11
-rw-r--r--src/ChangeLog5
4 files changed, 61 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ae742b8e7f9..a6653c3f912 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,12 @@ On 32bit machines, it is now 256M (i.e. 268435455).
90displayed as balanced quotes, not the ASCII glyphs whose shape has 90displayed as balanced quotes, not the ASCII glyphs whose shape has
91been changed generally in the XFree86 fonts. 91been changed generally in the XFree86 fonts.
92 92
93+++
94** The -f option, used from the command line to call a function,
95now reads arguments for the function interactively if it i
96an interactively callable function.
97
98
93** sql changes. 99** sql changes.
94 100
95*** The variable `sql-product' controls the highlightng of different 101*** The variable `sql-product' controls the highlightng of different
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2920416ab25..a9b693ae546 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12003-09-22 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/sh-script.el (sh-mode-default-syntax-table):
4 Renamed from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
5 (sh-mode-syntax-table-input): New variable.
6 (sh-require-final-newline): Don't use eval.
7 (sh-builtins, sh-leading-keywords, sh-other-keywords)
8 (sh-variables, sh-font-lock-keywords): Don't use eval.
9 (sh-set-shell): When setting require-final-newline,
10 treat value = `require-final-newline' as don't change it.
11 Set sh-mode-syntax-table locally based on
12 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
13
14 * progmodes/compile.el (compile-internal):
15 Call compilation-set-window-height before setting window start.
16
172003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
18
19 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20 Clear out byte-compile-last-warned-form.
21
222003-09-22 Richard M. Stallman <rms@gnu.org>
23
24 * woman.el (woman-file-name, woman-follow-word):
25 If current-word returns nil, use "".
26
27 * simple.el (eval-expression): Bind standard-output in to-buffer case.
28
292003-09-22 Richard M. Stallman <rms@gnu.org>
30
31 * emacs-lisp/lisp-mnt.el (lm-with-file):
32 Don't visit the file, just use insert-file-contents in temp buffer.
33
342003-09-22 Jari Aalto <jari.aalto@poboxes.com>
35
36 * emacs-lisp/lisp-mnt.el (lm-get-header-re): Added
37 surrounding \\( and \\) around the header, as in
38 for lm-history-header 'Change Log\\|History'.
39
12003-09-22 John Paul Wallington <jpw@gnu.org> 402003-09-22 John Paul Wallington <jpw@gnu.org>
2 41
3 * progmodes/ld-script.el: Add Commentary section, 42 * progmodes/ld-script.el: Add Commentary section,
diff --git a/man/ChangeLog b/man/ChangeLog
index 7db4ae788cd..dcd5124995f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,14 @@
12003-09-22 Richard M. Stallman <rms@gnu.org>
2
3 * dired.texi (Misc Dired Commands): New node.
4 (Dired Navigation): Add dired-goto-file.
5
6 * files.texi (File Aliases, Misc File Ops): Add @cindex entries.
7
8 * emacs.texi (Acknowledgements): New node, split from Distribution.
9
10 * cmdargs.texi (Action Arguments): -f reads interactive args.
11
12003-09-21 Karl Berry <karl@gnu.org> 122003-09-21 Karl Berry <karl@gnu.org>
2 13
3 * info.texi (] and [ commands): no period at end of section title. 14 * info.texi (] and [ commands): no period at end of section title.
diff --git a/src/ChangeLog b/src/ChangeLog
index e31e9fccc58..3c0264525a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-09-22 Richard M. Stallman <rms@gnu.org>
2
3 * intervals.c (graft_intervals_into_buffer): Correct the main loop
4 in the case where OVER is longer than UNDER.
5
12003-09-22 Masatake YAMATO <jet@gyve.org> 62003-09-22 Masatake YAMATO <jet@gyve.org>
2 7
3 * window.c (Fset_window_scroll_bars): Validate the value of 8 * window.c (Fset_window_scroll_bars): Validate the value of