- 25 Jan, 2003 17 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
but takes exactly two Lisp Objects as format args.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Compile any lambda-expressions among the args.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ido-complete): Fix message.
-
Richard M. Stallman authored
(archive-lzh-summarize): Extended it to allow the LZH level 2 header type (which is most prevalent now), in addition to the already supported level 0 and 1 header types.
-
Markus Rost authored
-
Markus Rost authored
Simplify setting the type of current-language-environment.
-
Jan Djärv authored
Don't right justify GTK help menu.
-
Jason Rumney authored
[HAVE_PNG]: Sync with xfns.c version. (png_load): Adjust colors for Windows. Use Windows bitmaps. Disable color table lookups.
-
Kim F. Storm authored
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are only needed when the region is active. This also makes the output from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
-
Thien-Thi Nguyen authored
-
Michael Kifer authored
* ediff.el (ediff-revision): better defaults. * ediff-vers.el (ediff-vc-latest-version): new function. (ediff-vc-internal): use latest version instead of working version.
-
Thien-Thi Nguyen authored
menu item, don't stop at first ":"; instead, continue until trailing context is either a space or newline. (Info-complete-menu-item): Change var `pattern' to allow ":" in menu item. (Info-menu): Likewise, for regexp used in backwards search. (Info-try-follow-nearest-node): Remove case added in previous edit. Instead, change the regexp in the following case to allow ":" in menu item. (Info-fontify-node): Fix bug: Handle `next-property-change' returning point-max as "hasn't already been done".
-
Thien-Thi Nguyen authored
terminated by ": " as an index entry.
-
- 24 Jan, 2003 12 commits
-
-
Andreas Schwab authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Jan Djärv authored
of static initializer
-
Kenichi Handa authored
docode-coding-inserted-region.
-
Kenichi Handa authored
from decode-coding-region-as-inserted-from-file to make it fit well in the Lisp manual.
-
Kenichi Handa authored
-
Dave Love authored
Use __alignof__.
-
Dave Love authored
architectures.
-
Kim F. Storm authored
-
John Paul Wallington authored
(ibuffer-confirm-operation-on): Use `window-list' instead. (ibuffer-load-hook): New customizable variable. (toplevel): Run it. (ibuffer-customize): New command. (ibuffer-mode-map): Bind it. (ibuffer-mode-map): Add menu seperator in View>Sort menu. (ibuffer-mode): Tidy. (ibuffer-fontification-alist, ibuffer-always-show-last-buffer) (ibuffer-default-directory, ibuffer-default-sorting-mode) (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook) (ibuffer-map-lines): Doc fixes. Update mail address. * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative filenames. Use `kill-new'. Update mail address. * ibuf-macs.el Update mail address.
-
Kenichi Handa authored
It it is nonzero, don't pretend that an invisible area doesn't exist. (command_loop_1): Call adjust_point_for_property with proper second arg.
-
- 23 Jan, 2003 8 commits
-
-
Dave Love authored
-
Dave Love authored
in the file.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
no-conversion, and decode it later while preserving `dired-filename' property.
-
Kenichi Handa authored
-
Markus Rost authored
-
John Paul Wallington authored
-
- 22 Jan, 2003 3 commits
-
-
Jason Rumney authored
for MS-Windows specific problems.
-
Jason Rumney authored
-
Jason Rumney authored
(x_draw_composite_glyph_string_foreground): Implement overstriking. * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current phys_cursor's hpos is overwritten. This is still not completely correct, as it doesn't really make sense to use hpos at all to get the cursor glyph (as that is relative to the width of the characters on the line, which may have changed during the update). * w32term.c (notice_overwritten_cursor): Handle the special case of the cursor being in the first blank non-text line at the end of a window. * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor) (x_draw_phys_cursor_glyph): Set phys_cursor_width here. Compute from the x position returned by x_draw_glyphs. * w32term.c (note_mode_line_or_margin_highlight): Renamed from note_mode_line_highlight and extended. * w32term.c (last_window): New variable. (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs. (note_mouse_movement): Remove reimplemented code in #if 0.
-