diff options
| author | Juanma Barranquero | 2005-07-15 14:49:54 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-15 14:49:54 +0000 |
| commit | 9ab281f0bb1f810c87d1b6a654f0e98b9843c254 (patch) | |
| tree | dabfa44f66d64ecb4efbf5bf7aba47360ff48ab4 | |
| parent | 4c199fcee98802d94f10be6fb1e3e99cc6e0d487 (diff) | |
| download | emacs-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/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/startup.el | 29 |
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 @@ | |||
| 1 | 2005-07-16 Nick Roberts <nickrob@snap.net.nz> | 1 | 2005-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 @@ | |||
| 11 | 2005-07-15 Kim F. Storm <storm@cua.dk> | 11 | 2005-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 | ||
| 19 | 2005-07-15 Juanma Barranquero <lekktu@gmail.com> | 19 | 2005-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 | ||
| 379 | 2005-07-07 Jay Belanger <belanger@truman.edu> | 386 | 2005-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 | ||
| 384 | 2005-07-07 Luc Teirlinck <teirllm@auburn.edu> | 391 | 2005-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. |
| 187 | This variable is used to define | 187 | This variable is used to define the proper function and keypad |
| 188 | the proper function and keypad keys for use under X. It is used in a | 188 | keys for use under X. It is used in a fashion analogous to the |
| 189 | fashion analogous to the environment variable TERM.") | 189 | environment 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. | |||
| 234 | This variable is defined for customization so as to make | 234 | This variable is defined for customization so as to make |
| 235 | it visible in the relevant context. However, actually customizing it | 235 | it visible in the relevant context. However, actually customizing it |
| 236 | is not allowed, since it would not work anyway. The only way to set | 236 | is not allowed, since it would not work anyway. The only way to set |
| 237 | this variable usefully is to set it during while building and dumping Emacs." | 237 | this 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 | "\ |
| 1059 | Copying Conditions\tConditions for redistributing and changing Emacs | 1059 | Copying Conditions\tConditions for redistributing and changing Emacs |
| 1060 | Getting New Versions\tHow to obtain the latest version of Emacs | ||
| 1060 | More Manuals / Ordering Manuals Buying printed manuals from the FSF\n") | 1061 | More 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 | ||
| 1343 | Useful File menu items: | 1344 | Useful File menu items: |
| 1344 | Exit Emacs (or type Control-x followed by Control-c) | 1345 | Exit Emacs (or type Control-x followed by Control-c) |
| 1345 | Recover Session recover files you were editing before a crash | 1346 | Recover Session Recover files you were editing before a crash |
| 1346 | 1347 | ||
| 1347 | Important Help menu items: | 1348 | Important Help menu items: |
| 1348 | Emacs Tutorial Learn-by-doing tutorial for using Emacs efficiently. | 1349 | Emacs Tutorial Learn how to use Emacs efficiently |
| 1349 | Emacs FAQ Frequently asked questions and answers | 1350 | Emacs FAQ Frequently asked questions and answers |
| 1350 | Read the Emacs Manual View the Emacs manual using Info | 1351 | Read 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 |
| 1352 | Copying Conditions Conditions for redistributing and changing Emacs. | 1353 | Copying Conditions Conditions for redistributing and changing Emacs |
| 1353 | Getting New Versions How to obtain the latest version of Emacs. | 1354 | Getting New Versions How to obtain the latest version of Emacs |
| 1354 | More Manuals / Ordering Manuals How to order printed manuals from the FSF. | 1355 | More 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 | " |
| 1358 | Copyright (C) 2004 Free Software Foundation, Inc.")) | 1359 | Copyright (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 | " |
| 1406 | Copyright (C) 2004 Free Software Foundation, Inc.") | 1407 | Copyright (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) |