aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)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
* (Fx_hide_tip): Don't use `None' with widgets; useGerd Moellmann2001-02-281-1/+1
* (toplevel): Include process.h.Gerd Moellmann2001-02-282-9/+285
* (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
* (Fdelete, larger_vector): Use allocate_vector.Gerd Moellmann2001-02-281-17/+6
* (allocate_vectorlike): Remove prototype.Gerd Moellmann2001-02-281-1/+6
* (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_coding_driver): If ccl->eight_bit_control is zero,Kenichi Handa2001-02-271-0/+7
* *** 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
* *** 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
* *** 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
* * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook withJason Rumney2001-02-231-1/+1
* (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINESJason Rumney2001-02-231-7/+0
* *** empty log message ***Andrew Innes2001-02-221-0/+24
* ($(BLD)/dired.$(O)): Remove reference to VMSAndrew Innes2001-02-221-17/+0
* ($(BLD)\dired.obj): Remove reference to VMS headerAndrew Innes2001-02-221-17/+0
* (forward_to_next_line_start): When taking the shortcutGerd Moellmann2001-02-222-1/+7
* (handle_single_display_prop): Add parameterGerd Moellmann2001-02-222-38/+52
* *** 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
* Add copyright and permissions.Richard M. Stallman2001-02-221-1/+20
* (redisplay_internal): Do theGerd Moellmann2001-02-212-3/+28
* *** empty log message ***Gerd Moellmann2001-02-211-0/+35
* Use display_hourglass_p, start_hourglass, cancel_hourglass instead ofGerd Moellmann2001-02-213-13/+13
* Use display_hourglass_p, start_hourglass,Gerd Moellmann2001-02-212-22/+22
* (struct x_output): Rename busy_cursor toGerd Moellmann2001-02-212-13/+13
* (struct x_output): Rename busy_window toGerd Moellmann2001-02-211-3/+3
* Rename everything containing *busy_cursor* and similarGerd Moellmann2001-02-212-163/+167
* (XTread_socket): Test x_output's hourglass_p insteadGerd Moellmann2001-02-211-1/+1
* (start_hourglass, cancel_hourglass)Gerd Moellmann2001-02-211-3/+3
* (read_char): When an event from unread-command-eventsGerd Moellmann2001-02-202-0/+9
* *** empty log message ***Gerd Moellmann2001-02-201-0/+3
* (Fwindow_end): Handle case that WINDOW's buffer is notGerd Moellmann2001-02-201-0/+10