aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (read_minibuf): Clean up the binding stack ifGerd Moellmann2001-03-051-0/+5
| | | | called noninteractively.
* *** empty log message ***Kenichi Handa2001-03-051-1/+1
|
* *** empty log message ***Kenichi Handa2001-03-051-0/+10
|
* *** empty log message ***Eli Zaretskii2001-03-041-0/+10
|
* (glyph_rect): New function.Gerd Moellmann2001-03-021-0/+6
| | | | | (XTmouse_position): Use it to raise the threshold for mouse movement event generation.
* *** empty log message ***Eli Zaretskii2001-03-021-0/+14
|
* *** empty log message ***Gerd Moellmann2001-03-021-0/+3
|
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-021-0/+3
| | | | Accept only alphanumeric time zone names.
* (XTset_vertical_scroll_bar): Don't clear a zero heightGerd Moellmann2001-03-021-0/+7
| | | | | | or width area. (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure a widget to zero height.
* (Fwindow_end): Call move_it_past_eol only ifGerd Moellmann2001-03-011-0/+5
| | | | ending up on a partially visible line.
* *** empty log message ***Dave Love2001-03-011-0/+4
|
* (Fx_create_frame): Adjust the frame's height for presenceGerd Moellmann2001-03-011-0/+3
| | | | of the tool bar before calling x_figure_window_size.
* *** empty log message ***Gerd Moellmann2001-03-011-0/+4
|
* (x_set_foreground_color): Set the background of theGerd Moellmann2001-03-011-0/+3
| | | | cursor GC.
* (x_set_font): Handle case of x_new_fontset returning theGerd Moellmann2001-03-011-1/+6
| | | | same name as before, although there was a change in fontsets.
* * lisp.h (Fframe_parameter): Declare.Ken Raeburn2001-02-281-0/+2
|
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-281-0/+5
|
* *** empty log message ***Gerd Moellmann2001-02-281-0/+6
|
* (toplevel): Include process.h.Gerd Moellmann2001-02-281-0/+33
| | | | | | | | | | | | | | | | | (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE, MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators. (allocate_vectorlike): Make it a static function. Add parameter TYPE. (allocate_vector, allocate_hash_table, allocate_window) (allocate_frame, allocate_process, allocate_other_vector): New functions. (Fmake_vector): Call allocate_vector instead of allocate_vectorlike. (mark_maybe_pointer): New function. (mark_memory): Also mark Lisp data to which only pointers remain and not Lisp_Objects. (min_heap_address, max_heap_address): New variables. (mem_find): Return MEM_NIL if START is below min_heap_address or above max_heap_address. (mem_insert): Compute min_heap_address and max_heap_address.
* *** empty log message ***Kenichi Handa2001-02-271-0/+12
|
* *** empty log message ***Stefan Monnier2001-02-261-0/+8
|
* *** empty log message ***Gerd Moellmann2001-02-261-0/+4
|
* *** empty log message ***Andrew Innes2001-02-241-0/+4
|
* (where_is_internal): Accept non-ascii integer prefixes.Stefan Monnier2001-02-241-0/+4
|
* *** empty log message ***Kenichi Handa2001-02-241-0/+2
|
* *** empty log message ***Kenichi Handa2001-02-241-0/+5
|
* *** empty log message ***Jason Rumney2001-02-231-0/+14
|
* *** empty log message ***Andrew Innes2001-02-221-0/+24
|
* (forward_to_next_line_start): When taking the shortcutGerd Moellmann2001-02-221-0/+4
| | | | | at the start of the function, check that the \n in it->c is from the iterator's current position.
* (handle_single_display_prop): Add parameterGerd Moellmann2001-02-221-0/+9
| | | | | | | | | | DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display properties which replace the display of text with something else. (handle_display_prop): Call handle_single_display_prop with additional argument saying if we already replaced text display with something else. Use AREF. (with_echo_area_buffer_unwind_data, display_menu_bar) (decode_mode_spec_coding): Use AREF and ASIZE.
* *** empty log message ***Gerd Moellmann2001-02-221-0/+4
|
* Add copyright notice.Gerd Moellmann2001-02-221-0/+2
|
* (direct_output_for_insert): Give up if we are showingGerd Moellmann2001-02-221-0/+6
| | | | | a message or just cleared the message because we might need to resize the echo area window or display an empty echo area.
* (redisplay_internal): Do theGerd Moellmann2001-02-211-0/+5
| | | | | | mark_window_display_accurate after all windows have been redisplayed because this call resets flags in buffers which are needed for proper redisplay.
* *** empty log message ***Gerd Moellmann2001-02-211-0/+35
|
* (read_char): When an event from unread-command-eventsGerd Moellmann2001-02-201-0/+3
| | | | is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
* *** empty log message ***Gerd Moellmann2001-02-201-0/+3
|
* (setup_echo_area_for_printing): Set truncate_lines toGerd Moellmann2001-02-201-0/+6
| | | | | nil, otherwise we're left with truncate_lines t when a message is printed with message-truncate-lines bound to t.
* (Fmove_to_window_line): Undo last change.Gerd Moellmann2001-02-191-0/+10
| | | | | (displayed_window_lines): Call line_bottom_y to determine the line's bottom position.
* (recursive_edit_1): Bind `inhibit-redisplay' andGerd Moellmann2001-02-191-0/+5
| | | | | | set redisplaying_p to 0 here instead of in Frecursive_edit. (Frecursive_edit): Don't bind `inhibit-redisplay' and don't set redisplaying_p.
* *** empty log message ***Gerd Moellmann2001-02-191-0/+6
|
* (update_menu_bar): Run activate-menu-bar-hook withGerd Moellmann2001-02-191-0/+6
| | | | safe_run_hooks.
* (malloc_initialize_hook): Handle case thet `environ'Gerd Moellmann2001-02-191-0/+3
| | | | is null.
* (__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann2001-02-191-0/+5
| | | | to the start of the file.
* *** empty log message ***Gerd Moellmann2001-02-161-1/+3
|
* *** empty log message ***Gerd Moellmann2001-02-161-0/+2
|
* (coordinates_in_window): Increase width of areaGerd Moellmann2001-02-161-0/+3
| | | | where the vertical line can be dragged.
* *** empty log message ***Gerd Moellmann2001-02-161-0/+4
|
* *** empty log message ***Gerd Moellmann2001-02-161-0/+11
|
* (directory_files_internal): Set result list to nilGerd Moellmann2001-02-161-0/+5
| | | | before retrying.