aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-cmds.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (locale-language-names): Use Italian,Dave Love2003-02-141-10/+34
| | | | | Russian, Turkish, Chinese-EUC-TW. (set-locale-environment): Set ps-paper-type.
* (view-hello-file): Use `view-file' instead of `find-file-read-only'.Juanma Barranquero2003-02-141-1/+1
|
* (sort-coding-systems): Use \'.Stefan Monnier2003-02-131-3/+9
| | | | | | (select-safe-coding-system): Remove redundant assq check. Remove raw-text, emacs-mule and no-conversion from the list of proposed encodings unless there's nothing else.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-6/+6
|
* (set-language-info, current-language-environment):Markus Rost2003-01-251-6/+4
| | | | Simplify setting the type of current-language-environment.
* (locale-language-names): UseDave Love2003-01-051-2/+2
| | | | Croatian, Swedish.
* (set-locale-environment): IgnoreDave Love2003-01-051-2/+3
| | | | empty values of environment variables.
* (sort-coding-systems): AdjustDave Love2003-01-031-2/+11
| | | | priority of utf-16 and x-ctext.
* (select-safe-coding-system): Fix typo.Andreas Schwab2002-12-261-1/+1
|
* (standard-keyboard-coding-systems):Dave Love2002-12-191-14/+8
| | | | | Deleted. (set-locale-environment): Don't use it.
* (mule-keymap, set-coding-system-map):Kenichi Handa2002-12-171-0/+5
| | | | Add bindings for set-file-name-coding-system.
* (universal-coding-system-argument):Kenichi Handa2002-12-171-43/+53
| | | | | | | | Bind coding-system-require-warning to t. (select-safe-coding-system): Handle t in the arg DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a coding-system to allow users to specify unsafe coding system on their risk.
* (current-language-environment): Set type according toMarkus Rost2002-12-131-2/+8
| | | | `language-info-alist' also here.
* (set-language-info): Update custom-type ofMarkus Rost2002-12-121-10/+6
| | | | | current-language-environment directly without a function call. (current-language-environment-custom-type): Deleted.
* (current-language-environment-custom-type): Return a sorted list.Markus Rost2002-12-121-3/+5
|
* (current-language-environment-custom-type): New fun.Markus Rost2002-12-111-4/+12
| | | | | (set-language-info): Use it. (current-language-environment): Fix custom type.
* (current-language-environment): FixDave Love2002-11-091-2/+1
| | | | :type.
* Comment.Dave Love2002-10-291-0/+2
|
* (select-safe-coding-system): Delete debugging setq.Richard M. Stallman2002-10-261-1/+0
|
* (select-safe-coding-system): HandleKenichi Handa2002-09-251-78/+89
| | | | | safe but rejected default coding systems and unsafe default coding systems differently.
* (select-safe-coding-system): Cope if default-coding-system gives nilRichard M. Stallman2002-09-231-2/+3
| | | | which was then used in `min'.
* (universal-coding-system-argument):Richard M. Stallman2002-09-131-10/+10
| | | | Read the coding system inside `interactive' spec, for command-history.
* (search-unencodable-char): NewKenichi Handa2002-08-111-104/+145
| | | | | | | function. (select-safe-coding-system): Show unencodable characters. (unencodable-char-position): Deleted, and implemented by C in coding.c.
* (select-safe-coding-system): Call pop-to-buffer insideKenichi Handa2002-08-071-9/+9
| | | | save-window-excursion and save-excursion.
* (select-safe-coding-system): Check forRichard M. Stallman2002-08-051-1/+1
| | | | non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
* (mule-keymap, set-coding-system-map):Richard M. Stallman2002-08-021-13/+31
| | | | | | | Add bindings for revert-buffer-with-coding-system. (set-coding-system-map): Clarify menu item info for set-buffer-file-coding-system. (set-coding-system-map): Reorder and add separators.
* Doc fixes.Dave Love2002-07-241-77/+141
| | | | | | | | | | (unencodable-char-position): New. (select-safe-coding-system): Use it to indicate problematic characters and add extra explanation. Avoid checking auto-coding for compressed files. (leim-list-header): Add coding cookie. (input-method-verbose-flag): Modify :type. (locale-language-names): Add bs, wa. Modify cy.
* (select-safe-coding-system):Richard M. Stallman2002-07-231-1/+3
| | | | Don't ask for confirmation of mismatch if find-file-literally was used.
* (locale-language-names): Fix be, addDave Love2002-07-171-5/+8
| | | | | sr_YU@cyrillic, modify tg. (locale-charset-language-names): Put @euro last.
* (locale-language-names): Change "mk" (Macedoninan), "ru" (Russian),Kenichi Handa2002-07-111-3/+3
| | | | and "sp" (Serbian with Cyrillic alphabet) to "Cyrillic-ISO".
* (select-safe-coding-system): New arg FILE; use that for set-auto-coding.Richard M. Stallman2002-06-031-5/+10
| | | | | When computing auto-cs, narrow to FROM...TO. Put save-excursion outside save-restriction.
* Update copyright dates.Colin Walters2002-05-231-1/+1
|
* Whitespace change.Richard M. Stallman2002-05-031-1/+2
|
* (select-safe-coding-system): Don't offer coding systems that use locking shift.Richard M. Stallman2002-05-031-1/+27
| | | | | Ask for confirmation if chosen coding system disagrees with a `coding:' spec in the file.
* (read-language-name): Take of non-list values.Pavel Janík2002-04-271-1/+1
|
* (locale-preferred-coding-systems): Add "jpn".Jason Rumney2002-04-161-0/+1
|
* (reset-language-environment): HandleJason Rumney2002-04-081-4/+10
| | | | coding-systems not being defined yet for bootstrapping.
* (set-default-coding-systems, reset-language-environment): PreserveJason Rumney2002-04-071-8/+30
| | | | | eols on default-process-coding-system. (coding-system-change-text-conversion): Fix case where CODING is nil.
* (standard-keyboard-coding-systems): Add koi8-u and koi8-r.Stefan Monnier2002-04-011-3/+3
|
* Whitespace change.Richard M. Stallman2002-02-151-1/+2
|
* 2002-02-12 Per Abrahamsen <[email protected]>Per Abrahamsen2002-02-121-4/+12
| | | | | | | | | | | | | * menu-bar.el (menu-bar-options-save): Only save `current-language-environment' and `default-input-method' when marked as customized. * international/mule-cmds.el (setup-specified-language-environment): Mark `current-language-environment' as customized. (set-input-method): Mark `default-input-method' as customized when called interactively. (toggle-input-method): Ditto.
* (select-safe-coding-system): State the buffer's name in the messageEli Zaretskii2002-02-081-9/+16
| | | | | popped in the *Warning* buffer, and make sure the offending buffer is displayed.
* (describe-input-method): Call help-setup-xref here.Richard M. Stallman2002-02-031-1/+5
| | | | (describe-current-input-method): Doc fix.
* help-map bindings moved to help.el.Richard M. Stallman2002-01-141-7/+0
|
* (describe-language-environment): Fix calls to help-xref-button.Richard M. Stallman2001-12-191-6/+3
|
* (locale-language-names): Add variousDave Love2001-12-151-14/+16
| | | | | | | entries. Remove utf-8 special case. (locale-charset-language-names, locale-preferred-coding-systems): Add utf-8 case. (set-language-environment): Process required-features earlier.
* (locale-language-names): Use "French" for "fr".Stefan Monnier2001-11-181-1/+1
|
* (locale-name-match): Use \` and \(?:.Stefan Monnier2001-11-181-1/+16
| | | | | | (standard-keyboard-coding-systems): New var. (set-locale-environment): Use it to decide whether or not to call set-keyboard-coding-system.
* Comment change.Richard M. Stallman2001-11-171-2/+2
|
* Fix paren-typo.Stefan Monnier2001-11-161-1/+1
|