From d89abe751ce226c914e12cc1fa6a04f02be6a961 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Mar 2007 18:29:07 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 11 +++++++---- lisp/ChangeLog | 28 ++++++++++++++++++++++++++++ lispref/ChangeLog | 23 +++++++++++++++++++++++ man/ChangeLog | 4 ++++ src/ChangeLog | 4 ++++ 5 files changed, 66 insertions(+), 4 deletions(-) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 835fef666b6..beee10a8e3c 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -50,10 +50,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. (Did we decide that is unreproducible?) -** make-network-process :nowait t doesn't work for non-local targets - on Windows. This has been "fixed" for Emacs 22 by defining - BROKEN_NON_BLOCKING_CONNECT in ms-w32.h. - * BUGS @@ -67,6 +63,13 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** daniel@bigwalter.net, Feb 25: Echoing of keys and process I/O +** rudalics@gmx.at, Feb 27: undo-information kept for *occur* + +** Failure to build on Solaris. + +** Failure to detect strerror on Red Hat GNU/Linux +jjd@vegas.jjd.com, Mar 2. + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index df0dc1e8220..9f46db997e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,31 @@ +2007-03-04 Richard Stallman + + * progmodes/cperl-mode.el (cperl-mode): + Modify cperl-compilation-error-regexp-alist by appending. + + * emacs-lisp/edebug.el (edebug-kill-buffer): New function. + (edebug-mode): Add the hook. + (edebug-recursive-edit): Remove the hook on exiting. + + * type-break.el (type-break-get-previous-time): + Handle end-of-file errors specially + so they don't get reported wrong in .emacs. + + * startup.el (fancy-splash-text): Clarify text. + + * simple.el (beginning-of-buffer, end-of-buffer): + Avoid treating plain C-u like numeric arg. + + * simple.el (completion-setup-function): Don't set + default-directory to nil. + + * shell.el (shell-dirstack-query): Doc fix. + + * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): + Don't select the window -- pass it to primitives instead. + + * faces.el (minibuffer-prompt): Use medium blue by default. + 2007-03-04 David Kastrup * jit-lock.el (jit-lock-stealth-time): Change default to nil. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index bfae9080054..5a47cc84f5c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,26 @@ +2007-03-04 Richard Stallman + + * syntax.texi (Control Parsing): Minor clarification. + + * strings.texi (Formatting Strings): Clarify width, precision, flags. + + * sequences.texi (Sequence Functions): Move string-bytes away, + add xref. + + * nonascii.texi (Text Representations): Move string-bytes here. + + * modes.texi (Major Mode Conventions): Fundamental mode is exception. + + * minibuf.texi (Basic Completion): Minor clarification. + + * markers.texi (The Mark): Clarify existence vs activation of mark. + Other cleanup. + + * display.texi (Finding Overlays): Write better example. + + * compile.texi (Eval During Compile): Clarify putting macros + in eval-when-compile. + 2007-02-25 Vinicius Jose Latorre * loading.texi (How Programs Do Loading): Fix anchor position at diff --git a/man/ChangeLog b/man/ChangeLog index ad357f99680..9244182c295 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-03-04 Richard Stallman + + * custom.texi (Safe File Variables): Minor correction. + 2007-02-27 Katsumi Yamaoka * gnus.texi (NNTP): Mention nntp-never-echoes-commands and diff --git a/src/ChangeLog b/src/ChangeLog index 10d0fa9d828..cea6434be30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-03-04 Richard Stallman + + * window.c (Fdisplay_buffer): Doc fix. + 2007-03-03 Glenn Morris * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does -- 2.39.2