*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 17 Jul 2001 10:57:38 +0000 (10:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 17 Jul 2001 10:57:38 +0000 (10:57 +0000)
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 3cf4f8b..9125c95 100644 (file)
@@ -1,3 +1,13 @@
+2001-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * emacsclient.c (print_help_and_exit): Fix help message for
+       +LINE:COLUMN option.
+
+2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+       
+       * emacsclient.c (main): Add support for +LINE:COLUMN command line
+       argument.
+
 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (main): Check that the output file exists and
index ded7e50..9dd7e43 100644 (file)
@@ -1,3 +1,18 @@
+2001-07-17  Gerd Moellmann  <gerd@gnu.org>
+
+       * server.el (server-visit-files): Handle the case the specified
+       column number is <= 0.
+
+2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
+
+       * startup.el (command-line-1): Add support for +LINE:COLUMN
+       command line argument.
+
+2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * server.el (server-process-filter, server-visit-files): Add
+       support for +LINE:COLUMN style emacsclient calls.
+
 2001-07-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * emacs-lisp/easy-mmode.el: Add Keywords header.
index ac611bf..84a9849 100644 (file)
@@ -3,6 +3,10 @@
        * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase
        to 4096 because of paste problems reported on GNU/Linux.
 
+2001-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * emacs.c (USAGE1): Add +LINE:COLUMN option help.
+
 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
 
        * fileio.c (unwind_read): Function removed.