aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fkill_buffer): Notice if the buffer to kill is theGerd Moellmann2000-11-211-0/+6
| | | | | sole visible buffer when we're currently in the mini-buffer, and give up if so.
* *** empty log message ***Jason Rumney2000-11-211-0/+9
|
* *** empty log message ***Miles Bader2000-11-211-0/+7
|
* *** empty log message ***Gerd Moellmann2000-11-211-0/+3
|
* (_FILE_OFFSET_BITS): Undef.Gerd Moellmann2000-11-211-0/+2
|
* *** empty log message ***Gerd Moellmann2000-11-211-2/+1
|
* (mmap_free_1): Avoid a compiler warning.Gerd Moellmann2000-11-211-0/+3
|
* Don't try to include termcap.h; see comment there.Gerd Moellmann2000-11-211-0/+4
|
* *** empty log message ***Kenichi Handa2000-11-211-0/+5
|
* (x_create_tip_frame): Use CWSaveUnder only if theGerd Moellmann2000-11-201-0/+3
| | | | screen supports it.
* *** empty log message ***Gerd Moellmann2000-11-201-0/+2
|
* (MAP_FAILED): Define it as `((void *) -1)' if it'sGerd Moellmann2000-11-201-0/+3
| | | | not defined in mman.h.
* *** empty log message ***Gerd Moellmann2000-11-201-0/+11
|
* (LIBX): Reorder for -lX11 after -lXpm.Dave Love2000-11-201-0/+4
|
* *** empty log message ***Gerd Moellmann2000-11-201-0/+4
|
* *** empty log message ***Kenichi Handa2000-11-201-0/+3
|
* (make_string): Fix previous change. Be sure to makeKenichi Handa2000-11-201-0/+5
| | | | unibyte string correctly.
* *** empty log message ***emacs-pretest-21.0.91Gerd Moellmann2000-11-191-0/+5
|
* *** empty log message ***Gerd Moellmann2000-11-191-1/+9
|
* (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)Gerd Moellmann2000-11-191-0/+12
| | | | | (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call SCROLL_BAR_X_WIDGET with addtional argument DPY.
* (update_text_area): Fix last change.Gerd Moellmann2000-11-181-0/+4
|
* (x_set_tool_bar_lines): When clearing the frame, alsoGerd Moellmann2000-11-181-0/+5
| | | | clear current matrices.
* (mmap_enlarge): Don't print a message on stderrGerd Moellmann2000-11-181-0/+3
| | | | if mapping new memory at the end of the existing region fails.
* (update_text_area): Don't skip over equal glyphsGerd Moellmann2000-11-181-0/+5
| | | | when the last current glyph overlaps the glyph to its right.
* (message_log_check_duplicate): Let "..."-detection matchMiles Bader2000-11-181-0/+5
| | | | lines that *end* with "..." too (that's the most common case!).
* *** empty log message ***Gerd Moellmann2000-11-181-2/+2
|
* (resize_mini_window): Temporarily change to theGerd Moellmann2000-11-181-0/+3
| | | | mini-window's buffer if necessary.
* *** empty log message ***Gerd Moellmann2000-11-181-0/+9
|
* (w32_draw_bitmap): Use face to set colors.Jason Rumney2000-11-181-0/+4
|
* (Fload): Fix #ifdef for pcc.Dave Love2000-11-171-0/+4
|
* (pos_visible_p): Compute the default character heightGerd Moellmann2000-11-171-0/+5
| | | | differently.
* (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
|