diff options
| author | Jason Rumney | 2011-07-02 23:07:57 +0800 |
|---|---|---|
| committer | Jason Rumney | 2011-07-02 23:07:57 +0800 |
| commit | bc92abd2821900e25d972503f1a7d95d259d3bfa (patch) | |
| tree | 5f078c99c985cd0af9611fe6b45af6ea287189ed /lib-src/ChangeLog | |
| parent | 7b3747f94c02ea17912b8872e0d468cbc760a9fe (diff) | |
| download | emacs-bc92abd2821900e25d972503f1a7d95d259d3bfa.tar.gz emacs-bc92abd2821900e25d972503f1a7d95d259d3bfa.zip | |
* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
Windows.
Fixes: debbugs:5486
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 b7a95fe8043..098ee06c762 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-02 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on | ||
| 4 | Windows (Bug#5486). | ||
| 5 | |||
| 1 | 2011-06-25 Glenn Morris <rgm@gnu.org> | 6 | 2011-06-25 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * emacsclient.c (decode_options) <opt>: Add `F:'. | 8 | * emacsclient.c (decode_options) <opt>: Add `F:'. |