| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | (convert_mono_to_color_image): New function. | Jason Rumney | 2002-11-20 | 1 | -0/+6 |
| | | | | | | (xbm_load, xbm_load_image): Use it when foreground or background is explicitly set. | ||||
| * | *** empty log message *** | Stefan Monnier | 2002-11-19 | 1 | -15/+6 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-11-19 | 1 | -23/+22 |
| | | |||||
| * | (bcopy, bzero, bcmp): Don't define. | Dave Love | 2002-11-19 | 1 | -0/+4 |
| | | |||||
| * | (xpm_format, pbm_format, png_format, jpeg_format, tiff_format) | Jason Rumney | 2002-11-18 | 1 | -0/+4 |
| | | | | | | | (gif_format, gs_format): Use IMAGE_ASCENT_VALUE. (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p) (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent. | ||||
| * | *** empty log message *** | Jason Rumney | 2002-11-18 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-11-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-18 | 1 | -0/+26 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-18 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Markus Rost | 2002-11-18 | 1 | -0/+4 |
| | | |||||
| * | (load_face_font): Set `face->overstrike' based on result from | Miles Bader | 2002-11-17 | 1 | -1/+13 |
| | | | | | | | | | choose_face_font. (best_matching_font, choose_face_font): Add `needs_overstrike' argument, and use it to return whether overstriking is desirable for this face/font combo. (set_font_frame_param: Pass new argument to choose_face_font. | ||||
| * | Added a partial implementation of play-sound-internal for Windows. Fixed ↵ | Ben Key | 2002-11-17 | 1 | -0/+69 |
| | | | | | the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME. | ||||
| * | *** empty log message *** | Jason Rumney | 2002-11-16 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-11-15 | 1 | -0/+4 |
| | | |||||