From 467f120972a6de560c5f9a0ee2669562e84e990d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 17 Jul 2001 10:57:38 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 10 ++++++++++ lisp/ChangeLog | 15 +++++++++++++++ src/ChangeLog | 4 ++++ 3 files changed, 29 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3cf4f8bf25c..9125c954bb0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2001-07-17 Jan Nieuwenhuizen + + * emacsclient.c (print_help_and_exit): Fix help message for + +LINE:COLUMN option. + +2000-07-17 Han-Wen Nienhuys + + * emacsclient.c (main): Add support for +LINE:COLUMN command line + argument. + 2001-07-16 Gerd Moellmann * ebrowse.c (main): Check that the output file exists and diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ded7e501ab9..9dd7e433b1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2001-07-17 Gerd Moellmann + + * server.el (server-visit-files): Handle the case the specified + column number is <= 0. + +2001-07-17 Jan Nieuwenhuizen + + * startup.el (command-line-1): Add support for +LINE:COLUMN + command line argument. + +2000-07-17 Han-Wen Nienhuys + + * server.el (server-process-filter, server-visit-files): Add + support for +LINE:COLUMN style emacsclient calls. + 2001-07-16 Pavel Jan,Bm(Bk * emacs-lisp/easy-mmode.el: Add Keywords header. diff --git a/src/ChangeLog b/src/ChangeLog index ac611bfc0e6..84a98497709 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 + + * emacs.c (USAGE1): Add +LINE:COLUMN option help. + 2001-07-16 Gerd Moellmann * fileio.c (unwind_read): Function removed. -- 2.39.5