Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Info-fontify-menu-headers): Only fontify `* Menu:' at the beginning | Luc Teirlinck | 2003-07-02 | 1 | -5/+6 |
| | | | | | | of a line. (Info-extract-menu-node-name): Correctly initialize while loop. (Info-scroll-prefer-subnodes): Change default to nil. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-07-02 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-07-02 | 1 | -0/+7 |
| | |||||
* | (vis-mode): Update documentation string to reflect earlier changes. | Luc Teirlinck | 2003-07-01 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-07-01 | 1 | -0/+5 |
| | |||||
* | (pure-space-overflow): Set it if overflow. | Richard M. Stallman | 2003-06-30 | 2 | -0/+23 |
| | |||||
* | (pure-space-overflow): New variable. | Richard M. Stallman | 2003-06-30 | 1 | -0/+8 |
| | | | | | (fancy-splash-screens-1): Display warning if overflow. (normal-splash-screen): Likewise. | ||||
* | Record new maintainer. | Richard M. Stallman | 2003-06-30 | 1 | -1/+1 |
| | |||||
* | (vc-default-show-log-entry): Use with-no-warnings. | Richard M. Stallman | 2003-06-30 | 1 | -2/+3 |
| | |||||
* | (lazy-completion-table, dynamic-completion-table): New macros. | Richard M. Stallman | 2003-06-30 | 1 | -0/+37 |
| | |||||
* | (gdb-display-number-end): Don't re-initialise local | Nick Roberts | 2003-06-29 | 1 | -19/+25 |
| | | | | | | | | | variables to preserve array slices. (gdb-array-slice): Rename gdb-mouse-array-slice. (gdb-array-slice): Interactive function bound to "\r" for text terminals. (gdb-view-source): Rename gdb-view-source-function. Set uninitialised variables (defvars) to nil. | ||||
* | *** empty log message *** | Nick Roberts | 2003-06-29 | 1 | -0/+10 |
| | |||||
* | (set-display-table-and-terminal-coding-system): Remove CVS | Kai Großjohann | 2003-06-29 | 2 | -5/+6 |
| | | | | conflict markers and some code. | ||||
* | (mule-menu-keymap): Delete mouse-set-fonts item here. | Richard M. Stallman | 2003-06-28 | 1 | -4/+5 |
| | |||||
* | (menu-bar-options-menu): Move mouse-set-fonts item here. | Richard M. Stallman | 2003-06-28 | 1 | -0/+5 |
| | |||||
* | (menu-bar-options-menu): Move | Kai Großjohann | 2003-06-27 | 2 | -1/+6 |
| | | | | `mouse-set-fonts' here from Options/Mule submenu. | ||||
* | Remove comment about change in Commentary section. | Markus Rost | 2003-06-26 | 1 | -1/+0 |
| | |||||
* | (iswitchb-read-buffer): Remove redudant variable | Stephen Eglen | 2003-06-26 | 2 | -20/+23 |
| | | | | | | | | | | iswitchb-prepost-hooks. Remove iswitchb-xemacs variable and use (featurep 'xemacs) and fboundp instead. (From Stefan Monnier). (iswitchb-completions): Remove two redundant arguments and local variables. (From Stefan Monnier). Commentary fix (from Markus Rost). | ||||
* | (gnus-group-suspend): Avoid some consing. | Sam Steingold | 2003-06-25 | 2 | -4/+7 |
| | |||||
* | * progmodes/asm-mode.el (asm-font-lock-keywords): Support | Masatake YAMATO | 2003-06-25 | 2 | -2/+13 |
| | | | | labels starting with "." and directives starting with ".". | ||||
* | *** empty log message *** | Andreas Schwab | 2003-06-22 | 1 | -0/+11 |
| | |||||
* | (easy-mmode-define-navigation): Avoid | Andreas Schwab | 2003-06-22 | 1 | -3/+3 |
| | | | | | variable as format argument for error. Don't call symbol-name on string. | ||||
* | (eshell-do-opt): Avoid variable as format | Andreas Schwab | 2003-06-22 | 1 | -2/+2 |
| | | | | argument for error. | ||||
* | (vis-mode): Doc fix. | Andreas Schwab | 2003-06-22 | 1 | -1/+1 |
| | |||||
* | (diary-check-diary-file): New function. | Glenn Morris | 2003-06-22 | 1 | -273/+245 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (diary, view-diary-entries, show-all-diary-entries) (mark-diary-entries): Use it. (view-other-diary-entries): Doc fix. Use `prefix-numeric-value'. (diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix. (diary-modified, d-file): No need to defvar (for compiler). (list-diary-entries): No need for `let*' so use `let'. (simple-diary-display): Use `diary-file' directly rather than inheriting `d-file' from `list-diary-entries' caller. (make-fancy-diary-buffer, show-all-diary-entries): `mode-line-format' already buffer-local. (diary-mail-addr): Set to the empty string (rather than nil) if undefined, as per `user-mail-address'. (diary-mail-entries): Doc fix. Error if `diary-mail-address' unset. (mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice. Remove an un-needed `if'. (list-sexp-diary-entries): Remove local vars mark and s-entry, and use `let' rather than `let*'. (diary-date, insert-monthly-diary-entry) (insert-yearly-diary-entry, insert-anniversary-diary-entry) (insert-block-diary-entry, insert-cyclic-diary-entry) (font-lock-diary-date-forms): No need for `let*' so use `let'. (make-diary-entry): Doc fix. Use `or' rather than `if'. (diary-font-lock-keywords): Use `when'. `cal-islam' is required feature, not `cal-islamic'. `calendar-islamic-month-name-array-leap-year' does not exist - use `calendar-islamic-month-name-array'. | ||||
* | *** empty log message *** | Glenn Morris | 2003-06-22 | 1 | -0/+32 |
| | |||||
* | Regenerate. | Glenn Morris | 2003-06-21 | 1 | -343/+531 |
| | |||||
* | (reset-language-environment): Adjusted for the name change: | Kenichi Handa | 2003-06-21 | 2 | -4/+25 |
| | | | | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. | ||||
* | Many name changes: utf-16-{be,le} -> utf-16{be,le}. | Kenichi Handa | 2003-06-21 | 1 | -57/+70 |
| | | | | | (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding system aliases for backward compatibility. | ||||
* | Adjusted for the name change: xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. | Kenichi Handa | 2003-06-21 | 2 | -6/+6 |
| | |||||
* | (ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change: | Kenichi Handa | 2003-06-21 | 1 | -2/+6 |
| | | | | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}. | ||||
* | (utf-translate-cjk-mode): Fix docstring. | Kenichi Handa | 2003-06-21 | 1 | -1/+1 |
| | |||||
* | (vc-rename-file): Fix typo. | Luc Teirlinck | 2003-06-20 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | Luc Teirlinck | 2003-06-20 | 1 | -0/+4 |
| | |||||
* | (Info-fontify-node): Improve calculation of other-tag. | Andreas Schwab | 2003-06-19 | 2 | -7/+17 |
| | |||||
* | Add a comment in set-display-table-and-terminal-coding-system | Eli Zaretskii | 2003-06-19 | 1 | -0/+5 |
| | | | | explaining why we futz with display tables. | ||||
* | (c-mode): Reverting last change. | Stefan Monnier | 2003-06-19 | 2 | -3/+15 |
| | |||||
* | (gud-find-expr-function): Rename from gud-find-expr. | Stefan Monnier | 2003-06-18 | 1 | -7/+2 |
| | | | | (gud-find-fortran-expr): Move to fortran.el. | ||||
* | (fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr). | Stefan Monnier | 2003-06-18 | 1 | -2/+7 |
| | | | | (fortran-mode): Set gud-find-expr-function. | ||||
* | (gud-display1): Keep the gdb command, "display", in | Nick Roberts | 2003-06-18 | 1 | -47/+54 |
| | | | | | | | | | the command history. (gdb-restore-windows): Make restore work when gdb-many-windows is nil. (gdb-source-info, gdba): Display assembler if there is no symbol table for main, or message if there is no main. (gdb-assembler-custom): Move point to current line of assembler. | ||||
* | (gud-menu-map): Add dbx support for "run" and | Nick Roberts | 2003-06-18 | 1 | -20/+32 |
| | | | | | | | | "nexti". (dbx): Define gud-nexti and gud-run. (gud-find-expr, gud-find-fortran-expr): New functions. (gud-find-expr): New variable. (gud-find-c-expr): Simplify. | ||||
* | (fortran-gud-syntax-table): Syntax table | Nick Roberts | 2003-06-18 | 1 | -0/+7 |
| | | | | | for parsing Fortran expressions for gud-print. (Stefan Monnier) (fortran-mode): Add local variable gud-find-expr. | ||||
* | (c-mode): Add local variable gud-find-expr. | Nick Roberts | 2003-06-18 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2003-06-18 | 1 | -0/+23 |
| | |||||
* | (looking-back): Handle the case of non-trivial regexps. | Stefan Monnier | 2003-06-18 | 2 | -11/+28 |
| | | | | | | Add an optional `limit' argument. (push, pop, with-temp-file, with-temp-message, delay-mode-hooks) (with-syntax-table): Add edebug info. | ||||
* | (Info-fontify-node): Give only the last whitespace character after the | Luc Teirlinck | 2003-06-18 | 1 | -3/+6 |
| | | | | | node name the display property. Give all other such whitespace the invisibility property. | ||||
* | *** empty log message *** | Luc Teirlinck | 2003-06-18 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2003-06-17 | 1 | -0/+4 |
| | |||||
* | Add support for SQLite interpreter. | Juanma Barranquero | 2003-06-17 | 1 | -4/+79 |
| | |||||
* | (kill-new): Leave yank-handler property alone if no | Stefan Monnier | 2003-06-17 | 1 | -11/+9 |
| | | | | | | | | explicit yank-handler is specified. (vis-mode-saved-buffer-invisibility-spec): Rename from saved-buffer-invisibility-spec. (vis-mode): Correctly handle the case where the mode is turned on or off several times in a row. |