aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (wait_for_termination) [POSIX_SIGNALS]: TerminateGerd Moellmann2001-09-211-0/+5
| | | | only if kill returns -1, and errno is ESRCH.
* (shortlisp): Add env. From Markus Rost.Eli Zaretskii2001-09-211-0/+4
|
* (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQGerd Moellmann2001-09-201-0/+3
| | | | since this function can be called during GC.
* (Fcall_process): Handle errors from pipe(2).Gerd Moellmann2001-09-201-0/+5
| | | | (child_setup): Delete code in #ifdef vipc.
* (decode_mode_spec): Add parameter MULTIBYTE.Gerd Moellmann2001-09-191-0/+4
| | | | | (display_mode_element): Display the string from decode_mode_spec depending on its multibyteness.
* (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.Gerd Moellmann2001-09-191-0/+2
|
* *** empty log message ***Gerd Moellmann2001-09-191-0/+4
|
* *** empty log message ***Gerd Moellmann2001-09-181-0/+5
|
* *** empty log message ***Gerd Moellmann2001-09-181-0/+6
|
* (C_SWITCH_SYSTEM): Add.Gerd Moellmann2001-09-181-0/+3
| | | | (LD_SWITCH_SYSTEM): Include /usr/local/lib.
* (try_window_id) [!GLYPH_DEBUG]: Give up ifGerd Moellmann2001-09-181-0/+7
| | | | | | first_unchanged_at_end_row is in front of last_unchanged_at_beg_row. This code should be removed after the release of 21.1.
* *** empty log message ***Gerd Moellmann2001-09-171-0/+3
|
* *** empty log message ***Gerd Moellmann2001-09-171-0/+5
|
* *** empty log message ***Eli Zaretskii2001-09-141-0/+4
|
* *** empty log message ***Gerd Moellmann2001-09-141-0/+6
|
* Fix last change.Gerd Moellmann2001-09-131-0/+3
|
* (Ffile_symlink_p): If readlink returns ERANGE, takeGerd Moellmann2001-09-131-0/+3
| | | | that to mean that the buffer is too small.
* (reseat_1): Set IT's multibyte_p flag according to theGerd Moellmann2001-09-131-0/+4
| | | | | current buffer's multibyteness when discarding the iterator's stack.
* (Fx_window_property): Handle case that property getsGerd Moellmann2001-09-131-0/+5
| | | | deleted between the two calls to XGetWindowProperty.
* (read_minibuf_unwind): Bind inhibit-modification-hooks.Gerd Moellmann2001-09-111-0/+2
|
* (read_minibuf): Bind inhibit-modification-hooks to t,Gerd Moellmann2001-09-111-0/+11
| | | | in addition to read-only.
* (verify_interval_modification): Don't runGerd Moellmann2001-09-111-0/+7
| | | | modification-hooks if inhibit_modification_hooks.
* *** empty log message ***Gerd Moellmann2001-09-111-1/+9
|
* *** empty log message ***Gerd Moellmann2001-09-101-0/+5
|
* (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args likeGerd Moellmann2001-09-101-0/+5
| | | | `format'.
* *** empty log message ***Richard M. Stallman2001-09-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-09-071-0/+5
|
* (x_set_background_color): Don't change the colorsGerd Moellmann2001-09-061-0/+5
| | | | of the X window of scroll bar widgets.
* (w32_createwindow): Undo last change.Andrew Innes2001-09-051-0/+4
|
* (store_kbd_macro_char): Fix computation of kbd_macro_end.Gerd Moellmann2001-09-051-0/+2
|
* *** empty log message ***Gerd Moellmann2001-09-051-0/+5
|
* (w32_read_socket): Add more information to debugging output.Andrew Innes2001-09-041-0/+11
|
* *** empty log message ***Stefan Monnier2001-09-041-6/+8
|
* (note_mouse_highlight) <help-echo>: When looking forGerd Moellmann2001-09-031-0/+10
| | | | | | | | | | | help-echo for a string which doesn't have help-echo itself, use get-char-property to obtain the help-echo from the string's buffer (note_mouse_highlight) <mouse-face>: When on a string that doesn't have mouse-face, look for mouse-face ``under'' the string for mouse-face from an overlay. (fast_find_position): Add parameter STOP. In the final row, stop before glyphs having STOP as object. Don't consider glyphs that are not from a buffer.
* *** empty log message ***Gerd Moellmann2001-09-031-0/+4
|
* (Fmd5): Doc fix.Eli Zaretskii2001-09-011-0/+4
|
* Fix two typos.Eli Zaretskii2001-08-311-1/+1
|
* *** empty log message ***Gerd Moellmann2001-08-311-0/+5
|
* *** empty log message ***Gerd Moellmann2001-08-311-0/+4
|
* *** empty log message ***Gerd Moellmann2001-08-301-0/+7
|
* *** empty log message ***Gerd Moellmann2001-08-301-0/+5
|
* (Finsert_file_contents): Undo change of 2001-08-27.Gerd Moellmann2001-08-291-0/+4
|
* (x_set_glyph_string_background_width)Eli Zaretskii2001-08-281-0/+5
| | | | (show_mouse_face): Track the last changes in xterm.c.
* *** empty log message ***Gerd Moellmann2001-08-281-1/+1
|
* (x_set_glyph_string_background_width): Set the glyphGerd Moellmann2001-08-281-0/+6
| | | | | | | strings background width so that multi-line mouse-face is drawn to the right edge of the window. (show_mouse_face): Set the row's mouse_face_p flag after drawing glyphs.
* *** empty log message ***Gerd Moellmann2001-08-281-0/+3
|
* (display_mode_element): Use string_byte_to_char toGerd Moellmann2001-08-281-0/+8
| | | | | | | determine character positions in strings, use chars_in_text instead of strwidth. (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of a matrix as parameter; this is easier to use from GDB.
* *** empty log message ***Stefan Monnier2001-08-271-26/+20
|
* *** empty log message ***Miles Bader2001-08-271-0/+5
|
* (init_from_display_pos, init_to_row_end): Return 0 ifGerd Moellmann2001-08-271-0/+9
| | | | | | | there exist overlay strings with newlines at POS. (text_outside_line_unchanged_p): Return 0 if changes start at START and overlays exist at START. Likewise for END. (try_window_id): Give up if init_to_row_end returns 0.