changeset 76312:debef31bdcb2

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Mar 2007 18:29:07 +0000
parents 41ef8bcc30ad
children a5e667d4ac50
files admin/FOR-RELEASE lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog
diffstat 5 files changed, 66 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Sun Mar 04 18:28:49 2007 +0000
+++ b/admin/FOR-RELEASE	Sun Mar 04 18:29:07 2007 +0000
@@ -50,10 +50,6 @@
 ** 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 @@
 
 ** 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.
--- a/lisp/ChangeLog	Sun Mar 04 18:28:49 2007 +0000
+++ b/lisp/ChangeLog	Sun Mar 04 18:29:07 2007 +0000
@@ -1,3 +1,31 @@
+2007-03-04  Richard Stallman  <rms@gnu.org>
+
+	* 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  <dak@gnu.org>
 
 	* jit-lock.el (jit-lock-stealth-time): Change default to nil.
--- a/lispref/ChangeLog	Sun Mar 04 18:28:49 2007 +0000
+++ b/lispref/ChangeLog	Sun Mar 04 18:29:07 2007 +0000
@@ -1,3 +1,26 @@
+2007-03-04  Richard Stallman  <rms@gnu.org>
+
+	* 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  <viniciusjl@ig.com.br>
 
 	* loading.texi (How Programs Do Loading): Fix anchor position at
--- a/man/ChangeLog	Sun Mar 04 18:28:49 2007 +0000
+++ b/man/ChangeLog	Sun Mar 04 18:29:07 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-04  Richard Stallman  <rms@gnu.org>
+
+	* custom.texi (Safe File Variables): Minor correction.
+
 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* gnus.texi (NNTP): Mention nntp-never-echoes-commands and
--- a/src/ChangeLog	Sun Mar 04 18:28:49 2007 +0000
+++ b/src/ChangeLog	Sun Mar 04 18:29:07 2007 +0000
@@ -1,3 +1,7 @@
+2007-03-04  Richard Stallman  <rms@gnu.org>
+
+	* window.c (Fdisplay_buffer): Doc fix.
+
 2007-03-03  Glenn Morris  <rgm@gnu.org>
 
 	* Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does