| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (Fcall_interactively): Remove loop around wrong_type_argument. | Kim F. Storm | 2006-07-12 | 1 | -6/+2 |
| * | (Fbyte_code): Use CHECK_VECTOR. | Kim F. Storm | 2006-07-12 | 1 | -8/+3 |
| * | (CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -8/+4 |
| * | (CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE. | Kim F. Storm | 2006-07-12 | 1 | -12/+5 |
| * | (CHECK_TYPE): New macro for generic type checking. | Kim F. Storm | 2006-07-12 | 1 | -41/+61 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-12 | 1 | -0/+69 |
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -0/+16 |
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -3/+9 |
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -2/+13 |
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -0/+3 |
| * | (dired.o, editfns.o, fileio.o): Depend on blockinput.h. | YAMAMOTO Mitsuharu | 2006-07-12 | 1 | -3/+3 |
| * | (sit_for): Use XINT. | Kim F. Storm | 2006-07-12 | 1 | -1/+1 |
| * | (sit_for): Signal error if TIMEOUT is not a number in case arg comes | Kim F. Storm | 2006-07-11 | 2 | -6/+11 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-11 | 1 | -0/+21 |
| * | (Fcall_interactively): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |
| * | (Fdo_auto_save): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -1/+1 |
| * | (command_loop_1, read_char, Fexecute_extended_command): | Kim F. Storm | 2006-07-11 | 1 | -34/+16 |
| * | (temp_echo_area_glyphs): Update/simplify sit_for calls. | Kim F. Storm | 2006-07-11 | 1 | -1/+1 |
| * | (sit_for): Update prototype. | Kim F. Storm | 2006-07-11 | 1 | -2/+2 |
| * | (sit_for): Remove prototype. | Kim F. Storm | 2006-07-11 | 1 | -1/+0 |
| * | (sit_for): Reduce number of args from 5 to 3. | Kim F. Storm | 2006-07-11 | 1 | -15/+28 |
| * | (forw_comment): Also use EMACS_INT for buffer positions. | Stefan Monnier | 2006-07-11 | 2 | -4/+9 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-11 | 1 | -0/+6 |
| * | Doc fix. | Chong Yidong | 2006-07-11 | 1 | -1/+1 |
| * | (Fredisplay): Doc fix. | Kim F. Storm | 2006-07-10 | 1 | -2/+2 |
| * | (Fredisplay): Add FORCE argument to force redisplay when | Kim F. Storm | 2006-07-10 | 1 | -6/+13 |
| * | Doc fix. | Chong Yidong | 2006-07-10 | 1 | -2/+2 |
| * | * puresize.h (BASE_PURESIZE): Increment to 1211000. | Chong Yidong | 2006-07-10 | 5 | -70/+59 |
| * | (back_comment, scan_lists): Also use EMACS_INT for buffer positions. | Stefan Monnier | 2006-07-09 | 2 | -11/+14 |
| * | (Fforward_comment): Revert the reversion. | Stefan Monnier | 2006-07-09 | 2 | -5/+9 |
| * | (Fforward_comment): Use type int for `stop', `count1', `out_charpos' | John Paul Wallington | 2006-07-09 | 2 | -3/+7 |
| * | (Fforward_comment): Use type int for `from' and `from_byte'. | John Paul Wallington | 2006-07-09 | 1 | -2/+2 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-08 | 1 | -0/+4 |
| * | (Fforce_window_update): Doc fix. | Kim F. Storm | 2006-07-08 | 1 | -1/+1 |
| * | fileio.c (do_auto_save_make_dir): Make the auto-save-list-file | Stephen Gildea | 2006-07-08 | 2 | -1/+10 |
| * | (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup. | Stefan Monnier | 2006-07-07 | 2 | -5/+7 |
| * | (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-07-07 | 2 | -3/+4 |
| * | (read_filtered_event): Remove `register' qualifier because it | Stefan Monnier | 2006-07-07 | 2 | -1/+6 |
| * | (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string. | Eli Zaretskii | 2006-07-07 | 2 | -1/+12 |
| * | (Fdefine_fringe_bitmap): Doc fix. | Kim F. Storm | 2006-07-07 | 1 | -1/+1 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-07 | 1 | -0/+4 |
| * | * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do | Chong Yidong | 2006-07-05 | 2 | -6/+17 |
| * | * puresize.h (BASE_PURESIZE): Increment to 1210500. | Chong Yidong | 2006-07-05 | 2 | -1/+5 |
| * | (x_delete_display): Don't free or derefence NULL pointers. | Kim F. Storm | 2006-07-04 | 1 | -6/+10 |
| * | *** empty log message *** | Kim F. Storm | 2006-07-04 | 1 | -0/+4 |
| * | *** empty log message *** | Kenichi Handa | 2006-07-04 | 1 | -0/+5 |
| * | (Fset_overriding_fontspec_internal): Check if we need | Kenichi Handa | 2006-07-04 | 1 | -0/+2 |
| * | *** empty log message *** | Richard M. Stallman | 2006-07-03 | 1 | -0/+10 |
| * | Comment change. | Richard M. Stallman | 2006-07-03 | 1 | -0/+1 |
| * | (Fx_create_frame): Move unwind_create_frame setup down. | Richard M. Stallman | 2006-07-03 | 1 | -1/+3 |