]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
*** empty log message ***
[gnu-emacs] / lispref / ChangeLog
index fd095d9a308ab975efdba2068c2a046cf697e2ea..b848c2641fa86b5bd3ce23b8dbaeac854be11d88 100644 (file)
@@ -1,3 +1,122 @@
+2005-11-03  Richard M. Stallman  <rms@gnu.org>
+
+       * variables.texi (Frame-Local Variables): Small clarification.
+
+2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Init File): Document ~/.emacs.d/init.el.
+
+2005-10-29  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Garbage Collection): Document memory-full.
+
+2005-10-28  Bill Wohler  <wohler@newt.com>
+
+       * tips.texi (Documentation Tips): Help mode now creates hyperlinks
+       for URLs.
+
+2005-10-28  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Completion Commands): Clean up prev change.
+
+2005-10-26  Kevin Ryde  <user42@zip.com.au>
+
+       * compile.texi (Eval During Compile): Explain recommended uses
+       of eval-when-compile and eval-and-compile.
+
+2005-10-27  Masatake YAMATO  <jet@gyve.org>
+
+       * minibuf.texi (Completion Commands): 
+       Write about new optional argument for `display-completion-list'.
+       
+2005-10-23  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Overlay Arrow): Clarify about local bindings of
+       overlay-arrow-position.
+
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Building Emacs): Fix last change.
+
+2005-10-22  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Building Emacs): Document eval-at-startup.
+
+2005-10-21  Richard M. Stallman  <rms@gnu.org>
+
+       * loading.texi (Where Defined): load-history contains abs file names.
+       symbol-file returns abs file names.
+
+2005-10-19  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Showing Images): Add max-image-size integer value.
+
+2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Showing Images): Document max-image-size.
+
+2005-10-17  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Quitting): Minor clarification.
+
+       * processes.texi (Sentinels): Clarify about output and quitting.
+       (Filter Functions): Mention with-local-quit.
+
+2005-10-17  Juri Linkov  <juri@jurta.org>
+
+       * buffers.texi (Current Buffer):
+       * commands.texi (Event Input Misc):
+       * compile.texi (Eval During Compile, Compiler Errors):
+       * customize.texi (Group Definitions):
+       * display.texi (Progress, Defining Faces):
+       * files.texi (Writing to Files):
+       * modes.texi (Mode Hooks, Defining Minor Modes):
+       * streams.texi (Output Functions):
+       * syntax.texi (Syntax Table Functions):
+       * text.texi (Change Hooks):
+       Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
+
+       * commands.texi (Quitting): Replace arg `forms' with `body' in
+       `with-local-quit'.
+
+       * positions.texi (Excursions): Replace arg `forms' with `body' in
+       `save-excursion'.
+
+2005-10-08  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Tree): Rename window-split-tree to window-tree.
+       Rename manual section accordingly.
+
+2005-10-04  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Split Tree): New section describing
+       new function window-split-tree function.
+
+2005-10-03  Nick Roberts  <nickrob@snap.net.nz>
+
+       * display.texi (Fringe Size/Pos): Simplify and add detail.
+
+2005-09-30  Romain Francoise  <romain@orebokech.com>
+
+       * minibuf.texi (High-Level Completion): Explain that the prompt
+       given to `read-buffer' should end with a colon and a space.
+       Update usage examples.
+
+2005-09-29  Juri Linkov  <juri@jurta.org>
+
+       * display.texi (Displaying Messages): Rename argument name
+       `string' to `format-string' in functions `message', `message-box',
+       `message-or-box'.
+
+2005-09-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * errors.texi (Standard Errors): Corrected xrefs.
+
+2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Defining Images): Updated documentation for
+       `image-load-path'.
+
 2005-09-17  Richard M. Stallman  <rms@gnu.org>
 
        * display.texi (Defining Images): Clean up previous change.