aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (pos_visible_p): Handle case that we reach ZV withoutGerd Moellmann2000-11-161-0/+4
| | | | | 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-161-0/+5
| | | | `demibold'.
* (null_row): New gloval static variable.Kenichi Handa2000-11-161-1/+1
| | | | (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-151-0/+7
| | | | | | (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.
* *** empty log message ***Gerd Moellmann2000-11-151-0/+9
|
* (directory_files_internal) [EAGAIN || EINTR]: RetryGerd Moellmann2000-11-151-0/+6
| | | | | reading the directory if readdir returns null and errno is EAGAIN or EINTR.
* *** empty log message ***Stefan Monnier2000-11-141-0/+9
|
* (Fpos_visible_in_window_p): Call pos_visible withGerd Moellmann2000-11-141-0/+19
| | | | extra argument.
* (x_alloc_lighter_color): Use real brightness calculation.Miles Bader2000-11-141-0/+6
| | | | | 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.
* *** empty log message ***Miles Bader2000-11-131-0/+7
|
* (show_help_echo): Call message3_nolog with number ofGerd Moellmann2000-11-131-0/+6
| | | | | bytes in the help string as 2nd parameter, instead of the number of characters.
* *** empty log message ***Miles Bader2000-11-131-0/+9
|
* Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.Kenichi Handa2000-11-111-0/+6
|
* *** empty log message ***Kenichi Handa2000-11-111-0/+6
|
* *** empty log message ***Jason Rumney2000-11-101-0/+21
|
* *** empty log message ***Gerd Moellmann2000-11-101-0/+11
|
* * lisp.h (Flooking_at): Declare.Ken Raeburn2000-11-091-0/+4
|
* *** empty log message ***Gerd Moellmann2000-11-091-0/+2
|
* (directory_files_internal): Add missing GCPRO's.Gerd Moellmann2000-11-091-0/+5
| | | | Some cleanup.
* *** empty log message ***Gerd Moellmann2000-11-081-0/+10
|
* *** empty log message ***Gerd Moellmann2000-11-081-1/+1
|
* *** empty log message ***Gerd Moellmann2000-11-081-0/+7
|
* *** empty log message ***Kenichi Handa2000-11-081-0/+8
|
* *** empty log message ***Dave Love2000-11-071-0/+6
|
* *** empty log message ***Gerd Moellmann2000-11-071-0/+4
|
* (lookup_named_face): If default face isn't realized,Gerd Moellmann2000-11-071-0/+7
| | | | | | try to realize it. Return -1 if not successful. (Fx_list_fonts): Handle case that face cannot be determined. (Fface_font): Likewise.
* (displayed_window_lines): Detect partiallyGerd Moellmann2000-11-061-0/+5
| | | | visible lines at the bottom correctly.
* (Fwrite_region): Use `visiting' rather than `visit'Stefan Monnier2000-11-061-0/+5
| | | | when ensuring we don't do visit in indirect buffer.
* *** empty log message ***Kenichi Handa2000-11-061-0/+19
|
* *** empty log message ***Andrew Innes2000-11-051-0/+18
|
* *** empty log message ***Gerd Moellmann2000-10-311-0/+3
|
* (update_frame_line): Handle case where spaces inGerd Moellmann2000-10-311-0/+3
| | | | the default face are colored.
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-311-0/+5
| | | | window height hasn't changed.
* (x_produce_glyphs): Handle composite characters.Jason Rumney2000-10-311-0/+6
| | | | | (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-311-0/+5
|
* (x_load_resources): Use the class name in the defaults.Stefan Monnier2000-10-301-0/+2
|
* (menu_face_change_count): New variable.Gerd Moellmann2000-10-301-0/+6
| | | | | | | (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-301-0/+4
| | | | | 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-301-0/+2
|
* (resolve_face_name): Handle case that FACE_NAMEGerd Moellmann2000-10-301-0/+3
| | | | is not a symbol or string.
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-301-0/+7
| | | | | | 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
|
* (x_alloc_nearest_color): Fix last change to compareGerd Moellmann2000-10-301-0/+3
| | | | RGB values.
* (x_alloc_nearest_color): If allocation succeeds, andGerd Moellmann2000-10-301-0/+4
| | | | | 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
|
* (syms_of_keyboard): Change DEFVAR_LISP ofGerd Moellmann2000-10-301-0/+5
| | | | update_menu_bindings to DEFVAR_BOOL.
* *** empty log message ***Kenichi Handa2000-10-301-0/+3
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+2
|