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
Eli Zaretskii
4e60b1b66c
(eshell-load-defgroups): Don't make backups when saving esh-groups.el.
2007-11-17 10:53:32 +00:00
Juanma Barranquero
08011be5ed
(eshell/info): Fix typos in docstring.
2007-11-15 16:44:30 +00:00
Miles Bader
f23d76bdef
Merge from emacs--devo--0
...
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283
2007-11-11 00:56:44 +00:00
Vinicius Jose Latorre
f71ee9c1b3
Change regexp to match dir like 'a...b'
2007-11-08 17:14:46 +00:00
Vinicius Jose Latorre
661192e6b7
Change regexp to match dir like 'a...b'
2007-11-08 17:12:37 +00:00
Glenn Morris
f117c226d0
Comment.
2007-11-07 04:00:02 +00:00
Glenn Morris
53afc6860d
David Hansen <david.hansen at gmx.net>
...
(eshell-extended-glob): Sort matches.
2007-11-07 03:57:06 +00:00
Glenn Morris
dafac6f36e
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:34:45 +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
Glenn Morris
1b3f94df29
Johan Bockg� <bojohan at gnu.org>
...
(eshell-insertion-filter, eshell-sentinel): Use `with-current-buffer'.
2007-11-07 03:33:16 +00:00
Glenn Morris
3b32d9a56a
Johan Bockg� <bojohan at gnu.org>
...
(eshell-output-filter): Use `with-current-buffer'.
2007-11-07 03:32:41 +00:00
Miles Bader
18cd1f1a08
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 902-908)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 131-137)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 261-262)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
2007-10-27 09:12:07 +00:00
Juanma Barranquero
3ced278069
(nil-blank-string): Doc fix.
2007-10-26 08:53:45 +00:00
John Wiegley
4990598e2c
2007-10-26 John Wiegley <johnw@newartisans.com>
...
* eshell/em-unix.el (eshell/diff): Before calling the `diff'
function, ensure that the third argument is turned into a NIL if
the string is otherwise completely empty (either no characters, or
all tabs/spaces). This fixes a bug from a user who found himself
unable to customize `diff-switches' and still use Eshell's diff
command.
2007-10-26 08:07:17 +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
Miles Bader
9c8020a8df
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 890-898)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 122-128)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 257-258)
- Merge from emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
2007-10-19 00:00:21 +00:00
Chong Yidong
820b914333
(eshell-complex-commands): Add "ls".
2007-10-17 02:08:32 +00:00
Chong Yidong
de9f59f6e1
(eshell-complex-commands): Add "ls".
2007-10-17 02:07:12 +00:00
Miles Bader
c73bd236f7
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
2007-10-11 16:24:58 +00:00
Glenn Morris
027f175fa9
(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.
2007-09-22 02:44:27 +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
69dc26ba01
(eshell/time): Stringify and flatten the non-command arguments.
2007-09-02 01:23:17 +00:00
Glenn Morris
1ffb5a86a9
(eshell/time): Stringify and flatten the non-command arguments.
2007-09-02 01:21:49 +00:00
Glenn Morris
4596901f3f
James Wright <james at chumsley.org>
...
(eshell/info): New function.
2007-08-31 08:11:26 +00:00
Miles Bader
1bb9a689ac
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 857-865)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
- Remove RCS keywords
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252
2007-08-29 05:03:40 +00:00
Thien-Thi Nguyen
0d182a34a1
(eshell-eval-using-options): Add debug declaration.
2007-08-26 01:52:30 +00:00
Miles Bader
e468b87f91
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 824-831)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 70-74)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
2007-07-27 10:52:18 +00:00
Glenn Morris
e0085d62fa
Switch license to GPLv3 or later.
2007-07-25 04:14:29 +00:00
Miles Bader
57cb2e6f26
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 675-697)
- Update from CVS
- Merge from gnus--rel--5.10
- Release ERC 5.2.
* gnus--rel--5.10 (patch 211-215)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
2007-04-11 00:17:47 +00:00
Chong Yidong
be6e5004e2
(eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2.
2007-03-30 01:54:04 +00:00
Miles Bader
d85d38392e
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 670-674)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 209-210)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
2007-03-21 13:33:07 +00:00
Mark A. Hershberger
1c979bff35
eshell ansi-color hook
2007-03-16 16:53:06 +00:00
Miles Bader
bb5b9e9dbe
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
2007-01-30 22:22:43 +00:00
Juanma Barranquero
31096fe898
(eshell-rewrite-for-command): Fix typo in docstring.
2007-01-29 16:13:22 +00:00
Miles Bader
c0466914ba
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 586-614)
- Update from CVS
- Update from erc--emacs--22
- Merge from gnus--rel--5.10
- Merge from erc--main--0
- Make byte compiler correctly write circular constants
* gnus--rel--5.10 (patch 186-196)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
2007-01-26 06:16:11 +00:00
Glenn Morris
f0fa15c5e5
Add 2007 to copyright years.
2007-01-21 02:48:43 +00:00
Miles Bader
4bc5d7668e
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 545-562)
- Update from CVS
- Update from erc--emacs--22
- Merge from gnus--rel--5.10
- erc-iswitchb: Temporarily enable iswitchb mode
* gnus--rel--5.10 (patch 172-176)
- Merge from emacs--devo--0
- Update from CVS
- Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
2006-12-16 01:29:26 +00:00
Glenn Morris
f2e3589a33
Update copyright years.
2006-12-09 04:06:06 +00:00
Miles Bader
de20e0ccdb
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 382-398)
- Update from CVS
- Update from erc--emacs--22
- Fix ERC bug introduced in last patch
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 123-125)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
2006-08-16 14:08:49 +00:00
John Wiegley
f80c9382ef
(eshell-glob-chars-list) (eshell-glob-translate-alist): Add support
...
for [^g] in character globs.
2006-08-10 15:30:56 +00:00
Miles Bader
71936d6753
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
...
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 148-156)
- Update from CVS
- Merge from gnus--rel--5.10
- Remove nick-abbrevs stuff from rcirc.el
- rcirc.el update from Ryan Yeske
* gnus--rel--5.10 (patch 57)
- Copy/update icons from Gnus trunk
2006-03-13 12:19:58 +00:00
Richard M. Stallman
dcc25b7e7f
(eshell-prefer-to-shell): Variable deleted;
...
the way it is implemented is too unclean.
2006-03-11 15:13:19 +00:00
Miles Bader
380874900c
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
...
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 43-57)
- Update from CVS
- Merge from erc--emacs--0
- Make constrain-to-field notice overlays
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 18-21)
- Update from CVS
- Merge from emacs--devo--0
2006-02-08 04:26:44 +00:00
Thien-Thi Nguyen
ceb4c4d303
Update years in copyright notice; nfc.
2006-02-06 12:31:40 +00:00
Miles Bader
41882805d6
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 616-696)
- Add lisp/mh-e/.arch-inventory
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords.
- lisp/gnus/ChangeLog: Remove duplicate entry
* gnus--rel--5.10 (patch 147-181)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: lisp/mml.el (mml-preview): Doc fix.
- Update from CVS: texi/message.texi: Fix default values.
- Update from CVS: texi/gnus.texi (RSS): Addition.
2006-01-16 08:37:27 +00:00
Miles Bader
6a2bd1a501
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 598-615)
- Update from CVS
- Remove lisp/toolbar directory
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 142-146)
- Update from CVS
2006-01-16 06:59:21 +00:00
John Wiegley
dbc56a8ba2
*** empty log message ***
2005-11-01 09:31:26 +00:00
John Wiegley
73f99a662d
(eshell-do-ls): Added no-op support for --dired flag, to prevent
...
Eshell from using the system ls when `eshell-ls-insert-directory' is
in used.
(eshell-ls-insert-directory): Disable font-lock in directory buffer so
that Eshell's own fontification is seen. This broke recently due to
changes in font-lock, so this goes back to version 21 behavior.
2005-11-01 07:07:05 +00:00
John Wiegley
669dc0a115
(eshell-extended-glob): Expand the "." path before passing it down to
...
`eshell-glob-entries'. This is done because special file-handlers
will on trigger on ".", even if `default-directory' is special.
2005-11-01 07:03:03 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Miles Bader
6f512f0b53
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 542-553)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 116-121)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-09-19 10:20:33 +00:00
Deepak Goel
b2a9524a3c
Correct my previous breakage of parens.
2005-09-18 12:59:19 +00:00
Deepak Goel
d8ea53f999
message format spec fixes (commit # 7)
2005-09-18 12:38:39 +00:00
Miles Bader
621806aab2
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 519-530)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 106-111)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-09-06 00:25:20 +00:00
Eli Zaretskii
b0c9a334c2
(eshell-windows-shell-file): Look for command.com, not command.exe.
2005-08-27 12:16:21 +00:00
John Wiegley
3bab4a46de
*** empty log message ***
2005-08-26 22:51:28 +00:00
John Wiegley
f4dd136182
(eshell-rewrite-named-command): Changed the code around a bit so that
...
an extraneous nil argument is not added to a command when no args are
given.
2005-08-26 22:51:03 +00:00
John Wiegley
35595517d2
(eshell-flatten-list): Don't call eshell-flatten-list on a
...
sub-argument if it is eq to nil.
2005-08-26 22:39:49 +00:00
John Wiegley
b5306f7904
(eshell-parse-double-quote): If a double-quoted argument resolves to
...
nil, return it as an empty string rather than as nil. This made it
impossible to pass "" to a shell script as a null string argument.
2005-08-26 22:35:48 +00:00
Miles Bader
d4cccb1406
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 514-518)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 104-105)
- Update from CVS
2005-08-26 09:51:52 +00:00
Richard M. Stallman
4caf4844d9
(eshell): Avoid warnings about eshell-mode.
2005-08-09 11:37:32 +00:00
Miles Bader
5e10f34207
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-77
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 504-513)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: .cvsignore: Add `lock'.
* gnus--rel--5.10 (patch 99-103)
- Update from CVS
2005-08-05 10:57:36 +00:00
Thien-Thi Nguyen
5fd6d89f46
Update years in copyright notice; nfc.
2005-08-01 15:47:19 +00:00
Miles Bader
3674ae2f87
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-07-22 08:27:27 +00:00
Juanma Barranquero
3eed132b5c
(eshell-ls-decorated-name): Doc fix.
...
(eshell-ls-missing, eshell-ls-dired-initial-args, eshell-ls-use-in-dired):
Fix typos in docstrings.
2005-07-21 10:03:50 +00:00
Richard M. Stallman
3c54e8f136
(eshell-rebind-keys-alist): Add defvar.
...
(eshell-hist-initialize): Use that var the natural way.
2005-07-16 17:42:49 +00:00
Miles Bader
d3e4babdd1
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
2005-07-07 12:43:14 +00:00
Lute Kamstra
3ef97fb6a7
Update FSF's address.
2005-07-05 00:35:10 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
eabc24ca4a
(eshell-var): Fix typo in docstring.
2005-07-04 02:51:48 +00:00
Miles Bader
3f0607e494
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 425-445)
- Remove "-face" suffix from gnus faces
- Update from CVS
- Remove "-face" suffix from MH-E faces
- Remove "-face" suffix from cc-mode faces
- Remove "-face" suffix from eshell faces
- Remove "-face" suffix from ediff faces
- Implement tty vertical-divider face
- Rename vertical-divider face to vertical-border
- Change escape-glyph color on dark backgrounds back to cyan
- Update reference to renamed Buffer-menu-buffer face
2005-06-24 01:59:52 +00:00
Miles Bader
958e68763b
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431
...
Remove "-face" suffix from eshell faces
2005-06-17 Miles Bader <miles@gnu.org>
* lisp/eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
Remove "-face" suffix from face names.
(eshell-test-ok-face, eshell-test-failed-face):
New backward-compatibility aliases for renamed faces.
(eshell-run-test): Use renamed eshell-test faces.
* lisp/eshell/em-prompt.el (eshell-prompt):
Remove "-face" suffix from face name.
(eshell-prompt-face): New backward-compatibility alias for renamed face.
(eshell-emit-prompt): Use renamed eshell-prompt face.
* lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
(eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
(eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
(eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
Remove "-face" suffix from face names.
(eshell-ls-directory-face, eshell-ls-symlink-face)
(eshell-ls-executable-face, eshell-ls-readonly-face)
(eshell-ls-unreadable-face, eshell-ls-special-face)
(eshell-ls-missing-face, eshell-ls-archive-face)
(eshell-ls-backup-face, eshell-ls-product-face)
(eshell-ls-clutter-face):
New backward-compatibility aliases for renamed faces.
(eshell-ls-decorated-name): Use renamed eshell-ls faces.
2005-06-17 05:27:55 +00:00
Juanma Barranquero
b75996231d
(eshell-preinput-scroll-to-bottom): Fix spelling in docstrings.
2005-06-16 16:15:57 +00:00
Miles Bader
2092fd2b33
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 358-423)
- Update from CVS
- Remove "-face" suffix from widget faces
- Remove "-face" suffix from custom faces
- Remove "-face" suffix from change-log faces
- Remove "-face" suffix from compilation faces
- Remove "-face" suffix from diff-mode faces
- lisp/longlines.el (longlines-visible-face): Face removed
- Remove "-face" suffix from woman faces
- Remove "-face" suffix from whitespace-highlight face
- Remove "-face" suffix from ruler-mode faces
- Remove "-face" suffix from show-paren faces
- Remove "-face" suffix from log-view faces
- Remove "-face" suffix from smerge faces
- Remove "-face" suffix from show-tabs faces
- Remove "-face" suffix from highlight-changes faces
- Remove "-face" suffix from and downcase info faces
- Remove "-face" suffix from pcvs faces
- Update uses of renamed pcvs faces
- Tweak ChangeLog
- Remove "-face" suffix from strokes-char face
- Remove "-face" suffix from compare-windows face
- Remove "-face" suffix from calendar faces
- Remove "-face" suffix from diary-button face
- Remove "-face" suffix from testcover faces
- Remove "-face" suffix from viper faces
- Remove "-face" suffix from org faces
- Remove "-face" suffix from sgml-namespace face
- Remove "-face" suffix from table-cell face
- Remove "-face" suffix from tex-mode faces
- Remove "-face" suffix from texinfo-heading face
- Remove "-face" suffix from flyspell faces
- Remove "-face" suffix from gomoku faces
- Remove "-face" suffix from mpuz faces
- Merge from gnus--rel--5.10
- Remove "-face" suffix from Buffer-menu-buffer face
- Remove "-face" suffix from antlr-mode faces
- Remove "-face" suffix from ebrowse faces
- Remove "-face" suffix from flymake faces
- Remove "-face" suffix from idlwave faces
- Remove "-face" suffix from sh-script faces
- Remove "-face" suffix from vhdl-mode faces
- Remove "-face" suffix from which-func face
- Remove "-face" suffix from cperl-mode faces
- Remove "-face" suffix from ld-script faces
- Fix cperl-mode font-lock problem
- Tweak which-func face
* gnus--rel--5.10 (patch 80-82)
- Merge from emacs--cvs-trunk--0
- Update from CVS
2005-06-15 23:32:15 +00:00
Juanma Barranquero
a4fd4556b5
(eshell/export): Fix quoting in docstring.
2005-06-14 11:33:54 +00:00
Miles Bader
fdffd34626
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 324-352)
- Merge from gnus--rel--5.10
- Update from CVS
- etc/emacs-buffer.gdb: Remove RCS keywords
* gnus--rel--5.10 (patch 70-79)
- Update from CVS
- Merge from emacs--cvs-trunk--0
2005-06-06 02:39:45 +00:00
John Wiegley
6b0e3e4df5
Changed all uses of `directory-sep-char' to ?/, and all uses of
...
`string-to-int' to `string-to-number'.
2005-05-31 00:14:26 +00:00
John Wiegley
6b6f91b357
(eshell-eval-command): If the return value of `eshell-resume-eval' is
...
wrapped in a list, it indicates that the command was run
asynchronously. In that case, unwrap the value before checking the
delimiter value.
2005-05-27 02:57:18 +00:00
John Wiegley
9c04140933
(eshell-get-target): If `eshell-buffer-shorthand' is in use, and the
...
target is `t' or `nil' (which are the most common values), don't
assume that the symbol target is a buffer.
2005-05-27 02:15:36 +00:00
John Wiegley
34204d803d
(eshell-complete-parse-arguments): If the character before a space at
...
the end of a line is \, assume the space is part of the last argument
rather than a final argument separator.
2005-05-27 02:11:39 +00:00
Lute Kamstra
5c3066b81a
(eshell-mode): Use run-mode-hooks.
2005-05-26 15:15:18 +00:00
Miles Bader
64e9342958
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 302-319)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 69)
- Update from CVS
2005-05-20 04:22:05 +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
Miles Bader
773415d934
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
...
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 206-222)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 45-52)
- Update from CVS
- Update from CVS: texi Makefile.in CVS keyw cruft
- Update from CVS: ChangeLog tweaks
2005-03-31 09:58:14 +00:00
Werner LEMBERG
5b423d48d4
* eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with
...
`invalid'.
2005-03-25 08:33:09 +00:00
Miles Bader
f1d34bcacd
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82
Update from CVS
2005-01-02 09:13:19 +00:00
Richard M. Stallman
de653a636e
(eshell-previous-matching-input):
...
Start the deletion from the end of the output.
2004-12-30 01:47:35 +00:00
Richard M. Stallman
5cb345c184
(eshell-find-alias-function): Call symbol-file with `defun'.
2004-12-27 16:16:24 +00:00
Richard M. Stallman
c044263ba1
(eshell-test-goto-func): Call symbol-file with `defun'.
2004-12-27 16:15:53 +00:00
Miles Bader
8b7e837d9c
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
Update from CVS
2004-11-12 02:53:04 +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
Miles Bader
d1a3e560ff
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
Update from CVS
2004-11-04 08:55:40 +00:00
Richard M. Stallman
3e020e02aa
(eshell-du-sum-directory): Don't use directory-sep-char.
2004-10-27 15:02:06 +00:00
Miles Bader
5ea24f9468
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-62
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-627
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-628
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-629
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-630
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-631
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-632
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-633
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-55
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-56
Update from CVS: Add lisp/legacy-gnus-agent.el
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-57
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-58
Update from CVS
2004-10-22 10:13:52 +00:00
Richard M. Stallman
fcb5aa97ed
(eshell-grep): Don't bind compilation-process-setup-function.
2004-10-19 16:53:23 +00:00
Miles Bader
4b2ed4a615
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30
Update from CVS
2004-09-21 09:34:12 +00:00
Richard M. Stallman
451eaf8db3
(eshell-explicit-command-char): Doc fix.
2004-09-20 15:54:10 +00:00
Miles Bader
a37d67ddad
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-36
...
Merge from emacs--cvs-trunk--0, emacs--gnus--5.10, gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Merge from emacs--gnus--5.10, gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-524
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-534
Update from CVS
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--base-0
tag of miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-1
Import from CVS branch gnus-5_10-branch
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-2
Merge from lorentey@elte.hu--2004/emacs--multi-tty--0, emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-3
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--gnus--5.10--patch-4
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-18
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-19
Remove autoconf-generated files from archive
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-20
Update from CVS
2004-09-09 09:36:36 +00:00
Eli Zaretskii
2a1c966e81
(eshell-display-predicate-help): Doc fix. Support choosing seconds
...
with "s".
2004-09-04 13:24:04 +00:00
Miles Bader
327719ee8a
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
...
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-218
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-220
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-221
Restore deleted tagline in etc/TUTORIAL.ru
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-222
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-228
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-229
Remove TeX output files from the archive
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-230
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-247
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-248
src/lisp.h (CYCLE_CHECK): Macro moved from xfaces.c
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-249
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-256
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-258
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-263
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-264
Update from CVS: lispref/display.texi: emacs -> Emacs.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-265
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-274
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-275
Update from CVS: man/makefile.w32-in: Revert last change
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-276
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-295
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-296
Allow restarting an existing debugger session that's exited
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-297
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-299
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-300
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-327
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-328
Update from CVS: src/.gdbinit (xsymbol): Fix last change.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-329
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-344
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Tweak source regexps so that building in place won't cause problems
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-346
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-351
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-352
Update from CVS: lisp/flymake.el: New file.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-353
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
Support " [...]" style defaults in minibuffer-electric-default-mode
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
(read-number): Use canonical format for default in prompt.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-367
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
Improve display-supports-face-attributes-p on non-ttys
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
Rewrite face-differs-from-default-p
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
Move `display-supports-face-attributes-p' entirely into C code
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-371
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
Simplify face-differs-from-default-p; don't consider :stipple.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-373
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-374
(tty_supports_face_attributes_p): Ensure attributes differ from default
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-375
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-376
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-377
(Fdisplay_supports_face_attributes_p): Work around bootstrapping problem
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-378
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-380
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-381
Face merging cleanups
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-382
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-384
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-385
src/xfaces.c (push_named_merge_point): Return 0 if a cycle is detected
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-386
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-395
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
Work around vc-arch problems when building eshell
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-398
Tweak permissions
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-399
Tweak directory permissions
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-400
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
More build-in-place tweaking of arch tagging
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-402
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Yet more build-in-place tweaking of arch tagging
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-404
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-409
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Make sure image types are initialized for lookup too
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-411
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-416
Update from CVS
2004-06-28 07:56:49 +00:00
Miles Bader
92aed8bec9
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
...
More build-in-place tweaking of arch tagging
2004-06-12 04:51:11 +00:00
Miles Bader
0c2222fafb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-397
...
Work around vc-arch problems when building eshell
2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
* lisp/eshell/esh-module.el (eshell-load-defgroups): Bind
`vc-handled-backends' to nil when opening files.
2004-06-11 03:52:53 +00:00
John Wiegley
ac03c474d9
2004-06-06 Emilio C. Lopes <eclig@gmx.net>
...
* eshell/esh-cmd.el (eshell/which): respect commands quoted with
eshell-explicit-command-char
2004-06-07 08:36:23 +00:00
John Wiegley
6aea1447ee
Added entries to .cvsignore files.
2004-05-15 22:46:27 +00:00
John Wiegley
e1703ba9ac
2004-05-15 John Wiegley <johnw@newartisans.com>
...
* eshell/esh-io.el (eshell-get-target): whitespace changes.
(eshell-output-object-to-target): Improve output speed 20% by not
calling `eshell-stringify' if something is already known to be a
string.
2004-05-15 22:45:35 +00:00
John Wiegley
97dad9d378
2004-05-13 John Wiegley <johnw@newartisans.com>
...
* eshell/esh-test.el (eshell-test): Call the function
`emacs-version' rather than trying to build a custom version
string.
2004-05-14 01:03:03 +00:00
John Wiegley
4403b1e1e0
2004-05-08 John Wiegley <johnw@newartisans.com>
...
* eshell/em-glob.el (eshell-glob-initialize): Move initialization
of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
function can be used outside of eshell buffers.
(eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2004-05-08 12:39:01 +00:00
Eli Zaretskii
8a1b444695
Add "(require 'eshell)", to get necessary features
...
when M-x customize-group loads modules before the main
eshell.el.
2004-04-27 13:54:39 +00:00
Kenichi Handa
6b61353c0a
Sync to HEAD
2004-04-16 12:51:06 +00:00
Juri Linkov
7c7085c052
* eshell/esh-cmd.el (eshell-cmd):
...
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:05:31 +00:00
Juri Linkov
c6bf6cdcc9
* eshell/em-smart.el (eshell-smart):
...
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:03:06 +00:00
Juri Linkov
cb875e7bbe
* eshell/em-banner.el (eshell-banner):
...
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:02:50 +00:00
Juri Linkov
3bbc63c48b
* eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
...
Comment out broken info-links to incomplete Info manual.
2004-03-26 07:02:30 +00:00
Juri Linkov
0e084137df
(eshell): Fix broken info-link.
2004-03-26 07:00:39 +00:00
Juanma Barranquero
45a878638e
(eshell-smart-maybe-jump-to-end): Fix typo.
2004-02-29 23:09:51 +00:00
John Wiegley
8bc5e4c131
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
...
'E', since 'e' is also used by the "file extension" modifier.
2004-02-20 12:32:19 +00:00
Andreas Schwab
7f076e0828
(eshell-hist-word-reference): Fix format
...
string.
2004-02-08 22:40:55 +00:00
Andreas Schwab
db22de71ec
(eshell-send-invisible): Fix format string.
2004-02-08 22:40:35 +00:00
John Wiegley
572ccdc0ef
(eshell-ls-file): There are times with size-width is nil and
...
uncomputed (when directories are created in dired, for example); in
this case, 4 is reasonable default value, although it may caused
skewed new entries (which could be avoided by returning the original
value of 8 in all cases, but 99% of the time this is a waste of
whitespace).
2003-11-17 00:24:06 +00:00
John Wiegley
5a2e4c34bd
(eshell-ls-file): Instead of making the size field in a long-listing
...
always 8 characters, use `size-width', which has already been
computed.
2003-11-16 09:23:49 +00:00
John Wiegley
f1572159d5
(eshell-parse-variable-ref): Added a backslash that was optional, but
...
obviously missing based on surrounding code.
2003-11-14 11:01:46 +00:00
John Wiegley
175acc2dec
(eshell-lisp-command): Do not late-convert string arguments to numbers
...
unless the whole argument was seen as a number.
2003-11-14 11:01:26 +00:00
Dave Love
8bd3a3ad23
(eshell-process-option): Use characterp.
2003-09-10 17:52:03 +00:00
Kenichi Handa
8f924df7df
*** empty log message ***
2003-09-08 12:53:41 +00:00
Kenichi Handa
463f5630a5
New directory
2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Andreas Schwab
c009ca06ed
(eshell-do-opt): Avoid variable as format
...
argument for error.
2003-06-22 16:52:45 +00:00
Juanma Barranquero
933dcf49eb
Fix typo in comment.
2003-05-10 13:58:56 +00:00
John Wiegley
c54e9f9cfe
2003-03-26 Steve Youngs <youngs@xemacs.org>:
...
(eshell-plain-locate-behavior): Make the default the return value of
`eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for
XEmacs.
2003-03-25 20:59:35 +00:00
Juanma Barranquero
d446951706
(eshell-separate-commands): Fix typo.
2003-01-27 08:46:26 +00:00
John Wiegley
7d7b15b874
(eshell-save-history-on-exit): Renamed `eshell-ask-to-save-history'
...
to `eshell-save-history-on-exit', because the former name is somewhat
unrelated to the variables' possible values.
2003-01-15 16:06:49 +00:00
Andreas Schwab
087f110d7a
(eshell-ls-product-regexp): Fix typo.
2002-12-07 19:05:03 +00:00
Richard M. Stallman
d3f92b4b60
Require esh-util.
2002-11-29 09:44:04 +00:00
Richard M. Stallman
05c4042483
Require eshell.
2002-11-29 09:43:35 +00:00
Stefan Monnier
38c1b27aa5
(function-p-func): Avoid `xemacs-p'.
2002-11-07 23:01:30 +00:00
Stefan Monnier
6d736b085c
Require esh-util.
...
(eshell-glob-initialize): Don't assume
eshell-special-chars-outside-quoting is available.
2002-11-07 23:00:32 +00:00
John Wiegley
2c762cee38
Bob Halley <halley@play-bow.org>: (eshell-set-output-handle): Fix so
...
that multiple redirection can work.
2002-10-22 18:22:24 +00:00
Juanma Barranquero
c4e5b8886f
(directory-files-and-attributes): Copy docstring from Emacs 21. Arg DIR renamed
...
to DIRECTORY for consistency.
2002-10-21 07:00:52 +00:00
Juanma Barranquero
012d3cb501
(eshell/define): Fix typo.
2002-10-17 16:52:29 +00:00
Juanma Barranquero
c45dbde8d6
Add "no-byte-compile: t" to subdirs.el.
2002-10-01 17:10:51 +00:00
Juanma Barranquero
0a10297a06
Add "no-byte-compile: t" in first line.
2002-10-01 17:06:54 +00:00
Juanma Barranquero
2f55281338
(eshell-occur-mode-mouse-goto, eshell-poor-mans-grep): Remove references to
...
`occur-buffer'.
2002-09-24 15:16:39 +00:00
John Wiegley
7f09df7a7a
I did not mean to check in these changes yet, they are still
...
unreviewed.
2002-08-10 00:20:09 +00:00
John Wiegley
70a06174e5
Removed eshell-under-cygwin-p, and all uses of it.
2002-08-10 00:18:18 +00:00
John Wiegley
a5c41f64a1
Added checks that distinguish between cygwin and windows in some
...
places.
2002-08-05 20:09:37 +00:00
John Wiegley
851988cd89
Removed a comment.
2002-08-05 20:08:40 +00:00
Kai Großjohann
818001cc23
(eshell): Numeric prefix arg means to switch
...
to the session with that number. Old behavior still available
with nonumeric prefix args.
2002-07-26 20:40:53 +00:00
John Wiegley
560ca4be1e
Removed an extraneous space character from a comment.
2002-06-28 20:01:09 +00:00
Juanma Barranquero
f9f196c648
(eshell-modifier-help-string): Fix typos.
2002-06-18 14:35:10 +00:00
Richard M. Stallman
efbddb8e15
(eshell-copy-tree): Make it an alias for copy-tree.
2002-06-10 09:02:54 +00:00
Richard M. Stallman
a9304a86df
(eshell-copy-list): Function deleted.
...
(eshell-sublist, eshell-copy-tree): Use copy-sequence.
2002-06-10 08:33:13 +00:00
Richard M. Stallman
48e889be9a
(eshell-mode, eshell-mode): Use copy-sequence.
2002-06-10 08:32:57 +00:00
Richard M. Stallman
655e9ea980
(eshell/diff): Use copy-sequence.
2002-06-10 08:32:45 +00:00
John Wiegley
6995786da5
(eshell-modify-global-environment): Added this customization variable,
...
which will cause any "export" commands within any eshell buffer to
modify the global Emacs environment. It defaults to nil, which means
that such commands will only modify that Eshell buffer's environment.
(eshell-var-initialize): Initialize `eshell-modify-global-environment'.
2002-05-03 20:43:53 +00:00
John Wiegley
d7da23c9d5
(eshell-command-completions-alist): Improved default completion
...
targets for objdump, nm and readelf.
2002-05-03 20:42:32 +00:00
John Wiegley
30104690c3
(eshell-script-interpreter): Fix for CRLF operating systems to the
...
regexp used to detect a script's interpretor.
2002-04-12 20:11:06 +00:00
Stefan Monnier
28857aefb4
Ignore esh-groups.el.
2002-04-01 20:44:41 +00:00
Stefan Monnier
8363950c1b
It's auto-generated anyway.
2002-04-01 20:42:55 +00:00
Stefan Monnier
194c8d989a
(eshell-binary-suffixes): Use exec-suffixes.
2002-03-18 14:56:35 +00:00
Kenichi Handa
2494c91bdb
Adjusted for the change of map-char-table.
2002-03-01 02:05:45 +00:00
Colin Walters
1ae720ac02
(eshell-parse-variable-ref): Use `make-temp-file'.
2002-03-01 01:47:48 +00:00
Pavel Janík
fd40c8e3bf
(eshell-var-initialize): Do not use make-local-hook.
2002-02-16 09:44:00 +00:00
Pavel Janík
d4f72c6af8
(eshell-show-usage-metrics): Do not use make-local-hook.
2002-02-16 09:43:38 +00:00
Pavel Janík
c2dff9ce0a
(eshell-mode): Do not use make-local-hook.
2002-02-16 09:43:17 +00:00
Pavel Janík
e2e1cf2889
(eshell-io-initialize): Do not use make-local-hook.
2002-02-16 09:42:53 +00:00
Pavel Janík
b29acea616
(eshell-ext-initialize): Do not use make-local-hook.
2002-02-16 09:42:35 +00:00
Pavel Janík
252bfbdc9a
(eshell-cmd-initialize): Do not use make-local-hook.
2002-02-16 09:42:11 +00:00
Pavel Janík
ff33c23537
(eshell-unix-initialize): Do not use make-local-hook.
2002-02-16 09:41:35 +00:00
Pavel Janík
9d52d4b173
(eshell-smart-initialize): Do not use make-local-hook.
2002-02-16 09:41:11 +00:00
Pavel Janík
958b2a54be
(eshell-rebind-initialize): Do not use make-local-hook.
2002-02-16 09:40:40 +00:00
Pavel Janík
ba9c20f8bb
(eshell-prompt-initialize): Do not use make-local-hook.
2002-02-16 09:40:19 +00:00
Pavel Janík
df1195a059
(eshell-pred-initialize): Do not use make-local-hook.
2002-02-16 09:39:56 +00:00
Pavel Janík
53c2ad96d5
(eshell-hist-initialize): Do not use make-local-hook.
2002-02-16 09:39:14 +00:00
Pavel Janík
b79bb65a5a
(eshell-glob-initialize): Do not use make-local-hook.
2002-02-16 09:38:46 +00:00
Pavel Janík
35a3b29715
(eshell-dirs-initialize): Do not use make-local-hook.
2002-02-16 09:38:26 +00:00
Pavel Janík
90100aac65
(eshell-cmpl-initialize): Do not use make-local-hook.
2002-02-16 09:37:54 +00:00
Pavel Janík
2772b8b0c5
(eshell-alias-initialize): Do not use make-local-hook.
2002-02-16 09:36:43 +00:00
John Wiegley
7a3bfc3248
(eshell-hist-initialize): When in the minibuffer, use the global value
...
of `eshell-history-ring', and never save it to disk, or ask to save it
to disk. This allows users of session.el to control whether its
global state should be persisted or not.
(eshell-add-command-to-history): Don't write Eshell's history out to
disk, let the governing mode control that upon exit.
(eshell-add-input-to-history): New function, with most of the code
from eshell-add-to-history.
(eshell-add-command-to-history): New function, to record in
eshell-history the commands run via eshell-command.
(eshell-add-to-history): Call eshell-add-command-to-history to do most
of the work.
2002-02-16 07:11:05 +00:00
John Wiegley
eefd92208d
(eshell-command): Before reading from the minibuffer, add
...
eshell-add-command-to-history to minibuffer-exit-hook, and remove it
after read-from-minibuffer returns.
2002-02-16 07:10:35 +00:00
John Wiegley
d166533684
(eshell-external-command): Added a fix for XEmacs' new dired.el, which
...
adds a global entry in the `file-name-handler-alist'.
(eshell-script-interpreter): Allow whitespace after the #! of a shell
interpretor specification.
2002-02-16 06:43:43 +00:00
Eli Zaretskii
4c334f5b15
(eshell-eval-command): If eshell-resume-eval
...
returns t, don't treat that as an error.
2002-01-26 12:06:47 +00:00
Pavel Janík
b9d67a772d
Fix typo.
2002-01-12 21:41:26 +00:00
Richard M. Stallman
1fd714a410
(various face definitions): Use :weight, not :bold.
2001-12-31 20:44:44 +00:00
John Wiegley
9f89e09863
(eshell/cat): Do a quick test if something is a regular file, before
...
checking if it is a directory or symlink. This avoids a call to
eshell-file-attributes, which can be expensive in some situations.
2001-10-17 02:00:20 +00:00
John Wiegley
ef94bd99e4
(eshell-ls-dired-initial-args): Added an extra customization variable,
...
to differentiate ls-in-dired from regular uses of ls.
2001-10-17 02:00:00 +00:00
Eli Zaretskii
c3ea2deb1f
(eshell-shuffle-files, eshell-shuffle-files):
...
Use `equal', not `=', since the device number can be a cons cell.
2001-09-14 16:45:57 +00:00
Eli Zaretskii
1f9581b61c
(eshell-shuffle-files): Compare inodes with
...
`equal' instead of `=', since they can be cons cells. From Nils
Goesche <cartan@cartan.de>.
2001-09-10 20:40:42 +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
01c2f7d0e6
Added a version string.
2001-06-19 20:36:16 +00:00
John Wiegley
bb155908ec
Don't load in esh-util if it's already loaded. Also, added a comment
...
describing how to greatly speedup Eshell loadup time, by concatenating
together all of Eshell's .elc files.
2001-06-19 20:25:18 +00:00
John Wiegley
0c00c5acab
Disabled a test that often yields false failures.
2001-06-18 20:03:33 +00:00
John Wiegley
05a685722c
(eshell-exit-success-p): Use a string-match to test if the last
...
command was Lisp or not.
(eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x
C".
2001-06-09 05:24:15 +00:00
John Wiegley
4c6a53caf7
Removed an empty comment.
2001-06-09 05:23:38 +00:00
John Wiegley
1228240f39
(eshell-explicit-command-char): A new configuration variable, which
...
determines the initial character that forces use of an external
version of a command. The default is *, but may be set to \, for
example.
(eshell-explicit-command): Use `eshell-explicit-command-char' instead
of ?*.
2001-05-18 16:40:11 +00:00
John Wiegley
94d136339d
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
2001-05-18 16:39:49 +00:00
John Wiegley
a129972c07
(eshell-completion-command-name, eshell-complete-commands-list): Use
...
`eshell-explicit-command-char' instead of ?*.
2001-05-18 16:39:29 +00:00
John Wiegley
ea7974a656
Fixed reference to free variable.
2001-05-10 03:52:13 +00:00