| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Stefan Monnier | 2003-05-14 | 1 | -0/+4 |
* | (adjust_point_for_property): Be more careful about termination. | Stefan Monnier | 2003-05-11 | 1 | -1/+1 |
* | (uniquify-rationalize-file-buffer-names): Thinko. | Stefan Monnier | 2003-05-10 | 1 | -0/+14 |
* | (follow_key): Remove dead variable `did_meta'. | Stefan Monnier | 2003-05-10 | 1 | -205/+158 |
* | (adjust_point_for_property): Try harder to move point | Stefan Monnier | 2003-05-10 | 1 | -2/+17 |
* | (single_display_prop_intangible_p): Make `space' display | Stefan Monnier | 2003-05-10 | 1 | -1/+3 |
* | . | Andreas Schwab | 2003-05-10 | 1 | -0/+5 |
* | (single_menu_item): Change last parameter to void* to | Andreas Schwab | 2003-05-10 | 1 | -4/+5 |
* | (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | Richard M. Stallman | 2003-05-09 | 2 | -7/+30 |
* | (specpdl_ptr): Declare volatile. | Richard M. Stallman | 2003-05-09 | 1 | -13/+19 |
* | (struct specbinding): Declare elements volatile. | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
* | (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. | Richard M. Stallman | 2003-05-09 | 1 | -1/+1 |
* | Test DO_BLOCK_INPUT rather than `emacs' | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
* | *** empty log message *** | Dave Love | 2003-05-08 | 1 | -0/+4 |
* | (Vlast_coding_system_used): Doc fix. | Dave Love | 2003-05-08 | 1 | -2/+4 |
* | (Ffile_symlink_p): Let handlers handle symlinks even | Jason Rumney | 2003-05-07 | 2 | -5/+13 |
* | *** 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 |