aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * window.c (set_window_buffer): Field vscroll is an int, not a lisp object.Ken Raeburn2001-02-282-1/+6
|
* *** empty log message ***Gerd Moellmann2001-02-281-0/+6
|
* (x_set_window_size): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
| | | | NULL instead.
* (Fx_hide_tip): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
| | | | NULL instead.
* (toplevel): Include process.h.Gerd Moellmann2001-02-282-9/+285
| | | | | | | | | | | | | | | | | (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.
* (make_process): Use allocate_process.Gerd Moellmann2001-02-281-7/+2
|
* (make_frame): Use allocate_frame.Gerd Moellmann2001-02-281-9/+4
|
* (make_window, make_dummy_parent): Use allocate_window.Gerd Moellmann2001-02-281-16/+5
| | | | (Fcurrent_window_configuration): Use allocate_other_vector.
* (Fdelete, larger_vector): Use allocate_vector.Gerd Moellmann2001-02-281-17/+6
| | | | (make_hash_table, copy_hash_table): Use allocate_hash_table.
* (allocate_vectorlike): Remove prototype.Gerd Moellmann2001-02-281-1/+6
| | | | | | (allocate_vector, allocate_other_vector, allocate_frame) (allocate_window, allocate_process, allocate_hash_table): Add prototypes.
* (struct ccl_program): New member eight_bit_control.Kenichi Handa2001-02-271-0/+2
|
* (CCL_WRITE_MULTIBYTE_CHAR): New macro.Kenichi Handa2001-02-271-1/+21
| | | | | | (ccl_driver) <CCL_WriteMultibyteChar2>: Use CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR. <ccl_finish>: Set ccl->eight_bit_control properly.
* (ccl_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa2001-02-271-0/+7
| | | | treat the produced bytes as a valid multibyte sequence.
* *** empty log message ***Kenichi Handa2001-02-271-0/+12
|
* (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.Stefan Monnier2001-02-261-3/+4
| | | | | (accessible_keymaps_char_table): Obey `is_metized'. (where_is_internal, Fwhere_is_internal): Don't confuse int and Lisp_Object.
* *** empty log message ***Stefan Monnier2001-02-262-8/+42
|
* *** empty log message ***Gerd Moellmann2001-02-261-0/+4
|
* Check HAVE_TERM_H before including term.h.Gerd Moellmann2001-02-261-2/+2
|
* *** empty log message ***Andrew Innes2001-02-241-0/+4
|
* Update copyright notice.Andrew Innes2001-02-241-1/+1
|
* (where_is_internal): Accept non-ascii integer prefixes.Stefan Monnier2001-02-242-2/+7
|
* *** empty log message ***Kenichi Handa2001-02-241-0/+2
|
* (Fnew_fontset): Fix handling of the case that anKenichi Handa2001-02-241-4/+11
| | | | element of FONTLIST is a cons of family and registry.
* *** empty log message ***Kenichi Handa2001-02-241-0/+5
|
* *** empty log message ***Jason Rumney2001-02-231-0/+14
|
* * w32term.c (x_set_glyph_string_background_width): Extend theJason Rumney2001-02-231-3/+4
| | | | | | | background face to the end of the drawing area in the text area, only. (x_insert_glyphs): Call window_box_left to obtain the left x-coordinate of the area to shift.
* * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook withJason Rumney2001-02-231-1/+1
| | | | safe_run_hooks.
* (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINESJason Rumney2001-02-231-7/+0
| | | | to height unconditionally.
* *** empty log message ***Andrew Innes2001-02-221-0/+24
|
* ($(BLD)/dired.$(O)): Remove reference to VMSAndrew Innes2001-02-221-17/+0
| | | | | | | | | | | | header files. ($(BLD)/dispnew.$(O)): ($(BLD)/editfns.$(O)): ($(BLD)/fileio.$(O)): ($(BLD)/filelock.$(O)): ($(BLD)/keyboard.$(O)): ($(BLD)/w32proc.$(O)): ($(BLD)/process.$(O)): ($(BLD)/sysdep.$(O)): Ditto.
* ($(BLD)\dired.obj): Remove reference to VMS headerAndrew Innes2001-02-221-17/+0
| | | | | | | | | | | | files. ($(BLD)\dispnew.obj): ($(BLD)\editfns.obj): ($(BLD)\fileio.obj): ($(BLD)\filelock.obj): ($(BLD)\keyboard.obj): ($(BLD)\w32proc.obj): ($(BLD)\process.obj): ($(BLD)\sysdep.obj): Ditto.
* (forward_to_next_line_start): When taking the shortcutGerd Moellmann2001-02-222-1/+7
| | | | | 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-222-38/+52
| | | | | | | | | | 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-2215-4977/+4
|
* Update copyright notice.Gerd Moellmann2001-02-221-1/+2
|
* Add copyright notice.Gerd Moellmann2001-02-222-0/+20
|
* (direct_output_for_insert): Give up if we are showingGerd Moellmann2001-02-222-0/+10
| | | | | a message or just cleared the message because we might need to resize the echo area window or display an empty echo area.
* Add copyright and permissions.Richard M. Stallman2001-02-221-1/+20
|
* (redisplay_internal): Do theGerd Moellmann2001-02-212-3/+28
| | | | | | 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
|
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-213-13/+13
| | | | the old names.
* Use display_hourglass_p, start_hourglass,Gerd Moellmann2001-02-212-22/+22
| | | | cancel_hourglass instead of the old names.
* (struct x_output): Rename busy_cursor toGerd Moellmann2001-02-212-13/+13
| | | | | hourglass_cursor, busy_window to hourglass_window, busy_p to hourglass_p.
* (struct x_output): Rename busy_window toGerd Moellmann2001-02-211-3/+3
| | | | hourglass_window, busy_p to hourglass_p.
* Rename everything containing *busy_cursor* and similarGerd Moellmann2001-02-212-163/+167
| | | | | | | to *hourglass*. (syms_of_w32fns): Rename x-busy-pointer-shape to x-hourglass-pointer-shape, display-busy-cursor to display-hourglass, busy-cursor-delay to hourglass-delay.
* (XTread_socket): Test x_output's hourglass_p insteadGerd Moellmann2001-02-211-1/+1
| | | | of its busy_p flag.
* (start_hourglass, cancel_hourglass)Gerd Moellmann2001-02-211-3/+3
| | | | (display_hourglass_p): Renamed from *busy_cursor*.
* (read_char): When an event from unread-command-eventsGerd Moellmann2001-02-202-0/+9
| | | | is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
* *** empty log message ***Gerd Moellmann2001-02-201-0/+3
|
* (Fwindow_end): Handle case that WINDOW's buffer is notGerd Moellmann2001-02-201-0/+10
| | | | equal to the current buffer.