aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* Add missing dependencies on w32term.h and composite.h.Juanma Barranquero2002-08-281-0/+3
|
* *** empty log message ***Juanma Barranquero2002-08-281-5/+9
|
* 2002-08-27 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-271-0/+4
| | | | * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
* (main): Handle --script.Richard M. Stallman2002-08-271-0/+36
| | | | | (USAGE1): Mention --script. (standard_args): Define sort order for --script.
* *** empty log message ***Miles Bader2002-08-271-0/+4
|
* *** empty log message ***Kenichi Handa2002-08-271-0/+6
|
* *** empty log message ***Kim F. Storm2002-08-261-0/+5
|
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-1/+2
| | | | * s/darwin.h (DONT_REOPEN_PTY): #def it.
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-2/+6
| | | | | | | | * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is defined instead of MAC_OSX. * s/darwin.h (select): Define select to sys_select only if HAVE_CARBON is defined.
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-0/+3
| | | | | * s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
* 2002-08-25 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-251-0/+6
| | | | | | * macterm.c (XTread_socket): Remove code to call SendEventToEventTarget for keys with command modifiers when mac_command_key_is_meta is nil.
* Fix last change.Andreas Schwab2002-08-241-0/+4
|
* *** empty log message ***Richard M. Stallman2002-08-241-0/+19
|
* (PATFETCH): Remove the translating fetch.Stefan Monnier2002-08-231-6/+16
| | | | | | | | | (PATFETCH_RAW): Rename to PATFETCH. (set_image_of_range): New fun. (SET_RANGE_TABLE_WORK_AREA): Use it. (regex_compile): Don't translate the pattern chars so eagerly. Only do it when inserting an `exactn' bytecode or when handling a char-range. (mutually_exclusive_p): Avoid empty statement.
* Revert part of 2000-08-14T14:26:59Z!fx@gnu.org change.Kim F. Storm2002-08-221-0/+9
|
* *** empty log message ***Kenichi Handa2002-08-201-0/+4
|