summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (display-time): Rewrite to use built-in timers.Richard M. Stallman1996-02-021-37/+14
| | | | | | | | (display-time-event-handler): Renamed from display-time-filter; now takes no parameters. (display-time-sentinel): Function deleted. (display-time-process): Variable deleted. (display-time-timer): New variable.
* (run-with-timer): Set repetition interval.Richard M. Stallman1996-02-021-1/+1
|
* (auto-mode-alist): .ksh suffix means sh-mode.Richard M. Stallman1996-02-021-3/+5
| | | | (write-file): Interactively, prefix arg means don't confirm.
* Correct specialised fontification and associated stuff.Simon Marshall1996-02-021-161/+189
|
* Fix up specialised fontification stuff.Simon Marshall1996-02-021-11/+17
|
* (ange-ftp-default-user): Doc fix.Richard M. Stallman1996-02-021-11/+37
| | | | | | | | | | | (ange-ftp-netrc-default-user): New variable. (ange-ftp-netrc-default-password): (ange-ftp-netrc-default-account): (ange-ftp-get-user): Use ange-ftp-netrc-default-user. (ange-ftp-get-passwd): Use ange-ftp-netrc-default-... (ange-ftp-get-account): Likewise. (ange-ftp-parse-netrc-group): Set ange-ftp-netrc-default-... (ange-ftp-write-region): executing-macro -> executing-kbd-macro.
* (edmacro-original-buffer, edmacro-finish-hook)Richard M. Stallman1996-02-021-0/+4
| | | | (edmacro-store-hook): Add defvars.
* (compilation-filter): Run compilation-filter-hook.Richard M. Stallman1996-02-011-0/+1
|
* (format-deannotate-region): Fixed bug that createdRichard M. Stallman1996-02-011-2/+15
| | | | double marking of multi-annotation text-properties (eg, bold-italic).
* Initial revisionRichard M. Stallman1996-01-311-0/+334
|
* (mode-line-format): Include column-number-mode.Richard M. Stallman1996-01-311-0/+1
|
* (mail-setup): For mail-self-blind, use user-mail-address.Richard M. Stallman1996-01-301-1/+1
|
* (vip-brac-function): Fix error format string.Karl Heuer1996-01-291-2/+1
|
* (vip-register-macro): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (vip-ex, ex-expand-filsyms, vip-execute-ex-command): Fix error format string.Karl Heuer1996-01-291-10/+7
|
* (vip-execute-ex-command, ex-write): Fix error format string.Karl Heuer1996-01-291-4/+4
|
* (tq-process-buffer): Fix error format string.Karl Heuer1996-01-291-3/+3
|
* (reporter-dump-variable): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (nntp-send-strings-to-server, nntp-async-send-strings): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (msb--choose-menu): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (mh-handle-process-error): Fix error format string.Karl Heuer1996-01-291-7/+7
|
* (mh-read-seq): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (Info-extract-pointer): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (gnus-summary-insert-pseudos-xemacs): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (forms--process-format-list): Fix error format string.Karl Heuer1996-01-291-6/+6
|
* (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error formatKarl Heuer1996-01-291-3/+6
| | | | string.
* (ediff-event-point, ediff-event-buffer): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (sh-shell-variables-initialized): New variable.Richard M. Stallman1996-01-291-11/+52
| | | | | | | | | | | (sh-mode): Make sh-shell-variables and sh-shell-variables-initialized local. (sh-set-shell): Don't scan the buffer for variable assignments. Set sh-shell-variables-initialized to nil. (sh-shell-initialize-variables): New function. (sh-add-completer): New function. Initialize sh-shell-variables here if not yet done. (sh-add): Use sh-add-completer for completion.
* (cpp-parse-error): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (outline-process-exposed): Fix error format string.Karl Heuer1996-01-291-3/+2
|
* (ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix errorKarl Heuer1996-01-291-14/+5
| | | | format string.
* (byte-compile-log-1): Delete format call inside message.Karl Heuer1996-01-291-8/+8
|
* Comment change.Richard M. Stallman1996-01-291-1/+1
|
* (face-color-gray-p): Return nil if x-color-values does.Richard M. Stallman1996-01-291-1/+2
|
* (c-macro-preprocessor): Define a preprocessor nameRichard M. Stallman1996-01-291-10/+27
| | | | | | | | | | | which is valid on MS-DOS. (c-macro-expansion): Do not rely on ``/tmp/'' being present; use environment variables as alternatives (MSDOS). Use `shell-file-name' rather than ``sh''. Redirect `stderr' with `call-process-region' option, not from the shell. Handle shells which don't return exit code from `cpp' (MSDOS). Put messages from `cpp' inside a comment, to avoid messing up syntax highlighting.
* (run-after-delay): Add autoload cookie.Richard M. Stallman1996-01-291-4/+6
| | | | Delete USECS arg. Let REPEAT be a float.
* Sun Jan 28 20:55:10 1996 Richard Stallman <rms@mole.gnu.ai.mit.edu>Richard M. Stallman1996-01-291-146/+184
| | | | | | | | | | | | | * timer.el (timer-inc-time): New function. (run-at-time): Use that. (run-after-delay): New function. * timer.el: Add a usecs slot to each timer. Almost all functions changed. Sun Jan 28 16:47:55 1996 Morten Welinder <terra@diku.dk> * timer.el: Complete rewrite to use built-in timer feature.
* (list-directory): Set default-directory better if theRichard M. Stallman1996-01-281-1/+4
| | | | argument is a directory's file name.
* (apropos-print): Fix previous change.Erik Naggum1996-01-281-1/+1
|
* (name-last-kbd-macro): Reject empty cmd name.Richard M. Stallman1996-01-281-0/+2
|
* (edit-kbd-macro): Reject empty cmd name.Richard M. Stallman1996-01-281-0/+2
|
* (apropos-print): Omit key sequences that contain a frame.Richard M. Stallman1996-01-271-13/+30
|
* (ispell-help): Use set-minibuffer-window.Richard M. Stallman1996-01-271-0/+3
|
* (ispell-command-loop, ispell-region): Pass proper format string to message.Richard M. Stallman1996-01-271-5/+3
|
* (dired-get-filename): When quoting " chars,Richard M. Stallman1996-01-271-1/+1
| | | | handle all of them, including one at start of file name.
* (command-line-normalize-file-name): New function.Richard M. Stallman1996-01-271-2/+10
| | | | (command-line-1): Call it to handle foo//bar in non-Emacs fashion.
* (server-process-filter): In file name, collapse multiple slashes to one.Richard M. Stallman1996-01-261-0/+6
|
* Moved code around to minimize compiler warnings.Michael Kifer1996-01-265-196/+203
|
* (tex-face-alist, tex-latex-face-alist): New variables.Richard M. Stallman1996-01-261-4/+32
| | | | | | | (tex-common-initialization): Set facemenu-add-face-function, facemenu-end-add-face, facemenu-remove-face-function. (slitex-mode): Fix misspelling in value.