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
d08e666c61
(emacs-version): Increase to 23.0.50.
2007-08-29 08:14:32 +00:00
Glenn Morris
6d017e27f5
Increase version to 23.0.50.
2007-08-29 08:14:18 +00:00
Glenn Morris
fd552672fb
(emacs-version): Set back to 22.1.50 following inadvertent bump in
...
multi-tty merge.
2007-08-29 08:07:06 +00:00
Glenn Morris
a4fc56e1ba
Update copyright years, update license to GPLv3 or later.
2007-08-29 07:33:33 +00:00
Glenn Morris
76b872c7b0
License should be GPLv3 or later.
2007-08-29 07:26:00 +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
Miles Bader
1f6b4fd827
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 864)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-41
2007-08-29 02:29:24 +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
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
Glenn Morris
95f56b61f7
Further simplification pending merge to trunk.
2007-08-28 04:05:18 +00:00
Kenichi Handa
82dd78a8c3
(gamegrid-init): Set line-spacing to 0.
2007-08-28 04:02:51 +00:00
Glenn Morris
f8790e875d
Further simplification pending merge to trunk.
2007-08-28 03:40:44 +00:00
Glenn Morris
9b8a716891
Further simplification pending merge to trunk.
2007-08-28 03:33:41 +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
d2ddb05002
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 863)
- Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-39
2007-08-27 09:33:44 +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
Miles Bader
62fb5e25f4
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 857-862)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
* 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--multi-tty--0--patch-38
2007-08-27 09:21:49 +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
9005667b33
Further simplification pending merge to trunk.
2007-08-27 08:16:42 +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