1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

6039 Commits

Author SHA1 Message Date
Richard M. Stallman
33bc06fb37 (isearch-mode-map): Undo previous change. 2004-06-06 13:58:09 +00:00
Juri Linkov
575f611801 (help-argument-name): Add :group 'help. 2004-06-06 02:49:56 +00:00
Luc Teirlinck
a994ebb8ba (find-ls-subdir-switches): New user option.
(find-dired): No longer call `abbreviate-file-name' on DIR.
Set `dired-subdir-switches' buffer-locally.
2004-06-06 02:32:53 +00:00
Lars Hansen
d692184638 *** empty log message *** 2004-06-05 17:55:26 +00:00
Kenichi Handa
62bfe0fc5e *** empty log message *** 2004-06-05 02:39:28 +00:00
Juanma Barranquero
8be2a2dd85 (help-argument-name): Reintroduce face.
(help-default-arg-highlight): Use it, now that
`face-differs-from-default-p' can be trusted.
2004-06-04 23:26:14 +00:00
Juanma Barranquero
e2cae76902 *** empty log message *** 2004-06-04 22:50:04 +00:00
Juanma Barranquero
7780d7937b Sentence commands added to Point Motion group; kill and backward-kill
commands added to Extraction group.
2004-06-04 22:41:10 +00:00
Eli Zaretskii
9742a3a6aa *** empty log message *** 2004-06-04 16:08:11 +00:00
Miles Bader
1151d6175b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
Simplify face-differs-from-default-p; don't consider :stipple.
2004-06-04 10:12:53 +00:00
Miles Bader
9717e36cff Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
Move `display-supports-face-attributes-p' entirely into C code

Previously only the tty-related portion of display-supports-face-attributes-p
was done in C.  This just moves the graphical-display related bits into C
too, which allows us to implement them properly (the previous attempt to do a
halfway-proper job in lisp didn't work because of funny conditions during
emacs startup).
2004-06-04 06:00:59 +00:00
Karl Fogel
5129f10c94 2004-06-03 Karl Fogel <kfogel@red-bean.com>
* vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
	because the latter is a CL-ism.  This fixes the bug reported by
	Shawn Boyette <mdxi@collapsar.net> in
        http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
2004-06-04 04:37:10 +00:00
Miles Bader
7e07a66d85 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
Rewrite face-differs-from-default-p
2004-06-04 02:50:50 +00:00
Miles Bader
421c91e527 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
Improve display-supports-face-attributes-p on non-ttys
2004-06-04 02:50:11 +00:00
David Kastrup
67c41d86aa *** empty log message *** 2004-06-03 19:52:34 +00:00
Miles Bader
2d14d61e16 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
(read-number): Use canonical format for default in prompt.

2004-06-03  Miles Bader  <miles@gnu.org>

   * lisp/subr.el (read-number): Use canonical format for default in prompt.
2004-06-02 22:44:45 +00:00
Miles Bader
2bb680b0aa Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362
Support " [...]" style defaults in minibuffer-electric-default-mode

2004-06-03  Miles Bader  <miles@gnu.org>

   * lisp/minibuf-eldef.el (minibuffer-default-in-prompt-regexps): Add
   regexp for " [...]" style defaults.
