- 22 Aug, 2000 12 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
Document that kill-comment is now an alias for comment-kill.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
in the manual.
-
Eli Zaretskii authored
buffer is saved.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 21 Aug, 2000 23 commits
-
-
Stefan Monnier authored
-
Gerd Moellmann authored
(toplevel): Some old-style function forward declarations changed to prototypes, some new protypes added, some functions made static.
-
Gerd Moellmann authored
(use_dialog_box): External declaration.
-
Gerd Moellmann authored
(kbd_buffer_events_waiting): Slightly rewritten. (clear_event): New function. (kbd_buffer_get_event): Use it, and clear the input_events of HELP_EVENTs. (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and don't fill the newly created array with nils. (toplevel): Convert some old-style function forward declarations to prototypes.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(server-existing-buffer): New buffer-local variable. (server-visit-files): When using an existing buffer, set server-existing-buffer to t. (server-buffer-done): If server-kill-new-buffers is t, kill the buffer, unless it was already present before visiting it with Emacs server.
-
Dave Love authored
-
Eli Zaretskii authored
even if the display doesn't support colors: some displays will support bold/underline faces.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
add explanatory text to *Messages*.
-
Kenichi Handa authored
locale coding system.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 20 Aug, 2000 5 commits
-
-
Dave Love authored
-
Dave Love authored
-
Jason Rumney authored
single_keymap_panes. (w32_menu_show): Set wv->title when dealing with titles. (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
-
Jason Rumney authored
(syms_of_w32term): staticpro it. (note_mode_line_highlight): Set it. (XTextExtents16): Removed as there is no equivalent on W32. (x_compute_glyph_string_overhangs): Incomplete body removed, as the X way of doing this will not work for W32. (w32_intersect_rectangles): Removed. Use IntersectRect API call. (x_draw_image_foreground): Avoid drawing outside of the clip area when image doesn't have a mask. (note_mouse_highlight): Process overlays in the right order of priority. Set help_echo_window. (x_draw_bar_cursor): If cursor is on an image, draw a box cursor because that's more visible for large images.
-
Jason Rumney authored
-