summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vhdl-add-index-menu): reverse order in imenu-generic-expression.Richard M. Stallman1998-10-141-18/+28
| | | | | | | | | | | (vhdl-template-assert, vhdl-block, vhdl-configuration-spec) (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map) (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop) (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo). (vhdl-when): Fix indentation problem. (vhdl-outer-space): Add "_" to syntax table for expand-abbrev. (vhdl-get-port, vhdl-get-generic): Bug fix in template. (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
* (ange-ftp-read-passwd): Function deleted.Dave Love1998-10-141-27/+5
| | | | | (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd. (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
* 1998-10-14 Dave Love <fx@gnu.org>Dave Love1998-10-141-8/+16
| | | | | | | | | | | | | * progmodes/fortran.el (fortran-mode-map): Change "Join Continuation Line" to "Join Line". (font-lock-keywords-1): Add "cycle", "exit". 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE> * progmodes/fortran.el (fortran-join-line): Use `delete-indentation' instead of issuing an error message if not on a continuation line. Provide for joining several lines using prefix arg.
* (msdos-color-values): New variable.Eli Zaretskii1998-10-141-1/+43
| | | | | (x-color-values): New function, emulates its namesake from src/xfns.c. (msdos-bg-mode): Add all dark colors to those which return "dark".
* (uce-reply-to-uce): Bind case-fold-search.Richard M. Stallman1998-10-141-2/+3
|
* (keep-lines, flush-lines, how-many):Richard M. Stallman1998-10-141-13/+29
| | | | Don't ignore case if arg has upper case letters.
* (make-coding-system): Create -with-esc variant coding system.Kenichi Handa1998-10-141-9/+26
|
* (ls-lisp-use-insert-directory-program): New variable.Geoff Voelker1998-10-141-2/+27
| | | | | (ls-lisp-insert-directory): Renamed from insert-directory. (insert-directory): New function.
* (lisp-complete-symbol): Don't bind completion-fixup-function.Richard M. Stallman1998-10-131-6/+1
|
* (completion-fixup-function): Variable deleted.Richard M. Stallman1998-10-131-16/+1
| | | | (completion-setup-function): Delete code for completion-fixup-function.
* (set-fill-column): Doc fix.Richard M. Stallman1998-10-131-0/+1
|
* (smtpmail-send-data-1): Use encode-coding-string.Richard M. Stallman1998-10-131-2/+8
| | | | | (smtpmail-address-buffer): Add defvar. (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
* (ffap-machine-p-local): Fix editing error.Richard M. Stallman1998-10-131-1/+1
|
* (hide-ifdef-env, hif-outside-read-only):Andreas Schwab1998-10-131-56/+58
| | | | | | | | | | | | Move declaration before first use. (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr, hif-math, hif-factor): Rename token to hif-token and token-list to hif-token-list. (hif-token, hif-token-list): Declare them. (hif-find-ifdef-block): Return cons of top and bottom point instead of setting dynamically bound variables. (hide-ifdef-block, show-ifdef-block): Use return value of hif-find-ifdef-block.
* (telnet-initial-filter): Use clear-this-command-keys.Richard M. Stallman1998-10-131-1/+2
|
* (read-passwd): Use clear-this-command-keys.Richard M. Stallman1998-10-131-0/+1
|
* (nntp-possibly-change-group): Allow for unexpectedRichard M. Stallman1998-10-131-1/+3
| | | | | responses to GROUP command, since this may be called from a timer with quit inhibited.
* (pop3-open-server): Bind coding-system-for-read and ...-for-write.Richard M. Stallman1998-10-121-2/+2
|
* (ccl-compile-if): If there's no false-cmds,Kenichi Handa1998-10-121-7/+15
| | | | | | | | | set unconditional-jump to nil. (ccl-compile-read-multibyte-character): Return nil. (ccl-compile-write-multibyte-character): Likewise. (ccl-compile-translate-character): Likewise (ccl-compile-map-multiple): Likewise. (ccl-compile-map-single): Likewise.
* Add coding tag.Kenichi Handa1998-10-121-2/+2
| | | | (kinsoku-bol): Remove superfluous TAB in a string.
* (find-coding-systems-for-charsets):Kenichi Handa1998-10-121-0/+1
| | | | Delete `composition' (if any) from CHARSETS.
* (setup-specified-language-environment): Add apropos-inhibit property.Richard M. Stallman1998-10-121-0/+4
| | | | (describe-specified-language-support): Likewise.
* (Info-insert-dir): Detect and report problemsRichard M. Stallman1998-10-111-6/+34
| | | | | | | in input files, such as "No Top node". Return with point at the beginning of the text. (Info-find-node): Reinsert the code to handle files with no tags table; it was deleted by mistake.
* (tags-loop-revert-buffers): New variable.Richard M. Stallman1998-10-111-1/+17
| | | | | (next-file): Optionally offer to revert a file's buffer, if it has an existing buffer but the file has changed.
* (texinfo-make-menu): Don't letRichard M. Stallman1998-10-111-1/+8
| | | | | texinfo-find-higher-level-node repeatedly find the same node. (texinfo-find-higher-level-node): Doc fix.
* (feedmail-queue-runner-is-active): Definition moved.Richard M. Stallman1998-10-101-9/+9
|
* (frame-set-background-mode): Don't do anythung for text-only or MSDOS frame.Richard M. Stallman1998-10-101-24/+25
|
* (pop3-open-server): Set process-coding-system-alist around open-network-stream.Richard M. Stallman1998-10-081-1/+3
|
* (quail-defrule): New optional arg APPEND.Kenichi Handa1998-10-081-7/+21
| | | | (quail-defrule-internal): Fix bug of handling the argument APPEND.
* (save-buffer): Doc fix.Richard M. Stallman1998-10-081-1/+5
|
* (profile-fix-fun): If already profiled,Karl Heuer1998-10-071-32/+22
| | | | return DEF unchanged, not nil. Simplify.
* (file-name-buffer-file-type-alist): Fix typo in regexp.Geoff Voelker1998-10-071-1/+1
|
* (generic-mode-with-type): Added hooks for generic-modes.Karl Heuer1998-10-071-0/+3
|
* (ftp, nslookup): Require comint.Karl Heuer1998-10-061-8/+67
| | | | | | | | (network-service-connection): Likewise. (whois-server-name): Defaults to whois.arin.net (whois-server-list, whois-server-tld, whois-guess-server): New var. (whois): Tries to guess the appropriate top-level domain server. (whois-get-tld): New function.
* Mentioned dirtrack-debug-toggle in the docs.Karl Heuer1998-10-061-1/+23
| | | | | Added note about running shells as other users or on other machines. (dirtrack-debug-toggle): Added this function.
* (clean-buffer-list): Add autoload cookie.Karl Heuer1998-10-061-0/+1
|
* (eval-defun): Return the evaluation result.Karl Heuer1998-10-061-2/+6
|
* (apropos-print): control invalid characters.Karl Heuer1998-10-061-1/+3
|
* (find-file-noselect): Switch to the correct bufferKarl Heuer1998-10-061-2/+3
| | | | | before checking find-file-literally, and allow non-nil non-t rawfile params.
* (perform-replace): Position point properlyKarl Heuer1998-10-061-4/+7
| | | | before and after the recursive edit of C-r.
* (archive-mode-revert): Arg no-auto-save renamed from no-autosave.Karl Heuer1998-10-061-1/+1
|
* Comment fix.Karl Heuer1998-10-064-7/+7
|
* (ediff-arrange-auto-save-in-merge-jobs): RenamedKarl Heuer1998-10-061-2/+2
| | | | from ediff-arrange-autosave-in-merge-jobs. Callers changed.
* (tar-mode-revert): no-auto-save arg renamed from no-autosave.Karl Heuer1998-10-061-1/+1
|
* (message-auto-save-directory): Renamed fromKarl Heuer1998-10-061-10/+10
| | | | message-autosave-directory. All references changed.
* (rmail-retry-failure): Allow blanks in boundaryKarl Heuer1998-10-061-3/+8
| | | | string. Expose mime stuff while searching.
* (tags-reset-tags-tables): ProperlyKarl Heuer1998-10-061-10/+10
| | | | find the markers in the old rings that are being discarded.
* (lm-font-lock-face-O, lm-font-lock-face-X):Karl Heuer1998-10-061-6/+6
| | | | | Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid confusing customize.
* (bat-generic-mode): Fix regexps for keywords andEli Zaretskii1998-10-061-20/+51
| | | | built-in commands. Add more built-in commands and fix face names.
* Added entry for Speedbar.Simon Marshall1998-10-051-0/+2
|