| 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 |
| | | |||||
| * | (text_read_only): New arg `propval'. | Stefan Monnier | 2002-12-14 | 1 | -11/+11 |
| | | | | | | (get_char_property_and_overlay): Remove unused var `next_overlay'. (verify_interval_modification): Use text_read_only's new arg. | ||||
| * | (Funencodable_char_position): Set pend correctly. | Kenichi Handa | 2002-12-13 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2002-12-13 | 1 | -0/+4 |
| | | |||||
| * | (last_mousemove_x, last_mousemove_y): New variables. | Jason Rumney | 2002-12-12 | 2 | -4/+27 |
| | | | | | | (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 | 3 | -4/+23 |
| | | | | | | | modifiers of the event to 0. * mac.c (sys_select): Duplicate rfds before calling select to ensure that rfds survive the while loop. | ||||
| * | (try_window_id): Don't call set_cursor_from_row if | Kim F. Storm | 2002-12-11 | 1 | -2/+4 |
| | | | | | row_containing_pos returned NULL. | ||||
| * | *** empty log message *** | Kim F. Storm | 2002-12-11 | 1 | -0/+5 |
| | | |||||
| * | Modifying sys_read to not check the event queue if timeout=0 and to never | Steven Tamm | 2002-12-10 | 1 | -1/+6 |
| | | | | | use a timeout larger than the one passed in. | ||||
| * | *** 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 | 2 | -1/+8 |
| | | |||||
| * | (Fformat): Use alloca, not _alloca. | Juanma Barranquero | 2002-12-10 | 2 | -9/+11 |
| | | |||||
| * | fixed a couple of minor compilation errors in editfns.c | Ben Key | 2002-12-10 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-09 | 1 | -0/+5 |
| | | |||||
| * | (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing. | Richard M. Stallman | 2002-12-09 | 1 | -3/+4 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-12-09 | 1 | -0/+4 |
| | | |||||
| * | Not necessary. | Dave Love | 2002-12-09 | 1 | -16/+0 |
| | | |||||
| * | (Fformat): Handle precision in string conversion specifiers like libc | Kai Großjohann | 2002-12-09 | 2 | -18/+70 |
| | | | | | | 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 |
| | | |||||
| * | (row_containing_pos): Check more carefully | Richard M. Stallman | 2002-12-09 | 1 | -13/+15 |
| | | | | | whether charpos is really in the row before returning it. | ||||
| * | *** 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 |
| | | |||||
| * | Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame. | Steven Tamm | 2002-12-08 | 1 | -0/+4 |
| | | | | | This may change/move as it could be quite time consuming | ||||
| * | Have emacs_read use sys_read on carbon/Mac OS X | Steven Tamm | 2002-12-08 | 1 | -0/+4 |
| | | |||||
| * | sys_select: Call mac_check_for_quit_char every second while blocking | Steven Tamm | 2002-12-08 | 1 | -1/+52 |
| | | | | | | sys_read: Use sys_select to test for input first before calling read to allow sys_select to test for quit_char. | ||||
| * | Added code to check for pressing of quit_char in the Carbon Event Queue | Steven Tamm | 2002-12-08 | 1 | -54/+171 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-07 | 1 | -0/+15 |
| | | |||||
| * | (Fcompleting_read): Doc fix. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
| | | |||||
| * | (syms_of_lread) <load-history>: Doc fix. | Richard M. Stallman | 2002-12-07 | 1 | -1/+4 |
| | | |||||
| * | (Fcopy_file): Set immediate_quit around emacs_open call. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
| | | |||||
| * | (Fdefun, Fdefmacro): Record in load-history redefining an autoload. | Richard M. Stallman | 2002-12-07 | 1 | -0/+6 |
| | | |||||
| * | (Fdefalias): Record in load-history redefining an autoload. | Richard M. Stallman | 2002-12-07 | 1 | -0/+3 |
| | | |||||
| * | Undo ifdef change accidentally made on 12-04. | Richard M. Stallman | 2002-12-07 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2002-12-06 | 2 | -1/+6 |
| | | |||||
| * | (png_load): Avoid double gamma correction for PNG images. | Francesco Potortì | 2002-12-06 | 1 | -303/+304 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-12-04 | 1 | -0/+8 |
| | | |||||
| * | (fcntl.h): Test only HAVE_FCNTL_H. | Richard M. Stallman | 2002-12-04 | 2 | -10/+2 |
| | | |||||
| * | Don't use #error. | Richard M. Stallman | 2002-12-04 | 1 | -1/+5 |
| | | |||||
| * | Whitespace changes. | Richard M. Stallman | 2002-12-04 | 1 | -70/+70 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-12-03 | 1 | -0/+10 |
| | | |||||
| * | (Qucs_set_table_for_input): New. | Dave Love | 2002-12-03 | 1 | -8/+16 |
| | | | | | | | | | | (Fget_buffer_create): Use it. (Qset_buffer_major_mode_hook): Deleted. (Fset_buffer_major_mode): Revert previous change. (init_buffer_once): Intern ucs-set-table-for-input. (syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add &Qucs_set_table_for_input. | ||||
| * | . | Andreas Schwab | 2002-12-03 | 1 | -0/+5 |
| | | |||||
| * | (Fcall_interactively): Use next_event only if less | Andreas Schwab | 2002-12-02 | 1 | -1/+3 |
| | | | | | than key_count. | ||||
| * | 2002-12-02 Andrew Choi <akochoi@shaw.ca> | Andrew Choi | 2002-12-02 | 4 | -8/+26 |
| | | | | | | | | | | | | * 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 | 2 | -0/+28 |
| | | | | | to be redone and allow the executable to be stripped. | ||||
| * | (Frequire): Don't call LOADHIST_ATTACH if feature was | Dave Love | 2002-11-29 | 2 | -2/+7 |
| | | | | | already provided. | ||||
| * | Comments. | Dave Love | 2002-11-29 | 1 | -213/+220 |
| | | |||||
| * | (start_display): Check more intelligently for | Richard M. Stallman | 2002-11-29 | 2 | -1/+19 |
| | | | | | | whether the line is continued. (move_it_vertically_backward): Clear it->continuation_lines_width. | ||||
| * | Comment change. | Richard M. Stallman | 2002-11-29 | 1 | -5/+6 |
| | | |||||