# HG changeset patch # User Richard M. Stallman # Date 1113176317 0 # Node ID 9e9819183ce3a2991a7a630396b60022f72e3e39 # Parent b9d559315c0a0592afc6fb6f733d20f78708c748 *** empty log message *** diff -r b9d559315c0a -r 9e9819183ce3 etc/NEWS --- a/etc/NEWS Sun Apr 10 23:36:22 2005 +0000 +++ b/etc/NEWS Sun Apr 10 23:38:37 2005 +0000 @@ -351,12 +351,15 @@ +++ ** Telnet now prompts you for a port number with C-u M-x telnet. -+++ -** New command line option -Q or --bare-bones. +** New command line option -Q or --quick. This is like using -q --no-site-file, but in addition it also disables -the menu-bar, the tool-bar, the scroll-bars, tool tips, the blinking -cursor, and the fancy startup screen. +the fancy startup screen. + +** New command line option -D or --basic-display. + +Disables the menu-bar, the tool-bar, the scroll-bars, tool tips, and +the blinking cursor. +++ ** New command line option -nbc or --no-blinking-cursor disables diff -r b9d559315c0a -r 9e9819183ce3 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 10 23:36:22 2005 +0000 +++ b/lisp/ChangeLog Sun Apr 10 23:38:37 2005 +0000 @@ -1,3 +1,27 @@ +2005-04-10 Richard M. Stallman + + * startup.el (fancy-splash-tail): Update copyright year. + (command-line): Split part of -Q into -D. + (emacs-basic-display): New defvar. + (fancy-splash-text): Correct name of menu item. + + * saveplace.el (save-place-alist-to-file): Catch errors writing file. + + * info.el (Info-fontify-node): Handle fontification of multiple * Menu + lines in one node. + + * comint.el (comint-send-input): New arg ARTIFICIAL. + Callers in this file changed. + + * abbrev.el (define-abbrevs): Read system abbrevs properly. + + * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message. + +2005-04-10 Chong Yidong + + * url/url-ldap.el (url-ldap): Add docstring. Fix call to + `ldap-search-internal'. + 2005-04-10 Stefan Monnier * files.el (set-auto-mode-1): Use line-end-position. @@ -43,6 +67,11 @@ (days-to-time, time-subtract, time-add): Don't use the #xhhhh syntax which Emacs 20 doesn't support. +2005-04-09 Richard M. Stallman + + * help.el (describe-key-briefly, describe-key): Replace + strings as event types with "(any string)". + 2005-04-09 Stefan Monnier * arc-mode.el (archive-mode-map): Move initialization into diff -r b9d559315c0a -r 9e9819183ce3 src/ChangeLog --- a/src/ChangeLog Sun Apr 10 23:36:22 2005 +0000 +++ b/src/ChangeLog Sun Apr 10 23:38:37 2005 +0000 @@ -1,3 +1,10 @@ +2005-04-10 Richard M. Stallman + + * emacs.c (standard_args): Rename --bare-bones to --quick. + Add -D aka --basic-display. + + * buffer.c (Fmake_indirect_buffer): Clear out some local variables. + 2005-04-09 Richard M. Stallman * keymap.c (where_is_internal): Convert a string used as event type