aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" toSteven Tamm2003-01-021-0/+5
| | | | distinguish Carbon GUI builds from X11 builds on darwin.
* * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2Steven Tamm2002-12-301-0/+5
| | | | to default to t.
* *** empty log message ***Francesco Potortì2002-12-291-2/+6
|
* * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port toSteven Tamm2002-12-281-0/+6
| | | | | allow building in a different directory than source. Uses some GNU Make extensions, but there is no other make on Mac OS X.
* *** empty log message ***Francesco Potortì2002-12-251-8/+16
|
* *** empty log message ***Richard M. Stallman2002-12-231-0/+13
|
* * macmenu.c (MIN_POPUP_SUBMENU_ID): AddedSteven Tamm2002-12-221-0/+8
| | | | | | | (mac_menu_show): Added support for hierarchical popup menus (add_menu_item): Removed indentation support (fill_submenu, fill_menu): Now creates hierarchical menus instead of using indentation
* *** empty log message ***Richard M. Stallman2002-12-221-0/+7
|
* * macterm.c (XTread_socket): Call KeyTranslate for control andSteven Tamm2002-12-221-0/+7
| | | | | | meta to deal correctly shifted non-alpha characters, like C-S-5 being treated like C-%. Does not look for shift key to deal with masking off control-key with mac-reverse-ctrl-meta.
* (popup_get_selection): Now static. New arg DO_TIMERS.Richard M. Stallman2002-12-211-3/+40
| | | | | | | | | | | If it is non-nil, run timers. Use an unwind-protect to requeue the events that were read ahead. (popup_get_selection_unwind): New subroutine. (popup_get_selection_queue): File-scope variable now holds that queue. (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection. (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection. Use an unwind-protect to pop down the dialog box. (xdialog_show_unwind): New subroutine implements that.
* *** empty log message ***David Kastrup2002-12-191-0/+5
|
* Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs ↵Ben Key2002-12-181-0/+85
| | | | built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
* *** empty log message ***Kenichi Handa2002-12-171-0/+12
|
* (lisp, shortlisp): Add cus-face and timer.Markus Rost2002-12-171-0/+5
| | | | (lisp): Add font-core.
* White space fixes.Markus Rost2002-12-151-9/+9
|
* *** empty log message ***Stefan Monnier2002-12-141-74/+59
|
* *** empty log message ***Kenichi Handa2002-12-131-0/+4
|
* (last_mousemove_x, last_mousemove_y): New variables.Jason Rumney2002-12-121-0/+6
| | | | | (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement. Be more careful about when help_events are generated.
* * macterm.c (mac_check_for_quit_char): Correctly set theSteven Tamm2002-12-121-0/+7
| | | | | | modifiers of the event to 0. * mac.c (sys_select): Duplicate rfds before calling select to ensure that rfds survive the while loop.
* *** empty log message ***Kim F. Storm2002-12-111-0/+5
|
* *** empty log message ***Steven Tamm2002-12-101-0/+2
|
* Fixed OSX sys_read to not call select if IO is non-blockingSteven Tamm2002-12-101-0/+5
|
* (Fformat): Use alloca, not _alloca.Juanma Barranquero2002-12-101-4/+8
|
* *** empty log message ***Richard M. Stallman2002-12-091-0/+5
|
* *** empty log message ***Dave Love2002-12-091-0/+4
|
* (Fformat): Handle precision in string conversion specifiers like libcKai Großjohann2002-12-091-0/+6
| | | | | functions do (ie, print at most that many characters). From Matthew Swift <swift@alum.mit.edu>.
* *** empty log message ***Richard M. Stallman2002-12-091-0/+5
|
* *** empty log message ***Kim F. Storm2002-12-081-3/+3
|
* Adding log for changes to sysdep.c,eval.c,macterm.c,mac.cSteven Tamm2002-12-081-0/+18
|
* *** empty log message ***Richard M. Stallman2002-12-071-0/+15
|
* *** empty log message ***Francesco Potortì2002-12-061-0/+5
|
* *** empty log message ***Richard M. Stallman2002-12-041-0/+8
|
* *** empty log message ***Dave Love2002-12-031-0/+10
|
* .Andreas Schwab2002-12-031-0/+5
|
* 2002-12-02 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-12-021-0/+11
| | | | | | | | | | | * macmenu.c (add_menu_item, fill_menubar): Truncate menu item names to 255 characters. * macterm.c (XTread_socket): If all frames have been collapsed, expand the first one before handling drag-and-drop events. * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID, which is detected by autoconf.
* unexmacosx.c: Now corrects the offset in two hints table to allow prebindingSteven Tamm2002-12-011-0/+6
| | | | to be redone and allow the executable to be stripped.
* (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-291-0/+5
| | | | already provided.
* (start_display): Check more intelligently forRichard M. Stallman2002-11-291-0/+6
| | | | | whether the line is continued. (move_it_vertically_backward): Clear it->continuation_lines_width.
* *** empty log message ***Dave Love2002-11-281-0/+5
|
* fns.c (Frequire): Change nesting allowance from 2 to 3 to cause moreSteven Tamm2002-11-281-0/+6
| | | | | descriptive error output from lread.c:Fload upon most require cycles during bootstrapping
* *** empty log message ***Jason Rumney2002-11-271-0/+8
|
* *** empty log message ***Dave Love2002-11-271-0/+10
|
* (WORDS_BIG_ENDIAN): Define conditionally.Dave Love2002-11-271-0/+4
|
* *** empty log message ***Jason Rumney2002-11-251-0/+5
|
* (update_dynamic_symbols): Cast arg of fatal_unexec.Dave Love2002-11-251-0/+6
|
* Restore `#ifndef NOT_C_CODE' deleted by last change.Andreas Schwab2002-11-251-0/+4
|
* Use malloc_default_zone to determine the size of pointers alloced in unexecSteven Tamm2002-11-241-0/+7
| | | | | space instead of using possibly invalid emacs_zone pointers. This fixes the binary incompatibility problems caused by updates to libSystem.B
* *** empty log message ***Richard M. Stallman2002-11-241-0/+8
|
* (interrupt_signal): Provide forward declaration.Dave Love2002-11-221-0/+10
| | | | (kbd_buffer_store_event): Don't declare interrupt_signal.
* *** empty log message ***Richard M. Stallman2002-11-211-0/+5
|