# HG changeset patch # User Juanma Barranquero # Date 1164929645 0 # Node ID d734bb49c745d4db11f668d1b5d901fd0bbb7407 # Parent c953b13ecd3fa1db81cff2ee9b95a1663567e8fe *** empty log message *** diff -r c953b13ecd3f -r d734bb49c745 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Nov 30 23:30:52 2006 +0000 +++ b/lib-src/ChangeLog Thu Nov 30 23:34:05 2006 +0000 @@ -1,3 +1,19 @@ +2006-11-30 Juanma Barranquero + + * 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 + + * 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 (tiny change) * etags.c (readline): Check for double quote after #line. diff -r c953b13ecd3f -r d734bb49c745 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 30 23:30:52 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 30 23:34:05 2006 +0000 @@ -1,6 +1,14 @@ +2006-11-30 Juanma Barranquero + + * 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,Ak(Bl Cadilhac - * 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.