1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 13:10:37 -08:00
Commit graph

33 commits

Author SHA1 Message Date
Dan Nicolaescu
a3269bc45f * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
* eshell/esh-mode.el (eshell-mode-syntax-table)
(command-running-p):
* eshell/esh-ext.el (eshell-external-command):
* eshell/esh-cmd.el (require):
* eshell/em-unix.el (eshell-plain-locate-behavior):
* eshell/em-cmpl.el (eshell-cmpl-initialize): Replace
eshell-under-xemacs-p with (featurep 'xemacs).
* eshell/esh-mode.el (characterp,char-int): Remove unused
conditional defaliases.

* pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename
from event-matches-key-specifier-p, define unconditionally.
(event-basic-type): Remove unused defalias.
(pcomplete-show-completions):
Use pcomplete-event-matches-key-specifier-p.

* mh-e.el (mh-xemacs-flag): Remove.
(mh-min-colors-defined-flag):
* mh-xface.el (mh-show-xface-function):
* mh-utils.el (mh-colors-available-p):
* mh-show.el (mh-show-mode):
* mh-gnus.el (mh-gnus-local-map-property):
* mh-folder.el (mh-folder-mode-map)
(mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
* mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
with (featurep 'xemacs).
2007-11-17 17:35:09 +00:00
Glenn Morris
d3204296ed Johan Bockg� <bojohan at gnu.org>
(eshell-output-filter): Use `with-current-buffer'.
2007-11-07 03:33:56 +00:00
Dan Nicolaescu
2f42c75fb0 * progmodes/gud.el (gud-target-name): Move definition before use.
* progmodes/dcl-mode.el: Require imenu at compile time.

* progmodes/cc-engine.el (c-maybe-stale-found-type): Pacify
byte-compiler.

* obsolete/fast-lock.el: Use featurep test instead of
string-match.

* eshell/esh-mode.el (eshell-handle-ansi-color): Require
ansi-color at compile time too.

* eshell/em-unix.el (eshell/info): Require info at compile time
too.

* w32-fns.el: Require w32-vars.

* diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
time too.
2007-10-21 07:33:32 +00:00
Glenn Morris
007306f92d (eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom. 2007-09-21 02:59:33 +00:00
Glenn Morris
e0085d62fa Switch license to GPLv3 or later. 2007-07-25 04:14:29 +00:00
Mark A. Hershberger
1c979bff35 eshell ansi-color hook 2007-03-16 16:53:06 +00:00
Glenn Morris
f0fa15c5e5 Add 2007 to copyright years. 2007-01-21 02:48:43 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
5fd6d89f46 Update years in copyright notice; nfc. 2005-08-01 15:47:19 +00:00
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Juanma Barranquero
b75996231d (eshell-preinput-scroll-to-bottom): Fix spelling in docstrings. 2005-06-16 16:15:57 +00:00
Lute Kamstra
5c3066b81a (eshell-mode): Use run-mode-hooks. 2005-05-26 15:15:18 +00:00
Richard M. Stallman
5f0fe8f11a (eshell-find-tag): Use with-no-warnings. 2005-05-14 14:03:31 +00:00
Andreas Schwab
e94dae7fe3 (eshell-send-input): Doc fix. 2005-05-12 14:12:25 +00:00
Richard M. Stallman
3e80ba3c4f (eshell-show-maximum-output): Don't use interactive-p.
(eshell-truncate-buffer): Just message, no error, if buffer is short.
2004-11-04 10:05:52 +00:00
Andreas Schwab
db22de71ec (eshell-send-invisible): Fix format string. 2004-02-08 22:40:35 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
48e889be9a (eshell-mode, eshell-mode): Use copy-sequence. 2002-06-10 08:32:57 +00:00
Pavel Janík
c2dff9ce0a (eshell-mode): Do not use make-local-hook. 2002-02-16 09:43:17 +00:00
Gerd Moellmann
a07c7ade25 (eshell-send-invisible): Renamed from
send-invisible, which is already defined in Comint.
(eshell-watch-for-password-prompt): Use it.
2001-07-16 12:59:04 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
John Wiegley
0c00c5acab Disabled a test that often yields false failures. 2001-06-18 20:03:33 +00:00
John Wiegley
671faf5874 Moved `eshell-non-interactive-p' to eshell.el. 2001-04-24 01:37:08 +00:00
Dave Love
6a44f20fb5 (eshell-skip-prompt-function): Fix :type. 2001-02-07 23:59:40 +00:00
John Wiegley
dace60cfea See ChangeLog 2000-10-29 05:18:48 +00:00
Gerd Moellmann
7de5b4214e Add author information. 2000-10-16 12:27:09 +00:00
John Wiegley
8c6b1d8311 Added better remote directory support to Eshell, as well as a few bug
fixes.  See the ChangeLog.
2000-10-13 09:02:39 +00:00
John Wiegley
79cf8e808e See ChangeLog 2000-09-01 22:48:12 +00:00
John Wiegley
ca7aae916b See ChangeLog 2000-08-29 00:47:45 +00:00
John Wiegley
b4bd214e74 See ChangeLog 2000-08-29 00:37:10 +00:00
Gerd Moellmann
faadfb0a21 Change spelling of the Free Software Foundation. 2000-06-26 13:08:44 +00:00
Gerd Moellmann
4c28e00b63 (eshell-mode): Use eshell-copy-list instead
of copy-list.
2000-06-23 04:54:09 +00:00
Gerd Moellmann
26b4dc849f *** empty log message *** 2000-06-23 04:39:18 +00:00