aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-06-19 22:00:00 +0000
committerRichard M. Stallman2006-06-19 22:00:00 +0000
commita5bd14d3ec65acac1e548830d76de810742d4fd6 (patch)
tree50a660f10244b352b3a4249d08d3debae33500a4
parent5fe0b054a2d7769ddae70553253e6746b3bbdaaa (diff)
downloademacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.tar.gz
emacs-a5bd14d3ec65acac1e548830d76de810742d4fd6.zip
*** empty log message ***
-rw-r--r--etc/TODO2
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lispref/ChangeLog4
-rw-r--r--src/ChangeLog10
4 files changed, 29 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index ea070e01398..155cb1c5148 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -305,6 +305,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
305 305
306** Check what hooks would help Emacspeak -- see the defadvising in W3. 306** Check what hooks would help Emacspeak -- see the defadvising in W3.
307 307
308** Add definitions for symbol properties, for documentation purposes.
309
308** Add horizontal scroll bars. 310** Add horizontal scroll bars.
309 311
310** Provide an optional feature which computes a scroll bar slider's 312** Provide an optional feature which computes a scroll bar slider's
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d00b4b06d6..0bd199770ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12006-06-19 Richard Stallman <rms@gnu.org>
2
3 * bindings.el (mode-line-format): Save some mode line space.
4
5 * files.el (find-file-noselect): Improve the question wording.
6 (basic-save-buffer-2): Mask UMASK against 666.
7
8 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9 (mouse-drag-vertical-line): Call it.
10
11 * cus-edit.el (customize-option, customize-option-other-window):
12 Error if SYMBOL is nil.
13
12006-06-19 Carsten Dominik <dominik@science.uva.nl> 142006-06-19 Carsten Dominik <dominik@science.uva.nl>
2 15
3 * textmodes/org.el: Require noutline, also on XEmacs. 16 * textmodes/org.el: Require noutline, also on XEmacs.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e965f92a279..ec4b3650f07 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-06-19 Richard Stallman <rms@gnu.org>
2
3 * processes.texi (Bindat Spec): Clarify previous change.
4
12006-06-16 Richard Stallman <rms@gnu.org> 52006-06-16 Richard Stallman <rms@gnu.org>
2 6
3 * tips.texi (Coding Conventions): Better explain conventions 7 * tips.texi (Coding Conventions): Better explain conventions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9401a93505f..444ec6bd736 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-06-19 Richard Stallman <rms@gnu.org>
2
3 * window.c (size_window): New arg FIRST_ONLY. All callers changed.
4 (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL
5 for the case of a top-level window and the following minibuffer.
6 Don't exit because of no `next' when there is a parent.
7 Use the FIRST_ONLY feature when resizing following windows.
8
9 * syntax.c (init_syntax_once): Give most control chars' syntax Spunct.
10
12006-06-17 Kim F. Storm <storm@cua.dk> 112006-06-17 Kim F. Storm <storm@cua.dk>
2 12
3 * dispnew.c (update_frame): Check for input pending on entry. 13 * dispnew.c (update_frame): Check for input pending on entry.