| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (pos_visible_p): Handle case that we reach ZV without | Gerd Moellmann | 2000-11-16 | 2 | -1/+7 |
| | | | | | | knowing the line's height; use the default font's height in that case. | ||||
| * | (weight_table): Add `demi' with the same meaning as | Gerd Moellmann | 2000-11-16 | 2 | -0/+6 |
| | | | | | `demibold'. | ||||
| * | (null_row): New gloval static variable. | Kenichi Handa | 2000-11-16 | 2 | -2/+3 |
| | | | | | (clear_glyph_row): Delete local static variable null_row. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-16 | 1 | -0/+5 |
| | | |||||
| * | (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant. | Jason Rumney | 2000-11-15 | 2 | -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 Love | 2000-11-15 | 1 | -2/+0 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-15 | 1 | -0/+9 |
| | | |||||
| * | (pos_visible_p): Improve function comment. | Gerd Moellmann | 2000-11-15 | 1 | -3/+4 |
| | | |||||
| * | (syms_of_frame_1): Removed; code moved to syms_of_frame. | Gerd Moellmann | 2000-11-15 | 1 | -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 Moellmann | 2000-11-15 | 1 | -0/+2 |
| | | |||||
| * | (directory_files_internal) [EAGAIN || EINTR]: Retry | Gerd Moellmann | 2000-11-15 | 2 | -7/+23 |
| | | | | | | reading the directory if readdir returns null and errno is EAGAIN or EINTR. | ||||
| * | *** empty log message *** | Stefan Monnier | 2000-11-14 | 1 | -0/+9 |
| | | |||||
| * | (try_scrolling): Set scroll_max to max of scroll_* args | Stefan Monnier | 2000-11-14 | 1 | -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 with | Gerd Moellmann | 2000-11-14 | 2 | -2/+21 |
| | | | | | extra argument. | ||||
| * | (current_mode_line_height, current_header_line_height): | Gerd Moellmann | 2000-11-14 | 1 | -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 Moellmann | 2000-11-14 | 1 | -1/+1 |
| | | |||||
| * | (CURRENT_MODE_LINE_HEIGHT) | Gerd Moellmann | 2000-11-14 | 1 | -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 Bader | 2000-11-14 | 2 | -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_MKDIR | Eli Zaretskii | 2000-11-13 | 1 | -1/+1 |
| | | | | | to HAVE_MKSTEMP. | ||||
| * | Fix a typo in a comment. | Eli Zaretskii | 2000-11-13 | 2 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2000-11-13 | 1 | -0/+7 |
| | | |||||
| * | (x_alloc_lighter_color): Include an additive component too for dark | Miles Bader | 2000-11-13 | 1 | -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 of | Gerd Moellmann | 2000-11-13 | 2 | -1/+7 |
| | | | | | | bytes in the help string as 2nd parameter, instead of the number of characters. | ||||
| * | *** empty log message *** | Miles Bader | 2000-11-13 | 1 | -0/+9 |
| | | |||||
| * | (x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol. | Miles Bader | 2000-11-13 | 2 | -8/+2 |
| | | |||||
| * | (openp): Return -2 instead of 0 for the `remote file' case. | Miles Bader | 2000-11-13 | 1 | -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 Handa | 2000-11-11 | 2 | -0/+13 |
| | | |||||
| * | (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL): | Kenichi Handa | 2000-11-11 | 1 | -0/+10 |
| | | | | | | Defined these macros. (NLIST_STRUCT): Avoid re-defining it. | ||||
| * | (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and | Kenichi Handa | 2000-11-11 | 1 | -2/+2 |
| | | | | | | -I/usr/contrib/X11R6/include. (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-11 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2000-11-10 | 1 | -0/+21 |
| | | |||||
| * | (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages. | Jason Rumney | 2000-11-10 | 1 | -1/+4 |
| | | |||||
| * | (Qw32_charset_hangeul): Rename to match w32 headers. | Jason Rumney | 2000-11-10 | 1 | -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 Rumney | 2000-11-10 | 1 | -7/+9 |
| | | | | | (w32_use_unicode_for_codepage): Use new pseudo-codepages. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-10 | 1 | -0/+11 |
| | | |||||
| * | (Vface_alternative_font_registry_alist): New variable. | Gerd Moellmann | 2000-11-10 | 1 | -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 Raeburn | 2000-11-09 | 2 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-09 | 1 | -0/+2 |
| | | |||||
| * | (directory_files_internal): Fix a braino. | Gerd Moellmann | 2000-11-09 | 1 | -2/+1 |
| | | |||||
| * | (directory_files_internal): Add missing GCPRO's. | Gerd Moellmann | 2000-11-09 | 2 | -47/+63 |
| | | | | | Some cleanup. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-08 | 1 | -0/+10 |
| | | |||||
| * | (syms_of_xdisp): Change doc of max-mini-window-height. | Gerd Moellmann | 2000-11-08 | 1 | -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 Moellmann | 2000-11-08 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-08 | 1 | -0/+7 |
| | | |||||
| * | (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the | Gerd Moellmann | 2000-11-08 | 1 | -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 the | Kenichi Handa | 2000-11-08 | 2 | -7/+9 |
| | | | | | | font is taller than the frame line, we don't have to vias the division by two. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-08 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-11-07 | 1 | -0/+6 |
| | | |||||
| * | (Fcall_process_region): Use HAVE_MKSTEMP. | Dave Love | 2000-11-07 | 1 | -0/+11 |
| | | |||||
| * | (HAVE_MKDIR): Add. | Dave Love | 2000-11-07 | 1 | -0/+1 |
| | | |||||