diff options
| author | Stefan Monnier | 2008-02-08 15:25:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-08 15:25:58 +0000 |
| commit | 9997dc15294bb1d2daa1e578c180cd297d5d6f78 (patch) | |
| tree | 32d71a19d5125f985c8c8bb7d39c8c747922c80a /lib-src/ChangeLog | |
| parent | fe243f8ee2cc2dde8920c097fffdbe0a4bdbf1bf (diff) | |
| download | emacs-9997dc15294bb1d2daa1e578c180cd297d5d6f78.tar.gz emacs-9997dc15294bb1d2daa1e578c180cd297d5d6f78.zip | |
(decode_options): Pass --display implicitly if -c
is specified. Only set tty if -t or -c is specified.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bc36dcb365d..b7d362e615a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacsclient.c (decode_options): Pass --display implicitly if -c | ||
| 4 | is specified. Only set tty if -t or -c is specified. | ||
| 5 | |||
| 1 | 2008-02-04 Jason Rumney <jasonr@gnu.org> | 6 | 2008-02-04 Jason Rumney <jasonr@gnu.org> |
| 2 | 7 | ||
| 3 | * makefile.w32-in (lisp1): Use (), not {}. | 8 | * makefile.w32-in (lisp1): Use (), not {}. |