aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (glyph_rect): New function.Gerd Moellmann2001-03-022-35/+93
| | | | | (XTmouse_position): Use it to raise the threshold for mouse movement event generation.
* (mark_maybe_pointer): Fix a typo in a comment.Eli Zaretskii2001-03-021-1/+1
|
* *** empty log message ***Eli Zaretskii2001-03-021-0/+14
|
* *** empty log message ***Gerd Moellmann2001-03-021-0/+3
|
* (Fmsdos_remember_default_colors): If default-frame-alistEli Zaretskii2001-03-021-10/+22
| | | | | | | | | specifies (reverse . t), reverse the initial screen colors. (IT_set_frame_parameters): If the property is foreground-color, but we are reversing the colors, set bg_set, not fg_set. Likewise for setting background-color and reversing: set fg_set. Set unspecified-fg and unspecified-bg correctly when (reverse . t) is in effect.
* (Fexpand_file_name): Collapse sequences of slashesGerd Moellmann2001-03-021-4/+20
| | | | to a single slash in the middle of file names.
* (Finternal_set_lisp_face_attribute)Eli Zaretskii2001-03-021-5/+7
| | | | | [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's parameters alist.
* (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:Gerd Moellmann2001-03-022-0/+17
| | | | Accept only alphanumeric time zone names.
* (XTset_vertical_scroll_bar): Don't clear a zero heightGerd Moellmann2001-03-022-14/+23
| | | | | | 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-012-1/+7
| | | | ending up on a partially visible line.
* *** empty log message ***Dave Love2001-03-011-0/+4
|
* (Fccl_execute): Doc fix.Dave Love2001-03-011-8/+9
|
* (Fx_create_frame): Adjust the frame's height for presenceGerd Moellmann2001-03-012-28/+33
| | | | of the tool bar before calling x_figure_window_size.
* *** empty log message ***Gerd Moellmann2001-03-011-0/+4
|
* (free_frame_menubar): Set the frame's menubar_widget toGerd Moellmann2001-03-011-0/+1
| | | | | NULL after destroying it, otherwise XTread_socket can access a destroyed widget when input is unblocked.
* (x_set_foreground_color): Set the background of theGerd Moellmann2001-03-012-0/+5
| | | | cursor GC.
* (x_set_font): Handle case of x_new_fontset returning theGerd Moellmann2001-03-012-2/+16
| | | | same name as before, although there was a change in fontsets.
* * lisp.h (Fframe_parameter): Declare.Ken Raeburn2001-02-282-0/+3
|
* * 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.