aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-10 23:38:37 +0000
committerRichard M. Stallman2005-04-10 23:38:37 +0000
commit6695c528d4bf53c198befee30831b0e67c1c32d5 (patch)
treeb49d130870f03568e3560b8fd8fb502eb7a537db
parentdc58296ddc6c421df3356880be8b9d53088971c1 (diff)
downloademacs-6695c528d4bf53c198befee30831b0e67c1c32d5.tar.gz
emacs-6695c528d4bf53c198befee30831b0e67c1c32d5.zip
*** empty log message ***
-rw-r--r--etc/NEWS11
-rw-r--r--lisp/ChangeLog29
-rw-r--r--src/ChangeLog7
3 files changed, 43 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 727dfadc54f..3b1de666a24 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,12 +351,15 @@ the next/previous matching line found by M-x occur.
351+++ 351+++
352** Telnet now prompts you for a port number with C-u M-x telnet. 352** Telnet now prompts you for a port number with C-u M-x telnet.
353 353
354+++ 354** New command line option -Q or --quick.
355** New command line option -Q or --bare-bones.
356 355
357This is like using -q --no-site-file, but in addition it also disables 356This is like using -q --no-site-file, but in addition it also disables
358the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking 357the fancy startup screen.
359cursor, and the fancy startup screen. 358
359** New command line option -D or --basic-display.
360
361Disables the menu-bar, the tool-bar, the scroll-bars, tool tips, and
362the blinking cursor.
360 363
361+++ 364+++
362** New command line option -nbc or --no-blinking-cursor disables 365** New command line option -nbc or --no-blinking-cursor disables
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 393c2331fa7..1ddf9f5594c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12005-04-10 Richard M. Stallman <rms@gnu.org>
2
3 * startup.el (fancy-splash-tail): Update copyright year.
4 (command-line): Split part of -Q into -D.
5 (emacs-basic-display): New defvar.
6 (fancy-splash-text): Correct name of menu item.
7
8 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9
10 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
11 lines in one node.
12
13 * comint.el (comint-send-input): New arg ARTIFICIAL.
14 Callers in this file changed.
15
16 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17
18 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19
202005-04-10 Chong Yidong <cyd@stupidchicken.com>
21
22 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23 `ldap-search-internal'.
24
12005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> 252005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 26
3 * files.el (set-auto-mode-1): Use line-end-position. 27 * files.el (set-auto-mode-1): Use line-end-position.
@@ -43,6 +67,11 @@
43 (days-to-time, time-subtract, time-add): Don't use the #xhhhh 67 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
44 syntax which Emacs 20 doesn't support. 68 syntax which Emacs 20 doesn't support.
45 69
702005-04-09 Richard M. Stallman <rms@gnu.org>
71
72 * help.el (describe-key-briefly, describe-key): Replace
73 strings as event types with "(any string)".
74
462005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 752005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
47 76
48 * arc-mode.el (archive-mode-map): Move initialization into 77 * arc-mode.el (archive-mode-map): Move initialization into
diff --git a/src/ChangeLog b/src/ChangeLog
index 860c3847941..26b8a9ce5ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-04-10 Richard M. Stallman <rms@gnu.org>
2
3 * emacs.c (standard_args): Rename --bare-bones to --quick.
4 Add -D aka --basic-display.
5
6 * buffer.c (Fmake_indirect_buffer): Clear out some local variables.
7
12005-04-09 Richard M. Stallman <rms@gnu.org> 82005-04-09 Richard M. Stallman <rms@gnu.org>
2 9
3 * keymap.c (where_is_internal): Convert a string used as event type 10 * keymap.c (where_is_internal): Convert a string used as event type