aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* White space fixes.Markus Rost2002-12-151-9/+9
|
* *** empty log message ***Stefan Monnier2002-12-141-74/+59
|
* (text_read_only): New arg `propval'.Stefan Monnier2002-12-141-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 Handa2002-12-131-1/+4
|
* *** empty log message ***Kenichi Handa2002-12-131-0/+4
|
* (last_mousemove_x, last_mousemove_y): New variables.Jason Rumney2002-12-122-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 theSteven Tamm2002-12-123-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 ifKim F. Storm2002-12-111-2/+4
| | | | row_containing_pos returned NULL.
* *** empty log message ***Kim F. Storm2002-12-111-0/+5
|
* Modifying sys_read to not check the event queue if timeout=0 and to neverSteven Tamm2002-12-101-1/+6
| | | | use a timeout larger than the one passed in.
* *** empty log message ***Steven Tamm2002-12-101-0/+2
|
* Fixed OSX sys_read to not call select if IO is non-blockingSteven Tamm2002-12-102-1/+8
|
* (Fformat): Use alloca, not _alloca.Juanma Barranquero2002-12-102-9/+11
|
* fixed a couple of minor compilation errors in editfns.cBen Key2002-12-101-2/+2
|
* *** empty log message ***Richard M. Stallman2002-12-091-0/+5
|
* (Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.Richard M. Stallman2002-12-091-3/+4
|
* *** empty log message ***Dave Love2002-12-091-0/+4
|
* Not necessary.Dave Love2002-12-091-16/+0
|
* (Fformat): Handle precision in string conversion specifiers like libcKai Großjohann2002-12-092-18/+70
| | | | | 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
|
* (row_containing_pos): Check more carefullyRichard M. Stallman2002-12-091-13/+15
| | | | whether charpos is really in the row before returning it.
* *** 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
|
* Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame.Steven Tamm2002-12-081-0/+4
| | | | This may change/move as it could be quite time consuming
* Have emacs_read use sys_read on carbon/Mac OS XSteven Tamm2002-12-081-0/+4
|
* sys_select: Call mac_check_for_quit_char every second while blockingSteven Tamm2002-12-081-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 QueueSteven Tamm2002-12-081-54/+171
|
* *** empty log message ***Richard M. Stallman2002-12-071-0/+15
|
* (Fcompleting_read): Doc fix.Richard M. Stallman2002-12-071-0/+3
|
* (syms_of_lread) <load-history>: Doc fix.Richard M. Stallman2002-12-071-1/+4
|
* (Fcopy_file): Set immediate_quit around emacs_open call.Richard M. Stallman2002-12-071-0/+3
|
* (Fdefun, Fdefmacro): Record in load-history redefining an autoload.Richard M. Stallman2002-12-071-0/+6
|
* (Fdefalias): Record in load-history redefining an autoload.Richard M. Stallman2002-12-071-0/+3
|
* Undo ifdef change accidentally made on 12-04.Richard M. Stallman2002-12-071-1/+1
|
* *** empty log message ***Francesco Potortì2002-12-062-1/+6
|
* (png_load): Avoid double gamma correction for PNG images.Francesco Potortì2002-12-061-303/+304
|
* *** empty log message ***Richard M. Stallman2002-12-041-0/+8
|
* (fcntl.h): Test only HAVE_FCNTL_H.Richard M. Stallman2002-12-042-10/+2
|
* Don't use #error.Richard M. Stallman2002-12-041-1/+5
|
* Whitespace changes.Richard M. Stallman2002-12-041-70/+70
|
* *** empty log message ***Dave Love2002-12-031-0/+10
|
* (Qucs_set_table_for_input): New.Dave Love2002-12-031-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 Schwab2002-12-031-0/+5
|
* (Fcall_interactively): Use next_event only if lessAndreas Schwab2002-12-021-1/+3
| | | | than key_count.
* 2002-12-02 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-12-024-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 prebindingSteven Tamm2002-12-012-0/+28
| | | | to be redone and allow the executable to be stripped.
* (Frequire): Don't call LOADHIST_ATTACH if feature wasDave Love2002-11-292-2/+7
| | | | already provided.
* Comments.Dave Love2002-11-291-213/+220
|
* (start_display): Check more intelligently forRichard M. Stallman2002-11-292-1/+19
| | | | | whether the line is continued. (move_it_vertically_backward): Clear it->continuation_lines_width.
* Comment change.Richard M. Stallman2002-11-291-5/+6
|