]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 30 Nov 2006 23:34:05 +0000 (23:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 30 Nov 2006 23:34:05 +0000 (23:34 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index b151338bf3598cdd60cd03b77e2da63b2a222def..8de03606271530ff12cb30adcbd5a99e3e2c90b7 100644 (file)
@@ -1,3 +1,19 @@
+2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacsclient.c (emacs_pid): New variable.
+       (message): Remove leftover code.
+       (get_server_config): Set emacs_pid.  Don't allow Emacs to grab the
+       focus yet; emacsclient can still display an informational message
+       before sending requests to Emacs.
+       (main): Allow Emacs to grab the focus.  Simplify message() call.
+
+2006-11-30  Michael Mauger  <mmaug@yahoo.com>
+
+       * emacsclient.c (message): Make sure the message is properly
+       written even if it contains printf escapes, and flush the result.
+       (set_tcp_socket): Make the message for non-local connections
+       informational rather than an error.
+
 2006-11-28  Kevin Ryde <user42@zip.com.au>  (tiny change)
 
        * etags.c (readline): Check for double quote after #line.
index 27936b744d176ad263e50e0644a27974537be37e..75641d716bb3a26f6a26494bc3aaee3f2d462e17 100644 (file)
@@ -1,6 +1,14 @@
+2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
+       (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
+       (hexl-end-of-1k-page): Doc fixes.
+       (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
+       Fix typos in docstrings.
+
 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
-       * ido.el (ido-local-file-exists-p): New. Tell if a file exists
+       * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
        locally, i.e. without using file name handlers.
        (ido-read-internal): Allow mono letter host names, avoiding the
        `c:' problem by testing if the file exists locally.