From: Richard M. Stallman Date: Mon, 19 Jun 2006 22:00:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1910 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5bd14d3ec65acac1e548830d76de810742d4fd6;p=emacs.git *** empty log message *** --- 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. ** Check what hooks would help Emacspeak -- see the defadvising in W3. +** Add definitions for symbol properties, for documentation purposes. + ** Add horizontal scroll bars. ** 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 @@ +2006-06-19 Richard Stallman + + * bindings.el (mode-line-format): Save some mode line space. + + * files.el (find-file-noselect): Improve the question wording. + (basic-save-buffer-2): Mask UMASK against 666. + + * mouse.el (mouse-drag-vertical-line-rightward-window): New function. + (mouse-drag-vertical-line): Call it. + + * cus-edit.el (customize-option, customize-option-other-window): + Error if SYMBOL is nil. + 2006-06-19 Carsten Dominik * 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 @@ +2006-06-19 Richard Stallman + + * processes.texi (Bindat Spec): Clarify previous change. + 2006-06-16 Richard Stallman * 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 @@ +2006-06-19 Richard Stallman + + * window.c (size_window): New arg FIRST_ONLY. All callers changed. + (adjust_window_trailing_edge): Specially compute FIRST_PARALLEL + for the case of a top-level window and the following minibuffer. + Don't exit because of no `next' when there is a parent. + Use the FIRST_ONLY feature when resizing following windows. + + * syntax.c (init_syntax_once): Give most control chars' syntax Spunct. + 2006-06-17 Kim F. Storm * dispnew.c (update_frame): Check for input pending on entry.