aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-15 14:49:54 +0000
committerJuanma Barranquero2005-07-15 14:49:54 +0000
commit9ab281f0bb1f810c87d1b6a654f0e98b9843c254 (patch)
treedabfa44f66d64ecb4efbf5bf7aba47360ff48ab4
parent4c199fcee98802d94f10be6fb1e3e99cc6e0d487 (diff)
downloademacs-9ab281f0bb1f810c87d1b6a654f0e98b9843c254.tar.gz
emacs-9ab281f0bb1f810c87d1b6a654f0e98b9843c254.zip
(site-run-file, keyboard-type): Doc fixes.
(command-line): Check for "--basic-display" argument; also for "--quick", not "--bare-bones" (which was renamed). (fancy-splash-text): Add missing item "Getting New Versions". (normal-splash-screen): Fix typos and improve consistency with `fancy-splash-text'. Update copyright year.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/startup.el29
2 files changed, 25 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e09d76d9042..e0df3f4aaf7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,6 @@
12005-07-16 Nick Roberts <nickrob@snap.net.nz> 12005-07-16 Nick Roberts <nickrob@snap.net.nz>
2 2
3 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler): 3 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4 Don't consider gdbmi (gdb-mi.el has its own update functions). 4 Don't consider gdbmi (gdb-mi.el has its own update functions).
5 (gdb-var-delete): Make it work for gdbmi as well. 5 (gdb-var-delete): Make it work for gdbmi as well.
6 (gdb-speedbar-expand-node): Move var-update here for gdbmi. 6 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
@@ -11,13 +11,20 @@
112005-07-15 Kim F. Storm <storm@cua.dk> 112005-07-15 Kim F. Storm <storm@cua.dk>
12 12
13 * ido.el: Fix commentary. 13 * ido.el: Fix commentary.
14 (ido-define-mode-map): Move ido-next-work-file to C-M-o. 14 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15 Use with-no-warnings around ffap-guesser. 15 Use with-no-warnings around ffap-guesser.
16 (ido-file-internal, ido-read-file-name, ido-read-directory-name): 16 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17 Let bind minibuffer-completing-file-name to t. 17 Let bind minibuffer-completing-file-name to t.
18 18
192005-07-15 Juanma Barranquero <lekktu@gmail.com> 192005-07-15 Juanma Barranquero <lekktu@gmail.com>
20 20
21 * startup.el (site-run-file, keyboard-type): Doc fixes.
22 (command-line): Check for "--basic-display" argument; also for
23 "--quick", not "--bare-bones" (which was renamed).
24 (fancy-splash-text): Add missing item "Getting New Versions".
25 (normal-splash-screen): Fix typos and improve consistency with
26 `fancy-splash-text'. Update copyright year.
27
21 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a 28 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22 valid binding for `help-char'. 29 valid binding for `help-char'.
23 30
@@ -378,7 +385,7 @@
378 385
3792005-07-07 Jay Belanger <belanger@truman.edu> 3862005-07-07 Jay Belanger <belanger@truman.edu>
380 387
381 * calc/calc-units.el (math-apply-units): Change the places in 388 * calc/calc-units.el (math-apply-units): Change the places in
382 which units are simplified. 389 which units are simplified.
383 390
3842005-07-07 Luc Teirlinck <teirllm@auburn.edu> 3912005-07-07 Luc Teirlinck <teirllm@auburn.edu>
diff --git a/lisp/startup.el b/lisp/startup.el
index cb3dae8123a..f1623cf374b 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -184,9 +184,9 @@ This is because we already did so.")
184 184
185(defvar keyboard-type nil 185(defvar keyboard-type nil
186 "The brand of keyboard you are using. 186 "The brand of keyboard you are using.
187This variable is used to define 187This variable is used to define the proper function and keypad
188the proper function and keypad keys for use under X. It is used in a 188keys for use under X. It is used in a fashion analogous to the
189fashion analogous to the environment variable TERM.") 189environment variable TERM.")
190 190
191(defvar window-setup-hook nil 191(defvar window-setup-hook nil
192 "Normal hook run to initialize window system display. 192 "Normal hook run to initialize window system display.
@@ -234,7 +234,7 @@ is less convenient.
234This variable is defined for customization so as to make 234This variable is defined for customization so as to make
235it visible in the relevant context. However, actually customizing it 235it visible in the relevant context. However, actually customizing it
236is not allowed, since it would not work anyway. The only way to set 236is not allowed, since it would not work anyway. The only way to set
237this variable usefully is to set it during while building and dumping Emacs." 237this variable usefully is to set it while building and dumping Emacs."
238 :type '(choice (const :tag "none" nil) string) 238 :type '(choice (const :tag "none" nil) string)
239 :group 'initialization 239 :group 'initialization
240 :initialize 'custom-initialize-default 240 :initialize 'custom-initialize-default
@@ -664,9 +664,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
664 ;; processed. This is consistent with the way main in emacs.c 664 ;; processed. This is consistent with the way main in emacs.c
665 ;; does things. 665 ;; does things.
666 (while (and (not done) args) 666 (while (and (not done) args)
667 (let* ((longopts '(("--no-init-file") ("--no-site-file") ("--user") 667 (let* ((longopts '(("--no-init-file") ("--no-site-file") ("--debug-init")
668 ("--debug-init") ("--iconic") ("--icon-type") 668 ("--user") ("--iconic") ("--icon-type") ("--quick")
669 ("--no-blinking-cursor") ("--bare-bones"))) 669 ("--no-blinking-cursor") ("--basic-display")))
670 (argi (pop args)) 670 (argi (pop args))
671 (orig-argi argi) 671 (orig-argi argi)
672 argval) 672 argval)
@@ -1057,6 +1057,7 @@ Read the Emacs Manual\tView the Emacs manual using Info
1057 :face variable-pitch 1057 :face variable-pitch
1058 "\ 1058 "\
1059Copying Conditions\tConditions for redistributing and changing Emacs 1059Copying Conditions\tConditions for redistributing and changing Emacs
1060Getting New Versions\tHow to obtain the latest version of Emacs
1060More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") 1061More Manuals / Ordering Manuals Buying printed manuals from the FSF\n")
1061 (:face variable-pitch 1062 (:face variable-pitch
1062 "You can do basic editing with the menu bar and scroll bar \ 1063 "You can do basic editing with the menu bar and scroll bar \
@@ -1342,20 +1343,20 @@ You can do basic editing with the menu bar and scroll bar using the mouse.
1342 1343
1343Useful File menu items: 1344Useful File menu items:
1344Exit Emacs (or type Control-x followed by Control-c) 1345Exit Emacs (or type Control-x followed by Control-c)
1345Recover Session recover files you were editing before a crash 1346Recover Session Recover files you were editing before a crash
1346 1347
1347Important Help menu items: 1348Important Help menu items:
1348Emacs Tutorial Learn-by-doing tutorial for using Emacs efficiently. 1349Emacs Tutorial Learn how to use Emacs efficiently
1349Emacs FAQ Frequently asked questions and answers 1350Emacs FAQ Frequently asked questions and answers
1350Read the Emacs Manual View the Emacs manual using Info 1351Read the Emacs Manual View the Emacs manual using Info
1351\(Non)Warranty GNU Emacs comes with ABSOLUTELY NO WARRANTY 1352\(Non)Warranty GNU Emacs comes with ABSOLUTELY NO WARRANTY
1352Copying Conditions Conditions for redistributing and changing Emacs. 1353Copying Conditions Conditions for redistributing and changing Emacs
1353Getting New Versions How to obtain the latest version of Emacs. 1354Getting New Versions How to obtain the latest version of Emacs
1354More Manuals / Ordering Manuals How to order printed manuals from the FSF. 1355More Manuals / Ordering Manuals How to order printed manuals from the FSF
1355") 1356")
1356 (insert "\n\n" (emacs-version) 1357 (insert "\n\n" (emacs-version)
1357 " 1358 "
1358Copyright (C) 2004 Free Software Foundation, Inc.")) 1359Copyright (C) 2005 Free Software Foundation, Inc."))
1359 1360
1360 ;; No mouse menus, so give help using kbd commands. 1361 ;; No mouse menus, so give help using kbd commands.
1361 1362
@@ -1403,7 +1404,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
1403 1404
1404 (insert "\n\n" (emacs-version) 1405 (insert "\n\n" (emacs-version)
1405 " 1406 "
1406Copyright (C) 2004 Free Software Foundation, Inc.") 1407Copyright (C) 2005 Free Software Foundation, Inc.")
1407 1408
1408 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) 1409 (if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
1409 (eq (key-binding "\C-h\C-d") 'describe-distribution) 1410 (eq (key-binding "\C-h\C-d") 'describe-distribution)