aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-dired-mode): Make the dired-move-to-filename-regexpRichard M. Stallman1999-05-231-3/+3
| | | | | regexp match the date, to avoid treating date as file size. Add YYYY S option to WESTERN/
* (diary-mail-entries): Use fancy-diary-buffer.Richard M. Stallman1999-05-221-1/+1
|
* (describe-function-1): Extra arg, interactive-p.Richard M. Stallman1999-05-221-4/+4
| | | | (describe-key, describe-function): Use it.
* (all): Delete selective-display. Add scroll-margin,Richard M. Stallman1999-05-221-6/+3
| | | | scroll-preserve-screen-position, scroll-conservatively.
* (add-to-list): Doc fix.Richard M. Stallman1999-05-221-0/+2
|
* (texinfo-format-var): Handle other nested constructs, usingRichard M. Stallman1999-05-191-2/+3
| | | | | texinfo-parse-expanded-arg and texinfo-discard-command, not texinfo-parse-arg-discard.
* (texinfo-anchor): Don't delete a non-speace after the @anchor command.Richard M. Stallman1999-05-191-1/+2
|
* (debugger-outer-inhibit-redisplay): New variable.Richard M. Stallman1999-05-181-6/+12
| | | | | | (debug): Bind and use debugger-outer-inhibit-redisplay. Bind inhibit-redisplay to nil. (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
* Comment fix.Karl Heuer1999-05-171-1/+1
|
* (ispell-local-dictionary-alist): Add autoload cookie.Karl Heuer1999-05-171-0/+1
|
* (gud-format-command): "%F" means file sans extension.Richard M. Stallman1999-05-171-6/+11
| | | | (jdb): use %F, not %f, for gud-break.
* (byte-optimize-plus): Fix 1-arg case.Richard M. Stallman1999-05-171-0/+4
|
* Completely revised and massively extended.Karl Heuer1999-05-151-3181/+7958
|
* (sh-mode): Do not fail if buffer has noKarl Heuer1999-05-151-2/+3
| | | | magic number and is not associated with a file.
* [from rms]Dave Love1999-05-141-1/+2
| | | | | (find-file-noselect-1): Use abbreviate-file-name when setting buffer-file-truename.
* (fast-lock-cache-name): Fix test for `windows-nt'.Karl Heuer1999-05-141-1/+1
|
* Change MULE to Mule in docstrings and menus.Kenichi Handa1999-05-141-3/+3
|
* (mule-diag): Change MULE to Mule in docstring.Kenichi Handa1999-05-141-2/+2
|
* fix previous changeKenichi Handa1999-05-131-2/+2
|
* (ps-mule-prologue): Fix the definition of DefFontMuleKenichi Handa1999-05-131-14/+49
| | | | | | | | to correctly reflect the value of BaseLineOffset in RelativeCompose. Now the value of RelativeCompose is an array of low and high positions. (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and RLC for the above change.
* Removed some inappropriate "autoload comments", asOliver Seidel1999-05-121-8/+7
| | | | suggested by <[email protected]>. Thanks.
* (comint-password-prompt-regexp): Modified to match the output of ksuJoel N. Weber II1999-05-111-1/+3
| | | | and ssh-add.
* * 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.