summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (Info-fontify-menu-headers): Only fontify `* Menu:' at the beginningLuc Teirlinck2003-07-021-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 Teirlinck2003-07-021-2/+0
|
* *** empty log message ***Luc Teirlinck2003-07-021-0/+7
|
* (vis-mode): Update documentation string to reflect earlier changes.Luc Teirlinck2003-07-011-2/+2
|
* *** empty log message ***Luc Teirlinck2003-07-011-0/+5
|
* (pure-space-overflow): Set it if overflow.Richard M. Stallman2003-06-302-0/+23
|
* (pure-space-overflow): New variable.Richard M. Stallman2003-06-301-0/+8
| | | | | (fancy-splash-screens-1): Display warning if overflow. (normal-splash-screen): Likewise.
* Record new maintainer.Richard M. Stallman2003-06-301-1/+1
|
* (vc-default-show-log-entry): Use with-no-warnings.Richard M. Stallman2003-06-301-2/+3
|
* (lazy-completion-table, dynamic-completion-table): New macros.Richard M. Stallman2003-06-301-0/+37
|
* (gdb-display-number-end): Don't re-initialise localNick Roberts2003-06-291-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 Roberts2003-06-291-0/+10
|
* (set-display-table-and-terminal-coding-system): Remove CVSKai Großjohann2003-06-292-5/+6
| | | | conflict markers and some code.
* (mule-menu-keymap): Delete mouse-set-fonts item here.Richard M. Stallman2003-06-281-4/+5
|
* (menu-bar-options-menu): Move mouse-set-fonts item here.Richard M. Stallman2003-06-281-0/+5
|
* (menu-bar-options-menu): MoveKai Großjohann2003-06-272-1/+6
| | | | `mouse-set-fonts' here from Options/Mule submenu.
* Remove comment about change in Commentary section.Markus Rost2003-06-261-1/+0
|
* (iswitchb-read-buffer): Remove redudant variableStephen Eglen2003-06-262-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 Steingold2003-06-252-4/+7
|
* * progmodes/asm-mode.el (asm-font-lock-keywords): SupportMasatake YAMATO2003-06-252-2/+13
| | | | labels starting with "." and directives starting with ".".
* *** empty log message ***Andreas Schwab2003-06-221-0/+11
|
* (easy-mmode-define-navigation): AvoidAndreas Schwab2003-06-221-3/+3
| | | | | variable as format argument for error. Don't call symbol-name on string.
* (eshell-do-opt): Avoid variable as formatAndreas Schwab2003-06-221-2/+2
| | | | argument for error.
* (vis-mode): Doc fix.Andreas Schwab2003-06-221-1/+1
|
* (diary-check-diary-file): New function.Glenn Morris2003-06-221-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 Morris2003-06-221-0/+32
|
* Regenerate.Glenn Morris2003-06-211-343/+531
|
* (reset-language-environment): Adjusted for the name change:Kenichi Handa2003-06-212-4/+25
| | | | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
* Many name changes: utf-16-{be,le} -> utf-16{be,le}.Kenichi Handa2003-06-211-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 Handa2003-06-212-6/+6
|
* (ucs-unify-8859, ucs-fragment-8859): Adjusted for the name change:Kenichi Handa2003-06-211-2/+6
| | | | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
* (utf-translate-cjk-mode): Fix docstring.Kenichi Handa2003-06-211-1/+1
|
* (vc-rename-file): Fix typo.Luc Teirlinck2003-06-201-7/+7
|
* *** empty log message ***Luc Teirlinck2003-06-201-0/+4
|
* (Info-fontify-node): Improve calculation of other-tag.Andreas Schwab2003-06-192-7/+17
|
* Add a comment in set-display-table-and-terminal-coding-systemEli Zaretskii2003-06-191-0/+5
| | | | explaining why we futz with display tables.
* (c-mode): Reverting last change.Stefan Monnier2003-06-192-3/+15
|
* (gud-find-expr-function): Rename from gud-find-expr.Stefan Monnier2003-06-181-7/+2
| | | | (gud-find-fortran-expr): Move to fortran.el.
* (fortran-gud-find-expr): Move from gud.el (was gud-find-fortran-expr).Stefan Monnier2003-06-181-2/+7
| | | | (fortran-mode): Set gud-find-expr-function.
* (gud-display1): Keep the gdb command, "display", inNick Roberts2003-06-181-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" andNick Roberts2003-06-181-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 tableNick Roberts2003-06-181-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 Roberts2003-06-181-0/+1
|
* *** empty log message ***Nick Roberts2003-06-181-0/+23
|
* (looking-back): Handle the case of non-trivial regexps.Stefan Monnier2003-06-182-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 theLuc Teirlinck2003-06-181-3/+6
| | | | | node name the display property. Give all other such whitespace the invisibility property.
* *** empty log message ***Luc Teirlinck2003-06-181-0/+6
|
* *** empty log message ***Juanma Barranquero2003-06-171-0/+4
|
* Add support for SQLite interpreter.Juanma Barranquero2003-06-171-4/+79
|
* (kill-new): Leave yank-handler property alone if noStefan Monnier2003-06-171-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.