| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | Richard M. Stallman | 2005-08-09 | 1 | -0/+6 |
* | (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
* | (QUIT): Throw t to Vthrow_on_input. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
* | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-09 | 2 | -1/+6 |
* | * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that | Jan Djärv | 2005-08-08 | 1 | -0/+5 |
* | * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that | Jan Djärv | 2005-08-08 | 1 | -1/+1 |
* | (Fexpt): Undo previous change. | Richard M. Stallman | 2005-08-07 | 2 | -2/+3 |
* | (Fframe_or_buffer_changed_p): Take an arg | Richard M. Stallman | 2005-08-07 | 2 | -25/+76 |
* | (endif): Convert -script into -scriptload. | Richard M. Stallman | 2005-08-07 | 1 | -4/+5 |
* | (syms_of_fns): Add `emacs' to features. | Richard M. Stallman | 2005-08-07 | 1 | -1/+1 |
* | (set_terminal_modes): If no TS_termcap_modes string, | Richard M. Stallman | 2005-08-07 | 1 | -1/+11 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 166 | -218/+296 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 39 | -40/+69 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 81 | -81/+123 |
* | Munge comment associated w/ last change to describe intent; nfc. | Thien-Thi Nguyen | 2005-08-07 | 2 | -3/+3 |
* | (Fexpt): Use floats for negative exponent. | Thien-Thi Nguyen | 2005-08-06 | 2 | -1/+7 |
* | (Fframe_char_width): Doc fix. | Juanma Barranquero | 2005-08-02 | 2 | -2/+5 |
* | (syms_of_xdisp) <redisplay-end-trigger-functions>: Defvar it. | Juanma Barranquero | 2005-07-30 | 2 | -1/+12 |
* | *** empty log message *** | Kenichi Handa | 2005-07-29 | 1 | -0/+5 |
* | (my_set_window_pos, my_show_window): Don't declare. | Juanma Barranquero | 2005-07-28 | 2 | -4/+12 |
* | (my_show_window, my_set_window_pos, my_set_focus, my_set_foreground_window, | Juanma Barranquero | 2005-07-28 | 1 | -5/+11 |
* | Regenerate. | Paul Eggert | 2005-07-26 | 1 | -3/+13 |
* | Merge gnulib getopt implementation into Emacs. | Paul Eggert | 2005-07-26 | 2 | -3/+8 |
* | (Fdefvar): Allow (defvar enable-multibyte-characters). | Stefan Monnier | 2005-07-26 | 2 | -13/+17 |
* | (w32_menu_display_help): Suppress tooltip when navigating menus with | Jason Rumney | 2005-07-25 | 2 | -2/+10 |
* | (syms_of_insdel): staticpro combine_after_change_buffer. | Richard M. Stallman | 2005-07-23 | 2 | -0/+23 |
* | (MAYBE_GC): Test gc_cons_threshold and gc_relative_threshold, one by one. | Richard M. Stallman | 2005-07-23 | 1 | -7/+8 |
* | (read_char): Test gc_cons_threshold. | Richard M. Stallman | 2005-07-23 | 1 | -1/+2 |
* | (Feval, Ffuncall): Test gc_cons_threshold and | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
* | (gc_cons_threshold, gc_relative_threshold): Declared. | Richard M. Stallman | 2005-07-23 | 1 | -2/+4 |
* | (gc_cons_threshold): Not static. | Richard M. Stallman | 2005-07-23 | 1 | -10/+13 |
* | (Fx_own_selection_internal): Follow error conventions. | YAMAMOTO Mitsuharu | 2005-07-23 | 2 | -6/+42 |
* | (Fx_popup_menu, Fx_popup_menu): Doc fixes. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -21/+36 |
* | Don't include stdlib.h or string.h. Include atimer.h. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -212/+106 |
* | Don't include stdlib.h or string.h. | YAMAMOTO Mitsuharu | 2005-07-23 | 1 | -29/+29 |
* | (Finternal_lisp_face_p): Doc fix. | Juanma Barranquero | 2005-07-21 | 2 | -1/+23 |
* | (Fset_window_margins, Fset_window_fringes): | Juanma Barranquero | 2005-07-21 | 1 | -24/+24 |
* | (Fnext_char_property_change, Fprevious_char_property_change): Doc fixes. | Juanma Barranquero | 2005-07-21 | 1 | -2/+2 |
* | (Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings. | Juanma Barranquero | 2005-07-21 | 1 | -2/+2 |
* | (Fcompose_region_internal, Fcompose_string_internal): | Juanma Barranquero | 2005-07-21 | 1 | -6/+6 |
* | (Fregister_ccl_program): Fix typos in docstring. | Juanma Barranquero | 2005-07-21 | 1 | -4/+5 |
* | (syms_of_buffer) <cursor-type>: Doc fix. | Juanma Barranquero | 2005-07-21 | 1 | -8/+8 |
* | (restore_stack_limits): Return a value. | Andreas Schwab | 2005-07-21 | 2 | -0/+5 |
* | (Fmac_code_convert_string): Add comment about Fstring_as_unibyte. | Stefan Monnier | 2005-07-21 | 1 | -1/+5 |
* | *** empty log message *** | Juanma Barranquero | 2005-07-20 | 1 | -0/+4 |
* | (Fdefvar): Doc fix. | Juanma Barranquero | 2005-07-20 | 1 | -1/+1 |
* | (load_unwind): Rework last change. | Kim F. Storm | 2005-07-20 | 1 | -5/+5 |
* | (Fdo_auto_save, do_auto_save_unwind): | Kim F. Storm | 2005-07-20 | 1 | -23/+8 |
* | *** empty log message *** | Kim F. Storm | 2005-07-20 | 1 | -2/+5 |
* | (Fload, load_unwind): Use make_save_value to unwind | Kim F. Storm | 2005-07-20 | 1 | -7/+4 |