aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (kbd_buffer_get_event): Return Qnil when current time is exactly equal toEli Zaretskii2006-08-052-6/+13
* * process.c: Reapply 2006-08-01 change.Chong Yidong2006-08-051-6/+12
* * keyboard.c (read_char): Rebalance specpdl after receiving jump.Chong Yidong2006-08-052-1/+9
* (w32_query_font): Fix last change: use stricmp.Eli Zaretskii2006-08-042-1/+5
* (Fsubst_char_in_region): Redo the setup work after runningStefan Monnier2006-08-042-5/+24
* *** empty log message ***Eli Zaretskii2006-08-041-0/+5
* (w32_createwindow): Handle -geometry command line option and the geometryEli Zaretskii2006-08-041-5/+34
* (w32_query_font): Compare names by ignoring case.Kenichi Handa2006-08-042-1/+3
* *** empty log message ***Kenichi Handa2006-08-041-0/+4
* (x_query_font): Compare names by ignoring case.Kenichi Handa2006-08-041-2/+2
* (w32_menu_show, w32_dialog_show): Call Fsignal to quitJason Rumney2006-08-032-0/+11
* * process.c: Revert last change.Chong Yidong2006-08-032-12/+10
* (wait_reading_process_output_unwind): New function.Kim F. Storm2006-08-011-4/+12
* *** empty log message ***Kim F. Storm2006-08-011-0/+7
* *** empty log message ***Thien-Thi Nguyen2006-07-301-1/+5
* Undo 2006-06-28 change.Thien-Thi Nguyen2006-07-301-20/+5
* Comment change.Richard M. Stallman2006-07-291-0/+3
* *** empty log message ***Eli Zaretskii2006-07-291-0/+3
* (Ffind_operation_coding_system): Revert the change from 2006-05-29.Eli Zaretskii2006-07-291-1/+1
* [WINDOWSNT]: Include fcntl.h, to fix last change.Eli Zaretskii2006-07-292-0/+8
* *** empty log message ***Richard M. Stallman2006-07-291-0/+20
* (lookup_named_face, Fdisplay_supports_face_attributes_p):Richard M. Stallman2006-07-291-0/+4
* (update_menu_bar): New arg HOOKS_RUN. Callers changed.Richard M. Stallman2006-07-291-13/+30
* (safe_run_hooks_1): Don't crash if Vrun_hooks is nil.Richard M. Stallman2006-07-291-0/+2
* Whitespace change.Richard M. Stallman2006-07-291-1/+2
* (valid_pointer_p): New function (from valid_lisp_object_p).Kim F. Storm2006-07-281-18/+33
* *** empty log message ***Kim F. Storm2006-07-281-0/+5
* * keyboard.c (read_char): New arg END_TIME specifying timeout.Chong Yidong2006-07-261-0/+14
* (Fy_or_n_p): Change call to read_filtered_event to use new arg.Chong Yidong2006-07-261-1/+1
* Change callers of read_char.Chong Yidong2006-07-261-3/+3
* * keyboard.h: Include systime.h. Update read_char prototype.Chong Yidong2006-07-261-1/+4
* * lisp.h: Update read-char, read-event, and read_filtered_eventChong Yidong2006-07-261-3/+3
* * lread.c (read_filtered_event): New arg SECONDS to wait until.Chong Yidong2006-07-261-21/+51
* * keyboard.c (read_char): New arg END_TIME specifying timeout.Chong Yidong2006-07-261-13/+39
* (BASE_PURESIZE): Decrease to 1102000.YAMAMOTO Mitsuharu2006-07-252-1/+8
* (find_string_data_in_pure): New function.YAMAMOTO Mitsuharu2006-07-251-3/+74
* (Fdefine_key): If the key binding definition looks like anStefan Monnier2006-07-222-0/+19
* *** empty log message ***Eli Zaretskii2006-07-221-0/+6
* (w32_createwindow): If `left' and/or `top' frame parameters are bound to someEli Zaretskii2006-07-221-2/+8
* (convert_time): Use explicit long double constants to ensure long doubleEli Zaretskii2006-07-212-3/+9
* *** empty log message ***YAMAMOTO Mitsuharu2006-07-201-0/+9
* (BASE_PURESIZE): Decrease to 1141000.YAMAMOTO Mitsuharu2006-07-201-1/+1
* (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars.YAMAMOTO Mitsuharu2006-07-201-7/+27
* (x_calc_absolute_position): Fix frame positioningKim F. Storm2006-07-181-6/+38
* *** empty log message ***Kim F. Storm2006-07-181-0/+5
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-187-6/+25
* *** empty log message ***Kim F. Storm2006-07-181-0/+99
* (x_get_local_selection, copy_multiple_data)Kim F. Storm2006-07-181-52/+30
* (x_decode_color): Use signal_error.Kim F. Storm2006-07-181-3/+1
* * xfaces.c (signal_error): Move to eval.c.Kim F. Storm2006-07-181-13/+1