]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index ac272e94a87d51ff4ae85b90e7a1c6816a05e068..aa49c8d1d17521019506d898ca1c93d1d8497f51 100644 (file)
@@ -1,3 +1,100 @@
+2004-05-22  Richard M. Stallman  <rms@gnu.org>
+
+       * syntax.texi (Syntax Class Table): Word syntax not just for English.
+
+       * streams.texi (Output Variables): Doc float-output-format.
+
+       * searching.texi (Regexp Special): Nested repetition can be infloop.
+
+       * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
+       real stack overflow.
+
+       * compile.texi: Minor cleanups.
+
+2004-05-22  Luc Teirlinck  <teirllm@dms.auburn.edu>
+
+       * lists.texi (Cons Cells): Explain dotted lists, true lists,
+       circular lists.
+       (List Elements): Explain handling of circular and dotted lists.
+       
+2004-05-19  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * modes.texi (Search-based Fontification): Fix typo.
+
+2004-05-10  Juanma Barranquero  <lektu@terra.es>
+
+       * modes.texi (Mode Line Variables): Fix description of
+       global-mode-string, which is now after which-func-mode, not the
+       buffer name.
+
+2004-05-07  Lars Hansen  <larsh@math.ku.dk>
+
+       * modes.texi (Desktop Save Mode): Add.
+       (Modes): Add menu entry Desktop Save Mode.
+
+       * hooks.texi: Add desktop-after-read-hook,
+       desktop-no-desktop-file-hook and desktop-save-hook.
+
+       * locals.texi: Add desktop-save-buffer.
+
+2004-04-30  Jesper Harder  <harder@ifa.au.dk>
+
+       * display.texi: emacs -> Emacs.
+
+2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
+
+       * files.texi (Changing Files): Document set-file-times.
+
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in: Add "-*- makefile -*-" mode tag.
+
+2004-04-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * tips.texi (Coding Conventions): defopt -> defcustom.
+
+2004-04-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * sequences.texi: Various clarifications.
+
+2004-04-14  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buffers.texi (Read Only Buffers): Mention optional ARG to
+       `toggle-read-only'.
+
+2004-04-14  Nick Roberts  <nick@nick.uklinux.net>
+
+       * windows.texi (Selecting Windows): Note that get-lru-window
+       returns a full-width window if possible.
+
+2004-04-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * buffers.texi: Various changes in addition to:
+       (Buffer File Name): Add `find-buffer-visiting'.
+       (Buffer Modification): Mention optional ARG to `not-modified'.
+       (Indirect Buffers): Mention optional CLONE argument to
+       `make-indirect-buffer'.
+
+       * files.texi: Various changes in addition to:
+       (Visiting Functions): `find-file-hook' is now a normal hook.
+       (File Name Expansion): Explain difference between the way that
+       `expand-file-name' and `file-truename' treat `..'.
+       (Contents of Directories): Mention optional ID-FORMAT argument to
+       `directory-files-and-attributes'.
+       (Format Conversion): Mention new optional CONFIRM argument to
+       `format-write-file'.
+
+2004-04-12  Miles Bader  <miles@gnu.org>
+
+       * macros.texi (Expansion): Add description of `macroexpand-all'.
+
+2004-04-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * variables.texi (Variable Aliases): Mention
+       cyclic-variable-indirection.
+
+       * errors.texi (Standard Errors): Ditto.
+
 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
 
        * backups.texi:  Various small changes in addition to: