1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-07-17 10:57:38 +00:00
parent 8b8f50f810
commit 467f120972
3 changed files with 29 additions and 0 deletions

View 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

View 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,Bm(Bk <Pavel@Janik.cz>
* emacs-lisp/easy-mmode.el: Add Keywords header.

View 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.