2004-06-02 22:43:42 +00:00
John Paul Wallington
0bdd7ae4f9 2004-06-02 Romain Francoise <romain@orebokech.com>
* ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
	groups: if the user asks for a hidden buffer, open the
	corresponding filter group to expose it.

	* ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
	`ibuffer-jump-to-buffer'.
	(ibuffer-jump-offer-only-visible-buffers): New user option.
2004-06-02 22:07:42 +00:00
Juanma Barranquero
86d373e6b2 *** empty log message *** 2004-06-02 00:53:13 +00:00
Kim F. Storm
90ec69c70a *** empty log message *** 2004-06-01 23:17:24 +00:00
Stefan Monnier
ef5572c56a *** empty log message *** 2004-06-01 05:12:23 +00:00
Lars Hansen
7bfa55b358 (desktop-save): Don't save minor modes without a known mode initialization function. 2004-05-31 21:45:51 +00:00
Luc Teirlinck
64df673db4 *** empty log message *** 2004-05-30 22:16:22 +00:00
Juanma Barranquero
aa8ca433bc *** empty log message *** 2004-05-30 21:30:08 +00:00
Kai Großjohann
2fcaee47a4 Sync with Tramp.
(tramp-let-maybe): ReportReverse args of `get'.
(tramp-let-maybe): Move to an earlier spot in the file.  Patch by
Andreas Schwab.
2004-05-30 21:00:53 +00:00
Andreas Schwab
5709c1a0bf (dired-get-filename): Don't use dired-re-dot. 2004-05-30 18:24:08 +00:00
Richard M. Stallman
7a61e456ba *** empty log message *** 2004-05-30 14:21:53 +00:00
Nick Roberts
f471ca2b24 *** empty log message *** 2004-05-30 00:07:12 +00:00
Michael Albinus
c8364415c6 *** empty log message *** 2004-05-29 22:45:44 +00:00
Michael Albinus
19a8706403 Version 2.0.41 of Tramp released. 2004-05-29 22:28:49 +00:00
Richard M. Stallman
08fd12516b *** empty log message *** 2004-05-29 16:26:16 +00:00
Eli Zaretskii
9dd5e8d7c1 *** empty log message *** 2004-05-29 13:00:28 +00:00
Luc Teirlinck
0a11c70bb2 (find-file-noselect-1): Do not bind `inhibit-read-only' to t during
execution of `find-file-not-found-functions'.
2004-05-29 01:54:11 +00:00
Stefan Monnier
227ef0ff6c *** empty log message *** 2004-05-29 00:01:42 +00:00
Stefan Monnier
034a611363 *** empty log message *** 2004-05-28 22:54:58 +00:00
Juri Linkov
6b9654dc44 *** empty log message *** 2004-05-28 21:21:17 +00:00
Stefan Monnier
ce50a84705 *** empty log message *** 2004-05-28 21:15:08 +00:00
Juanma Barranquero
5445d28727 (artist-last, artist-remove-nulls): Simplify.
(artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
Make arguments match their use in docstring.
(artist-draw-region-trim-line-endings, (artist-mouse-choose-operation):
Fix typo in docstring.
(artist-key-set-point-common): Doc fix.
2004-05-28 19:59:23 +00:00
Simon Josefsson
1cfd38a83e *** empty log message *** 2004-05-28 12:44:09 +00:00
Simon Josefsson
9e94e25445 *** empty log message *** 2004-05-28 05:38:36 +00:00
Luc Teirlinck
62aad204d4 *** empty log message *** 2004-05-28 00:09:08 +00:00
Michael Albinus
ae3b29834c * files.el (file-name-non-special): There are more operations
which need handling: `find-backup-file-name',
`insert-file-contents', `verify-visited-file-modtime',
`write-region'.  Rename t value of method to `add'.  Add new
methods `quote' and `unquote-then-quote' to file-arg-indices.
2004-05-27 20:23:31 +00:00
Juri Linkov
1021748dc6 *** empty log message *** 2004-05-25 21:07:46 +00:00
Sam Steingold
59de4ad0fc (lisp-find-tag-default): Strip the package prefix from the symbol name, if any.
Make it the `find-tag-default-function' for `lisp-mode'.
2004-05-25 20:51:06 +00:00
John Paul Wallington
1a597f4fff (gs-load-image): Use `set-process-query-on-exit-flag' instead of
obsolete `process-kill-without-query'.
2004-05-25 20:12:00 +00:00
Luc Teirlinck
74dca654a3 (find-file-noselect-1): Fix bug introduced by Revision 1.694.
As a side effect, `inhibit-read-only' is again, by default, t during
execution of `find-file-not-found-functions'.
(insert-directory): Check that lines were really inserted by
the --dired switch, before erasing them.
2004-05-25 18:51:07 +00:00
Nick Roberts
c98583470f *** empty log message *** 2004-05-24 21:57:57 +00:00
Nick Roberts
00da1cc51d *** empty log message *** 2004-05-24 18:13:10 +00:00
Juanma Barranquero
4c4939993a (browse-url-interactive-arg): Enable user to explicitly select the text to
be taken as URL.
2004-05-23 22:38:30 +00:00
Juri Linkov
675254bc4b (next-error-find-buffer): Add a rule to return next-error capable buffer
if one window on the selected frame displays such buffer.
2004-05-23 21:05:08 +00:00