| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Gerd Moellmann | 2000-08-24 | 1 | -0/+2 |
| | | |||||
| * | (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH) | Gerd Moellmann | 2000-08-24 | 1 | -0/+6 |
| | | | | | | (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is a graphical frame. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-24 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-24 | 1 | -0/+13 |
| | | |||||
| * | (syms_of_buffer) <scroll-up-aggressively>: Doc fix. | Eli Zaretskii | 2000-08-23 | 1 | -0/+5 |
| | | | | | <scroll-down-aggressively>: Likewise. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-23 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-08-23 | 1 | -1/+181 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2000-08-22 | 1 | -0/+7 |
| | | |||||
| * | (find_field): Formatting changes. | Gerd Moellmann | 2000-08-21 | 1 | -0/+8 |
| | | | | | | | (toplevel): Some old-style function forward declarations changed to prototypes, some new protypes added, some functions made static. | ||||
| * | (gen_help_event): Add parameter SIZE. | Gerd Moellmann | 2000-08-21 | 1 | -0/+16 |
| | | | | | | | | | | | | (kbd_buffer_events_waiting): Slightly rewritten. (clear_event): New function. (kbd_buffer_get_event): Use it, and clear the input_events of HELP_EVENTs. (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and don't fill the newly created array with nils. (toplevel): Convert some old-style function forward declarations to prototypes. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-21 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-21 | 1 | -0/+4 |
| | | |||||
| * | (keymap_panes): Pass the keymap's prompt as the pane name to | Jason Rumney | 2000-08-20 | 1 | -0/+24 |
| | | | | | | | single_keymap_panes. (w32_menu_show): Set wv->title when dealing with titles. (w32_menu_display_help): Call show_help_echo with OBJECT and POS. | ||||
| * | (do_completion): Try again if we rewrite the input string, but no | Miles Bader | 2000-08-20 | 1 | -0/+6 |
| | | | | | completion was done, so that any completion message will be correct. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-20 | 1 | -5/+19 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-19 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-18 | 1 | -0/+7 |
| | | |||||
| * | (CHECK) [ENABLE_CHECKING]: Make both side of the | Gerd Moellmann | 2000-08-18 | 1 | -0/+9 |
| | | | | | conditional have void type, for standard C compilers. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-18 | 1 | -0/+5 |
| | | |||||
| * | (do_completion): Use EQ instead of != to compare | Gerd Moellmann | 2000-08-18 | 1 | -0/+3 |
| | | | | | Lisp_Objects. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-18 | 1 | -0/+5 |
| | | |||||
| * | (Lisp_String): Replace DECLARE_INTERVALS with real decl. | Miles Bader | 2000-08-18 | 1 | -0/+2 |
| | | |||||
| * | (save_restriction_save): Rewrite to use markers. | Miles Bader | 2000-08-18 | 1 | -0/+7 |
| | | | | | | | (save_restriction_restore): Rewrite to understand new form of data saved by save_restriction_save. (Fsave_restriction): Remove cautionary note in doc-string. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-17 | 1 | -0/+8 |
| | | |||||
| * | Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't | Dave Love | 2000-08-17 | 1 | -0/+31 |
| | | | | | declare make_temp_name twice. | ||||
| * | (set_clipboard_data): If there's not enough memory | Eli Zaretskii | 2000-08-17 | 1 | -0/+9 |
| | | | | | | | | | to put text into clipboard, return 1, as Fw16_set_clipboard_data expects. In case of other failures, return 3. (system_error_msg): New error message. (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print system_error_msg. | ||||
| * | (write_glyphs): Also turn off inverse video after turning | Gerd Moellmann | 2000-08-16 | 1 | -0/+11 |
| | | | | | | | | | | | off other appearances in case TS_exit_attribute_mode is not equal to TS_end_standout_mode. (insert_glyphs): Turn inverse video on/off for each run of glyphs with the same face. (turn_off_face): Reset standout_mode only if TS_exit_attribute_mode has been output and TS_exit_attribute_mode is equal to TS_end_standout_mode. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-16 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-16 | 1 | -0/+6 |
| | | |||||
| * | (IT_write_glyphs): Convert cbp to unsigned char *. | Eli Zaretskii | 2000-08-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-16 | 1 | -0/+46 |
| | | |||||
| * | (IT_update_begin): Don't crash if mouse_face_mouse_frame | Eli Zaretskii | 2000-08-15 | 1 | -0/+5 |
| | | | | | member of display_info is NULL. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-15 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-15 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-08-14 | 1 | -0/+9 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-14 | 1 | -0/+5 |
| | | |||||
| * | (try_cursor_movement): Fix handling of cursor in | Gerd Moellmann | 2000-08-11 | 1 | -0/+11 |
| | | | | | | partially visible line which is smaller than the window's height. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-11 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-11 | 1 | -0/+20 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-11 | 1 | -0/+5 |
| | | |||||
| * | (trace_move) [GLYPH_DEBUG]: New variable. | Gerd Moellmann | 2000-08-10 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | (TRACE_MOVE) [GLYPH_DEBUG]: New macro. (move_it_in_display_line_to): Record iterator's ascent and descent before producing glyphs, and restore them when we know the glyph doesn't fit on the line. (move_it_to): Restructured so that it's easier to debug. If moving to a vpos, and not moving to an x or character position, stop as soon as the specified vpos is reached; don't move further into that line because that might change the computed line height. (try_cursor_movement): New function, extracted from the cursor movement branch of redisplay_window. If ending on a partially visible line, don't try to scroll if the cursor line is taller than the window. (redisplay_window): Use try_cursor_movement. | ||||
| * | *** empty log message *** | Miles Bader | 2000-08-10 | 1 | -2/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-10 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-08-10 | 1 | -13998/+1 |
| | | |||||
| * | (IT_note_mouse_highlight): Update the calls to overlays_at. | Eli Zaretskii | 2000-08-10 | 1 | -0/+7 |
| | | | | | | (toplevel) <kbd_buffer_store_event>: Remove prototype, it's redundant now that keyboard.h is included. | ||||
| * | (input_pending): External declaration. | Gerd Moellmann | 2000-08-09 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-08-09 | 1 | -0/+15 |
| | | |||||
| * | (mode_line_string): Declare parameter MODE_LINE_P. | Gerd Moellmann | 2000-08-09 | 1 | -0/+2 |
| | | |||||
| * | (Ftty_suppress_bold_inverse_default_colors): Doc fix. | Gerd Moellmann | 2000-08-09 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-09 | 1 | -0/+5 |
| | | |||||