| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (read_key_sequence): Check that key is an integer | Gerd Moellmann | 2001-08-03 | 1 | -22/+15 |
| | | | | | | | | | | | | before comparing it with quit_char. (add_command_key): Use larger_vector. (read_char_x_menu_prompt): Instead of converting symbol and integer events into conses (EVENT . nil), use (EVENT . disabled) which cannot be confused with legal events. (read_char): When reading from Vunread_command_events, check for events of the form (EVENT . disabled) instead of (EVENT . nil). | ||||
| * | (resize_mini_window): If Vmax_mini_window_height is | Gerd Moellmann | 2001-08-03 | 2 | -1/+6 |
| | | | | | a float, determine the max height from the frame's height. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-08-02 | 1 | -0/+5 |
| | | |||||
| * | (redisplay_internal): Take message_cleared_p into | Gerd Moellmann | 2001-08-02 | 1 | -1/+1 |
| | | | | | account only if minibuf_level == 0. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-08-01 | 1 | -0/+3 |
| | | |||||
| * | (redisplay_internal): Add a check for the last | Gerd Moellmann | 2001-08-01 | 1 | -1/+3 |
| | | | | | displayed message. | ||||
| * | (message_cleared_p): New variable. | Gerd Moellmann | 2001-08-01 | 2 | -3/+24 |
| | | | | | | | | (clear_message): Set message_cleared_p when clearing the current message. (redisplay_internal): Look at message_cleared_p to capture the case that the echo area should be cleared. | ||||
| * | (resize_echo_area_exactly): Fix typo in function name. | Gerd Moellmann | 2001-08-01 | 2 | -2/+10 |
| | | |||||
| * | (resize_echo_area_exactly): Fix typo in function | Gerd Moellmann | 2001-08-01 | 1 | -1/+1 |
| | | | | | name. | ||||
| * | (command_loop_1): Fix spelling of | Gerd Moellmann | 2001-08-01 | 1 | -2/+2 |
| | | | | | resize_echo_area_exactly. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-08-01 | 1 | -0/+5 |
| | | |||||
| * | (x_set_tool_bar_lines): Clear the tool bar window's | Gerd Moellmann | 2001-08-01 | 1 | -0/+3 |
| | | | | | current matrix when the window gets smaller. | ||||
| * | (strout): Treat the characters at *ptr as unsigned char. | Eli Zaretskii | 2001-08-01 | 2 | -1/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-31 | 1 | -0/+5 |
| | | |||||
| * | (Finsert_file_contents): Don't treat a return value | Gerd Moellmann | 2001-07-31 | 1 | -1/+5 |
| | | | | | of 0 from emacs_read as an IO error. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-30 | 1 | -0/+5 |
| | | |||||
| * | (abs): New macro. | Gerd Moellmann | 2001-07-30 | 1 | -5/+21 |
| | | | | | | | (double_click_fuzz): New variable. (make_lispy_event): Use it to determine what makes a double-click. (syms_of_keyboard): DEFVAR_INT it. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-30 | 1 | -0/+6 |
| | | |||||
| * | (set_frame_menubar): Take into account that | Gerd Moellmann | 2001-07-30 | 1 | -3/+4 |
| | | | | | | f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn <raeburn@gnu.org>. | ||||
| * | (init_from_display_pos): If POS is in an overlay string, | Gerd Moellmann | 2001-07-27 | 2 | -25/+41 |
| | | | | | | | | | | deal with the first overlay string having an image `display' property. (try_window_reusing_current_matrix, compute_line_metrics): Fix computation of row's visible height for the case that part of the row is invisible above and part of the row is at the same time invisible below the window. | ||||
| * | (shift_glyph_matrix, blank_row): Fix computation | Gerd Moellmann | 2001-07-27 | 1 | -11/+9 |
| | | | | | of row's visible height. | ||||
| * | (x_get_glyph_string_clip_rect): Minor cleanup. | Gerd Moellmann | 2001-07-27 | 1 | -15/+17 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-26 | 1 | -0/+11 |
| | | |||||
| * | (x-show-tip): Doc fix. | Gerd Moellmann | 2001-07-26 | 1 | -1/+4 |
| | | |||||
| * | (Vx_max_tooltip_size): New variable. | Gerd Moellmann | 2001-07-26 | 1 | -8/+33 |
| | | | | | | | | | (syms_of_xfns): DEFVAR_LISP it. (Fx_show_tip): Set frame's window_width to the width of the window. Use a maximum tooltip size specified by Vx_max_tooltip_size, if that has valid contents. (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. | ||||
| * | (x_display_list): New variable. | Andrew Innes | 2001-07-26 | 2 | -0/+12 |
| | | | | | (w32_term_init): Set it. | ||||
| * | (x_display_list): New extern. | Andrew Innes | 2001-07-26 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-26 | 1 | -0/+7 |
| | | |||||
| * | (resize_mini_window): Give up when inhibit-redisplay | Gerd Moellmann | 2001-07-26 | 1 | -6/+13 |
| | | | | | | | is non-nil, instead of when redisplaying_p is non-zero. See comment there. (mark_window_display_accurate_1): Add an assertion. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-25 | 1 | -0/+2 |
| | | |||||
| * | (struct it): Increase size of ctl_chars to 16. | Gerd Moellmann | 2001-07-25 | 1 | -3/+3 |
| | | |||||
| * | (Fx_file_dialog): Block/unblock input while processing | Gerd Moellmann | 2001-07-25 | 2 | -2/+13 |
| | | | | | events so that we get a chance of processing expose events. | ||||
| * | (resize_mini_window): Don't resize while redisplaying. | Gerd Moellmann | 2001-07-25 | 2 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-24 | 1 | -0/+5 |
| | | |||||
| * | (valid_image_p): Protect better against invalid image | Gerd Moellmann | 2001-07-24 | 1 | -5/+16 |
| | | | | | specifications. | ||||
| * | (current_column): Fix column computation in the | Gerd Moellmann | 2001-07-23 | 2 | -0/+17 |
| | | | | | | presence of display table entries. (current_column_1, Fmove_to_column, compute_motion): Likewise. | ||||
| * | (adjust_glyph_matrix): In the optimization for | Gerd Moellmann | 2001-07-23 | 2 | -6/+12 |
| | | | | | | windows whose height has changed, use the new window height to compute which rows to invalidate. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-23 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-23 | 1 | -0/+5 |
| | | |||||
| * | (toplevel) [STDC_HEADERS]: Include float.h. | Gerd Moellmann | 2001-07-23 | 1 | -1/+8 |
| | | | | | | (MAX_10_EXP): New macro. (Fformat): Use it. | ||||
| * | (code_convert_region): Handle the multibyte case if | Gerd Moellmann | 2001-07-23 | 1 | -4/+21 |
| | | | | | decoding ends with CODING_FINISH_INSUFFICIENT_SRC. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-20 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-20 | 1 | -0/+4 |
| | | |||||
| * | (struct face): Change type of `stipple' to | Gerd Moellmann | 2001-07-20 | 1 | -2/+3 |
| | | | | | int; it's an ID. | ||||
| * | (x_fill_stretch_glyph_string): Remove an assertion. | Gerd Moellmann | 2001-07-20 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-07-19 | 1 | -0/+3 |
| | | |||||
| * | (update_window): Don't set the cursor at the end | Gerd Moellmann | 2001-07-19 | 1 | -6/+28 |
| | | | | | of the update if display update has been paused. | ||||
| * | (syms_of_composite): Renamed from | Gerd Moellmann | 2001-07-19 | 2 | -1/+7 |
| | | | | | syms_of_composition. | ||||
| * | * fns.c (Fset_char_table_default): Check that a charset is defined before ↵ | Ken Raeburn | 2001-07-18 | 2 | -1/+6 |
| | | | | | checking its dimension. | ||||
| * | Fix a typo. | Gerd Moellmann | 2001-07-18 | 1 | -1/+1 |
| | | |||||