| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Kenichi Handa | 2003-01-15 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2003-01-14 | 1 | -0/+14 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-14 | 1 | -1/+13 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2003-01-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2003-01-13 | 1 | -5/+11 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-01-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-01-13 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-12 | 1 | -0/+1 |
| | | |||||
| * | Added process private variables. | Kim F. Storm | 2003-01-12 | 1 | -0/+12 |
| | | |||||
| * | (pure_alloc): Rewritten and simplified. | Kim F. Storm | 2003-01-12 | 1 | -3/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-12 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-10 | 1 | -0/+6 |
| | | |||||
| * | (pure_alloc): Correct alignment for Lisp_Floats. | Andreas Schwab | 2003-01-10 | 1 | -0/+5 |
| | | |||||
| * | (syms_of_composite): Make composition_hash_table | Dave Love | 2003-01-10 | 1 | -0/+5 |
| | | | | | weak. | ||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-08 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Jan Djärv | 2003-01-08 | 1 | -0/+19 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-01-08 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-08 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2003-01-08 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Markus Rost | 2003-01-07 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-01-06 | 1 | -0/+49 |
| | | |||||
| * | * 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 |
| | | |||||