Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * language/korea-util.el (isearch-toggle-korean-input-method): | Kenichi Handa | 1999-05-11 | 1 | -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 Love | 1999-05-10 | 1 | -2/+1 |
| | |||||
* | (byte-boolean-vars): Add | Andreas Schwab | 1999-05-10 | 1 | -1/+2 |
| | | | | unibyte-display-via-language-environment. | ||||
* | (help-make-xrefs): Handle more cases when looking for | Andreas Schwab | 1999-05-10 | 1 | -8/+7 |
| | | | | commands in a keymap description. | ||||
* | For ms-dos systems, load ccl and codepage. | Eli Zaretskii | 1999-05-10 | 1 | -0/+2 |
| | |||||
* | (ps-control-character): Call | Kenichi Handa | 1999-05-10 | 1 | -0/+1 |
| | | | | ps-mule-prepare-ascii-font to setup ASCII fonts. | ||||
* | (ps-mule-begin-job): Redo this change "if | Kenichi Handa | 1999-05-10 | 1 | -1/+1 |
| | | | | | ps-multibyte-buffer is nil, use ps-mule-font-info-database-default." | ||||
* | (ispell-local-dictionary-alist): New variable for | Karl Heuer | 1999-05-09 | 1 | -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 Heuer | 1999-05-09 | 1 | -1/+2 |
| | |||||
* | (with-temp-message): Fix the other call to message to use %s. | Karl Heuer | 1999-05-07 | 1 | -1/+1 |
| | |||||
* | (comint-password-prompt-regexp): Modified so that it matches the | Joel N. Weber II | 1999-05-07 | 1 | -2/+3 |
| | | | | output of kinit. | ||||
* | (timezone-parse-date): Recognize new format used in internet cookies. | Karl Heuer | 1999-05-06 | 1 | -0/+4 |
| | |||||
* | (iso-languages): Add latin-2 cedillas. | Karl Heuer | 1999-05-04 | 1 | -0/+3 |
| | |||||
* | (display-time-update): Allow for wrap-around when | Andrew Innes | 1999-05-04 | 1 | -3/+5 |
| | | | | checking against display-time-server-down-time. | ||||
* | (describe-coding-system): Fix English message. | Kenichi Handa | 1999-05-04 | 1 | -1/+1 |
| | |||||
* | Change the x-charset-registry property for the | Andrew Innes | 1999-05-03 | 1 | -0/+7 |
| | | | | Japanese charsets that are supported by Japanese Windows fonts. | ||||
* | (diary-remind): Rewritten to behave sensibly for | Karl Heuer | 1999-05-03 | 1 | -21/+26 |
| | | | | | diary-block diary entries for which the reminders and the diary entries can overlap. | ||||
* | (mouse-set-font): Ensure constructed fontset | Andrew Innes | 1999-05-02 | 1 | -2/+12 |
| | | | | matches the font selected in the dialog. | ||||
* | (browse-url-browser-function): Add :version. | Dave Love | 1999-05-02 | 1 | -0/+1 |
| | |||||
* | (auto-coding-alist): Add .tgz. | Dave Love | 1999-05-02 | 1 | -2/+2 |
| | |||||
* | (w32-drag-n-drop): Select file in window where | Andrew Innes | 1999-05-02 | 1 | -1/+3 |
| | | | | it is dropped, rather than current window. | ||||
* | (smtpmail-deduce-address-list): Bind variables | Andrew Innes | 1999-05-02 | 1 | -11/+10 |
| | | | | | after switching buffer, as case-fold-search is a buffer local variable. | ||||
* | (cp-coding-system-for-codepage-1): | Andrew Innes | 1999-05-02 | 1 | -1/+5 |
| | | | | Make the magnification parameter for the -dos encoder be 2. | ||||
* | (convert-standard-filename): Only convert directory | Andrew Innes | 1999-05-02 | 1 | -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 from | Andrew Innes | 1999-05-02 | 1 | -9/+11 |
| | | | | | format-time-string, and return a suitable string to indicate the timestamp was invalid. | ||||
* | (hexlify-command): Apply shell-quote-argument after | Andrew Innes | 1999-05-02 | 1 | -2/+8 |
| | | | | | expanding hexl-program in case exec-directory contains a space. (dehexlify-command): Ditto. | ||||
* | (file-name-buffer-file-type-alist): Remove various | Andrew Innes | 1999-05-02 | 1 | -9/+15 |
| | | | | file extension regexps which aren't necessarily binary files. | ||||
* | (browse-url-browser-function): Default to | Andrew Innes | 1999-05-02 | 1 | -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 or | Karl Heuer | 1999-05-01 | 1 | -28/+33 |
| | | | | forms-last-record if the data file has zero records. | ||||
* | (find-file-noselect-1): If buffer-file-name has changed | Karl Heuer | 1999-04-29 | 1 | -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 Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (which-func-mode-global): Doc fix. | Dave Love | 1999-04-27 | 1 | -3/+3 |
| | |||||
* | (type-break-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -3/+3 |
| | |||||
* | (display-time-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (resize-minibuffer-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -3/+3 |
| | |||||
* | (mouse-sel-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (icomplete-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (hscroll-global-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (temp-buffer-resize-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (global-font-lock-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -3/+3 |
| | |||||
* | (delete-selection-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (mouse-avoidance-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (auto-insert-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (winner-mode): Doc fix. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | Comment on netscape. | Dave Love | 1999-04-27 | 1 | -2/+2 |
| | |||||
* | (rmail-next-same-subject): When searching, ignore | Karl Heuer | 1999-04-26 | 1 | -2/+2 |
| | | | | the same whitespace that was ignored in choosing the subject string. | ||||
* | (Info-find-node): Position properly after finding anchor. | Karl Heuer | 1999-04-26 | 1 | -24/+46 |
| | |||||
* | (all): Handle unibyte-display-via-language-environment. | Karl Heuer | 1999-04-26 | 1 | -0/+1 |
| | |||||
* | (outline-regexp): Doc fix. | Karl Heuer | 1999-04-26 | 1 | -1/+1 |
| | |||||
* | (indent-new-comment-line): Fix previous change. | Karl Heuer | 1999-04-26 | 1 | -4/+6 |
| |