summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (vc-backend-checkin): For CVS, forget the checkout model after commit.Richard M. Stallman1997-07-311-35/+73
| | | | | | | (vc-backend-checkout): Use "cvs edit" for files with manual checkout. (vc-minor-part, vc-previous-version): New functions. (vc-diff): Don't ask or guess version numbers. (vc-version-diff): Suggest default versions based on the file state.
* (vc-checkout-model): For CVS, look atRichard M. Stallman1997-07-311-1/+10
| | | | permissions to see if a file is "watched".
* Do not create style-variants of fontset. TheyKenichi Handa1997-07-311-6/+6
| | | | are just registered in uninstanciated-fontset-alist.
* (set-face-font-auto): Create a fontset if FONT is aKenichi Handa1997-07-311-1/+3
| | | | fontset not instanciated fontset.
* (fontset-name-p): New function.Kenichi Handa1997-07-311-15/+99
| | | | | | | | (uninstanciated-fontset-alist): New variable. (create-fontset-from-fontset-spec): Delete arg STYLE. Register style-variants of FONTSET in uninstanciated-fontset-alist. (create-fontset-from-x-resource): Call create-fontset-from-fontset-spec correctly.
* (reference-point-alist): Doc-string modified.Kenichi Handa1997-07-311-0/+4
|
* new versionMichael Kifer1997-07-319-306/+379
|
* (uniquify-buffer-name-style): Fix typo.Richard M. Stallman1997-07-301-1/+1
|
* (info-node, info-xref, info-menu-5):Richard M. Stallman1997-07-301-16/+24
| | | | | | | Define faces with defface. (Info-mode): Don't define faces here, and don't alter Info-fontify. Locally set line-move-ignore-invisible. (Info-fontify-node): Test type of frame here.
* Update distribution terms.Richard M. Stallman1997-07-301-3/+4
|
* (mspools-using-vm): Better handling of VM initialization.Richard M. Stallman1997-07-301-9/+22
| | | | (mspools-size-folder): Allow symbolic links to spool files.
* Synched with 1.9954.Per Abrahamsen1997-07-301-13/+23
|
* (mule-menu-keymap): Fix menu item names.Richard M. Stallman1997-07-301-13/+13
|
* Comment change.Richard M. Stallman1997-07-301-1/+1
|
* don't add text for the modeline.Simon Marshall1997-07-291-1/+1
|
* (rmail-resend): Use user-mail-address.Richard M. Stallman1997-07-291-4/+3
|
* (makefile-space-face): Add defface.Richard M. Stallman1997-07-281-18/+7
| | | | | (makefile-define-space-face): Function deleted. (makefile-mode): Don't call makefile-define-space-font.
* (debug-ignored-errors): Delete ^Quit$ element.Richard M. Stallman1997-07-281-1/+0
|
* Synched with 1.9951.Per Abrahamsen1997-07-282-154/+201
|
* (update-autoloads-from-directories):Richard M. Stallman1997-07-281-1/+4
| | | | Always update loaddefs.el in the source-directory.
* (prefer-coding-system): Fix doc, prompt.Richard M. Stallman1997-07-281-1/+2
|
* Comment change.Richard M. Stallman1997-07-272-4/+5
|
* (fill-context-prefix): Be stricter aboutRichard M. Stallman1997-07-271-3/+5
| | | | whether first-line prefix is compatible with second-line prefix.
* Customized.Richard M. Stallman1997-07-272-55/+115
|
* Customized.Richard M. Stallman1997-07-271-54/+98
| | | | Doc fixes.
* (compile-command): More doc fix.Richard M. Stallman1997-07-271-8/+9
|
* (mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.Richard M. Stallman1997-07-271-1/+1
|
* (file-coding-system-alist): Use no-conversion for tar files.Richard M. Stallman1997-07-271-1/+2
|
* (jka-compr-added-to-file-coding-system-alist): New var.Richard M. Stallman1997-07-271-3/+40
| | | | | | | (jka-compr-insert-file-contents): Set coding-system-for-read according to file name after removing compression suffix. (jka-compr-install): Add elemets to file-coding-system-alist. (jka-compr-uninstall): Remove elements from file-coding-system-alist.
* (line-move): If intangibility moves us to a different line,Richard M. Stallman1997-07-261-10/+27
| | | | adjust the hpos nicely in that line.
* (read-quoted-char): Consistently downcase letter "digits".Richard M. Stallman1997-07-261-1/+2
|
* (mail-mode): Make adaptive-fill-regexpRichard M. Stallman1997-07-261-1/+3
| | | | match more values. Bind adaptive-fill-first-line-regexp too.
* (telnet): Handle multiple telnet programs better.Richard M. Stallman1997-07-261-5/+22
| | | | (telnet-host-properties): New variable.
* (occur): Local variable line-start redundant.Richard M. Stallman1997-07-251-28/+70
| | | | `occur-marker' extends to the end of the line rather than one char before end.
* Comment change.Richard M. Stallman1997-07-251-3/+3
|
* (rmail-pop-password-error): New variable.Richard M. Stallman1997-07-251-2/+15
| | | | | | | | (rmail-insert-inbox-text): If there's an error getting mail from the POP server, and the error matches rmail-pop-password-error or we prompted for the POP password, assume that the password is incorrect and erase it so that the user will be prompted again the next time he gets mail.
* (awk-mode): Call c-initialize-cc-mode.Richard M. Stallman1997-07-251-0/+1
|
* (compile-command): Doc fix.Richard M. Stallman1997-07-251-5/+7
|
* (compilation-error-regexp-alist): Add elt for EPC F90.Richard M. Stallman1997-07-251-4/+17
| | | | | compilation-mode-font-lock-keywords: Ensure that each regexp generated from compilation-error-regexp-alist begins with "^".
* (quail-update-leim-list-file): CallKenichi Handa1997-07-251-1/+1
| | | | find-file-noselect with t for arguments NOWARN and RAWFILE.
* (leim-list-entry-regexp): Make this match only at beginning of line.Kenichi Handa1997-07-251-1/+1
|
* customise & make installation/deinstallation happen on mode command not file ↵Simon Marshall1997-07-251-105/+193
| | | | load.
* Wrap minibuffer-auto-raise where nec. to stop frame raising.Simon Marshall1997-07-251-3/+5
|
* Add type specs "explicit" "mutable".Simon Marshall1997-07-251-4/+6
|
* (read-input-method-name): Show more appropriate error message.Kenichi Handa1997-07-251-1/+1
|
* (setup-thai-environment): Add correct autoload cookie.Kenichi Handa1997-07-251-1/+1
|
* (setup-tibetan-environment): CorrectKenichi Handa1997-07-251-4/+4
| | | | coding system names. Set default-input-method to "tibetan-wylie".
* (setup-vietnamese-environment): Add autoload cookie.Kenichi Handa1997-07-251-0/+1
|
* Typo in comment fixed.Kenichi Handa1997-07-251-1/+1
|
* (metamail-region): Don't bind kanji-fileio-codeRichard M. Stallman1997-07-251-11/+4
| | | | | or file-coding-system. Don't call define-program-kanji-code or define-program-coding-system. Instead, bind coding-system-for-read.