aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2001-10-011-0/+4
|
* (set_frame_menubar): Take into account thatAndrew Innes2001-09-301-0/+6
| | | | | f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn <raeburn@gnu.org>.
* *** empty log message ***Eli Zaretskii2001-09-301-0/+4
|
* Fix a typo in comment.Pavel Janík2001-09-281-0/+4
|
* .Andreas Schwab2001-09-281-0/+5
|
* Put in #if 0 until we know what'sGerd Moellmann2001-09-281-0/+5
| | | | really going on here.
* (trivial_regexp_p): Catch \{N,M\} as well.Stefan Monnier2001-09-271-11/+13
|
* (shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,Eli Zaretskii2001-09-271-0/+8
| | | | | | and latin-N. (SOME_MACHINE_LISP): Remove menu-bar, since it's loaded unconditionally now. (lisp): Add latin-N, since they are preloaded.
* *** empty log message ***Gerd Moellmann2001-09-271-0/+3
|
* *** empty log message ***Gerd Moellmann2001-09-271-0/+5
|
* (Finsert_file_contents): If REPLACE is non-nil, stopGerd Moellmann2001-09-261-0/+3
| | | | reading at EOF.
* *** empty log message ***Gerd Moellmann2001-09-261-2/+2
|
* (with_echo_area_buffer): Use echo_kboard insteadGerd Moellmann2001-09-261-0/+8
| | | | | of the only tempoarily set echoing flag for deciding when the cancel echoing.
* (make_cursor_line_fully_visible): Return 0 and setGerd Moellmann2001-09-261-0/+17
| | | | | | | | | fonts_changed_p if need larger matrices due to vscrolling. (try_scrolling, try_cursor_movement, redisplay_window): Give up on this round of redisplay if make_cursor_line_fully_visible fails. (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators. (try_cursor_movement, try_scrolling): Use them instead of integers.
* (display_mode_lines): Temporarily set selected_frameGerd Moellmann2001-09-261-0/+8
| | | | | | | and selected_window to the frame of the window whose mode-lines are display, and to the window itself. (redisplay_window, redisplay_mode_lines): Don't set selected_frame here.
* (x_kill_gs_process): Recognize if someone has clearedGerd Moellmann2001-09-251-0/+3
| | | | the image cache under us.
* (display_mode_element): If the mode element is a symbolGerd Moellmann2001-09-251-0/+4
| | | | | with a string value, use that string's multibyteness for displaying.
* *** empty log message ***emacs-pretest-21.0.106Gerd Moellmann2001-09-251-0/+3
|
* (fast_find_position) [0]: Add a presumably more correctGerd Moellmann2001-09-251-0/+7
| | | | version for after 21.1.
* *** empty log message ***Gerd Moellmann2001-09-251-0/+5
|
* (refreshicon): Removed.Gerd Moellmann2001-09-241-0/+2
|
* (xterm.o): Remove references to sink.h and sinkmask.h.Gerd Moellmann2001-09-241-0/+6
|
* *** empty log message ***Gerd Moellmann2001-09-241-0/+5
|
* (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
|