summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (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
|
* (speedbar-frame-mode): Check if cfx or cfy is a list, and make sure itEric M. Ludlam1998-10-041-9/+7
| | | | | | | gets evalled to a number. Also verify that set-frame-name fn exists before calling it. (speedbar-initial-expansion-list-name): Remove customization since it is not useful in this case.
* (checkdoc-sentencespace-region-engine): Protect a `forward-sexp' callEric M. Ludlam1998-10-041-4/+7
| | | | which could fail, and improved regex for ie, and eg abbreviations.
* (rlogin-send-Ctrl-C): Use process-send-string, not send-string.Noah Friedman1998-10-031-5/+5
| | | | | | (rlogin-send-Ctrl-D): Here also. (rlogin-send-Ctrl-Z): Here also. (rlogin-send-Ctrl-backslash): Here also.
* *** empty log message ***Dan Nicolaescu1998-10-021-2/+2
|
* Initial revisionDan Nicolaescu1998-10-021-0/+321
|
* (hide-region-body): BindDave Love1998-10-021-56/+68
| | | | | | outline-view-change-hook to nil while making repeated calls to outline-flag-region. Run it once at the end. (hide-other, hide-sublevels, show-children): Likewise.
* Remove duplicate scheme-mode entry.Dave Love1998-10-021-14/+12
| | | | | (info-lookup-make-completions): When looking for entries, check that `item' isn't null or "Menu".
* (gnus-valid-select-methods): Fix type.Karl Heuer1998-10-011-0/+1
|
* (gnus-summary-respool-default-method): Fix type.Karl Heuer1998-10-011-1/+2
|
* (gnus-orphan-score, gnus-score-default-header, gnus-score-default-type):Karl Heuer1998-10-011-3/+6
| | | | Fix type.
* (gnus-article-x-face-too-ugly): Fix type.Karl Heuer1998-10-011-2/+2
| | | | (gnus-saved-headers): Fix type.
* (check-ispell-version): No need to bindKarl Heuer1998-10-011-4/+2
| | | | default-major-mode.
* Don't require ffap.Karl Heuer1998-10-011-31/+40
| | | | | (net-utils-machine-at-point, net-utils-url-at-point): New functions. (ping, nslookup-host, finger, network-connection-to-service): Use them.
* (imenu--generic-function): Sort each submenu by position.Karl Heuer1998-09-301-8/+20
| | | | (imenu--sort-by-position): New function.
* (Custom-mode-menu): Fix info node name.Karl Heuer1998-09-301-2/+2
| | | | (customize group): Fix info node name.
* (build-mail-aliases): Don't allowKarl Heuer1998-09-301-6/+6
| | | | | a newline in the alias name. Don't define an alias if the definition would be empty.
* (which-func-mode-global): Make :set functionKarl Heuer1998-09-301-1/+1
| | | | more reliable.
* (custom-set-variables): Load the requests first,Karl Heuer1998-09-301-4/+5
| | | | then check the symbol's `set' function.
* Doc fixes.Karl Heuer1998-09-301-22/+21
|
* (fill-individual-paragraphs-prefix):Karl Heuer1998-09-301-0/+1
| | | | Avoid nil value of `two-lines-citation-part'
* (which-function): Handle case when (car imenu--index-alist) is nil.Karl Heuer1998-09-301-2/+3
|
* Alex Schroeder startup description added.Oliver Seidel1998-09-291-9/+33
|
* (jka-compr-compression-info-list): Remove "-c" fromDave Love1998-09-291-2/+5
| | | | bzip2 args.