aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-cmds.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyrights.Kenichi Handa2005-05-131-3/+5
|
* (update-iso-coding-systems):Nick Roberts2005-05-011-3/+0
| | | | Remove alias and obsolete declaration.
* (select-safe-coding-system): FixKenichi Handa2005-04-261-1/+2
| | | | previous change.
* (select-safe-coding-system): Don'tKenichi Handa2005-04-251-1/+3
| | | | | check consistency with coding: spec, etc if raw-text or no-conversion was found to be safe.
* Add autoload for widget-value inKenichi Handa2005-04-211-1/+3
| | | | eval-when-compile
* (set-locale-environment): On Mac OS, use preferences AppleLocale andYAMAMOTO Mitsuharu2005-04-141-1/+11
| | | | | | AppleLanguages, and variable mac-system-locale for default locale. On Mac OS Classic, use mac-system-coding-system for default coding systems.
* Add comments before all calls of update-coding-systems-internal.Kenichi Handa2005-03-291-0/+3
|
* (set-locale-environment): For Mac OS X's Terminal.app, use utf-8.Stefan Monnier2005-03-251-5/+13
| | | | | (set-display-table-and-terminal-coding-system): Add coding-system arg. (set-locale-environment): Use it.
* (locale-language-names): Modify theKenichi Handa2005-03-151-84/+129
| | | | | | | format of elements and add more entries. (locale-preferred-coding-systems): Add more entries. (set-locale-environment): Adjusted for the change of locale-language-names.
* 2004-11-08 Benjamin Riefenstahl <[email protected]>Jason Rumney2005-02-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * w32select.c: Summary: Thorough rework to implement Unicode clipboard operations and delayed rendering. Drop last_clipboard_text and related code, keep track of ownership via clipboard_owner instead. Drop old #if0 sections. (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP) (clipboard_owner, modifying_clipboard, cfg_coding_system) (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text) (current_coding_system, current_requires_encoding) (current_num_nls, current_clipboard_type, current_lcid): New static variables. (convert_to_handle_as_ascii, convert_to_handle_as_coded) (render, render_all, run_protected, lisp_error_handler) (owner_callback, create_owner, setup_config) (enum_locale_callback, cp_from_locale, coding_from_cp): New local functions. (term_w32select, globals_of_w32select): New global functions. (Fw32_set_clipboard_data): Ignore parameter FRAME, use clipboard_owner instead. Use delayed rendering and provide all text formats. Provide CF_LOCALE if necessary. (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not available. Force DOS line-ends for decoding. (Fx_selection_exists_p): Handle CF_UNICODETEXT. (syms_of_w32select): Init and register new variables. * w32.h: Add prototypes for globals_of_w32select and term_w32select. Make the neighboring K&R declarations into prototypes, too. * emacs.c: Include w32.h to get function prototypes. (main): Call globals_of_w32select. * w32.c (term_ntproc): Call term_w32select. * mule-cmds.el (set-locale-environment): Remove call to set-selection-coding-system on Windows. * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
* (set-locale-environment): Set file-name coding system to utf-8 on Darwin.Stefan Monnier2005-02-031-1/+8
| | | | | (set-default-coding-systems): Don't set default-file-name-coding-system on Darwin systems.
* (standard-display-european-internal): Don't fiddle with latin-1 non-break spaceStefan Monnier2005-01-271-26/+11
| | | | | any more since it's now special cased in the C code. Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
* Restore iso-2022-7bit coding in commented out code.Juri Linkov2004-11-111-2/+2
|
* Fix previous change.Kenichi Handa2004-11-091-1/+1
|
* Change coding: tag back to iso-2022-7bit.Kenichi Handa2004-11-091-1/+1
|
* (select-safe-coding-system-interactively):Stefan Monnier2004-11-081-172/+177
| | | | | New function extracted from select-safe-coding-system. (select-safe-coding-system): Use it.
* (set-input-method, toggle-input-method):Richard M. Stallman2004-11-041-7/+13
| | | | Don't use interactive-p. Add arg INTERACTIVE.
* (set-language-environment): Load subst tables if necessary.Kenichi Handa2004-06-121-0/+9
|
* Fix last change.Jason Rumney2004-05-091-1/+1
|
* (set-locale-environment): On MS-Windows use ansi code-page for defaultJason Rumney2004-05-091-1/+15
| | | | coding-systems. Set up paper sizes for Windows 3 letter languages.
* Use assoc-string, not assoc-ignore-case.Richard M. Stallman2004-04-211-5/+5
|
* (select-safe-coding-system): MergeKenichi Handa2004-03-231-3/+23
| | | | coding-system and auto-cs before comparing them.
* (reset-language-environment, set-language-environment): Don't invokeEli Zaretskii2003-12-291-5/+11
| | | | fontset-related functions if fontset-list is not fboundp.
* (reset-language-environment): CallKenichi Handa2003-12-291-1/+15
| | | | | | | set-overriding-fontspec-internal with nil. (set-language-environment): Call set-overriding-fontspec-internal if the language environment specify `overriding-fontspec'. (language-info-alist): Doc added.
* (set-default-coding-systems): CallKenichi Handa2003-12-241-0/+5
| | | | | ucs-set-table-for-input for all buffers that don't have local value of buffer-file-coding-system.
* (standard-display-european-internal):Kenichi Handa2003-11-251-2/+4
| | | | Cancel the standard-display-table setting for ` and '.
* (locale-charset-to-coding-system):Dave Love2003-10-231-1/+8
| | | | Don't rely on nil being a coding system.
* (find-multibyte-characters): Doc fix.Dave Love2003-10-141-16/+60
| | | | | | | | (default-input-method): Add :link, improve :type. (locale-charset-language-names): Fix utf-8 pattern. (locale-charset-match-p, locale-charset-alist) (locale-charset-to-coding-system): New. (set-locale-environment): Deal with codeset part of locale specs.
* (locale-charset-language-names):Andreas Schwab2003-10-121-1/+1
| | | | Simplify regex by removing unused grouping.
* (encoded-string-description): Prepend "0x" to each encoded byte.Kenichi Handa2003-09-281-1/+1
|
* (standard-display-european-internal):Dave Love2003-09-011-4/+18
| | | | | | | Don't use char code for Latin-1 NBSP. <XFree86 4>: Unfrob NBSP display table. Set display table to use U+2018, U+2019 for `'. (select-safe-coding-system): Message fix.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (set-locale-environment): langinfo renamed to locale-info.Richard M. Stallman2003-07-211-2/+2
|
* (set-language-environment): SetKenichi Handa2003-07-111-1/+3
| | | | current-language-environment to the correct string.
* (set-display-table-and-terminal-coding-system):Richard M. Stallman2003-07-091-2/+1
| | | | Delete duplicate aset on standard-display-table.
* 2003-07-08 Kim F. Storm <[email protected]>John Paul Wallington2003-07-081-4/+5
| | | | | * international/mule-cmds.el (set-display-table-and-terminal-coding-system): Don't break bootstrap if standard-display-table isn't setup yet.
* (set-display-table-and-terminal-coding-system):Richard M. Stallman2003-07-071-1/+2
| | | | Use explicit loop instead of calling standard-display-default.
* (set-display-table-and-terminal-coding-system): Remove CVSKai Großjohann2003-06-291-5/+0
| | | | conflict markers and some code.
* (mule-menu-keymap): Delete mouse-set-fonts item here.Richard M. Stallman2003-06-281-4/+5
|
* (menu-bar-options-menu): MoveKai Großjohann2003-06-271-1/+1
| | | | `mouse-set-fonts' here from Options/Mule submenu.
* (reset-language-environment): Adjusted for the name change:Kenichi Handa2003-06-211-4/+4
| | | | xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
* Add a comment in set-display-table-and-terminal-coding-systemEli Zaretskii2003-06-191-0/+5
| | | | explaining why we futz with display tables.
* (select-safe-coding-system): TryKenichi Handa2003-05-221-13/+23
| | | | default-buffer-file-coding-system too for automatic selection.
* (mule-menu-keymap): Enable the menu set-various-coding-system whenKenichi Handa2003-05-161-1/+1
| | | | default-enable-multibyte-characters is non-nil.
* (reset-language-environment): Raise the priority of mule-utf-8,Kenichi Handa2003-04-281-11/+11
| | | | mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.
* (describe-language-environment): AtKenichi Handa2003-04-161-0/+2
| | | | first, require all necessary features.
* (sort-coding-systems): Set higher priority to a coding system listedKenichi Handa2003-04-111-22/+37
| | | | in coding-category-list.
* (sort-coding-systems): Lower theKenichi Handa2003-04-111-2/+2
| | | | priorities of all utf-16 base coding systems.
* (find-coding-systems-for-charsets):Kenichi Handa2003-03-181-9/+22
| | | | | Use find-coding-systems-string instead of looking up char-coding-system-table.
* (reset-language-environment): SetKenichi Handa2003-03-131-0/+1
| | | | default-file-name-coding-system to iso-latin-1.