]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:29:07 +0000 (18:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Mar 2007 18:29:07 +0000 (18:29 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 835fef666b6445584b9c1370dd50a0418e540505..beee10a8e3cea9ec66dd86f2bdaec833a491b040 100644 (file)
@@ -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.
index df0dc1e82202aeb1400482a9c7e44373f4e71191..9f46db997e37442b3e22075a502274b6dc931bde 100644 (file)
@@ -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.
index bfae9080054c769c13a7c44d9c6a789586423cc0..5a47cc84f5c6c1ba495c9257b17604a617a14a08 100644 (file)
@@ -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
index ad357f99680fd5c2f8376404578d680453e35334..9244182c295c1e2e4d206dbf0654fd860b12f79f 100644 (file)
@@ -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
index 10d0fa9d82831d7d7e1a8d3df3c9e4459d122dd7..cea6434be30d2d14ab66bd07c0eb11099547947e 100644 (file)
@@ -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