| Commit message (Expand) | Author | Age | Files | Lines |
* | (init_buffer_once): Set cursor_in_non_selected_windows default value. | Kim F. Storm | 2005-05-04 | 1 | -3/+9 |
* | *** empty log message *** | Kim F. Storm | 2005-05-04 | 1 | -0/+7 |
* | *** empty log message *** | Richard M. Stallman | 2005-05-04 | 1 | -8/+3 |
* | (c-macro-preprocessor): Update for BSD and | Nick Roberts | 2005-05-04 | 1 | -1/+1 |
* | (gdb-cpp-define-alist-flags): New variable. | Nick Roberts | 2005-05-04 | 1 | -2/+12 |
* | *** empty log message *** | Nick Roberts | 2005-05-04 | 1 | -2/+10 |
* | More rearrangement. | Richard M. Stallman | 2005-05-04 | 1 | -15/+17 |
* | (Interactive Codes): Fix Texinfo usage. Document U more clearly. | Richard M. Stallman | 2005-05-04 | 2 | -7/+15 |
* | (describe-key): No error when UNTRANSLATED is nil. | Richard M. Stallman | 2005-05-04 | 1 | -1/+3 |
* | (line-move-1): Fix previous change to signal errors appropriately. | Richard M. Stallman | 2005-05-04 | 1 | -3/+7 |
* | Follow whitespace conventions. | Richard M. Stallman | 2005-05-04 | 1 | -2/+2 |
* | (c-macro-preprocessor): Update for Mac OSX. | Nick Roberts | 2005-05-03 | 1 | -0/+1 |
* | *** empty log message *** | Nick Roberts | 2005-05-03 | 1 | -0/+5 |
* | *** empty log message *** | Kim F. Storm | 2005-05-03 | 2 | -36/+23 |
* | * mac.c: #undef init_process so not to conflict with system headers. | Jan Djärv | 2005-05-03 | 2 | -0/+5 |
* | From Ulf Jasper <ulf.jasper@web.de>: | Glenn Morris | 2005-05-03 | 1 | -562/+844 |
* | *** empty log message *** | Glenn Morris | 2005-05-03 | 1 | -0/+26 |
* | Fix emacs version in commentary. | Kim F. Storm | 2005-05-03 | 1 | -1/+1 |
* | (gdb-cpp-define-alist-program) | Nick Roberts | 2005-05-03 | 1 | -15/+48 |
* | Replace string-to-int with string-to-number. | Nick Roberts | 2005-05-03 | 1 | -15/+20 |
* | (tooltip-gud-tips): Use gdb-define-alist. | Nick Roberts | 2005-05-03 | 1 | -7/+8 |
* | (cc-define-list-program): Remove this | Nick Roberts | 2005-05-03 | 1 | -7/+0 |
* | (cc-define-alist, cc-create-define-alist): | Nick Roberts | 2005-05-03 | 1 | -20/+0 |
* | *** empty log message *** | Nick Roberts | 2005-05-03 | 1 | -0/+22 |
* | More rearrangements. | Richard M. Stallman | 2005-05-02 | 2 | -756/+801 |
* | *** empty log message *** | Richard M. Stallman | 2005-05-02 | 2 | -2845/+2815 |
* | *** empty log message *** | Jay Belanger | 2005-05-02 | 1 | -0/+24 |
* | (calcDigit-key, math-read-number, math-read-bignum): Replace | Jay Belanger | 2005-05-02 | 1 | -5/+5 |
* | (calc-do-grab-rectangle): Replace string-to-int by string-to-number. | Jay Belanger | 2005-05-02 | 1 | -2/+2 |
* | (calc-read-parse-table-part, calc-edit-macro-repeats): Replace | Jay Belanger | 2005-05-02 | 1 | -3/+3 |
* | (calc-graph-plot, calc-graph-set-styles, calc-graph-num-points) | Jay Belanger | 2005-05-02 | 1 | -7/+7 |
* | (calc-over-notation): Replace string-to-int by string-to-number. | Jay Belanger | 2005-05-02 | 1 | -2/+2 |
* | (calc-time, calc-date-notation, math-this-year, math-parse-date) | Jay Belanger | 2005-05-02 | 1 | -13/+13 |
* | (calc-read-number-fancy): Replace string-to-int by string-to-number. | Jay Belanger | 2005-05-02 | 1 | -6/+6 |
* | (calc-word-size): Replace string-to-int by string-to-number. | Jay Belanger | 2005-05-02 | 1 | -2/+2 |
* | (math-read-token): Replace string-to-int by string-to-number. | Jay Belanger | 2005-05-02 | 1 | -3/+3 |
* | (syms_of_buffer): Define cursor-in-non-selected-windows. | Richard M. Stallman | 2005-05-02 | 2 | -0/+18 |
* | (struct buffer): Add cursor_in_non_selected_windows slot. | Richard M. Stallman | 2005-05-02 | 1 | -0/+5 |
* | (Vcursor_in_non_selected_windows) | Richard M. Stallman | 2005-05-02 | 1 | -15/+1 |
* | *** empty log message *** | Kim F. Storm | 2005-05-02 | 1 | -0/+4 |
* | Use executing-kbd-macro-index variable. | Kim F. Storm | 2005-05-02 | 1 | -21/+21 |
* | *** empty log message *** | Kim F. Storm | 2005-05-02 | 2 | -0/+13 |
* | (executing_kbd_macro_index): Rename from executing_macro_index. | Kim F. Storm | 2005-05-02 | 3 | -27/+27 |
* | Rework last fix. | Kim F. Storm | 2005-05-02 | 1 | -4/+3 |
* | (move_it_in_display_line_to): Fix last change. | Kim F. Storm | 2005-05-02 | 1 | -0/+1 |
* | *** empty log message *** | Kim F. Storm | 2005-05-02 | 1 | -0/+4 |
* | (Variable Aliases): `make-obsolete-variable' is a function and not a macro. | Luc Teirlinck | 2005-05-02 | 1 | -3/+3 |
* | *** empty log message *** | Luc Teirlinck | 2005-05-02 | 1 | -0/+3 |
* | (rlogin): If there are option-like elements in the parsed args, | Thien-Thi Nguyen | 2005-05-02 | 2 | -1/+15 |
* | (rlogin-parse-words): Delete func. | Thien-Thi Nguyen | 2005-05-02 | 1 | -15/+2 |