mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
*** empty log message ***
This commit is contained in:
parent
2e10efebcf
commit
697cf92a45
2 changed files with 28 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
|
||||
documentation if the anchor (or node) name is preceded by `info
|
||||
anchor' or `Info anchor' in addition to earlier `info node' and
|
||||
`Info node'.
|
||||
(help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
|
||||
|
||||
2003-12-30 Eli Zaretskii <eliz@elta.co.il>
|
||||
|
||||
* mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* errors.texi (Standard Errors): Various small corrections and
|
||||
additions.
|
||||
|
||||
* control.texi: Various small changes in addition to the
|
||||
following.
|
||||
(Signaling Errors): Provide some more details on how `signal'
|
||||
constructs the error message. Add anchor to the definition of
|
||||
`signal'.
|
||||
(Error Symbols): Describe special treatment of `quit'.
|
||||
(Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
|
||||
to emphasize that it has to be a single form.
|
||||
|
||||
* buffers.texi: Add anchor.
|
||||
|
||||
2003-12-29 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* windows.texi (Choosing Window): Add same-window-p, special-display-p.
|
||||
|
|
@ -16,9 +32,9 @@
|
|||
* os.texi (Time of Day): Add set-time-zone-rule.
|
||||
|
||||
* numbers.texi (Math Functions): asin, acos, log, log10
|
||||
report domain-error errors.
|
||||
report domain-error errors.
|
||||
|
||||
* nonascii.texi (Converting Representations):
|
||||
* nonascii.texi (Converting Representations):
|
||||
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
|
||||
(Encoding and I/O): Add file-name-coding-system.
|
||||
|
||||
|
|
@ -36,7 +52,7 @@
|
|||
* frames.texi (Frames and Windows): Add set-frame-selected-window
|
||||
and frame-root-window.
|
||||
|
||||
* files.texi (Contents of Directories):
|
||||
* files.texi (Contents of Directories):
|
||||
Add directory-files-and-attributes.
|
||||
|
||||
* display.texi (Refresh Screen): Add force-window-update.
|
||||
|
|
@ -81,7 +97,7 @@
|
|||
mention `eval-current-buffer' as an alias for `current-buffer'.
|
||||
Correct the description and mention all optional arguments.
|
||||
|
||||
* nonascii.texi : Various small changes in addition to the
|
||||
* nonascii.texi: Various small changes in addition to the
|
||||
following.
|
||||
(Converting Representations): Clarify behavior of
|
||||
`string-make-multibyte' and `string-to-multibyte' for unibyte all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue