| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to | Steven Tamm | 2003-01-02 | 1 | -0/+5 |
| | | | | | distinguish Carbon GUI builds from X11 builds on darwin. | ||||
| * | * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 | Steven Tamm | 2002-12-30 | 1 | -0/+5 |
| | | | | | to default to t. | ||||
| * | *** empty log message *** | Francesco Potortì | 2002-12-29 | 1 | -2/+6 |
| | | |||||
| * | * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to | Steven Tamm | 2002-12-28 | 1 | -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-25 | 1 | -8/+16 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-23 | 1 | -0/+13 |
| | | |||||
| * | * macmenu.c (MIN_POPUP_SUBMENU_ID): Added | Steven Tamm | 2002-12-22 | 1 | -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. Stallman | 2002-12-22 | 1 | -0/+7 |
| | | |||||
| * | * macterm.c (XTread_socket): Call KeyTranslate for control and | Steven Tamm | 2002-12-22 | 1 | -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. Stallman | 2002-12-21 | 1 | -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 Kastrup | 2002-12-19 | 1 | -0/+5 |
| | | |||||
| * | Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs ↵ | Ben Key | 2002-12-18 | 1 | -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 Handa | 2002-12-17 | 1 | -0/+12 |
| | | |||||
| * | (lisp, shortlisp): Add cus-face and timer. | Markus Rost | 2002-12-17 | 1 | -0/+5 |
| | | | | | (lisp): Add font-core. | ||||
| * | White space fixes. | Markus Rost | 2002-12-15 | 1 | -9/+9 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-12-14 | 1 | -74/+59 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-12-13 | 1 | -0/+4 |
| | | |||||
| * | (last_mousemove_x, last_mousemove_y): New variables. | Jason Rumney | 2002-12-12 | 1 | -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 the | Steven Tamm | 2002-12-12 | 1 | -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. Storm | 2002-12-11 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Steven Tamm | 2002-12-10 | 1 | -0/+2 |
| | | |||||
| * | Fixed OSX sys_read to not call select if IO is non-blocking | Steven Tamm | 2002-12-10 | 1 | -0/+5 |
| | | |||||
| * | (Fformat): Use alloca, not _alloca. | Juanma Barranquero | 2002-12-10 | 1 | -4/+8 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-09 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-12-09 | 1 | -0/+4 |
| | | |||||
| * | (Fformat): Handle precision in string conversion specifiers like libc | Kai Großjohann | 2002-12-09 | 1 | -0/+6 |
| | | | | | | functions do (ie, print at most that many characters). From Matthew Swift <swift@alum.mit.edu>. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-09 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-12-08 | 1 | -3/+3 |
| | | |||||
| * | Adding log for changes to sysdep.c,eval.c,macterm.c,mac.c | Steven Tamm | 2002-12-08 | 1 | -0/+18 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-07 | 1 | -0/+15 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2002-12-06 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-04 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-12-03 | 1 | -0/+10 |
| | | |||||
| * | . | Andreas Schwab | 2002-12-03 | 1 | -0/+5 |
| | | |||||
| * | 2002-12-02 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-12-02 | 1 | -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 prebinding | Steven Tamm | 2002-12-01 | 1 | -0/+6 |
| | | | | | to be redone and allow the executable to be stripped. | ||||
| * | (Frequire): Don't call LOADHIST_ATTACH if feature was | Dave Love | 2002-11-29 | 1 | -0/+5 |
| | | | | | already provided. | ||||
| * | (start_display): Check more intelligently for | Richard M. Stallman | 2002-11-29 | 1 | -0/+6 |
| | | | | | | whether the line is continued. (move_it_vertically_backward): Clear it->continuation_lines_width. | ||||
| * | *** empty log message *** | Dave Love | 2002-11-28 | 1 | -0/+5 |
| | | |||||
| * | fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more | Steven Tamm | 2002-11-28 | 1 | -0/+6 |
| | | | | | | descriptive error output from lread.c:Fload upon most require cycles during bootstrapping | ||||
| * | *** empty log message *** | Jason Rumney | 2002-11-27 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-27 | 1 | -0/+10 |
| | | |||||
| * | (WORDS_BIG_ENDIAN): Define conditionally. | Dave Love | 2002-11-27 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-11-25 | 1 | -0/+5 |
| | | |||||
| * | (update_dynamic_symbols): Cast arg of fatal_unexec. | Dave Love | 2002-11-25 | 1 | -0/+6 |
| | | |||||
| * | Restore `#ifndef NOT_C_CODE' deleted by last change. | Andreas Schwab | 2002-11-25 | 1 | -0/+4 |
| | | |||||
| * | Use malloc_default_zone to determine the size of pointers alloced in unexec | Steven Tamm | 2002-11-24 | 1 | -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. Stallman | 2002-11-24 | 1 | -0/+8 |
| | | |||||
| * | (interrupt_signal): Provide forward declaration. | Dave Love | 2002-11-22 | 1 | -0/+10 |
| | | | | | (kbd_buffer_store_event): Don't declare interrupt_signal. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-11-21 | 1 | -0/+5 |
| | | |||||