1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00
Commit graph

11780 commits

Author SHA1 Message Date
Dan Nicolaescu
20f8ac737b (vc-svn-diff-tree): Pass a list to vc-svn-diff. 2007-08-31 14:07:49 +00:00
Michaël Cadilhac
08fea92887 (flyspell-mark-duplications-exceptions): New variable. List of
exceptions for the duplicated word rule.
(flyspell-mark-duplications-flag): Mention it.
(flyspell-word): Treat it.
2007-08-31 13:41:31 +00:00
Michaël Cadilhac
661e8cd19b (create-file-buffer): If the filename sans directory starts with spaces,
remove them.
2007-08-31 13:30:02 +00:00
Jan Djärv
5cb94d12c1 (x-gtk-stock-map): Add etc/images to keys.
(x-gtk-map-stock): Use two directory elements when matching
file name.
2007-08-31 10:13:35 +00:00
Glenn Morris
4596901f3f James Wright <james at chumsley.org>
(eshell/info): New function.
2007-08-31 08:11:26 +00:00
Stefan Monnier
db30aa125e (frame-initialize, make-frame): Don't set
term-environment-variable since it's not used any more.
2007-08-31 07:38:22 +00:00
Stefan Monnier
fdb884632b (normal-top-level): Set $TERM to `dumb' so that unless
stated otherwise, subprocesses do not send back escape sequences
corresponding to the terminal from which Emacs was started.
2007-08-31 06:57:25 +00:00
Thien-Thi Nguyen
3b44dbc50c Require cl for compilation. 2007-08-31 01:59:20 +00:00
Daniel Pfeiffer
550641d385 (outline-font-lock-levels): Comment out unused var.
(outline-font-lock-face): Wrap around face list to handle any nesting depth gracefully.
2007-08-30 21:43:41 +00:00
Michael Albinus
b83483d541 * net/ange-ftp.el: Add ange-ftp property to 'set-file-modes and
'set-file-times.
2007-08-30 19:58:28 +00:00
Carsten Dominik
82a93b22c7 *** empty log message *** 2007-08-30 13:55:48 +00:00
Carsten Dominik
ff95e2465d *** empty log message *** 2007-08-30 09:48:05 +00:00
Thien-Thi Nguyen
2796180f96 (grep-files-aliases): Add cc alias.
Sort items in alphabetical order. Fix parens.
2007-08-30 09:37:33 +00:00
Thien-Thi Nguyen
a2e548a97e (grep-find-ignored-directories): Add
monotone _MTN bookkeeping directory in workspaces.  Add
RCS control directory.  List items in alphabetical order.
2007-08-30 09:33:49 +00:00
Dan Nicolaescu
f0230324e9 (vc-hg-extra-menu-map): New variable.
(vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
(vc-hg-pull): New functions.
(vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
2007-08-29 18:15:16 +00:00
Dan Nicolaescu
dc8ceca12c Don't require url, only autoloaded url
functions are used in this file.
2007-08-29 16:28:46 +00:00
Andreas Schwab
d9af69518e (shell): Return correct value from interactive spec. 2007-08-29 13:35:16 +00:00
Juanma Barranquero
b7b27c939a Life is too short... 2007-08-29 13:10:22 +00:00
Glenn Morris
6d017e27f5 Increase version to 23.0.50. 2007-08-29 08:14:18 +00:00
Jan Djärv
9b229c32e0 (x-gtk-stock-map): :version changed to 23.1. 2007-08-29 06:00:25 +00:00
Miles Bader
8d9cc0b7ea Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
2007-08-29 05:28:10 +00:00
Stefan Monnier
cb5b9015b3 (invisible-p): Remove: implemented in C now.
(line-move-invisible-p): Remove obsolete alias.
2007-08-29 01:14:48 +00:00
Juri Linkov
d487ca7d8e (image-type): New variable.
(image-mode): Set default major mode name to "Image[text]".
(image-minor-mode): Change LIGHTER to display image-type in the
mode line.
(image-minor-mode): Set default image-type to "text".
(image-toggle-display): After switching to text mode, set
image-type to "text" and major mode name to "Image[text]".
After switching to image mode, set image-type to actual image
type, and add image type to major mode name.  Let-bind the same
variable names as arguments of `image-type' and `create-image'.
Bind `type' to the result of `image-type' and use it as arg
of `create-image' to not determine the image type twice.
2007-08-28 22:32:07 +00:00
Michael Albinus
8d60099b80 * net/tramp.el (tramp-handle-set-file-times): Flush the file
properties.
(tramp-set-file-uid-gid, tramp-get-local-uid)
(tramp-get-local-gid): New defuns.
(tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
(tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
Improve fast track.
(tramp-do-copy-or-rename-file-directly): Sync parameter list with
the other tramp-do-copy-or-rename-file-* functions.  Major
rewrite.
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Improve fast track.
(tramp-handle-file-remote-p): IDENTIFICATION can also be
'localname.
(tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
be nil.
2007-08-28 20:09:58 +00:00
Richard M. Stallman
aff2ba0407 New feature to display several time zones in a buffer.
(display-time-world-mode, display-time-world-display)
(display-time-world, display-time-world-timer): New functions.
display-time-world-list, display-time-world-time-format)
(display-time-world-buffer-name, display-time-world-timer-enable)
(display-time-world-timer-second, display-time-world-mode-map):
New variables.
2007-08-28 15:06:43 +00:00
Jan Djärv
017de7849c Fix comment. 2007-08-28 10:16:42 +00:00
Kenichi Handa
82dd78a8c3 (gamegrid-init): Set line-spacing to 0. 2007-08-28 04:02:51 +00:00
Glenn Morris
fd45e2f4cd *** empty log message *** 2007-08-28 02:49:36 +00:00
Thien-Thi Nguyen
2503f22288 (m2-definition, m2-module): Don't use previous-line. 2007-08-27 13:38:50 +00:00
YAMAMOTO Mitsuharu
8a2e0b2a69 (mac-handle-toolbar-switch-mode): Add explicit
argument to tool-bar-mode call.
2007-08-27 08:30:37 +00:00
Glenn Morris
f9274544eb (diff-find-file-name): Only accept regular files, to rule out
/dev/null, directories, etc.
2007-08-27 07:11:57 +00:00
Glenn Morris
0ddda8cd6e *** empty log message *** 2007-08-27 07:04:25 +00:00
Miles Bader
7f22a76506 Merge from emacs--rel--22
Patches applied:

 * 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--devo--0--patch-860
2007-08-27 04:00:19 +00:00
Thien-Thi Nguyen
680248746f *** empty log message *** 2007-08-27 03:31:39 +00:00
Michaël Cadilhac
a2ab90da9d (hi-lock-unface-buffer): Show a x-menu only if the mouse was used. 2007-08-26 19:35:16 +00:00
Michaël Cadilhac
f8a3deedc6 (PC-do-completion): Make RET accept a non-unique but complete
expansion again.
2007-08-26 19:20:20 +00:00
Dan Nicolaescu
a090236093 (log-view-toggle-mark-entry): Add docstring.
(log-view-get-marked): Likewise.
2007-08-26 02:16:04 +00:00
Thien-Thi Nguyen
0d182a34a1 (eshell-eval-using-options): Add debug declaration. 2007-08-26 01:52:30 +00:00
Dan Nicolaescu
a549ce7054 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
(vc-delete-automatic-version-backups): Likewise.

* vc.el (vc-dired-buffers-for-dir): Likewise.
2007-08-26 00:32:23 +00:00
Dan Nicolaescu
f152a8982d * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.
2007-08-25 21:29:48 +00:00
Stefan Monnier
8837a213a2 (uniquify-rationalize-file-buffer-names): Check liveness
of buffers in uniquify-managed.
2007-08-25 20:21:12 +00:00
Stefan Monnier
c65e694244 (invisible-p): Rename from text-invisible-p. Update callers. 2007-08-25 20:20:26 +00:00
Dan Nicolaescu
ee0fb2286f * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
safe-local-variable setting.
* progmodes/perl-mode.el (perl-indent-level): Likewise.
2007-08-25 20:14:54 +00:00
Dan Nicolaescu
3a44b2ae7a (log-view-marked-list): Delete variable.
(log-view-mode): Don't use it.
(log-view-toggle-mark-entry): Likewise, simplify.
(log-view-current-tag): Don't return properties.
(log-view-get-marked): New function.
2007-08-25 20:07:23 +00:00
Dan Nicolaescu
6f222162a7 * vc-git.el (vc-git-mode-line-string): New function. 2007-08-25 20:04:26 +00:00
Alan Mackenzie
f2f800c3ef *** empty log message *** 2007-08-25 16:57:31 +00:00
Alan Mackenzie
d3a7247860 *** empty log message *** 2007-08-25 16:43:46 +00:00
Juri Linkov
1ae0abbc93 (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el. 2007-08-25 14:09:24 +00:00
Reiner Steib
f29897bb38 (cvs-query-directory): Only prompt when prefix is given.
Don't behave differently when executed via M-x.  Add doc string.
2007-08-25 12:25:50 +00:00
Reiner Steib
4d0a94d6be (sort-fold-case, sort-numeric-base): Mark as safe-local-variable. 2007-08-25 12:24:12 +00:00