aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-08-241-0/+2
|
* (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)Gerd Moellmann2000-08-241-0/+6
| | | | | (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is a graphical frame.
* *** empty log message ***Kenichi Handa2000-08-241-0/+4
|
* *** empty log message ***Kenichi Handa2000-08-241-0/+13
|
* (syms_of_buffer) <scroll-up-aggressively>: Doc fix.Eli Zaretskii2000-08-231-0/+5
| | | | <scroll-down-aggressively>: Likewise.
* *** empty log message ***Kenichi Handa2000-08-231-0/+5
|
* *** empty log message ***Andrew Innes2000-08-231-1/+181
|
* *** empty log message ***Stefan Monnier2000-08-221-0/+7
|
* (find_field): Formatting changes.Gerd Moellmann2000-08-211-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 Moellmann2000-08-211-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 Moellmann2000-08-211-0/+4
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+4
|
* (keymap_panes): Pass the keymap's prompt as the pane name toJason Rumney2000-08-201-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 noMiles Bader2000-08-201-0/+6
| | | | completion was done, so that any completion message will be correct.
* *** empty log message ***Gerd Moellmann2000-08-201-5/+19
|
* *** empty log message ***Gerd Moellmann2000-08-191-0/+5
|
* *** empty log message ***Kenichi Handa2000-08-181-0/+7
|
* (CHECK) [ENABLE_CHECKING]: Make both side of theGerd Moellmann2000-08-181-0/+9
| | | | conditional have void type, for standard C compilers.
* *** empty log message ***Kenichi Handa2000-08-181-0/+5
|
* (do_completion): Use EQ instead of != to compareGerd Moellmann2000-08-181-0/+3
| | | | Lisp_Objects.
* *** empty log message ***Gerd Moellmann2000-08-181-0/+5
|
* (Lisp_String): Replace DECLARE_INTERVALS with real decl.Miles Bader2000-08-181-0/+2
|
* (save_restriction_save): Rewrite to use markers.Miles Bader2000-08-181-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 Moellmann2000-08-171-0/+8
|
* Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don'tDave Love2000-08-171-0/+31
| | | | declare make_temp_name twice.
* (set_clipboard_data): If there's not enough memoryEli Zaretskii2000-08-171-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 turningGerd Moellmann2000-08-161-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 Handa2000-08-161-0/+3
|
* *** empty log message ***Kenichi Handa2000-08-161-0/+6
|
* (IT_write_glyphs): Convert cbp to unsigned char *.Eli Zaretskii2000-08-161-0/+4
|
* *** empty log message ***Kenichi Handa2000-08-161-0/+46
|
* (IT_update_begin): Don't crash if mouse_face_mouse_frameEli Zaretskii2000-08-151-0/+5
| | | | member of display_info is NULL.
* *** empty log message ***Gerd Moellmann2000-08-151-1/+4
|
* *** empty log message ***Gerd Moellmann2000-08-151-0/+6
|
* *** empty log message ***Dave Love2000-08-141-0/+9
|
* *** empty log message ***Gerd Moellmann2000-08-141-0/+5
|
* (try_cursor_movement): Fix handling of cursor inGerd Moellmann2000-08-111-0/+11
| | | | | partially visible line which is smaller than the window's height.
* *** empty log message ***Kenichi Handa2000-08-111-0/+10
|
* *** empty log message ***Kenichi Handa2000-08-111-0/+20
|
* *** empty log message ***Kenichi Handa2000-08-111-0/+5
|
* (trace_move) [GLYPH_DEBUG]: New variable.Gerd Moellmann2000-08-101-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 Bader2000-08-101-2/+4
|
* *** empty log message ***Gerd Moellmann2000-08-101-0/+6
|
* *** empty log message ***Gerd Moellmann2000-08-101-13998/+1
|
* (IT_note_mouse_highlight): Update the calls to overlays_at.Eli Zaretskii2000-08-101-0/+7
| | | | | (toplevel) <kbd_buffer_store_event>: Remove prototype, it's redundant now that keyboard.h is included.
* (input_pending): External declaration.Gerd Moellmann2000-08-091-0/+13
|
* *** empty log message ***Eli Zaretskii2000-08-091-0/+15
|
* (mode_line_string): Declare parameter MODE_LINE_P.Gerd Moellmann2000-08-091-0/+2
|
* (Ftty_suppress_bold_inverse_default_colors): Doc fix.Gerd Moellmann2000-08-091-1/+5
|
* *** empty log message ***Kenichi Handa2000-08-091-0/+5
|