1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

72513 commits

Author SHA1 Message Date
Juri Linkov
21d50fdc98 (Image Formats, Other Image Types): Add SVG. 2007-08-28 22:42:44 +00:00
Juri Linkov
ca3f27e0a0 (Images): Move formats-related text to new node
"Image Formats".
(Image Formats): New node.
2007-08-28 22:35:39 +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
Thien-Thi Nguyen
a081814834 Mention bubble game. 2007-08-28 20:16:14 +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
Jan Djärv
cf0590c451 Qrtl is new.
(parse_tool_bar_item): Handle :rtl keyword.
(syms_of_keyboard): Intern :rtl keyword.
2007-08-28 10:14:02 +00:00
Jan Djärv
fface67742 (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. 2007-08-28 10:11:50 +00:00
Jan Djärv
98a92193e7 (xg_tool_bar_expose_callback): Just do SET_FRAME_GARBAGED
so no Lisp code is executed.
(file_for_image, find_rtl_image): New functions.
(xg_get_image_for_pixmap): Use file_for_image
(update_frame_tool_bar): If direction is RTL, use RTL image if
defined.  Use Gtk stock images if defined.
2007-08-28 10:11:19 +00:00
Werner LEMBERG
23e2b39d14 Use C-M-%' instead of M-x query-replace-regexp'. 2007-08-28 05:48:08 +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
69c52df1f0 Provide self. 2007-08-28 02:53:08 +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
83cc8d356a (x_draw_composite_glyph_string_foreground): Draw rectangle
for nonexistent or zero-width glyph in composition glyph.
2007-08-27 08:31:30 +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
YAMAMOTO Mitsuharu
4b34031944 (Mac OS X): Add alternative workaround for QuickTime
updater breakage.
2007-08-27 08:29:51 +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
Richard M. Stallman
619fb9ee82 (Window Configurations): Clarify what a window configuration saves. 2007-08-27 03:57:15 +00:00
Richard M. Stallman
3420c52254 (Top): Clarify menu item for Glossary. 2007-08-27 03:56:32 +00:00
Richard M. Stallman
b18a8f7f45 (Faces): Change secn title.
Clarify not all fonts come from Font Lock.
2007-08-27 03:55:07 +00:00
Richard M. Stallman
a13ab63fff (tty_supports_face_attributes_p): Use instead of LFACE_INVERSE_INDEX
and LFACE_BACKGROUND_INDEX in incorrectly copied code.
2007-08-27 03:54:16 +00:00
Richard M. Stallman
c997bb25d7 (condition-case): Doc fix. 2007-08-27 03:49:17 +00:00
Thien-Thi Nguyen
d53a60a6f7 Mention avl-tree.el. 2007-08-27 03:36:34 +00:00
Thien-Thi Nguyen
1f7ac69f2a (Features): Add avl-tree. 2007-08-27 03:32:45 +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