| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Kenichi Handa | 2003-05-06 | 1 | -0/+8 |
* | *** empty log message *** | Stefan Monnier | 2003-05-05 | 1 | -0/+28 |
* | (Qwrite_region_annotate_functions): New var. | Stefan Monnier | 2003-05-05 | 1 | -2/+17 |
* | (map_keymap): Doc fix. | Stefan Monnier | 2003-05-05 | 1 | -1/+2 |
* | (safe_run_hooks_error): Display the error instead of silently ignoring it. | Stefan Monnier | 2003-05-05 | 1 | -0/+5 |
* | (menu_bar_item): Adjust declaration. | Stefan Monnier | 2003-05-04 | 1 | -2/+2 |
* | (input_available_signal): Mark static. | Stefan Monnier | 2003-05-04 | 1 | -39/+12 |
* | (struct skp): New struct, to pass args through map_keymap. | Stefan Monnier | 2003-05-04 | 1 | -57/+45 |
* | (map_keymap_item, map_keymap_char_table_item, map_keymap) | Stefan Monnier | 2003-05-04 | 1 | -0/+97 |
* | (map_keymap_function_t): New type. | Stefan Monnier | 2003-05-04 | 1 | -0/+3 |
* | *** empty log message *** | Stefan Monnier | 2003-05-03 | 1 | -0/+4 |
* | * gtkutil.c (create_dialog, make_widget_for_menu_item) | Jan Djärv | 2003-05-02 | 2 | -8/+14 |
* | (Funwind_protect): Use func = Fprogn rather symbol = Qnil. | Stefan Monnier | 2003-05-01 | 1 | -1/+1 |
* | (coding_system_accept_latin_extra_p): Delete this | Kenichi Handa | 2003-05-01 | 1 | -31/+68 |
* | (unbind_to): Don't handle symbol = Qnil any more. | Stefan Monnier | 2003-05-01 | 2 | -6/+19 |
* | (CHECK): Wrap args in parenthesis. | Stefan Monnier | 2003-05-01 | 1 | -6/+6 |
* | (Fbyte_code) <unwind-protect>: Use Fprogn rather than 0 and Qnil. | Stefan Monnier | 2003-05-01 | 1 | -2/+1 |
* | (parse_modifiers_uncached): Parse `down', `drag', | Stefan Monnier | 2003-04-30 | 1 | -0/+20 |
* | *** empty log message *** | Richard M. Stallman | 2003-04-30 | 1 | -0/+20 |
* | (echo_char): Don't clear out a dash that follows a space. | Richard M. Stallman | 2003-04-30 | 1 | -3/+8 |
* | (abort_on_gc): Add decl. | Richard M. Stallman | 2003-04-30 | 1 | -0/+1 |
* | (Fsignal): Clear abort_on_gc. | Richard M. Stallman | 2003-04-30 | 1 | -0/+1 |
* | (Fformat): Set abort_on_gc during first scan of format. | Richard M. Stallman | 2003-04-30 | 1 | -1/+9 |
* | (abort_on_gc): New variable. | Richard M. Stallman | 2003-04-30 | 1 | -0/+9 |
* | (move_it_vertically_backward): Do the final big else even if nlines is 0. | Richard M. Stallman | 2003-04-30 | 1 | -4/+10 |
* | * macterm.c (x_list_fonts): Return all fonts that match if maxnames = -1. | Andrew Choi | 2003-04-25 | 2 | -2/+8 |
* | (skip_chars): Fix previous change. | Kenichi Handa | 2003-04-24 | 2 | -2/+6 |
* | (skip_chars): Make the code faster by using the common | Kenichi Handa | 2003-04-24 | 2 | -55/+140 |
* | * xdisp.c (update_tool_bar): BLOCK_INPUT before calling | Jan Djärv | 2003-04-23 | 2 | -0/+8 |
* | Fix comment typo. | Richard M. Stallman | 2003-04-21 | 1 | -1/+1 |
* | (Fapply): Undo last change and add a comment about why. | Stefan Monnier | 2003-04-19 | 1 | -4/+7 |
* | (Faset): Calculate nbytes earlier, to satisfy the now pickier | Miles Bader | 2003-04-18 | 2 | -2/+8 |
* | (For, Fand, Fprogn, un_autoload, do_autoload): Use XCDR, XCAR, CONSP. | Stefan Monnier | 2003-04-17 | 2 | -49/+48 |
* | (Fsubstitute_command_keys): Remove spurious casts. | Stefan Monnier | 2003-04-17 | 1 | -6/+5 |
* | (PARSE_MULTIBYTE_SEQ): Pretend `length' is used. | Stefan Monnier | 2003-04-17 | 1 | -1/+1 |
* | Don't hardcode BEG==1. | Stefan Monnier | 2003-04-17 | 1 | -18/+18 |
* | (Fmake_byte_code): Improve the `usage' string. | Stefan Monnier | 2003-04-17 | 1 | -1/+3 |
* | (Fdefine_abbrev_table): Use XCAR, XCDR. | Stefan Monnier | 2003-04-17 | 1 | -2/+2 |
* | *** empty log message *** | Richard M. Stallman | 2003-04-16 | 1 | -0/+7 |
* | (try_window, try_window_reusing_current_matrix): | Richard M. Stallman | 2003-04-16 | 1 | -4/+6 |
* | (Foverlay_recenter): Doc fix. | Richard M. Stallman | 2003-04-16 | 1 | -1/+3 |
* | * macterm.c (mac_check_for_quit_char): Don't check more often than | Andrew Choi | 2003-04-14 | 2 | -10/+40 |
* | (Fsit_For): Support XEmacs-style arg list. | Stefan Monnier | 2003-04-14 | 1 | -5/+16 |
* | (head_table): Use switch-frame as event_kind for select-window. | Stefan Monnier | 2003-04-11 | 2 | -16/+25 |
* | (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT | Stefan Monnier | 2003-04-11 | 1 | -10/+12 |
* | (Fformat): Lisp_Object/int mixup. | Stefan Monnier | 2003-04-11 | 1 | -2/+2 |
* | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -1/+1 |
* | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -0/+10 |
* | (Vafter_insert_file_adjust_coding_function): Delete | Kenichi Handa | 2003-04-11 | 1 | -13/+6 |
* | *** empty log message *** | Kenichi Handa | 2003-04-11 | 1 | -1/+8 |