Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+577 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+14 |
| | |||||
* | (show_help_echo): Set help_echo_showing_p. | Gerd Moellmann | 2000-09-25 | 1 | -2/+7 |
| | | | | | (read_char): If help-echo is showing, preserve the echo area when redisplaying. | ||||
* | (help_echo_showing_p): New variable. | Gerd Moellmann | 2000-09-25 | 1 | -0/+7 |
| | | | | | (set_message): Reset it to 0. (init_xdisp): Initialize help_echo_showing_p. | ||||
* | (help_echo_showing_p): Declare extern. | Gerd Moellmann | 2000-09-25 | 1 | -0/+1 |
| | |||||
* | Fix typo in __GNUC_MINOR__. | Gerd Moellmann | 2000-09-25 | 1 | -1/+2 |
| | |||||
* | (quit_throw_to_read_char): Declare NO_RETURN. | Gerd Moellmann | 2000-09-25 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+2 |
| | |||||
* | (POSIX_SIGNALS): Define. | Gerd Moellmann | 2000-09-25 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+4 |
| | |||||
* | (base64_encode_1): Fix last change. | Dave Love | 2000-09-25 | 2 | -5/+13 |
| | |||||
* | (x_clear_mouse_face): Blick/unblock input. | Gerd Moellmann | 2000-09-25 | 1 | -0/+2 |
| | |||||
* | (enable_glyph_matrix_rows): Remove xasserts. | Gerd Moellmann | 2000-09-22 | 2 | -4/+7 |
| | |||||
* | (try_window_reusing_current_matrix): More fixes | Gerd Moellmann | 2000-09-22 | 1 | -14/+16 |
| | | | | for the case window has a header-line. | ||||
* | *** empty log message *** | Dave Love | 2000-09-22 | 1 | -1/+6 |
| | |||||
* | (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide | Dave Love | 2000-09-22 | 1 | -1/+6 |
| | | | | a doc string. | ||||
* | [SOLARIS2]: Remove redundant include of string.h. | Dave Love | 2000-09-22 | 1 | -7/+0 |
| | |||||
* | (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. | Dave Love | 2000-09-22 | 2 | -4/+9 |
| | |||||
* | (wrong_type_argument, Fthrow, Fsignal, error): Declare | Gerd Moellmann | 2000-09-21 | 2 | -4/+10 |
| | | | | NO_RETURN. | ||||
* | (NO_RETURN): Define.as `__attribute__((__noreturn__))' | Gerd Moellmann | 2000-09-21 | 1 | -0/+6 |
| | | | | for GCC >= 2.5. | ||||
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 2 | -1/+10 |
| | | | | (byte_char_debug_check): Return void. | ||||
* | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-21 | 15 | -36/+62 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-21 | 1 | -0/+10 |
| | |||||
* | (try_window_reusing_current_matrix): Fix computation of | Gerd Moellmann | 2000-09-21 | 1 | -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 rows | Gerd Moellmann | 2000-09-21 | 1 | -14/+17 |
| | | | | equal at the start. Some simplification. | ||||
* | (Fx_create_frame): Set default frame parameter value | Gerd Moellmann | 2000-09-21 | 1 | -1/+1 |
| | | | | for tool-bar-lines to 1. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-21 | 1 | -0/+5 |
| | |||||
* | (process_sent_to): New variable. | Gerd Moellmann | 2000-09-21 | 1 | -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 Moellmann | 2000-09-21 | 2 | -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 Moellmann | 2000-09-20 | 1 | -0/+6 |
| | |||||
* | (Fread_file_name): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -1/+5 |
| | |||||
* | (Fmessage_or_box): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -1/+2 |
| | |||||
* | (Fy_or_n_p, Fyes_or_no_p): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-20 | 1 | -0/+2 |
| | |||||
* | (xbm_scan): Allow C-style comments. | Gerd Moellmann | 2000-09-20 | 1 | -0/+14 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-20 | 1 | -0/+11 |
| | |||||
* | (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color | Gerd Moellmann | 2000-09-20 | 1 | -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 Moellmann | 2000-09-19 | 1 | -0/+5 |
| | |||||
* | Add warning to top of source files | Jeff Bailey | 2000-09-19 | 2 | -0/+8 |
| | |||||
* | (update_window_line): Make sure to always draw | Gerd Moellmann | 2000-09-19 | 1 | -1/+2 |
| | | | | mode-lines. | ||||
* | (bootstrap-emacs): Don't change directory. | Andrew Innes | 2000-09-19 | 2 | -2/+4 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2000-09-19 | 1 | -0/+2 |
| | |||||
* | (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change. | Kenichi Handa | 2000-09-19 | 1 | -2/+2 |
| | |||||
* | (Fccl_execute_on_string): Make multibyte string correctly. | Kenichi Handa | 2000-09-19 | 1 | -4/+10 |
| | | | | If output buffer is too small, signal an appropriated error. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-09-19 | 1 | -0/+5 |
| | |||||
* | (x_display_and_set_cursor): Don't show a hollow box | Gerd Moellmann | 2000-09-18 | 2 | -1/+6 |
| | | | | cursor for buffers whose cursor_type is nil. | ||||
* | (menu_bar_items, tool_bar_items) | Dave Love | 2000-09-18 | 2 | -3/+8 |
| | | | | (current_active_maps): Remove redundant get_local_map call. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-09-18 | 1 | -0/+10 |
| | |||||
* | (x_draw_image_glyph_string): Remove a comment describing | Gerd Moellmann | 2000-09-18 | 1 | -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 Moellmann | 2000-09-18 | 1 | -22/+36 |
| | | | | | | (x_clear_image): Use it. (x_from_xcolors): Use x_clear_image_1; don't free the image's mask. |