diff options
| author | John Wiegley | 2002-08-05 20:09:37 +0000 |
|---|---|---|
| committer | John Wiegley | 2002-08-05 20:09:37 +0000 |
| commit | a5c41f64a15a2c4f029f157f7dac6b2a87e27fbc (patch) | |
| tree | fd5add8e3f55ef98931aaa9ead09bbea33da8901 /lisp/ChangeLog | |
| parent | 851988cd895db893330f3a1269d6ff6f863fcec3 (diff) | |
| download | emacs-a5c41f64a15a2c4f029f157f7dac6b2a87e27fbc.tar.gz emacs-a5c41f64a15a2c4f029f157f7dac6b2a87e27fbc.zip | |
Added checks that distinguish between cygwin and windows in some
places.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bad33809925..c85555e01bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2002-08-05 John Wiegley <johnw@gnu.org> | ||
| 2 | |||
| 3 | * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a | ||
| 4 | value unless pcomplete-cycle-cutoff-length is non-nil. | ||
| 5 | |||
| 6 | 2002-04-09 John Paul Wallington <jpw@shootybangbang.com> | ||
| 7 | |||
| 8 | * esh-util.el (eshell-under-cygwin-p): New function. | ||
| 9 | * em-cmpl.el (eshell-cmpl-ignore-case): Use it. | ||
| 10 | * em-dirs.el (eshell/cd): Ditto. | ||
| 11 | * em-glob.el (eshell-glob-case-insensitive): Ditto. | ||
| 12 | * em-hist.el (eshell-previous-matching-input-string-position): Ditto. | ||
| 13 | * esh-ext.el (eshell-binary-suffixes): Ditto. | ||
| 14 | |||
| 1 | 2002-08-05 Richard M. Stallman <rms@gnu.org> | 15 | 2002-08-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 16 | ||
| 3 | * international/mule-cmds.el (select-safe-coding-system): Check for | 17 | * international/mule-cmds.el (select-safe-coding-system): Check for |