emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 26 Jan 2008 21:54:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/01/26 21:54:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12661
retrieving revision 1.12662
diff -u -b -r1.12661 -r1.12662
--- ChangeLog   26 Jan 2008 20:25:17 -0000      1.12661
+++ ChangeLog   26 Jan 2008 21:54:44 -0000      1.12662
@@ -1,7 +1,15 @@
+2008-01-26  Stefan Monnier  <address@hidden>
+
+       * server.el (server-buffer): New const.
+       (server-log): New var.
+       (server-log): Use them.
+       (server-process-filter): (Try to) run the continuation in the same cwd
+       as the client's.
+
 2008-01-26  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-defs.el (c-save-buffer-state): Bind
-       buffer-file-name and buffer-file-truename to nil, to prevent
+       * progmodes/cc-defs.el (c-save-buffer-state):
+       Bind buffer-file-name and buffer-file-truename to nil, to prevent
        primitives generating "buffer is read only" messages.
 
 2008-01-20  Ulf Jasper  <address@hidden>
@@ -38,8 +46,8 @@
        (`vc-directory').  Maybe the implementation can be optimized.
 
        * net/tramp.el (tramp-dissect-file-name): Raise an error when
-       Tramp 2.0 syntax is used.  Suggested by Trent W. Buck
-       <address@hidden>.
+       Tramp 2.0 syntax is used.
+       Suggested by Trent W. Buck <address@hidden>.
 
 2008-01-26  Eli Zaretskii  <address@hidden>
 
@@ -53,7 +61,7 @@
 
        * blank-mode.el: New version 9.1.  Handle "long" line tail
        visualization.  Doc fix.
-       (blank-line-length): Renamed to blank-line-column.
+       (blank-line-length): Rename to blank-line-column.
        (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
        Initialization fix.
        (blank-replace-spaces-by-tabs): New fun.
@@ -108,8 +116,8 @@
 2008-01-24  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
-       the source file in case of `rename'.  Reported by Pete Forman
-       <address@hidden>.
+       the source file in case of `rename'.
+       Reported by Pete Forman <address@hidden>.
 
 2008-01-24  Ken Manheimer  <address@hidden>
 
@@ -257,10 +265,9 @@
        (kill-buffer-if-not-modified): New function.
        (view-file): Don't kill the buffer if it is modified.
 
-       * progmodes/ebrowse.el (ebrowse-view-file-other-window):
-       Delete function.
-       (ebrowse-view/find-file-and-search-pattern): Call
-       view-file-other-window instead of ebrowse-view-file-other-window.
+       * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
+       (ebrowse-view/find-file-and-search-pattern):
+       Call view-file-other-window instead of ebrowse-view-file-other-window.
        (ebrowse-view-file-other-frame): Don't call
        current-window-configuration.  Fix second argument in the call to
        view-mode-enter.  Doc fix.
@@ -271,8 +278,8 @@
 
 2008-01-23  Dan Nicolaescu  <address@hidden>
 
-       * files.el (safe-local-eval-forms): Mark
-       (add-hook 'write-file-hooks 'time-stamp) as safe.
+       * files.el (safe-local-eval-forms):
+       Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
 
 2008-01-23  Nick Roberts  <address@hidden>
 
@@ -488,8 +495,7 @@
 
        * repeat.el (repeat-undo-count): New variable.
        (repeat): For self-insertions make undo boundary only after 20
-       repetitions.  Inhibit point recording when repeat-repeat-char is
-       non-nil.
+       repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
 
 2008-01-19  Reiner Steib  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]