]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 2006 01:31:01 +0000 (01:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 2006 01:31:01 +0000 (01:31 +0000)
admin/FOR-RELEASE
etc/TODO
lisp/ChangeLog.10
lispref/ChangeLog

index a9da7abb1020908b05b62408efca542cc274dc10..9dc802fb43f3c52b5c0356dd697ddc3f5fca24eb 100644 (file)
@@ -50,6 +50,8 @@ invalid pointer from string_free_list.
 
 * BUGS
 
+** Roland.Winkler@physik.uni-erlangen.de's Dec 3 bug report for align.el.
+
 ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
 
 ** TCP server processes do not work on Windows.
index 6e517f11e86b74391f35518b2b30b3e4fc335561..45f4b473f3bfba8a152d7963e8747c1685f07e12 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -9,6 +9,8 @@ to the FSF.
 
 * Small but important fixes needed in existing features:
 
+** buffer-offer-save should be a permanent local.
+
 ** revert-buffer should eliminate overlays and the mark.
 
 ** erase-buffer should perhaps disregard read-only properties of text.
@@ -54,6 +56,8 @@ to the FSF.
 
 ** The toolbar should show keyboard equivalents in its tooltips.
 
+** Modify allout.el to use overlays, like outline.el.
+
 * Important features:
 
 ** Provide user-friendly ways to list all available font families,
index 51cda269238bf51a7bcf824be48e4e20b68e93c9..395ba326ce3e899caedcd96072309917ec0d1e2f 100644 (file)
 
        * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
 
+2002-02-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+       * ediff-init.el (ediff-has-gutter-support): What was this?
+
 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
 
        * viper-util.el (viper-read-key-sequence): Fix so it'll read
        * viper.el (describe-key, describe-key-briefly): Get rid of
        viper-events-to-keys.
 
-       * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
-
        * ediff-wind.el (ediff-setup-control-frame):
        Use ediff-has-gutter-support.
 
index e6ac498ce3a6fb9747a78094a66530df92a55db4..ef07c950e09f78274728a506d4f545fa3f81f5f2 100644 (file)
@@ -1,3 +1,21 @@
+2006-01-19  Richard M. Stallman  <rms@gnu.org>
+
+       * nonascii.texi (Translation of Characters): Search cmds use
+       translation-table-for-input.  Automatically made local.
+
+       * markers.texi (Overview of Markers): Count insertion type
+       as one of a marker's attributes.
+
+       * elisp.texi (Top): Menu clarification.
+
+       * display.texi (Other Display Specs): Delete duplicate entry for
+       just a string as display spec.  Move text about recursive display
+       specs on such a string.
+
+       * commands.texi (Key Sequence Input): Clarify.
+       Move num-nonmacro-input-events out.
+       (Reading One Event): num-nonmacro-input-events moved here.
+
 2006-01-14  Nick Roberts  <nickrob@snap.net.nz>
 
        * advice.texi (Simple Advice): Update example to fit argument