aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-diag.el
Commit message (Collapse)AuthorAgeFilesLines
* (describe-character-set): Don't show width.Kenichi Handa2009-07-111-2/+0
|
* (list-character-sets): ChangeKenichi Handa2009-06-171-4/+12
| | | | | | | "FINAL-CHAR" to "FINAL-BYTE" for follow the official terminology. (list-character-sets-1): Add one line explanation about "supplementary charset". Make the part "Supplementary Character Sets" clickable.
* (describe-coding-system): Fix for big5.Kenichi Handa2009-05-081-0/+1
|
* * international/mule-diag.el (describe-font-internal): ChangeChong Yidong2009-04-111-3/+4
| | | | | | ignored argument to IGNORED. (describe-font): Elide unnecessary argument to describe-font-internal (Bug#2945).
* (print-fontset): Handling of theKenichi Handa2009-03-131-11/+40
| | | | | | | | argument FONTSET changed for consistency. Reorder the printed information to match with the font searching strategy. (describe-fontset): Use face-attribute to get the fontset of the selected frame. (mule-diag): Likewise. Print both font and fontset of the frame.
* * international/mule-diag.el (print-list): Fix 2008-12-03 change.Juanma Barranquero2009-01-141-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-2/+2
|
* * international/mule-diag.el (mule-diag): Display the windowJuanma Barranquero2008-12-051-3/+2
| | | | system version in a less laconic way.
* * international/mule-diag.el (list-character-sets): Doc fix.Juanma Barranquero2008-12-041-35/+24
| | | | | | | | (list-character-sets-2): Fix info in header. Simplify. (print-coding-system): Simplify. (list-input-methods-1): Simplify. (mule-diag): Display current font/fontset for all window systems, not just X. Simplify.
* * international/mule-diag.el (unicodedata-file, unicode-data): Remove.Juanma Barranquero2008-12-031-195/+4
| | | | | | | | They already exist in descr-text.el as `describe-char-unicodedata-file' and `describe-char-unicode-data'. (print-list): Simplify. (read-charset): Reflow docstring. (list-coding-systems): Doc fix.
* (font-show-log): Fix previous change.Kenichi Handa2008-09-011-5/+6
|
* (font-show-log): Add optional arg N to control the limit of fontKenichi Handa2008-08-181-6/+7
| | | | listing.
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+10
|
* Remove unnecessary eval-when-compiles.Glenn Morris2008-06-071-4/+3
|
* (describe-font): Don't check fontsetKenichi Handa2008-05-301-11/+6
| | | | | here, and just call font-info. Get the default font by from the default face.
* (describe-current-coding-system):Stefan Monnier2008-05-271-2/+3
| | | | Don't assume selection-coding-system is always defined.
* (font-show-log): Limit each listing to 20 items.Kenichi Handa2008-05-221-0/+1
|
* (font-show-log): Limit each listingKenichi Handa2008-05-221-1/+10
| | | | to 20 items.
* (font-show-log): New function.Kenichi Handa2008-05-221-0/+15
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (non-iso-charset-alist): Fix typo in obsolescence declaration.Juanma Barranquero2008-04-181-4/+4
| | | | (decode-codepage-char): Remove redundant obsolescence info in docstring.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (print-fontset-element): Handle theKenichi Handa2008-02-041-38/+40
| | | | case of inhibitting the fallback fonts.
* Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\ | | | | | | Revision: [email protected]/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-081-2/+2
| |\ | | | | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-2/+2
| | |
* | | (list-block-of-chars): Don't insert non-Unicode characters.Kenichi Handa2007-10-231-2/+4
| | |
* | | Merge from emacs--devo--0Miles Bader2007-10-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: [email protected]/emacs--unicode--0--patch-257
| * | (describe-current-coding-system): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-238
| * Restore comma mistakenly removed in last change.Glenn Morris2007-07-251-1/+1
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (print-fontset-element): Use fontpAndreas Schwab2007-07-251-1/+1
| | | | | | | | only if defined.
* | (print-fontset-element): Fix for theKenichi Handa2007-06-201-11/+26
| | | | | | | | format change of a fontset element for font-backend feature.
* | (list-character-sets-2): Don't printKenichi Handa2007-01-301-5/+3
| | | | | | | | width.
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: [email protected]/emacs--unicode--0--patch-162
| * Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2006-12-161-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: [email protected]/emacs--unicode--0--patch-156
| * Update AIST copyright years.Kenichi Handa2006-12-131-2/+2
| |
| * Update copyright years.Glenn Morris2006-12-101-3/+4
| |
* | Merge from emacs--devo--0Miles Bader2006-08-161-10/+20
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 382-398) - Update from CVS - Update from erc--emacs--22 - Fix ERC bug introduced in last patch - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 123-125) - Update from CVS Revision: [email protected]/emacs--unicode--0--patch-101
| * (describe-font): Improve docstringKenichi Handa2006-08-041-10/+20
| | | | | | | | and error message. Use frame-parameter (not frame-parameters).
* | Revision: [email protected]/emacs--unicode--0--patch-85Miles Bader2005-09-251-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
| * 2005-09-24 Emilio C. Lopes <[email protected]>Romain Francoise2005-09-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * woman.el (woman-file-name): * wid-edit.el (widget-file-prompt-value) (widget-coding-system-prompt-value): * w32-fns.el (set-w32-system-coding-system): * vc.el (vc-version-diff, vc-annotate): * textmodes/reftex-auc.el (reftex-arg-cite) (reftex-arg-index-tag): * textmodes/refer.el (refer-get-bib-files): * textmodes/artist.el (artist-figlet-choose-font): * terminal.el (terminal-emulator): * replace.el (occur-read-primary-args): * rect.el (string-rectangle, string-insert-rectangle): * ps-print.el (ps-print-preprint): * progmodes/pascal.el (pascal-goto-defun): * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): * progmodes/compile.el (compilation-find-file): * printing.el (pr-interactive-n-up): * play/animate.el (animate-birthday-present): * net/rcompile.el (remote-compile): * man.el (man, Man-goto-section, Man-follow-manual-reference): * mail/rmailsum.el (rmail-summary-search-backward) (rmail-summary-search): * mail/rmailout.el (rmail-output-read-rmail-file-name) (rmail-output-read-file-name): * mail/rmail.el (rmail-search, rmail-search-backwards): * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): * locate.el (locate): * international/quail.el (quail-show-keyboard-layout): * international/mule.el (set-buffer-file-coding-system) (revert-buffer-with-coding-system, set-file-name-coding-system) (set-terminal-coding-system, set-keyboard-coding-system) (set-next-selection-coding-system): * international/mule-diag.el (describe-coding-system) (describe-font, describe-fontset): * international/mule-cmds.el (universal-coding-system-argument) (search-unencodable-char, describe-input-method) (set-language-environment, describe-language-environment): * international/codepage.el (codepage-setup): * international/code-pages.el (codepage-setup): * info.el (Info-search, Info-follow-reference) (Info-search-backward): * emacs-lisp/advice.el (ad-read-advised-function) (ad-read-advice-class, ad-clear-cache, ad-activate) (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) (ad-enable-advice, ad-disable-advice, ad-remove-advice) (ad-read-regexp): * ediff-util.el (ediff-toggle-regexp-match): * ediff-ptch.el (ediff-prompt-for-patch-file): * dired-aux.el (dired-diff): * diff.el (diff): * cus-edit.el (custom-variable-prompt): * calendar/timeclock.el (timeclock-ask-for-project): * calc/calcalg3.el (calc-get-fit-variables): * calc/calc-store.el (calc-edit-variable) (calc-permanent-variable): * vc-mcvs.el (vc-mcvs-register): * shadowfile.el (shadow-define-literal-group): * woman.el (woman-file-name): * vc.el (vc-version-diff, vc-merge): * textmodes/reftex-index.el (reftex-index-complete-tag): * format.el (format-decode-buffer, format-decode-region): * emulation/viper-cmd.el (viper-read-string-with-history): * emacs-lisp/debug.el (cancel-debug-on-entry): * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): * ediff.el (ediff-merge-revisions) (ediff-merge-revisions-with-ancestor, ediff-revision): * completion.el (interactive-completion-string-reader): * calc/calc-prog.el (calc-user-define-formula): Follow convention for reading with the minibuffer.
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
| * (describe-coding-system): Fix spellings in docstrings.Juanma Barranquero2005-06-101-2/+2
| |
* | Revision: [email protected]/emacs--unicode--0--patch-53Miles Bader2005-05-201-3/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 302-319) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 69) - Update from CVS
| * Fix copyrights.Kenichi Handa2005-05-131-3/+5
| |
* | Revision: [email protected]/emacs--unicode--0--patch-14Miles Bader2005-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update unicode-branch version numbers and ChangeLog file names 2005-02-12 Miles Bader <[email protected]> * etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22" with "23". 2005-02-12 Miles Bader <[email protected]> * lisp/version.el (emacs-version): Change to "23.0.0". * lisp/descr-text.el (describe-char-unidata-list): Replace references to Emacs version "22" with "23". * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header) (byte-compile-insert-header): Likewise. * lisp/international/mule.el (charset-list, set-coding-priority) (ignore-relative-composition): Likewise. * lisp/international/mule-util.el (detect-coding-with-priority): Likewise. * lisp/international/mule-diag.el: Likewise. * lisp/international/mule-cmds.el (language-info-custom-alist): Likewise. * lisp/international/codepage.el (codepage-setup): Likewise. 2005-02-13 Miles Bader <[email protected]> Rename unicode-branch-specific ChangeLog files to "ChangeLog.unicode" from "ChangeLog.22"