aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (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
* (window_scroll_pixel_based, window_scroll_line_based):Kim F. Storm2006-07-181-5/+5
* (unexec): Use xsignal.Kim F. Storm2006-07-181-1/+1
* (text_read_only): Use xsignal0, xsignal1.Kim F. Storm2006-07-181-1/+4
* (scan_lists): Use xsignal3.Kim F. Storm2006-07-181-14/+9
* (compile_pattern_1): Use xsignal1.Kim F. Storm2006-07-181-12/+6
* (Fmsdos_set_mouse_buttons): Use xsignal2.Kim F. Storm2006-07-181-3/+3
* (x_get_local_selection): Use signal_error.Kim F. Storm2006-07-181-5/+3
* (Fload): Use xsignal2, signal_error.Kim F. Storm2006-07-181-36/+40
* (list1): Add EXFUN.Kim F. Storm2006-07-181-0/+7
* (Fmap_keymap): Use xsignal1.Kim F. Storm2006-07-181-1/+1
* (recursive_edit_1): Use xsignal1.Kim F. Storm2006-07-181-1/+1
* (x_set_line_spacing, x_set_screen_gamma): Use signal_error.Kim F. Storm2006-07-181-4/+2
* (Flength): wrong_type_argument is no-return.Kim F. Storm2006-07-181-24/+10
* (arith_error, range_error, domain_error): Use xsignal2.Kim F. Storm2006-07-181-16/+14
* (report_file_error): Use xsignal.Kim F. Storm2006-07-181-28/+20
* * eval.c (xsignal): New func. Like Fsignal, but marked no-return.Kim F. Storm2006-07-181-30/+95
* (region_limit, Fget_internal_run_time): Use xsignal0.Kim F. Storm2006-07-181-2/+2
* (Fdocumentation): Use xsignal1.Kim F. Storm2006-07-181-2/+2
* (circular_list_error): Use xsignal.Kim F. Storm2006-07-181-37/+27
* (Fcheck_coding_system): Use xsignal1. Remove loop.Kim F. Storm2006-07-181-4/+5
* (Fforward_char, Fdelete_char): Use xsignal0.Kim F. Storm2006-07-181-4/+4
* (casify_object): wrong_type_argument is no-return.Kim F. Storm2006-07-181-1/+1
* (check_mark): Use xsignal0.Kim F. Storm2006-07-181-1/+1