summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-09-251-0/+577
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+14
|
* (show_help_echo): Set help_echo_showing_p.Gerd Moellmann2000-09-251-2/+7
| | | | | (read_char): If help-echo is showing, preserve the echo area when redisplaying.
* (help_echo_showing_p): New variable.Gerd Moellmann2000-09-251-0/+7
| | | | | (set_message): Reset it to 0. (init_xdisp): Initialize help_echo_showing_p.
* (help_echo_showing_p): Declare extern.Gerd Moellmann2000-09-251-0/+1
|
* Fix typo in __GNUC_MINOR__.Gerd Moellmann2000-09-251-1/+2
|
* (quit_throw_to_read_char): Declare NO_RETURN.Gerd Moellmann2000-09-251-1/+1
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+2
|
* (POSIX_SIGNALS): Define.Gerd Moellmann2000-09-251-0/+5
|
* *** empty log message ***Gerd Moellmann2000-09-251-0/+4
|
* (base64_encode_1): Fix last change.Dave Love2000-09-252-5/+13
|
* (x_clear_mouse_face): Blick/unblock input.Gerd Moellmann2000-09-251-0/+2
|
* (enable_glyph_matrix_rows): Remove xasserts.Gerd Moellmann2000-09-222-4/+7
|
* (try_window_reusing_current_matrix): More fixesGerd Moellmann2000-09-221-14/+16
| | | | for the case window has a header-line.
* *** empty log message ***Dave Love2000-09-221-1/+6
|
* (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provideDave Love2000-09-221-1/+6
| | | | a doc string.
* [SOLARIS2]: Remove redundant include of string.h.Dave Love2000-09-221-7/+0
|
* (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.Dave Love2000-09-222-4/+9
|
* (wrong_type_argument, Fthrow, Fsignal, error): DeclareGerd Moellmann2000-09-212-4/+10
| | | | NO_RETURN.
* (NO_RETURN): Define.as `__attribute__((__noreturn__))'Gerd Moellmann2000-09-211-0/+6
| | | | for GCC >= 2.5.
* Avoid some more compiler warnings.Gerd Moellmann2000-09-212-1/+10
| | | | (byte_char_debug_check): Return void.
* Avoid some more compiler warnings.Gerd Moellmann2000-09-2115-36/+62
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+10
|
* (try_window_reusing_current_matrix): Fix computation ofGerd Moellmann2000-09-211-2/+2
| | | | | reused rows' y-position in the case window has a header-line, and new window start is greater than old window start.
* (scrolling_window): Compare y-positions of rowsGerd Moellmann2000-09-211-14/+17
| | | | equal at the start. Some simplification.
* (Fx_create_frame): Set default frame parameter valueGerd Moellmann2000-09-211-1/+1
| | | | for tool-bar-lines to 1.
* *** empty log message ***Gerd Moellmann2000-09-211-0/+5
|
* (process_sent_to): New variable.Gerd Moellmann2000-09-211-107/+118
| | | | | | (send_process): Workaround for a crash on sparc-sun-solaris-2.6 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. Declare more parameters volatile.
* (Vrecursive_load_depth_limit): New variable.Gerd Moellmann2000-09-212-26/+52
| | | | | | (Fload): Check recursive loads whose recursion depth exceeds Vrecursive_load_depth_limit. (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
* *** empty log message ***Gerd Moellmann2000-09-201-0/+6
|
* (Fread_file_name): Doc fix.Gerd Moellmann2000-09-201-1/+5
|
* (Fmessage_or_box): Doc fix.Gerd Moellmann2000-09-201-1/+2
|
* (Fy_or_n_p, Fyes_or_no_p): Doc fix.Gerd Moellmann2000-09-201-2/+2
|
* *** empty log message ***Gerd Moellmann2000-09-201-0/+2
|
* (xbm_scan): Allow C-style comments.Gerd Moellmann2000-09-201-0/+14
|
* *** empty log message ***Gerd Moellmann2000-09-201-0/+11
|
* (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If colorGerd Moellmann2000-09-201-18/+69
| | | | | | | | | | symbols are specified, add color translations to the cache. (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New functions. (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and xpm_cache_color. (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes structures to xpm_init_color_cache.
* *** empty log message ***Gerd Moellmann2000-09-191-0/+5
|
* Add warning to top of source filesJeff Bailey2000-09-192-0/+8
|
* (update_window_line): Make sure to always drawGerd Moellmann2000-09-191-1/+2
| | | | mode-lines.
* (bootstrap-emacs): Don't change directory.Andrew Innes2000-09-192-2/+4
|
* *** empty log message ***Kenichi Handa2000-09-191-0/+2
|
* (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.Kenichi Handa2000-09-191-2/+2
|
* (Fccl_execute_on_string): Make multibyte string correctly.Kenichi Handa2000-09-191-4/+10
| | | | If output buffer is too small, signal an appropriated error.
* *** empty log message ***Kenichi Handa2000-09-191-0/+5
|
* (x_display_and_set_cursor): Don't show a hollow boxGerd Moellmann2000-09-182-1/+6
| | | | cursor for buffers whose cursor_type is nil.
* (menu_bar_items, tool_bar_items)Dave Love2000-09-182-3/+8
| | | | (current_active_maps): Remove redundant get_local_map call.
* *** empty log message ***Gerd Moellmann2000-09-181-0/+10
|
* (x_draw_image_glyph_string): Remove a comment describingGerd Moellmann2000-09-181-8/+6
| | | | | | a feature to implement that is already implemented. (note_mouse_highlight, x_find_ccl_program): Avoid some compiler warnings.
* (x_clear_image_1): New function.Gerd Moellmann2000-09-181-22/+36
| | | | | | (x_clear_image): Use it. (x_from_xcolors): Use x_clear_image_1; don't free the image's mask.