summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * language/korea-util.el (isearch-toggle-korean-input-method):Kenichi Handa1999-05-111-0/+9
| | | | | | Adjusted for the change of input method handling in isearch.el. (isearch-hangul-switch-symbol-ksc): Likewise. (isearch-hangul-switch-hanja): Likewise.
* (help-make-xrefs): Fix typpo.Dave Love1999-05-101-2/+1
|
* (byte-boolean-vars): AddAndreas Schwab1999-05-101-1/+2
| | | | unibyte-display-via-language-environment.
* (help-make-xrefs): Handle more cases when looking forAndreas Schwab1999-05-101-8/+7
| | | | commands in a keymap description.
* For ms-dos systems, load ccl and codepage.Eli Zaretskii1999-05-101-0/+2
|
* (ps-control-character): CallKenichi Handa1999-05-101-0/+1
| | | | ps-mule-prepare-ascii-font to setup ASCII fonts.
* (ps-mule-begin-job): Redo this change "ifKenichi Handa1999-05-101-1/+1
| | | | | ps-multibyte-buffer is nil, use ps-mule-font-info-database-default."
* (ispell-local-dictionary-alist): New variable forKarl Heuer1999-05-091-87/+143
| | | | | | | | | | | | | | | | | customizing local dictionaries not accessable by everyone. (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'. (ispell-required-version): Changed format `(major minor revision)' to support general pattern matching. (ispell-tex-skip-alists): AMS Tex block comment and `\author' skip region commented out due to incorrect skip potential in std latex. (ispell-word): Removed `when' macro. Fixed bug of not restoring cursor point on small words for calls from `ispell-minor-mode'. (check-ispell-version): Tests and accepts versions major.minor and above, with adjustments for interactions in 3.1.0-3.1.11. (ispell-get-line): No longer skips ispell process special characters. (ispell-comments-and-strings): Removed `when' macro call. (ispell-minor-check): Requires ispell-word to restore cursor point. (ispell-buffer-local-parsing): Supports checking comments only.
* (comint-password-prompt-regexp): Fix last change to be more specific.Karl Heuer1999-05-091-1/+2
|
* (with-temp-message): Fix the other call to message to use %s.Karl Heuer1999-05-071-1/+1
|
* (comint-password-prompt-regexp): Modified so that it matches theJoel N. Weber II1999-05-071-2/+3
| | | | output of kinit.
* (timezone-parse-date): Recognize new format used in internet cookies.Karl Heuer1999-05-061-0/+4
|
* (iso-languages): Add latin-2 cedillas.Karl Heuer1999-05-041-0/+3
|
* (display-time-update): Allow for wrap-around whenAndrew Innes1999-05-041-3/+5
| | | | checking against display-time-server-down-time.
* (describe-coding-system): Fix English message.Kenichi Handa1999-05-041-1/+1
|
* Change the x-charset-registry property for theAndrew Innes1999-05-031-0/+7
| | | | Japanese charsets that are supported by Japanese Windows fonts.
* (diary-remind): Rewritten to behave sensibly forKarl Heuer1999-05-031-21/+26
| | | | | diary-block diary entries for which the reminders and the diary entries can overlap.
* (mouse-set-font): Ensure constructed fontsetAndrew Innes1999-05-021-2/+12
| | | | matches the font selected in the dialog.
* (browse-url-browser-function): Add :version.Dave Love1999-05-021-0/+1
|
* (auto-coding-alist): Add .tgz.Dave Love1999-05-021-2/+2
|
* (w32-drag-n-drop): Select file in window whereAndrew Innes1999-05-021-1/+3
| | | | it is dropped, rather than current window.
* (smtpmail-deduce-address-list): Bind variablesAndrew Innes1999-05-021-11/+10
| | | | | after switching buffer, as case-fold-search is a buffer local variable.
* (cp-coding-system-for-codepage-1):Andrew Innes1999-05-021-1/+5
| | | | Make the magnification parameter for the -dos encoder be 2.
* (convert-standard-filename): Only convert directoryAndrew Innes1999-05-021-4/+6
| | | | | separators to backslash if the interactive shell is one of the standard Windows shells that has DOS semantics.
* (ls-lisp-format-time): Trap errors fromAndrew Innes1999-05-021-9/+11
| | | | | format-time-string, and return a suitable string to indicate the timestamp was invalid.
* (hexlify-command): Apply shell-quote-argument afterAndrew Innes1999-05-021-2/+8
| | | | | expanding hexl-program in case exec-directory contains a space. (dehexlify-command): Ditto.
* (file-name-buffer-file-type-alist): Remove variousAndrew Innes1999-05-021-9/+15
| | | | file extension regexps which aren't necessarily binary files.
* (browse-url-browser-function): Default toAndrew Innes1999-05-021-1/+11
| | | | | browse-url-default-windows-browser on windows-nt. (browse-url-default-windows-browser): New function.
* (forms-mode): Don't call forms-first-record orKarl Heuer1999-05-011-28/+33
| | | | forms-last-record if the data file has zero records.
* (find-file-noselect-1): If buffer-file-name has changedKarl Heuer1999-04-291-3/+5
| | | | | after find-file-not-found-hooks runs, recompute the truename. And don't use FILENAME after that point.
* (show-paren-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (which-func-mode-global): Doc fix.Dave Love1999-04-271-3/+3
|
* (type-break-mode): Doc fix.Dave Love1999-04-271-3/+3
|
* (display-time-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (resize-minibuffer-mode): Doc fix.Dave Love1999-04-271-3/+3
|
* (mouse-sel-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (icomplete-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (hscroll-global-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (temp-buffer-resize-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (global-font-lock-mode): Doc fix.Dave Love1999-04-271-3/+3
|
* (delete-selection-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (mouse-avoidance-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (auto-insert-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* (winner-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* Comment on netscape.Dave Love1999-04-271-2/+2
|
* (rmail-next-same-subject): When searching, ignoreKarl Heuer1999-04-261-2/+2
| | | | the same whitespace that was ignored in choosing the subject string.
* (Info-find-node): Position properly after finding anchor.Karl Heuer1999-04-261-24/+46
|
* (all): Handle unibyte-display-via-language-environment.Karl Heuer1999-04-261-0/+1
|
* (outline-regexp): Doc fix.Karl Heuer1999-04-261-1/+1
|
* (indent-new-comment-line): Fix previous change.Karl Heuer1999-04-261-4/+6
|