diff options
| author | Juri Linkov | 2004-04-27 06:52:35 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-04-27 06:52:35 +0000 |
| commit | eb9828986dd7743b4540697b5755b12da5b291ad (patch) | |
| tree | 68f1c79f4f7b12a87fd87a612f66ba42b91e8826 /lisp | |
| parent | ffe2923b642bd9f53adf94b5fb44387cda33bb50 (diff) | |
| download | emacs-eb9828986dd7743b4540697b5755b12da5b291ad.tar.gz emacs-eb9828986dd7743b4540697b5755b12da5b291ad.zip | |
Fix comment.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 53 | ||||
| -rw-r--r-- | lisp/desktop.el | 4 |
2 files changed, 55 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec09e7c915a..309d54e15c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 1 | 2004-04-27 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * help.el (view-emacs-news): With argument, display info for the | ||
| 4 | selected version by finding it among different NEWS files, and | ||
| 5 | narrowing the buffer to the selected version. | ||
| 6 | |||
| 7 | * info.el: Add *info*<[0-9]+> to same-window-regexps instead of | ||
| 8 | same-window-buffer-names. | ||
| 9 | (info): New arg `buffer'. Use it. Doc fix. Read file name for | ||
| 10 | non-numeric prefix argument, append the number to the buffer name | ||
| 11 | for numeric prefix argument. | ||
| 12 | (info-other-window): Bind same-window-regexps to nil. | ||
| 13 | (Info-reference-name): Rename to Info-point-loc. | ||
| 14 | (Info-find-node-2): Call forward-line for numeric Info-point-loc, | ||
| 15 | and Info-find-index-name for stringy Info-point-loc. | ||
| 16 | (Info-extract-menu-node-name): New arg `index-node'. Use regexp | ||
| 17 | without middle `.', but with final `.' and optional line number | ||
| 18 | for it. Set Info-point-loc for index nodes. | ||
| 19 | (Info-index): Remove middle `.' from index entry regexp. | ||
| 20 | Modify line number regexp. | ||
| 21 | (Info-index-next): Decrement line number. | ||
| 22 | (info-apropos): Remove middle `.' from index entry regexp. | ||
| 23 | Add optional line number regexp at the end. Add matched value | ||
| 24 | for line number to the result list and insert it to the buffer. | ||
| 25 | (Info-fontify-node): Hide index line numbers. | ||
| 26 | (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim | ||
| 27 | empty matches. | ||
| 28 | (Info-follow-reference): Use `str' instead of | ||
| 29 | Info-following-node-name-re. | ||
| 30 | (Info-toc): Use full file names. Set Info-current-node to "Top". | ||
| 31 | (Info-fontify-node): Compare file names without directory name. | ||
| 32 | (Info-try-follow-nearest-node): Don't set Info-reference-name. | ||
| 33 | Set second arg of Info-extract-menu-node-name for index nodes. | ||
| 34 | (info-xref-visited): Use magenta3 instead of magenta4. | ||
| 35 | (Info-mode): Add info-apropos to docstring. | ||
| 36 | |||
| 37 | * log-view.el (log-view-diff): Replace interactive code "r" | ||
| 38 | by a list to allow to call it even if region is not active. | ||
| 39 | |||
| 40 | * paren.el (show-paren-highlight-openparen): New var. | ||
| 41 | (show-paren-function): Turn on openparen highlighting when | ||
| 42 | matching forward if show-paren-highlight-openparen is non-nil. | ||
| 43 | |||
| 44 | * simple.el (kill-ring-save): Use blink-matching-delay instead of | ||
| 45 | the constant value 1. | ||
| 46 | (completions-common-part): Expand docstring. | ||
| 47 | |||
| 48 | * textmodes/picture.el (picture-mode-map): Add arrow keys. | ||
| 49 | |||
| 1 | 2004-04-27 Kim F. Storm <storm@cua.dk> | 50 | 2004-04-27 Kim F. Storm <storm@cua.dk> |
| 2 | 51 | ||
| 3 | * image.el (insert-sliced-image): Use line-height instead of | 52 | * image.el (insert-sliced-image): Use line-height instead of |
| @@ -13,11 +62,15 @@ | |||
| 13 | (desktop-save): Rename desktop-buffer-misc-data-function to | 62 | (desktop-save): Rename desktop-buffer-misc-data-function to |
| 14 | desktop-save-buffer and allow non-function value. | 63 | desktop-save-buffer and allow non-function value. |
| 15 | (desktop-missing-file-warning): Correct docstring. | 64 | (desktop-missing-file-warning): Correct docstring. |
| 65 | |||
| 16 | * dired.el (dired-mode): Rename desktop-buffer-misc-data-function | 66 | * dired.el (dired-mode): Rename desktop-buffer-misc-data-function |
| 17 | to desktop-save-buffer. | 67 | to desktop-save-buffer. |
| 68 | |||
| 18 | * info.el (Info-mode): Rename desktop-buffer-misc-data-function to | 69 | * info.el (Info-mode): Rename desktop-buffer-misc-data-function to |
| 19 | desktop-save-buffer. | 70 | desktop-save-buffer. |
| 71 | |||
| 20 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. | 72 | * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. |
| 73 | |||
| 21 | * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. | 74 | * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. |
| 22 | 75 | ||
| 23 | 2004-04-26 Eli Zaretskii <eliz@gnu.org> | 76 | 2004-04-26 Eli Zaretskii <eliz@gnu.org> |
diff --git a/lisp/desktop.el b/lisp/desktop.el index e9b130388a2..ce9d0c9d645 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -810,8 +810,8 @@ directory DIRNAME." | |||
| 810 | nil))) | 810 | nil))) |
| 811 | 811 | ||
| 812 | ;; ---------------------------------------------------------------------------- | 812 | ;; ---------------------------------------------------------------------------- |
| 813 | ;; Create a buffer, load its file, set is mode, ...; called from Desktop file | 813 | ;; Create a buffer, load its file, set its mode, ...; |
| 814 | ;; only. | 814 | ;; called from Desktop file only. |
| 815 | 815 | ||
| 816 | (eval-when-compile ; Just to silence the byte compiler | 816 | (eval-when-compile ; Just to silence the byte compiler |
| 817 | (defvar desktop-first-buffer) ;; Dynamically bound in `desktop-read' | 817 | (defvar desktop-first-buffer) ;; Dynamically bound in `desktop-read' |