diff options
| author | Chong Yidong | 2008-09-19 15:50:17 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-09-19 15:50:17 +0000 |
| commit | 997ec9575c306d8665475497aa79446db7a74477 (patch) | |
| tree | de03d332d6e34811b51c80c4066f167f05690715 /lib-src | |
| parent | 3e7600a697749d3bc50c844e153647e0407ae503 (diff) | |
| download | emacs-997ec9575c306d8665475497aa79446db7a74477.tar.gz emacs-997ec9575c306d8665475497aa79446db7a74477.zip | |
* emacsclient.c (main): Use stdout rather than stdin to obtain the
terminal (bug#427).
Diffstat (limited to 'lib-src')
| -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 5d577b32beb..b91569d4eb6 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * emacsclient.c (main): Use stdout rather than stdin to obtain the | ||
| 4 | terminal (bug#427). | ||
| 5 | |||
| 1 | 2008-08-25 Francesco Potortì <pot@gnu.org> | 6 | 2008-08-25 Francesco Potortì <pot@gnu.org> |
| 2 | 7 | ||
| 3 | * etags.c (main): Do not use static space for the tagfile string. | 8 | * etags.c (main): Do not use static space for the tagfile string. |