summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fix previous change.Richard M. Stallman1997-05-151-3/+3
|
* (rmail-retry-failure): Rename local to rmail-this-buffer.Richard M. Stallman1997-05-151-10/+12
| | | | (rmail-primary-inbox-list): Don't use backquote.
* Don't create faces if make-face isn't defined.Richard M. Stallman1997-05-151-174/+191
| | | | | | | | Catch errors in setting face attributes. (ansi-term-inv-fg-faces-vector): Define with defvar. (ansi-term-inv-bg-faces-vector): Likewise. (ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise. (term-ignore-error): New mcro.
* (lpr-page-header-switches): Use -F, not -f.Richard M. Stallman1997-05-151-1/+3
|
* (mode-line-mule-info): Delete the colon.Richard M. Stallman1997-05-151-5/+8
| | | | | | | | (mode-line-buffer-identification): Delete %F:. (mode-line-frame-identification): New variable. (mode-line-format): Use mode-line-frame-identification. Start with a dash. (mode-line-modified): Delete the final dash.
* Fix previous change.Richard M. Stallman1997-05-152-4/+2
|
* (dired-mode): Don't include `Dired:' in mode line.Richard M. Stallman1997-05-151-1/+1
|
* (mode-line-frame-identification):Richard M. Stallman1997-05-151-1/+1
| | | | Set this, not mode-line-buffer-identification.
* (mode-line-buffer-identification):Richard M. Stallman1997-05-151-0/+2
| | | | Use a different value which omits `Emacs: '.
* Don't include term.el.Richard M. Stallman1997-05-141-2/+0
|
* (browse-url-event-buffer):Richard M. Stallman1997-05-141-10/+6
| | | | | Function renamed from event-buffer. Callers changed. (browse-url-event-point): Likewise.
* (server-kill-buffer): Act only when there is a server process.Richard M. Stallman1997-05-141-1/+2
|
* Restored code lost in merge.Per Abrahamsen1997-05-141-1/+3
|
* Synched with 1.97.Per Abrahamsen1997-05-144-170/+385
|
* Synched with version 1.97.Per Abrahamsen1997-05-141-79/+98
|
* make expand-mail-aliases interactiveSimon Marshall1997-05-141-56/+63
|
* entry for expand-mail-aliasesSimon Marshall1997-05-141-4/+10
|
* (isearch-process-search-char): Use multibyteRichard M. Stallman1997-05-141-5/+8
| | | | | | | characters to represent themselves. (isearch-mode-map): Make Latin-4 characters search for themselves. Use aset to set up these char sets.
* Make Latin-4 characters self-insert.Richard M. Stallman1997-05-141-4/+5
| | | | Use aset to set up these char sets.
* (iso-transl-define-keys):Richard M. Stallman1997-05-141-15/+20
| | | | Obey quoted-insert-character-offset.
* (forward-whitespace, forward-symbol):Richard M. Stallman1997-05-131-10/+28
| | | | | | | Don't get error at end of buffer. (bounds-of-thing-at-point): Don't get confused when a motion function stops at end of buffer and there really isn't a thing. Avoid redundant repeated scans.
* Define Latin-1, Latin-2 and Latin-3 chars as self-inserting.Richard M. Stallman1997-05-121-0/+5
|
* Move bindings.el after mule-conf.el.Richard M. Stallman1997-05-121-7/+7
| | | | Load mule and mule-conf before simple.
* (iso-accents-compose): Return composed character directly for execution.Richard M. Stallman1997-05-121-7/+5
|
* (isearch-mode-map): Treat Latin-1, Latin-2 an Latin-3Richard M. Stallman1997-05-121-4/+6
| | | | chars as printing characters.
* (viqr-pre-write-conversion): Make it workKenichi Handa1997-05-121-2/+6
| | | | for the case the arg FROM is a string.
* (tibetan-pre-write-conversion): Make it workKenichi Handa1997-05-121-2/+6
| | | | for the case the arg FROM is a string.
* (thai-pre-write-conversion): Make it workKenichi Handa1997-05-121-2/+6
| | | | for the case the arg FROM is a string.
* (fidel-to-tex-map): Name changed to ethio-fidel-to-tex-map.Kenichi Handa1997-05-121-1/+1
|
* (in-is13194-devanagari-post-read-conversion): New function.Kenichi Handa1997-05-121-0/+17
| | | | (in-is13194-devanagari-pre-write-conversion): New function.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-128-18/+91
| | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-49/+0
| | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. Setting of syntax and category is moved to characters.el.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-5/+12
| | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. Bug fixed in making coding system iso-2022-kr.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-4/+12
| | | | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. (setup-japanese-environemnt): Set sendmail-coding-system and rmail-file-coding-system to iso-2022-jp.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-5/+18
| | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. Typo in comment fixed.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-5/+38
| | | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. (setup-english-environment): Set sendmail-coding-system and rmail-file-coding-system to nil.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-32/+12
| | | | | | | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. Change function of post-read-conversion and pre-write-conversion of coding system in-is13194-devanagari to in-is13194-devanagari-post-read-conversion and in-is13194-devanagari-pre-write-conversion respectively. Setting of syntax and category for Devanagari characters are moved to characters.el.
* Make functions setup-LANGUAGE-environmentKenichi Handa1997-05-121-19/+50
| | | | | | | | | | interactive and add new functions describe-LANGUAGE-support for all LANGUAGEs supported. Remove resisterations of input methods which use the function encoded-kbd-select-terminal. (pre-write-encode-hz): Make it work for the case the arg FROM is a string. (setup-chinese-cns-environemnt): Set default-input-method to quail-quich-cns.
* (use-quail-package): Error message added.Kenichi Handa1997-05-121-2/+13
| | | | | (quail-mode): Make sure to have quail-mode-map at the head of minor-mode-map-alist.
* Create bold, italic, and bold-italic variants ofKenichi Handa1997-05-121-16/+29
| | | | | default fontset. Name a fontset created from user-specified ASCII font as "fontset-startup".
* (rmail-enable-decoding-message): New variable.Kenichi Handa1997-05-121-6/+17
| | | | | | | | (rmail-convert-file): Comment fixed. (rmail-revert): Do not decode RMAIL file again because the backup file is saved in Emacs internal format. (rmail-convert-to-babyl-format): Check rmail-enable-decoding-message.
* (make-char): Doc-string modified.Kenichi Handa1997-05-121-7/+49
| | | | | | | (make-coding-system): Describe about INIT-BOL and DESIGNATION-BOL in doc-string. (find-new-buffer-file-coding-system): Doc-string modified. (make-unitication-table): New function.
* Delete code for alternate-charset-table.Kenichi Handa1997-05-121-7/+11
| | | | | | | Initialize standard-character-unification-table-for-read and standard-character-unification-table-for-write. Set coding-category-iso-8-2 and coding-category-iso-else to the coding system iso-8859-1 by default.
* Set category of kinsoku-bol and kinsoku-eol forKenichi Handa1997-05-121-1/+31
| | | | latin-jisx0201 and katakana-jisx0201 characters.
* (build-describe-language-support-function,Kenichi Handa1997-05-121-85/+82
| | | | | | | | | | | | | | | build-set-language-environment-function): The functions deleted. (set-language-info): Doc-string modified. Chage handling of special keys describe-function and setup-function. (read-language-name): Return nil if a language specified does not have KEY. (current-input-method-title): Doc-string modified. (select-input-method): Set current-input-method to nil even if inactivation of the current input method failed. (set-language-environment): Doc-string modified. (describe-language-support): Doc-string modified. Calls an appropriate function for each langauge. (describe-language-support-internal): New function.
* (gnus-mule-message-send-news-function): NewKenichi Handa1997-05-121-14/+46
| | | | | | | | | | function to encode text before sending by news. (gnus-mule-message-send-mail-function): New function to encode text before sending by mail. (gnus-mule-initialize): Add gnus-mule-message-send-news-function to the hook message-send-news-hook. Add gnus-mule-message-send-mail-function to the hook message-send-mail-hook.
* (help-with-tutorial): Fix a bug of handling non-EnglishKenichi Handa1997-05-121-5/+8
| | | | tutorial file.
* (x-decompose-font-name): While seting each field ofKenichi Handa1997-05-121-40/+72
| | | | | | | | | | | XLFD, set "*" instead of nil to a field which is omitted in the original font name. (generate-fontset-menu): Delete code for handling alias (or nickname). It is now handled in fontset-plain-name. (fontset-plain-name): Handle alias of fontset name, show more user-friendy names. (create-fontset-from-fontset-spec): Add an optional arg STYLE to create bold, italic, and bold-italic variants of a fonset.
* (encoded-kbd-mode): Doc-string modified.Kenichi Handa1997-05-121-8/+11
| | | | | (encoded-kbd-select-terminal): The function deleted. (encoded-kbd-set-coding-system): New function.
* Set syntax and category for Devanagari, Thai, andKenichi Handa1997-05-121-0/+80
| | | | | Tibetan characters. Add a category ?| to the category sets of characters of katakana-jisx0201 and japanese-jisx0212.