aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2002-10-081-0/+6
|
* *** empty log message ***Richard M. Stallman2002-10-071-0/+4
|
* 2002-10-06 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-10-071-0/+5
| | | | | * macmenu.c (mac_menu_show): Add j to count menu items; match menu_item_selection to it to find selected item.
* * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover allJan Djärv2002-10-051-0/+7
| | | | | | cases. The correct fix is to pass ReparentNotify to Xt. The shell widget interprets ConfigureNotify differently depending on if it has been reparented or not.
* (Fformat_time_string): Doc fix.Markus Rost2002-10-051-0/+4
|
* (Flength): Doc fix.John Paul Wallington2002-10-051-1/+5
|
* Switching return to be treated like an X keysymSteven Tamm2002-10-041-0/+5
|
* * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,Jan Djärv2002-10-031-0/+6
| | | | | and USE_MOTIF, call XTranslateCoordinates to get the real x and y. This is to also handle x/y changes that occur because of a resize.
* * frame.c (Vdelete_frame_functions): New variable.John Paul Wallington2002-10-021-0/+13
| | | | | | | | | | | | (syms_of_frame): Initialize and defvar it. (Fdelete_frame): Use it instead of delete-frame-hook. Don't run it when frame's `tooltip' parameter is non-nil. * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t. * w32fns.c (x_create_tip_frame): Likewise * macfns.c (x_create_tip_frame): Likewise.
* *** empty log message ***Kenichi Handa2002-09-301-0/+11
|
* *** empty log message ***Richard M. Stallman2002-09-291-0/+3
|
* (STOP_POLLING, RESUME_POLLING): New macros.Richard M. Stallman2002-09-291-0/+10
| | | | (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
* (try_font_list): Pay attention to the case that FAMILY is nil.Kenichi Handa2002-09-271-0/+5
|
* *** empty log message ***Richard M. Stallman2002-09-261-0/+7
|
* (Fminibufferp): Add an optional `buffer' argument.John Paul Wallington2002-09-261-0/+4
|
* (try_font_list): New arg PREFER_FACE_FAMILY. If it isKenichi Handa2002-09-261-0/+8
| | | | | | | nonzero, try face's family at first. Otherwise try FAMILY at first. (choose_face_font): If C is a single byte char or latin-1, call try_font_list with PREFER_FACE_FAMILY 1.
* (select_window_1): Don't select frame.Richard M. Stallman2002-09-211-0/+6
| | | | | Set frame's selected window only when frame itself is selected. (Fselect_window): Doc fix.
* *** empty log message ***Kim F. Storm2002-09-181-0/+5
|
* *** empty log message ***Richard M. Stallman2002-09-181-0/+7
|
* .Andreas Schwab2002-09-171-0/+4
|
* (unexec): Deal with .got, reinstating change from 25-08-1999.Richard M. Stallman2002-09-161-0/+5
|
* (UNEXEC): Comment out definition.Richard M. Stallman2002-09-131-0/+8
|
* *** empty log message ***Markus Rost2002-09-131-0/+4
|
* *** empty log message ***Richard M. Stallman2002-09-121-0/+18
|
* *** empty log message ***Richard M. Stallman2002-09-111-0/+17
|
* *** empty log message ***Stefan Monnier2002-09-101-1/+7
|
* TypoKim F. Storm2002-09-091-1/+1
|
* *** empty log message ***Kim F. Storm2002-09-091-0/+10
|
* Fix typo. Add comment.Markus Rost2002-09-091-0/+4
|
* *** empty log message ***Richard M. Stallman2002-09-091-0/+8
|
* *** empty log message ***Kim F. Storm2002-09-081-0/+7
|
* (set_case_table): Make canon table point to eqv table.Richard M. Stallman2002-09-061-0/+4
|
* (syms_of_xselect): Fix spacing.Juanma Barranquero2002-09-061-0/+19
|
* (set_image_of_range_1): In no-TRANSLATE case,Richard M. Stallman2002-09-061-0/+11
| | | | | | | | | | call EXTEND_RANGE_TABLE and return a proper value. (set_image_of_range): Don't call set_image_of_range_1 if no TRANSLATE or if range includes all of Latin-1. Only call it for the Latin-1 part of the range. For other cases, make two separate ranges, one for the original specified characters and one for their case-conversions.
* *** empty log message ***Richard M. Stallman2002-09-051-1/+17
|
* All dependencies updated.Juanma Barranquero2002-09-041-0/+4
|
* *** empty log message ***Kenichi Handa2002-09-031-0/+4
|
* *** empty log message ***Richard M. Stallman2002-09-011-0/+8
|
* (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS. Don't include LDFLAGS.Richard M. Stallman2002-09-011-0/+15
| | | | (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
* (get_window_cursor_type): Don't use x_highlight_frameEli Zaretskii2002-08-311-0/+5
| | | | member of x_display_info unless we compile for some window system.
* 2002-08-30 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-311-0/+5
| | | | | | | * macterm.c (expose_overlaps): New function (merge code from xterm.c). (expose_window): Use it to fix the display of overlapping rows (merge code from xterm.c).
* *** empty log message ***Kim F. Storm2002-08-301-0/+6
|
* 2002-08-30 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-301-0/+4
| | | | * macfns.c (Qbox): Add extern declaration.
* (Qbox): Make extern.Juanma Barranquero2002-08-301-0/+3
| | | | (syms_of_w32fns): Remove initialization of Qbox.
* (Fx_open_connection): Fix docstring. Patch from Rune Kleveland ↵Juanma Barranquero2002-08-301-5/+10
| | | | <runekl@viewpoint.no>.
* (struct w32_display_info) <x_highlight_frame>: Renamed fromKim F. Storm2002-08-301-1/+4
| | | | w32_highlight_frame.
* (Qbar, Qbox): Removed.Kim F. Storm2002-08-301-1/+3
| | | | (syms_of_macfns): Don't intern or staticpro them.
* These changes consolidates the handling of the cursorKim F. Storm2002-08-301-0/+89
| | | | | type in xdisp.c, moving duplicate code and functionality from xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
* *** empty log message ***Richard M. Stallman2002-08-291-0/+25
|
* *** empty log message ***Simon Josefsson2002-08-291-0/+5
|