aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-20 01:31:01 +0000
committerRichard M. Stallman2006-01-20 01:31:01 +0000
commitd322eb9b19ddba8ef604dd9d3e096be16a70fafe (patch)
tree2146033f401794f542150f3cf3eef943a31e101a
parentfa27fb286e3ba6902ffc8dfb01246d7d18882bb5 (diff)
downloademacs-d322eb9b19ddba8ef604dd9d3e096be16a70fafe.tar.gz
emacs-d322eb9b19ddba8ef604dd9d3e096be16a70fafe.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--etc/TODO4
-rw-r--r--lisp/ChangeLog.106
-rw-r--r--lispref/ChangeLog18
4 files changed, 28 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index a9da7abb102..9dc802fb43f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -50,6 +50,8 @@ invalid pointer from string_free_list.
50 50
51* BUGS 51* BUGS
52 52
53** Roland.Winkler@physik.uni-erlangen.de's Dec 3 bug report for align.el.
54
53** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS" 55** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
54 56
55** TCP server processes do not work on Windows. 57** TCP server processes do not work on Windows.
diff --git a/etc/TODO b/etc/TODO
index 6e517f11e86..45f4b473f3b 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -9,6 +9,8 @@ to the FSF.
9 9
10* Small but important fixes needed in existing features: 10* Small but important fixes needed in existing features:
11 11
12** buffer-offer-save should be a permanent local.
13
12** revert-buffer should eliminate overlays and the mark. 14** revert-buffer should eliminate overlays and the mark.
13 15
14** erase-buffer should perhaps disregard read-only properties of text. 16** erase-buffer should perhaps disregard read-only properties of text.
@@ -54,6 +56,8 @@ to the FSF.
54 56
55** The toolbar should show keyboard equivalents in its tooltips. 57** The toolbar should show keyboard equivalents in its tooltips.
56 58
59** Modify allout.el to use overlays, like outline.el.
60
57* Important features: 61* Important features:
58 62
59** Provide user-friendly ways to list all available font families, 63** Provide user-friendly ways to list all available font families,
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10
index 51cda269238..395ba326ce3 100644
--- a/lisp/ChangeLog.10
+++ b/lisp/ChangeLog.10
@@ -19133,6 +19133,10 @@
19133 19133
19134 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 19134 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
19135 19135
191362002-02-10 Stephen J. Turnbull <stephen@xemacs.org>
19137
19138 * ediff-init.el (ediff-has-gutter-support): What was this?
19139
191362002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> 191402002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
19137 19141
19138 * viper-util.el (viper-read-key-sequence): Fix so it'll read 19142 * viper-util.el (viper-read-key-sequence): Fix so it'll read
@@ -19142,8 +19146,6 @@
19142 * viper.el (describe-key, describe-key-briefly): Get rid of 19146 * viper.el (describe-key, describe-key-briefly): Get rid of
19143 viper-events-to-keys. 19147 viper-events-to-keys.
19144 19148
19145 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
19146
19147 * ediff-wind.el (ediff-setup-control-frame): 19149 * ediff-wind.el (ediff-setup-control-frame):
19148 Use ediff-has-gutter-support. 19150 Use ediff-has-gutter-support.
19149 19151
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e6ac498ce3a..ef07c950e09 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,21 @@
12006-01-19 Richard M. Stallman <rms@gnu.org>
2
3 * nonascii.texi (Translation of Characters): Search cmds use
4 translation-table-for-input. Automatically made local.
5
6 * markers.texi (Overview of Markers): Count insertion type
7 as one of a marker's attributes.
8
9 * elisp.texi (Top): Menu clarification.
10
11 * display.texi (Other Display Specs): Delete duplicate entry for
12 just a string as display spec. Move text about recursive display
13 specs on such a string.
14
15 * commands.texi (Key Sequence Input): Clarify.
16 Move num-nonmacro-input-events out.
17 (Reading One Event): num-nonmacro-input-events moved here.
18
12006-01-14 Nick Roberts <nickrob@snap.net.nz> 192006-01-14 Nick Roberts <nickrob@snap.net.nz>
2 20
3 * advice.texi (Simple Advice): Update example to fit argument 21 * advice.texi (Simple Advice): Update example to fit argument