]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 23:38:37 +0000 (23:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 10 Apr 2005 23:38:37 +0000 (23:38 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 727dfadc54f546a8068a259a4b8575bc82cd2461..3b1de666a24ebd849d838d6e4bc780c951cac1df 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,12 +351,15 @@ the next/previous matching line found by M-x occur.
 +++
 ** 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
index 393c2331fa7e8112461daf45a33392e1a0fe5661..1ddf9f5594c5031d447524a4ab4f814ac7755d53 100644 (file)
@@ -1,3 +1,27 @@
+2005-04-10  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <cyd@stupidchicken.com>
+
+       * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
+       `ldap-search-internal'.
+
 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (set-auto-mode-1): Use line-end-position.
        (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  <rms@gnu.org>
+
+       * help.el (describe-key-briefly, describe-key): Replace
+       strings as event types with "(any string)".
+
 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * arc-mode.el (archive-mode-map): Move initialization into
index 860c38479417aca884c9eeb51476d822e5accf3f..26b8a9ce5ad2a00dd87483d1f83ccdb3d4fec213 100644 (file)
@@ -1,3 +1,10 @@
+2005-04-10  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <rms@gnu.org>
 
        * keymap.c (where_is_internal): Convert a string used as event type