Kenichi Handa
43dfda2b48
(where_is_internal_1): If key is a cons, store the copy
...
in sequence.
2007-09-20 07:51:37 +00:00
Kenichi Handa
0a4bacdc2b
(map_sub_char_table): If the range contains just one
...
character, call the function with that character even if the depth
is not 3.
(map_char_table): Likewise.
2007-09-20 07:49:52 +00:00
Jason Rumney
3e91c575a8
*** empty log message ***
2007-09-19 13:59:16 +00:00
Jason Rumney
78573c5715
(w32font_text_extents): Calculate metrics for the whole string.
2007-09-19 13:58:58 +00:00
Kenichi Handa
ef5e1a9651
(struct font_driver): Docstring of text_extents improved.
2007-09-16 10:25:34 +00:00
Jason Rumney
3b2e820769
*** empty log message ***
2007-09-14 23:28:55 +00:00
Jason Rumney
b668cc18b5
(get_next_msg): Consolidate WM_PAINT messages.
2007-09-14 23:28:37 +00:00
Jason Rumney
5c2c9c79dc
(w32font_draw): Do clipping here.
2007-09-13 13:37:26 +00:00
Jason Rumney
87128fd927
*** empty log message ***
2007-09-13 13:36:54 +00:00
Jason Rumney
3ca3504a9e
(x_set_glyph_string_clipping): Use
...
get_glyph_string_clip_rects.
(x_set_glyph_string_clipping_exactly): Adjusted for the change of
struct glyph_string.
(x_draw_glyph_string): Likewise.
2007-09-13 13:36:39 +00:00
Kenichi Handa
03d198e8b9
(xftfont_draw): Adjusted for the change of struct
...
glyph_string.
2007-09-13 11:04:11 +00:00
Kenichi Handa
3e786bc045
*** empty log message ***
2007-09-13 11:03:28 +00:00
Kenichi Handa
fdd6e0c058
(x_set_glyph_string_clipping): Use
...
get_glyph_string_clip_rects.
(x_set_glyph_string_clipping_exactly): Adjusted for the change fo
struct glyph_string.
(x_draw_glyph_string): Likewise.
2007-09-13 11:02:20 +00:00
Kenichi Handa
3620bc51f4
(struct glyph_string): Fix previous change.
2007-09-13 10:50:51 +00:00
Kenichi Handa
9dc56f1653
(get_glyph_string_clip_rects): Reflect s->row->clip to
...
the resulting clip(s}.
(expose_overlaps): Add arg r. Callers changed. Set it ot
row->clip temporarily.
(expose_window): Redraw rows overlapping the exposed area.
2007-09-13 10:49:33 +00:00
Kenichi Handa
7cd30fff0b
(struct glyph_row): New member clip.
...
(struct glyph_string): Delete members clip_x, clip_y, clip_width,
clip_height, new member clip, and num_clips.
2007-09-13 10:46:21 +00:00
Kenichi Handa
b2f8fb8169
*** empty log message ***
2007-09-07 02:29:59 +00:00
Kenichi Handa
8637f5ee59
(Fchar_or_string_p): Fix docstring.
2007-09-07 02:29:08 +00:00
Kenichi Handa
db08e41d23
(skeleton-internal-1): Use integerp and stringp
...
instead of char-or-string-p to catch -1.
2007-09-07 02:14:55 +00:00
Kenichi Handa
8d25d881a0
*** empty log message ***
2007-09-04 04:58:46 +00:00
Kenichi Handa
36f8618c5c
(inactivate-input-method): Set
...
input-method-function to nil before calling
inactivate-current-input-method-function.
2007-09-04 04:58:34 +00:00
Miles Bader
1bb9a689ac
Merge from emacs--devo--0
...
Patches applied:
* emacs--devo--0 (patch 857-865)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
- Remove RCS keywords
* 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--unicode--0--patch-252
2007-08-29 05:03:40 +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
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