diff options
| author | Luc Teirlinck | 2003-12-30 23:37:04 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-30 23:37:04 +0000 |
| commit | 697cf92a45f6c2d1bcaaa703caa0a1287ee7685b (patch) | |
| tree | 66c4b3449b6e6da29f12c3810e98c7cba389018f | |
| parent | 2e10efebcf7b6e6a5f30c26c4828583b1ad4e0b7 (diff) | |
| download | emacs-697cf92a45f6c2d1bcaaa703caa0a1287ee7685b.tar.gz emacs-697cf92a45f6c2d1bcaaa703caa0a1287ee7685b.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lispref/ChangeLog | 24 |
2 files changed, 28 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97539c809ed..fa2038e57df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info | ||
| 4 | documentation if the anchor (or node) name is preceded by `info | ||
| 5 | anchor' or `Info anchor' in addition to earlier `info node' and | ||
| 6 | `Info node'. | ||
| 7 | (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'. | ||
| 8 | |||
| 1 | 2003-12-30 Eli Zaretskii <eliz@elta.co.il> | 9 | 2003-12-30 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 10 | ||
| 3 | * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one | 11 | * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f591037daab..e1f2d143e68 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * errors.texi (Standard Errors): Various small corrections and | ||
| 4 | additions. | ||
| 5 | |||
| 6 | * control.texi: Various small changes in addition to the | ||
| 7 | following. | ||
| 8 | (Signaling Errors): Provide some more details on how `signal' | ||
| 9 | constructs the error message. Add anchor to the definition of | ||
| 10 | `signal'. | ||
| 11 | (Error Symbols): Describe special treatment of `quit'. | ||
| 12 | (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM | ||
| 13 | to emphasize that it has to be a single form. | ||
| 14 | |||
| 15 | * buffers.texi: Add anchor. | ||
| 16 | |||
| 1 | 2003-12-29 Richard M. Stallman <rms@gnu.org> | 17 | 2003-12-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 18 | ||
| 3 | * windows.texi (Choosing Window): Add same-window-p, special-display-p. | 19 | * windows.texi (Choosing Window): Add same-window-p, special-display-p. |
| @@ -16,9 +32,9 @@ | |||
| 16 | * os.texi (Time of Day): Add set-time-zone-rule. | 32 | * os.texi (Time of Day): Add set-time-zone-rule. |
| 17 | 33 | ||
| 18 | * numbers.texi (Math Functions): asin, acos, log, log10 | 34 | * numbers.texi (Math Functions): asin, acos, log, log10 |
| 19 | report domain-error errors. | 35 | report domain-error errors. |
| 20 | 36 | ||
| 21 | * nonascii.texi (Converting Representations): | 37 | * nonascii.texi (Converting Representations): |
| 22 | Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. | 38 | Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. |
| 23 | (Encoding and I/O): Add file-name-coding-system. | 39 | (Encoding and I/O): Add file-name-coding-system. |
| 24 | 40 | ||
| @@ -36,7 +52,7 @@ | |||
| 36 | * frames.texi (Frames and Windows): Add set-frame-selected-window | 52 | * frames.texi (Frames and Windows): Add set-frame-selected-window |
| 37 | and frame-root-window. | 53 | and frame-root-window. |
| 38 | 54 | ||
| 39 | * files.texi (Contents of Directories): | 55 | * files.texi (Contents of Directories): |
| 40 | Add directory-files-and-attributes. | 56 | Add directory-files-and-attributes. |
| 41 | 57 | ||
| 42 | * display.texi (Refresh Screen): Add force-window-update. | 58 | * display.texi (Refresh Screen): Add force-window-update. |
| @@ -81,7 +97,7 @@ | |||
| 81 | mention `eval-current-buffer' as an alias for `current-buffer'. | 97 | mention `eval-current-buffer' as an alias for `current-buffer'. |
| 82 | Correct the description and mention all optional arguments. | 98 | Correct the description and mention all optional arguments. |
| 83 | 99 | ||
| 84 | * nonascii.texi : Various small changes in addition to the | 100 | * nonascii.texi: Various small changes in addition to the |
| 85 | following. | 101 | following. |
| 86 | (Converting Representations): Clarify behavior of | 102 | (Converting Representations): Clarify behavior of |
| 87 | `string-make-multibyte' and `string-to-multibyte' for unibyte all | 103 | `string-make-multibyte' and `string-to-multibyte' for unibyte all |