aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-10-311-0/+3
|
* (read_char) <wrong_kboard>: Make sure that weGerd Moellmann2000-10-311-1/+1
| | | | process idle timers while waiting for another event.
* (update_frame_line): Handle case where spaces inGerd Moellmann2000-10-312-8/+19
| | | | the default face are colored.
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-312-1/+8
| | | | window height hasn't changed.
* (x_produce_glyphs): Handle composite characters.Jason Rumney2000-10-312-28/+321
| | | | | (x_draw_glyph_string_foreground) (x_draw_composite_glyph_string_foreground): Restore old font.
* (read_minibuf): Reset the undo history just before starting the recursive-edit.Miles Bader2000-10-312-0/+8
|
* (x_load_resources): Use the class name in the defaults.Stefan Monnier2000-10-302-18/+20
|
* (menu_face_change_count): New variable.Gerd Moellmann2000-10-302-0/+30
| | | | | | | (Finternal_set_lisp_face_attribute): Increment it for changes of the `menu' face. (realize_basic_faces): Reflect changes in the `menu' faces in menu bars.
* (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to theGerd Moellmann2000-10-302-1/+10
| | | | | dy obtained from the iterator's y-position after moving from scroll_margin_pos to PT; see comment there.
* (safe_eval_handler): Call add_to_log.Gerd Moellmann2000-10-302-0/+3
|
* (resolve_face_name): Handle case that FACE_NAMEGerd Moellmann2000-10-302-1/+4
| | | | is not a symbol or string.
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-302-2/+12
| | | | | | inside redisplay. The update will happen anyway at the end of redisplay, and it can confuse redisplay (GC messages while redisplaying, for instance.)
* *** empty log message ***Stefan Monnier2000-10-301-2/+6
|
* (re_iswctype, re_wctype_to_bit): Fix braino.Stefan Monnier2000-10-301-41/+40
| | | | (regex_compile): Catch bogus \(\1\).
* (x_alloc_nearest_color): Fix last change to compareGerd Moellmann2000-10-302-1/+6
| | | | RGB values.
* (x_alloc_nearest_color): If allocation succeeds, andGerd Moellmann2000-10-302-0/+21
| | | | | we have a color cache, check that the cached color equals the allocated color. If not, clear the color cache.
* *** empty log message ***Gerd Moellmann2000-10-301-0/+3
|
* (displayed_window_lines): Change buffers if necessary.Gerd Moellmann2000-10-301-2/+18
| | | | Fix computation of displayed lines.
* (syms_of_keyboard): Change DEFVAR_LISP ofGerd Moellmann2000-10-302-1/+6
| | | | update_menu_bindings to DEFVAR_BOOL.
* (Fset_match_data): Be sure to make search_regs always sane.Kenichi Handa2000-10-301-1/+7
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+3
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+2
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+4
|
* (BASE_PURESIZE): Increase to 680000.Kenichi Handa2000-10-301-1/+1
|
* (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.Kenichi Handa2000-10-301-1/+1
|
* (bdffont): Add nchars.Jason Rumney2000-10-292-0/+16
|
* (set_bdf_font_info): Set it.Jason Rumney2000-10-291-3/+5
| | | | | (w32_BDF_TextOut): Swap byte order of double byte characters. (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
* (w32_bdf_per_char_metric): Negate descent.Jason Rumney2000-10-291-3/+13
| | | | | | (w32_cache_char_metrics): Handle possibility that 'x' does not exist in a BDF font. (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
* (FONT_DESCENT): Negate descent for BDF fontsJason Rumney2000-10-291-1/+1
|
* *** empty log message ***Eli Zaretskii2000-10-281-0/+9
|
* (reassert_line_highlight): Reverse the inverse-video effectEli Zaretskii2000-10-281-1/+1
| | | | if inverse_video is non-zero.
* (Fframe_parameters): Fix the change from 2000-10-16:Eli Zaretskii2000-10-281-12/+22
| | | | | don't override the colors in frame's param_alist, unless they are unspecified.
* * undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn2000-10-273-2/+9
| | | | | | applying XBUFFER to it. * keymap.c (where_is_internal): Pass lisp object, not integer, to Faref.
* * window.h (Fwindow_live_p): Declare.Ken Raeburn2000-10-272-0/+5
|
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-2712-168/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (get_keymap): Remove. (get_keymap_1): Rename get_keymap. * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. * xterm.c (note_mode_line_highlight): Use KEYMAPP. * xmenu.c (single_submenu): Use KEYMAPP. (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. * w32term.c (note_mode_line_highlight): Use KEYMAPP. * w32menu.c (True, False): Remove (use TRUE and FALSE instead). (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. (single_submenu): Use KEYMAPP. (w32_menu_show, w32_dialog_show): Use TRUE. * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. * keymap.c (KEYMAPP): Remove (moved to lisp.h). (Fkeymapp): Use KEYMAPP. (get_keymap): Rename from get_keymap_1. Remove old def. Return t when autoload=0 and error=0 and the keymap needs autoloading. (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. (Fminor_mode_key_binding): Don't raise an error if the binding is not a keymap. (Fuse_global_map, Fuse_local_map): Allow autoloading. (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. * keyboard.c (read_char): get_keymap_1 -> get_keymap. Allow Vspecial_event_map to be autoloaded. (menu_bar_items): Fetch the keymap rather than using keymapp. (menu_bar_one_keymap): No need to follow func-indirect any more. (parse_menu_item): get_keymap_1 -> get_keymap. (tool_bar_items): Fetch the keymap rather than using keymapp. (read_key_sequence): Use KEYMAPP. * intervals.c (get_local_map): Use get_keymap rather than following function-indirections explicitly. * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
* *** empty log message ***Jason Rumney2000-10-271-0/+7
|
* (syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10Jason Rumney2000-10-271-1/+1
| | | | point, as Windows has oversized fonts.
* (Fx_create_frame): Make default fontsize on w32 10 point, as WindowsJason Rumney2000-10-271-2/+2
| | | | has oversized fonts.
* Add code from mcheck.c of glibc-1.09.1.Gerd Moellmann2000-10-272-0/+249
| | | | | (freehook, reallochook): Handle null pointer arguments. (__malloc_initialize) [GC_MCHECK]: Call mcheck.
* *** empty log message ***Stefan Monnier2000-10-271-0/+6
|
* (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)Stefan Monnier2000-10-271-13/+14
| | | | | (re_match_2_internal, re_match_2_internal, re_match_2_internal): Giving in to popular pressure to shut up the compiler with casts.
* (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as aGerd Moellmann2000-10-272-12/+28
| | | | | signed value, and use a default value computed from the font's maximum descent.
* *** empty log message ***Miles Bader2000-10-271-0/+8
|
* (x_draw_glyph_string): Add a workaround so that fonts that specify aMiles Bader2000-10-271-1/+6
| | | | negative underline position can still use underlines.
* (Fpos_visible_in_window_p):Miles Bader2000-10-271-9/+11
| | | | Make POS default to WINDOW's point, not the current buffer's point.
* *** empty log message ***Dave Love2000-10-261-0/+5
|
* Don't define SYSTEM_MALLOC so that we can find outDave Love2000-10-261-1/+7
| | | | when it's necessary.
* (size_window): Compute size difference from sum of oldGerd Moellmann2000-10-262-10/+17
| | | | child window sizes instead of from parent's size.
* *** empty log message ***Gerd Moellmann2000-10-261-0/+6
|
* (pos_visible_p): Change current buffer if necessary.Gerd Moellmann2000-10-261-9/+36
| | | | Handle obscured lines at the top of the window.