Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close bug#6422. | Glenn Morris | 2010-06-18 | 1 | -1/+1 |
| | | | | | * lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed. | ||||
* | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | (describe-char-unidata-list): Use lowercase name | Juri Linkov | 2009-11-29 | 1 | -1/+1 |
| | | | | for "Unicode name" like in other tags. | ||||
* | Handle the [back] button properly (bug#4979). | Stefan Monnier | 2009-11-24 | 1 | -386/+399 |
| | | | | | | | | | * descr-text.el (describe-text-properties): Add a `buffer' argument. Use help-setup-xref, help-buffer, and with-help-window. (describe-char): Add `buffer' argument. Pass proper command to help-setup-xref. Don't meddle with help-xref-stack-item directly. (describe-text-category): Use with-help-window and help-buffer. | ||||
* | (describe-char-padded-string): Compose with TAB | Kenichi Handa | 2009-11-19 | 1 | -2/+5 |
| | | | | | | only if there's a font for CH. (describe-char): Fix the condition for detecting a trivial composition. | ||||
* | Require help-mode rather than help-fns (bug#4861). | Stefan Monnier | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | Use `called-interactively-p' instead of `interactive-p'. | Juanma Barranquero | 2009-10-02 | 1 | -2/+3 |
| | |||||
* | * descr-text.el (describe-property-list, describe-char): Add | Chong Yidong | 2009-04-07 | 1 | -1/+4 |
| | | | | follow-link properties to buttons that need them. | ||||
* | (describe-char-display): On terminal, if terminal | Kenichi Handa | 2009-02-10 | 1 | -42/+85 |
| | | | | | | coding system is nil, assume us-ascii. (describe-char): Don't show the composition informaiton if it is trivial. | ||||
* | (describe-char): Check font-object by fontp. | Kenichi Handa | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | (describe-char): Improve description of eight-bit | Kenichi Handa | 2009-01-20 | 1 | -51/+63 |
| | | | | char in a unibyte buffer. | ||||
* | * descr-text.el (describe-char-categories): New defsubst. | Juanma Barranquero | 2009-01-19 | 1 | -5/+18 |
| | | | | (describe-char): Use it. | ||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (describe-char-unidata-list): Move `old-name' to be immediately after `name'. | Juri Linkov | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | (describe-char): Fix terminal case (where font is nil). | Kenichi Handa | 2008-10-27 | 1 | -9/+17 |
| | |||||
* | (describe-char): Fix handling of automatic composition. | Kenichi Handa | 2008-09-05 | 1 | -3/+9 |
| | |||||
* | * descr-text.el (describe-char-display): Fix last change: | Juanma Barranquero | 2008-08-04 | 1 | -1/+1 |
| | | | | don't pass CHARSET to `encoded-string-description'. | ||||
* | (describe-char-display): Call encode-coding-char | Kenichi Handa | 2008-08-01 | 1 | -6/+9 |
| | | | | | with the arg CHARSET. (describe-char): Pay attention to the text-property `charset'. | ||||
* | * descr-text.el (describe-char): Don't overwrite local variable char | Juanma Barranquero | 2008-07-25 | 1 | -13/+12 |
| | | | | | | when describing characters with display-table entries. Display font backend when describing composed characters. Simplify: use `let' instead of `let*', and `or x y' instead of `if x x y'. | ||||
* | (describe-char-unidata-list): Initialize to the | Kenichi Handa | 2008-07-17 | 1 | -1/+2 |
| | | | | list of name, general-category, decomposition, and old-name. | ||||
* | (describe-char-display): Always return a string. | Kenichi Handa | 2008-06-29 | 1 | -33/+47 |
| | | | | | | (describe-char-padded-string): New function. (describe-char): Adjusted for the change of describe-char-display. Use describe-char-padded-string. | ||||
* | Add some compiler declarations, for builds without X. | Glenn Morris | 2008-06-12 | 1 | -0/+3 |
| | |||||
* | (describe-text-sexp): Use `string-match-p'. Simplify. | Juanma Barranquero | 2008-06-01 | 1 | -11/+9 |
| | | | | (describe-char): Use `looking-at-p', `string-match-p' when possible. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | (describe-char-after): Use `define-obsolete-function-alias'. | Juanma Barranquero | 2008-04-18 | 1 | -9/+1 |
| | |||||
* | (describe-char): When specifying all properties, | Juanma Barranquero | 2008-03-19 | 1 | -2/+2 |
| | | | | list them in the right order. | ||||
* | (describe-char-unidata-list): Allow specifying just all properties. | Stefan Monnier | 2008-03-19 | 1 | -23/+26 |
| | | | | (describe-char): Handle that new value. | ||||
* | (describe-char-display): Fix previous change. | Kenichi Handa | 2008-01-11 | 1 | -5/+6 |
| | |||||
* | (describe-char-display): Convert a GLYPH-CODE to a | Kenichi Handa | 2008-01-09 | 1 | -6/+13 |
| | | | | | hexadigit string. (describe-char): Adjusted for the above change. | ||||
* | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312 | ||||
| * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| |\ | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | | |||||
* | | | (describe-char): Improve the previous change (show | Kenichi Handa | 2007-12-09 | 1 | -1/+4 |
| | | | | | | | | | | | | font name). | ||||
* | | | (describe-char): Handle a composition of the new | Kenichi Handa | 2007-12-04 | 1 | -26/+32 |
| | | | | | | | | | | | | format. | ||||
* | | | Merge from emacs--devo--0 | Miles Bader | 2007-11-11 | 1 | -3/+2 |
|\| | | | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-283 | ||||
| * | | (describe-char): Use with-help-window instead of with-output-to-temp-buffer. | Martin Rudalics | 2007-11-10 | 1 | -3/+2 |
| |/ | |||||
* | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -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: emacs@sv.gnu.org/emacs--unicode--0--patch-238 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
* | | (describe-char): Fix for the case that a component character is TAB. | Kenichi Handa | 2007-06-20 | 1 | -7/+11 |
| | | |||||
* | | Merge from emacs--devo--0 | Miles Bader | 2007-02-26 | 1 | -15/+9 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177 | ||||
| * | (describe-char): Use glyph-char and glyph-face. | Kim F. Storm | 2007-02-14 | 1 | -15/+9 |
| | | |||||
* | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: emacs@sv.gnu.org/emacs--unicode--0--patch-162 | ||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge from emacs--devo--0 | Miles Bader | 2006-12-07 | 1 | -8/+7 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 523-544) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 168-171) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-150 | ||||
| * | (describe-char-unicode-data): Use a hidden buffer for Unicode data file pointed | Juanma Barranquero | 2006-12-04 | 1 | -5/+4 |
| | | | | | | | | to by `describe-char-unicodedata-file'. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-12-01 | 1 | -3/+3 |
| | | |||||
* | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13 | Miles Bader | 2006-02-08 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0 | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
* | | (describe-char): Use insert-text-button instead of | Kenichi Handa | 2006-01-24 | 1 | -5/+5 |
| | | | | | | | | widget-create for "customize what to show" button. |