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
Jan Djärv
dd31475195
(x-gtk-stock-map): New variable.
...
(x-gtk-map-stock): New function.
2007-08-28 10:16:00 +00:00
Jan Djärv
4bc5cb9aee
(info-tool-bar-map): Add :rtl keyword to right/left-arrow and
...
prev/next-node.
2007-08-28 10:15:23 +00:00
Miles Bader
f5df711dbc
Add arch tagline
2007-08-28 04:34:05 +00:00
Kenichi Handa
82dd78a8c3
(gamegrid-init): Set line-spacing to 0.
2007-08-28 04:02:51 +00:00
Glenn Morris
bab9fcb48d
(c-constant-kwds): Add java: null, true, false.
2007-08-28 02:52:58 +00:00
Glenn Morris
fd45e2f4cd
*** empty log message ***
2007-08-28 02:49:36 +00:00
Thien-Thi Nguyen
2f123a5423
Comments munging; nfc.
...
Move defconst after ";;; Code:".
2007-08-27 18:53:52 +00:00
Thien-Thi Nguyen
a79b55e56e
Initial revision
2007-08-27 18:49:42 +00:00
Thien-Thi Nguyen
2503f22288
(m2-definition, m2-module): Don't use previous-line.
2007-08-27 13:38:50 +00:00
Miles Bader
970a31dd84
Remove RCS keywords
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-863
2007-08-27 09:30:04 +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
c62a495a84
(vc-svn-diff): If the repository version of all the files is the same
...
as the specified OLDVERS, do a local diff.
2007-08-27 07:04:45 +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
Thien-Thi Nguyen
d385b030e7
Commentary and docstring munging; nfc.
2007-08-27 03:09:15 +00:00
Thien-Thi Nguyen
8fa1344249
(avl-tree-del-balance1, avl-tree-del-balance2)
...
(avl-tree-do-del-internal, avl-tree-do-delete)
(avl-tree-enter-balance1, avl-tree-enter-balance2): Use plain `let'.
2007-08-27 02:49:40 +00:00
Thien-Thi Nguyen
5fa11cc28d
Move things around; munge whitespace, indentation; nfc.
2007-08-27 02:40:25 +00:00
Thien-Thi Nguyen
bdf0a82842
Do s/elib-node-/avl-tree-node-/g. Resulting changed macro names:
...
avl-tree-node-left, avl-tree-node-right, avl-tree-node-data,
avl-tree-node-set-left, avl-tree-node-set-right, avl-tree-node-set-data,
avl-tree-node-branch, avl-tree-node-set-branch.
2007-08-27 02:31:23 +00:00
Thien-Thi Nguyen
5afb301bee
Do s/elib-avl-/avl-tree-/g. Resulting changed macro and function names:
...
avl-tree-root, avl-tree-dummyroot, avl-tree-cmpfun, avl-tree-del-balance1,
avl-tree-do-del-internal, avl-tree-del-balance2, avl-tree-do-delete,
avl-tree-enter-balance1, avl-tree-enter-balance2, avl-tree-do-enter,
avl-tree-mapc, avl-tree-do-copy.
2007-08-27 02:22:57 +00:00
Thien-Thi Nguyen
dfd4af17e4
Do s/elib-avl-node/avl-tree-node/g. Resulting changed macro names:
...
avl-tree-node-create, avl-tree-node-balance, avl-tree-node-set-balance.
2007-08-27 02:11:12 +00:00
Thien-Thi Nguyen
329dfe6ae7
(elib-node-create): Delete unused macro.
2007-08-27 02:05:22 +00:00
Thien-Thi Nguyen
923135482e
Reduce nesting: Use modern backquote syntax.
2007-08-27 02:00:45 +00:00
Thien-Thi Nguyen
85718043ee
Do s/avltree/avl-tree/g. Resulting changed function names:
...
avl-tree-create, avl-tree-p, avl-tree-compare-function,
avl-tree-empty, avl-tree-enter, avl-tree-delete, avl-tree-member,
avl-tree-map, avl-tree-first, avl-tree-last, avl-tree-copy,
avl-tree-flatten, avl-tree-size, avl-tree-clear.
Make the symbol used for avl-tree-p `AVL-TREE', as well.
2007-08-27 01:44:37 +00:00
Miles Bader
37840380aa
Add arch tagline
2007-08-27 01:42:03 +00:00
Thien-Thi Nguyen
25e32569d4
Don't require `cl'.
...
(elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs.
(elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
2007-08-27 01:35:41 +00:00
Thien-Thi Nguyen
fb5da2db3e
Move provide form to end; nfc.
2007-08-27 01:29:41 +00:00
Thien-Thi Nguyen
b74e26bbe2
Munge comments, whitespace, indentation, hanging parens; nfc.
2007-08-27 01:28:07 +00:00
Thien-Thi Nguyen
1e38b8ffcd
Initial revision, comprising elib-node.el and avltree.el,
...
with minimum modifications for standalone-compilation.
2007-08-27 01:05:44 +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
02df5de4ca
(c-other-decl-block-key-in-symbols-alist): new language variable.
2007-08-25 17:06:06 +00:00
Alan Mackenzie
82ba65cfe1
(c-brace-anchor-point): new function.
...
(c-add-stmt-syntax): Give accurate anchor points for "namespace", "extern"
etc., rather than BOI. Fix addition of spurious syntactic-symbol
'defun-block-intro, replacing it with 'innamespace, etc.
2007-08-25 17:05:11 +00:00
Alan Mackenzie
f2f800c3ef
*** empty log message ***
2007-08-25 16:57:31 +00:00
Alan Mackenzie
c382ec4021
(c-other-decl-block-key-in-symbols-alist): new language variable.
2007-08-25 16:54:09 +00:00
Alan Mackenzie
a335046bf5
(c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurate
...
anchor points for "namespace", "extern" etc., rather than BOI. Fix
addition of spurious syntactic-symbol 'defun-block-intro, replacing it
with 'innamespace, etc.
2007-08-25 16:50:26 +00:00