- 01 Jun, 2000 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(mouse-show-mark): Don't quote lambda.
-
Stefan Monnier authored
Add an optional WHEN argument and change the format of the symbol-property information. * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda. (byte-compile-obsolete, byte-compile-variable-ref): Understand the new obsolete-symbol-property format and print WHEN if it is provided. (make-obsolete): Update the calls to use the third argument.
-
Stefan Monnier authored
(../info/pcl-cvs, pcl-cvs.dvi): New targets.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 31 May, 2000 18 commits
-
-
Dave Love authored
after-change-function. (unload-feature): Deal with symbols which are both bound and fbound.
-
Dave Love authored
-
Dave Love authored
before-change-function, after-change-function.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Jason Rumney authored
(Fposix_search_backward, Fposix_search_forward): Fix newlines in doc.
-
Jason Rumney authored
-
Rajesh Vaidheeswarran authored
Update e-mail address.
-
Jason Rumney authored
-
Jason Rumney authored
-
Dave Love authored
pattern for function of change. (change-log-font-lock-keywords) <acknowledgements>: Amalgamate acknowledgements patterns.
-
Kenichi Handa authored
-
Kenichi Handa authored
unhandled events in the returned events, but set them in unread-command-events. Exit if all inputs are deleted.
-
Kenichi Handa authored
being used, call isearch-process-search-multibyte-characters.
-
- 30 May, 2000 16 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
Reenable code to create initial fontsets. Use set-fontset-font in place of put-charset-property.
-
Jason Rumney authored
(w32_char_font_type): New enum. (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c. (w32_per_char_metric): Use w32_char_font_type instead of unicode_p. (w32_encode_char): New function. (x_encode_char): Removed. (x_get_glyph_and_face_encoding): Use w32_encode_char in place of x_encode_char and w32_font_is_double_byte. (x_produce_image_glyph): Use image_ascent. (x_produce_glyphs): Use new version of w32_per_char_metric and handle NULL return value. Allow extra line spacing. (W32_TEXTOUT): Distinguish between Unicode and DBCS text. (w32_get_glyph_overhangs): Remove unicode_p param. Use w32_font_type member of glyph instead. (x_draw_glyph_string): Draw underline and strike-out for BDF fonts. (fast_find_position): Make sure not to consider rows not visible in the window. (w32_read_socket) [WM_MENUSELECT]: Cannot call w32_menu_display_help with input blocked, as it can abort. (x_display_and_set_cursor): Choose cursor depending on buffer-local value of cursor_type. (x_draw_bar_cursor): Add parameter WIDTH.
-
Jason Rumney authored
-
Jason Rumney authored
(emacs_button_translation): Use it. (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit in `mask' to be set.
-
Jason Rumney authored
-
Jason Rumney authored
(VIETNAMESE_CHARSET): Define if not defined in system headers. (Qline_spacing, Qcenter): New variables. (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c. (x_set_line_spacing): New function. (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT macros. (x_specified_cursor_type): New function. (x_set_cursor_type): Use it. (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar and icon strings. (validate_x_resource_name, x_get_resource_string): Measure lengths of external strings in bytes. (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling GetTextExtentPoint32 with NULL title. (Fx_create_frame): Initialize Qline_spacing. (w32_load_system_font): Initialize font->double_byte_p. (x_to_w32_charset): Use Vw32_charset_info_alist. (Image, busy cursor, tooltip functions): Merged changes from xfns.c. Not yet functional on Windows.
-
Jason Rumney authored
window pointer to be consistent with w32term.c and xterm.c.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
glyph_to_pixel_coords, not a frame.
-
Jason Rumney authored
(Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to expand a nil default_filename.
-
Jason Rumney authored
-
Jason Rumney authored
[WINDOWSNT]: Add extern for Vw32_system_coding_system.
-
Jason Rumney authored
(Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
-