aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (pos_visible_p): Handle case that we reach ZV withoutGerd Moellmann2000-11-162-1/+7
| | | | | knowing the line's height; use the default font's height in that case.
* (weight_table): Add `demi' with the same meaning asGerd Moellmann2000-11-162-0/+6
| | | | `demibold'.
* (null_row): New gloval static variable.Kenichi Handa2000-11-162-2/+3
| | | | (clear_glyph_row): Delete local static variable null_row.
* *** empty log message ***Kenichi Handa2000-11-161-0/+5
|
* (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.Jason Rumney2000-11-152-4/+57
| | | | | | (w32_alloc_lighter_color): Use new brightness calculations from xterm.c. Scale delta to be in the range expected by W32. (w32_draw_relief_rect): Use frame relief colors.
* Fix spurion.Dave Love2000-11-151-2/+0
|
* *** empty log message ***Gerd Moellmann2000-11-151-0/+9
|
* (pos_visible_p): Improve function comment.Gerd Moellmann2000-11-151-3/+4
|
* (syms_of_frame_1): Removed; code moved to syms_of_frame.Gerd Moellmann2000-11-151-98/+73
| | | | | | (Qinhibit_default_face_x_resources): New variable. (syms_of_frame): Initialize it. (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
* (BINDING_STACK_SIZE): New macro.Gerd Moellmann2000-11-151-0/+2
|
* (directory_files_internal) [EAGAIN || EINTR]: RetryGerd Moellmann2000-11-152-7/+23
| | | | | reading the directory if readdir returns null and errno is EAGAIN or EINTR.
* *** empty log message ***Stefan Monnier2000-11-141-0/+9
|
* (try_scrolling): Set scroll_max to max of scroll_* argsStefan Monnier2000-11-141-9/+10
| | | | | | | | so setting scroll-step to 1 doesn't defeat scroll-conservatively. Set amount_to_scroll to max of dx and scroll_step so that scroll-conservatively doesn't defeat scroll-step>1. (syms_of_xdisp): Add a hint in scroll-step's docstring to use scroll-conservatively for line-at-a-time scrolling.
* (Fpos_visible_in_window_p): Call pos_visible withGerd Moellmann2000-11-142-2/+21
| | | | extra argument.
* (current_mode_line_height, current_header_line_height):Gerd Moellmann2000-11-141-8/+33
| | | | | | | New variables. (init_xdisp): Initialize them. (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute and use exact mode line heights if it is set.
* (pos_visible_p): Change prototype.Gerd Moellmann2000-11-141-1/+1
|
* (CURRENT_MODE_LINE_HEIGHT)Gerd Moellmann2000-11-141-14/+23
| | | | | | | (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height and current_header_line_height first. (current_mode_line_height, current_header_line_height): Declare extern.
* (x_alloc_lighter_color): Use real brightness calculation.Miles Bader2000-11-142-25/+15
| | | | | Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST. (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
* In the entry for config.in from 2000-11-07, change HAVE_MKDIREli Zaretskii2000-11-131-1/+1
| | | | to HAVE_MKSTEMP.
* Fix a typo in a comment.Eli Zaretskii2000-11-132-2/+2
|
* *** empty log message ***Miles Bader2000-11-131-0/+7
|
* (x_alloc_lighter_color): Include an additive component too for darkMiles Bader2000-11-131-1/+59
| | | | | | colors, because FACTOR isn't enough. (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New macros.
* (show_help_echo): Call message3_nolog with number ofGerd Moellmann2000-11-132-1/+7
| | | | | bytes in the help string as 2nd parameter, instead of the number of characters.
* *** empty log message ***Miles Bader2000-11-131-0/+9
|
* (x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.Miles Bader2000-11-132-8/+2
|
* (openp): Return -2 instead of 0 for the `remote file' case.Miles Bader2000-11-131-38/+40
| | | | | (Fload): Use new openp return protocol. Don't try to use Vload_source_file_function to load .elc files.
* Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.Kenichi Handa2000-11-112-0/+13
|
* (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):Kenichi Handa2000-11-111-0/+10
| | | | | Defined these macros. (NLIST_STRUCT): Avoid re-defining it.
* (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 andKenichi Handa2000-11-111-2/+2
| | | | | -I/usr/contrib/X11R6/include. (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
* *** empty log message ***Kenichi Handa2000-11-111-0/+6
|
* *** empty log message ***Jason Rumney2000-11-101-0/+21
|
* (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.Jason Rumney2000-11-101-1/+4
|
* (Qw32_charset_hangeul): Rename to match w32 headers.Jason Rumney2000-11-101-149/+321
| | | | | | | | | | | | | | | (Qw32_charset_vietnamese): New symbol. (xlfd_charset_of_font): New function. (w32_load_system_font): Use it. (x_to_w32_charset): Use Fassoc to find charset info. Special case when Vw32_charset_info_alist is nil to ensure default face always has font. Use Fcar and Fcdr for safety. (w32_to_x_charset): Use Vw32_charset_info_alist for mappings. (w32_codepage_for_font): Use xlfd_charset_of_font. Use new pseudo-codepages for special cases. (w32_to_x_font): New parameter to allow charset portion to be specified where there is many to one mapping. Callers changed. (w32_list_fonts): Avoid listing fonts that won't display.
* (w32_encode_char): Handle CP_UNICODE specially.Jason Rumney2000-11-101-7/+9
| | | | (w32_use_unicode_for_codepage): Use new pseudo-codepages.
* *** empty log message ***Gerd Moellmann2000-11-101-0/+11
|
* (Vface_alternative_font_registry_alist): New variable.Gerd Moellmann2000-11-101-4/+73
| | | | | | | | | | (font_list_1): Renamed from font_list. (font_list): New function, trying alternative registries from Vface_alternative_font_registry_alist. (Finternal_set_alternative_font_registry_alist): New function. (syms_of_xfaces): Initialize and Staticpro Vface_alternative_font_registry_alist. Defsubr Finternal_set_alternative_font_registry_alist.
* * lisp.h (Flooking_at): Declare.Ken Raeburn2000-11-092-0/+5
|
* *** empty log message ***Gerd Moellmann2000-11-091-0/+2
|
* (directory_files_internal): Fix a braino.Gerd Moellmann2000-11-091-2/+1
|
* (directory_files_internal): Add missing GCPRO's.Gerd Moellmann2000-11-092-47/+63
| | | | Some cleanup.
* *** empty log message ***Gerd Moellmann2000-11-081-0/+10
|
* (syms_of_xdisp): Change doc of max-mini-window-height.Gerd Moellmann2000-11-081-18/+64
| | | | | | | | | | | (resize_mini_window): Return quickly if Vresize_mini_window is nil. Don't return if Vmax_mini_window_height is nil. (Vresize_mini_window, Qgrow_only): New variables. (syms_of_xdisp): Initialize them. (resize_mini_window): Act according to the setting of Vresize_mini_window. (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
* *** empty log message ***Gerd Moellmann2000-11-081-1/+1
|
* *** empty log message ***Gerd Moellmann2000-11-081-0/+7
|
* (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map theGerd Moellmann2000-11-081-29/+29
| | | | | | scroll bar widget after configuring it, so that it will appear at the right position from the start. (XTredeem_scroll_bar): Cleaned up.
* (VCENTER_BASELINE_OFFSET): Fix previous change. If theKenichi Handa2000-11-082-7/+9
| | | | | font is taller than the frame line, we don't have to vias the division by two.
* *** empty log message ***Kenichi Handa2000-11-081-0/+8
|
* *** empty log message ***Dave Love2000-11-071-0/+6
|
* (Fcall_process_region): Use HAVE_MKSTEMP.Dave Love2000-11-071-0/+11
|
* (HAVE_MKDIR): Add.Dave Love2000-11-071-0/+1
|