| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (read_minibuf): Clean up the binding stack if | Gerd Moellmann | 2001-03-05 | 1 | -0/+5 |
| | | | | | called noninteractively. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-03-05 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-03-05 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-03-04 | 1 | -0/+10 |
| | | |||||
| * | (glyph_rect): New function. | Gerd Moellmann | 2001-03-02 | 1 | -0/+6 |
| | | | | | | (XTmouse_position): Use it to raise the threshold for mouse movement event generation. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2001-03-02 | 1 | -0/+14 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-02 | 1 | -0/+3 |
| | | |||||
| * | (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]: | Gerd Moellmann | 2001-03-02 | 1 | -0/+3 |
| | | | | | Accept only alphanumeric time zone names. | ||||
| * | (XTset_vertical_scroll_bar): Don't clear a zero height | Gerd Moellmann | 2001-03-02 | 1 | -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 if | Gerd Moellmann | 2001-03-01 | 1 | -0/+5 |
| | | | | | ending up on a partially visible line. | ||||
| * | *** empty log message *** | Dave Love | 2001-03-01 | 1 | -0/+4 |
| | | |||||
| * | (Fx_create_frame): Adjust the frame's height for presence | Gerd Moellmann | 2001-03-01 | 1 | -0/+3 |
| | | | | | of the tool bar before calling x_figure_window_size. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-01 | 1 | -0/+4 |
| | | |||||
| * | (x_set_foreground_color): Set the background of the | Gerd Moellmann | 2001-03-01 | 1 | -0/+3 |
| | | | | | cursor GC. | ||||
| * | (x_set_font): Handle case of x_new_fontset returning the | Gerd Moellmann | 2001-03-01 | 1 | -1/+6 |
| | | | | | same name as before, although there was a change in fontsets. | ||||
| * | * lisp.h (Fframe_parameter): Declare. | Ken Raeburn | 2001-02-28 | 1 | -0/+2 |
| | | |||||
| * | * window.c (set_window_buffer): Field vscroll is an int, not a lisp object. | Ken Raeburn | 2001-02-28 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-28 | 1 | -0/+6 |
| | | |||||
| * | (toplevel): Include process.h. | Gerd Moellmann | 2001-02-28 | 1 | -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 Handa | 2001-02-27 | 1 | -0/+12 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2001-02-26 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-26 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2001-02-24 | 1 | -0/+4 |
| | | |||||
| * | (where_is_internal): Accept non-ascii integer prefixes. | Stefan Monnier | 2001-02-24 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-24 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2001-02-24 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2001-02-23 | 1 | -0/+14 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2001-02-22 | 1 | -0/+24 |
| | | |||||
| * | (forward_to_next_line_start): When taking the shortcut | Gerd Moellmann | 2001-02-22 | 1 | -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 parameter | Gerd Moellmann | 2001-02-22 | 1 | -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 Moellmann | 2001-02-22 | 1 | -0/+4 |
| | | |||||
| * | Add copyright notice. | Gerd Moellmann | 2001-02-22 | 1 | -0/+2 |
| | | |||||
| * | (direct_output_for_insert): Give up if we are showing | Gerd Moellmann | 2001-02-22 | 1 | -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 the | Gerd Moellmann | 2001-02-21 | 1 | -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 Moellmann | 2001-02-21 | 1 | -0/+35 |
| | | |||||
| * | (read_char): When an event from unread-command-events | Gerd Moellmann | 2001-02-20 | 1 | -0/+3 |
| | | | | | is from the tool or menu bar, set *USE_MOUSE_MENU to 1. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-20 | 1 | -0/+3 |
| | | |||||
| * | (setup_echo_area_for_printing): Set truncate_lines to | Gerd Moellmann | 2001-02-20 | 1 | -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 Moellmann | 2001-02-19 | 1 | -0/+10 |
| | | | | | | (displayed_window_lines): Call line_bottom_y to determine the line's bottom position. | ||||
| * | (recursive_edit_1): Bind `inhibit-redisplay' and | Gerd Moellmann | 2001-02-19 | 1 | -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 Moellmann | 2001-02-19 | 1 | -0/+6 |
| | | |||||
| * | (update_menu_bar): Run activate-menu-bar-hook with | Gerd Moellmann | 2001-02-19 | 1 | -0/+6 |
| | | | | | safe_run_hooks. | ||||
| * | (malloc_initialize_hook): Handle case thet `environ' | Gerd Moellmann | 2001-02-19 | 1 | -0/+3 |
| | | | | | is null. | ||||
| * | (__morecore) [!SYSTEM_MALLOC]: Move declaration | Gerd Moellmann | 2001-02-19 | 1 | -0/+5 |
| | | | | | to the start of the file. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+2 |
| | | |||||
| * | (coordinates_in_window): Increase width of area | Gerd Moellmann | 2001-02-16 | 1 | -0/+3 |
| | | | | | where the vertical line can be dragged. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-02-16 | 1 | -0/+11 |
| | | |||||
| * | (directory_files_internal): Set result list to nil | Gerd Moellmann | 2001-02-16 | 1 | -0/+5 |
| | | | | | before retrying. | ||||