aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * insdel.c (prepare_to_modify_buffer): For an indirect buffer, doChong Yidong2006-07-051-0/+3
| | | | clash detection using the base buffer.
* * puresize.h (BASE_PURESIZE): Increment to 1210500.Chong Yidong2006-07-051-0/+4
|
* *** empty log message ***Kim F. Storm2006-07-041-0/+4
|
* *** empty log message ***Kenichi Handa2006-07-041-0/+5
|
* *** empty log message ***Richard M. Stallman2006-07-031-0/+10
|
* *** empty log message ***Kim F. Storm2006-07-031-0/+4
|
* (read_filtered_event): Treat select-window just like switch-frame.Stefan Monnier2006-07-021-0/+5
|
* *** empty log message ***Kim F. Storm2006-07-011-0/+10
|
* *** empty log message ***Eli Zaretskii2006-06-301-0/+12
|
* (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.John Paul Wallington2006-06-301-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-06-281-0/+25
|
* * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)Chong Yidong2006-06-281-0/+6
| | | | | (Ffield_string_no_properties, Ffield_end): Mention args-out-of-range error condition in docstring.
* *** empty log message ***Kim F. Storm2006-06-271-0/+4
|
* *** empty log message ***Kim F. Storm2006-06-241-0/+5
|
* * xfns.c (Fx_create_frame): Set font parameter directly instead ofChong Yidong2006-06-241-0/+5
| | | | using x_default_parameter, since x_get_args clears the parm alist.
* *** empty log message ***Eli Zaretskii2006-06-241-0/+5
|
* *** empty log message ***Eli Zaretskii2006-06-241-0/+5
|
* *** empty log message ***Kim F. Storm2006-06-231-0/+2
|
* *** empty log message ***Kim F. Storm2006-06-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-06-231-0/+6
|
* *** empty log message ***Kim F. Storm2006-06-211-0/+11
|
* Delete extra tab.Romain Francoise2006-06-201-1/+1
|
* *** empty log message ***Richard M. Stallman2006-06-191-0/+10
|
* *** empty log message ***Kim F. Storm2006-06-171-0/+5
|
* 2006-06-16 Francis Litterio <flitterio@gmail.com>Jan Djärv2006-06-161-0/+9
| | | | | | | | | * xterm.c (x_check_expected_move, handle_one_xevent) (x_set_offset, x_check_fullscreen): Extensive changes to make frame positioning deterministic under X. * xterm.h (x_output): Added members left_before_move and top_before_move. Removed members expected_left and expected_top.
* *** empty log message ***Kim F. Storm2006-06-161-0/+16
|
* *** empty log message ***Kim F. Storm2006-06-161-1/+8
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-06-161-0/+14
|
* * xdisp.c (back_to_previous_visible_line_start): ResetChong Yidong2006-06-141-0/+5
| | | | it->continuation_lines_width.
* *** empty log message ***Richard M. Stallman2006-06-131-0/+10
|
* *** empty log message ***Kim F. Storm2006-06-131-0/+26
|
* *** empty log message ***Kim F. Storm2006-06-131-0/+6
|
* *** empty log message ***Kim F. Storm2006-06-121-0/+13
|
* *** empty log message ***Eli Zaretskii2006-06-091-0/+7
|
* (window_scroll_pixel_based): Signal "Beginning of buffer" when scroll-downEli Zaretskii2006-06-091-0/+5
| | | | at the beginning of an empty buffer.
* [USE_MAC_TSM] (mac_handle_text_input_event): Exclude 0x7f from ASCII range.YAMAMOTO Mitsuharu2006-06-061-0/+5
|
* *** empty log message ***Jason Rumney2006-06-051-0/+10
|
* Mention `redisplay-dont-pause' in doc string ofDavid Kastrup2006-06-041-4/+9
| | | | `sit-for'.
* *** empty log message ***YAMAMOTO Mitsuharu2006-06-031-0/+28
|
* (x_set_name_internal): Set icon to `text', derived from name, whenJohn Paul Wallington2006-06-021-0/+6
| | | | frame's icon_name isn't a string rather than only when it is nil.
* (x_set_icon_name): Don't use arg if it's not a string and not nil.Eli Zaretskii2006-06-021-0/+5
|
* *** empty log message ***Romain Francoise2006-06-021-1/+1
|
* * xfns.c (x_set_icon_name): No-op if arg is non-nil and not aChong Yidong2006-06-021-0/+5
| | | | string.
* (next_element_from_composition): Set it->object toYAMAMOTO Mitsuharu2006-06-021-0/+8
| | | | | | | it->string if composition is coming from string. (set_cursor_from_row): Don't return 0 unless row displays a continued line. (dump_glyph): Dump composite glyph.
* * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.Jan Djärv2006-06-021-0/+4
|
* *** empty log message ***Richard M. Stallman2006-06-021-0/+4
|
* *** empty log message ***Kim F. Storm2006-06-011-0/+13
|
* *** empty log message ***Kim F. Storm2006-06-011-0/+5
|
* (mac_handle_visibility_change): Set buf.arg to Qnil.YAMAMOTO Mitsuharu2006-06-011-0/+5
| | | | (XTread_socket): Remove obsolete comment.
* * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias forJan Djärv2006-06-011-0/+5
| | | | menu-bar-open.