summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (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.
* *** empty log message ***Stefan Monnier2003-06-171-8/+39
|
* Version 2.0.35 of Tramp released.Kai Großjohann2003-06-175-52/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink. (tramp-completion-function-alist): Add completion function for "remcp", "remsh" and "plink1". Factor out the `regular' file name handling via a remote shell of some sort into a specific function. Intent is to later put that part of Tramp into a special file, so that the Tramp `core' is just a dispatcher that dispatches to various handlers. (tramp-sh-file-name-handler): New function. (tramp-foreign-file-name-handler-alist): New default value. Call tramp-sh-file-name-handler as default case. (tramp-file-name-handler): Do not invoke the old remote-shell handler. (tramp-find-foreign-file-name-handler): Return after first match is found. From Francis Litterio <franl@world.std.com>. (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns integer, not list. Do not apply `car' to the return value of `tramp-time-diff'. Reported by David D. Smith <ultrasoul@ultrasoul.com>. (tramp-time-diff): Convert return value of subtract-time to a number of seconds in a correct manner, by applying float-time or time-to-seconds. Also correct compat code accordingly. The XEmacs branch for itimer-time-difference didn't need correction, it returned a float already. Reported by David D. Smith <ultrasoul@ultrasoul.com>. (tramp-handle-insert-file-contents): When calling `file-local-copy', let-bind `inhibit-file-name-operation' accordingly. This makes sure that jka-compr is not called when `insert-file-contents-literally' is invoked. From Katsumi Yamaoka <yamaoka@jpl.org>. (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when writing the target file. (tramp-foreign-file-name-handler-alist): Add comment about default value having to come last. (tramp-handle-file-local-copy, tramp-handle-write-region): Add the "-p" hack. (tramp-handle-copy-file): Set file modes of target file. (tramp-handle-file-local-copy) (tramp-do-copy-or-rename-via-buffer): Use binary coding system, instead of no-conversion. They are the same on Emacs but different on XEmacs. (tramp-shell-prompt-pattern): Allow multiple escape sequences (each with optional trailing space). * net/tramp-uu.el: * net/tramp-util.el: * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie for XEmacs compatibility.
* *** empty log message ***Kenichi Handa2003-06-171-0/+12
|
* (x-select-request-type): New variable.Kenichi Handa2003-06-171-18/+104
| | | | | | | (x-select-utf8-or-ctext): New function. (x-selection-value): New function. (x-cut-buffer-or-selection-value): Call x-selection-value to get a selection data. Set next-selection-coding-system to nil.
* (x-get-selection): If the string returned byKenichi Handa2003-06-171-1/+12
| | | | | x-get-selection-internal has text property `foreign-selection', decode it while preserving that property.
* (vis-mode): New function.Luc Teirlinck2003-06-171-0/+23
| | | | (saved-buffer-invisibility-spec): New variable.
* *** empty log message ***Luc Teirlinck2003-06-171-0/+5
|
* *** empty log message ***Juanma Barranquero2003-06-161-0/+5
|
* (sh-while-getopts, sh-if, sh-case): Revert part of previous change.Juanma Barranquero2003-06-161-3/+3
|
* New file.Juanma Barranquero2003-06-162-0/+1322
|
* (recover-session-finish): Don't give up when there are two consecutive emptyJuanma Barranquero2003-06-161-13/+16
| | | | lines in the auto-save-list file.
* (ispell-menu-bar): Don't autoload.Stefan Monnier2003-06-161-4/+2
| | | | (cvs-global-menu): Use the function rather than the variable.
* (cvs-global-menu): Define as a function as well.Stefan Monnier2003-06-161-2/+3
|
* (debug): Fix call to message.Stefan Monnier2003-06-161-2/+2
|
* (cua-mode): Use explicit arg to turn off minor modes.Stefan Monnier2003-06-161-3/+3
|
* (cl-macroexpand-all):Stefan Monnier2003-06-161-2/+3
| | | | Don't burp if (cadr (caddr found)) encounters a non-list element.
* (cl-parse-loop-clause): Use map-keymap.Stefan Monnier2003-06-161-2/+4
| | | | (defsubst*): Don't put a `cl-whole argument if it's not used.