]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
* gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
[gnu-emacs] / lispref / ChangeLog
index 2b08c2a992a1ecc830f3c5570bdc0f09bf0a1884..12b67ac30b32b61914b9dca0d1cae8f5c85346a1 100644 (file)
@@ -1,5 +1,109 @@
+2005-01-16  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
+       command remapping.
+
+2005-01-15  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Defining Images): Mention DATA-P arg of create-image.
+
+2005-01-14  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
+
+       * text.texi (Links and Mouse-1): Fix string and vector item.
+
+2005-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Active Keymaps): Rewrite the text, and update the
+       descriptions of overriding-local-map and overriding-terminal-local-map.
+
+       * text.texi (Links and Mouse-1): Clarify text.
+
+2005-01-13  Kim F. Storm  <storm@cua.dk>
+
+       * modes.texi (Emulating Mode Line): Update format-mode-line entry.
+
+2005-01-13  Francis Litterio  <franl@world.std.com>  (tiny change)
+
+       * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
+
+2005-01-12  Kim F. Storm  <storm@cua.dk>
+
+       * text.texi (Links and Mouse-1): Rename section from Enabling
+       Mouse-1 to Following Links.  Change xrefs.
+       Add examples for define-button-type and define-widget.
+
+       * display.texi (Button Properties, Button Buffer Commands):
+       Clarify mouse-1 and follow-link functionality.
+
+2005-01-12  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
+
+       * display.texi (Beeping): Fix Texinfo usage.
+
+       * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
+
+2005-01-11  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Button Properties, Button Buffer Commands):
+       Mention mouse-1 binding.  Add follow-link keyword.
+
+       * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
+       (Enabling Mouse-1 to Follow Links): New subsection.
+
+2005-01-06  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Minor change.
+
+       * os.texi (Timers): Clarify previous change.
+
+       * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
+
+2005-01-01  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi (Face Attributes): Correct xref to renamed node.
+
+2005-01-01  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Face Attributes): Describe hex color specs.
+
+2004-12-31  Richard M. Stallman  <rms@gnu.org>
+
+       * os.texi (Timers): Update previous change.
+
+2004-12-30  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Line Height): Total line-height is now specified
+       in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
+       in cons cells.  (nil . RATIO) is relative to actual line height.
+       Use line-height `t' instead of `0' to get minimum height.
+
+2004-12-29  Richard M. Stallman  <rms@gnu.org>
+
+       * os.texi (Timers): Discuss timers vs editing the buffer and undo.
+
+2004-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Quitting): Clarify value of with-local-quit.
+
+       * elisp.texi (Top): Fix previous change.
+
+       * loading.texi (Loading): Fix previous change.
+
 2004-12-27  Richard M. Stallman  <rms@gnu.org>
 
+       * Makefile.in (MAKEINFO): Specify --force.
+
+       * buffers.texi (Killing Buffers): Add buffer-save-without-query.
+
+       * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
+
+       * display.texi (Line Height): Further clarify.
+
+       * elisp.texi (Top): Update Loading submenu.
+
        * loading.texi (Where Defined): New node.
        (Unloading): load-history moved to Where Defined.