summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
Commit message (Collapse)AuthorAgeFilesLines
* (describe-text-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (describe-char-unicodedata-file): Docstring fix.Stefan Monnier2005-01-281-1/+1
|
* Add more keywords.Eli Zaretskii2005-01-281-2/+2
|
* (describe-property-list): Don't treat syntax-tableJuri Linkov2004-12-161-30/+16
| | | | | | | | | specially. Use describe-text-sexp which inserts [show] button for large objects and handles printing errors. Sort properties by names in alphabetical order instead of by value sizes. Add `mouse-face' to list of properties for `describe-face' widget. (describe-char): Mask out face-id from 19 bits of character. Print face-id separately.
* (syntax-after): Undo last change.Stefan Monnier2004-11-221-6/+4
|
* (describe-char): Replace syntax-after with codeJuri Linkov2004-11-111-1/+4
| | | | from its previous version.
* (describe-text-properties): Don't err if called inKim F. Storm2004-11-011-4/+5
| | | | the *Help* buffer; output to *Help-2* buffer instead.
* (describe-char): Checking of quail activationKenichi Handa2004-09-211-1/+2
| | | | fixed.
* (describe-property-list): Add [show] button forJuri Linkov2004-05-231-4/+13
| | | | | | `syntax-table' property with action to pp to a separate buffer. (describe-char): Replace search-forward by re-search-forward with whitespace regexp after "character:" to not fail in too narrow windows.
* (describe-char-unicode-data, describe-char-unicodedata-file):Stefan Monnier2004-05-141-217/+208
| | | | | | | Re-enable the unicode code now that the licensing issues have been cleared in the unicode-4 license. (describe-text-properties-1): Remove unused `overlay' var. (describe-char): Remove unused var `buffer'.
* Require quail at comile time.Kenichi Handa2004-05-121-1/+8
| | | | | (describe-char): If an input method is on and it supports the character, show how to input it.
* (describe-char): Fix previous change. Don't makeKenichi Handa2004-05-101-113/+113
| | | | a unibyte character to multibyte in the *Help* buffer.
* (describe-char): Copy the character with textKenichi Handa2004-05-021-24/+26
| | | | | properties and overlays into the first line, and call describe-text-properties on it.
* (describe-char): Make it work on *Help* buffer.Kenichi Handa2004-04-211-6/+11
|
* (describe-property-list): Add `font-lock-face'.Juri Linkov2004-04-031-4/+5
|
* (describe-property-list): Add a button for `face' propertyJuri Linkov2004-03-251-4/+9
| | | | that calls `describe-face'.
* (describe-char): Use window-width instead of frame-width.Juri Linkov2004-03-231-3/+3
|
* (describe-char): Fix typo.Markus Rost2003-11-091-1/+1
|
* (describe-char): Fix previous change.Kenichi Handa2003-09-281-1/+1
|
* (describe-char-display): New function.Kenichi Handa2003-09-281-35/+114
| | | | | (describe-char): Pay attention to display table on describing how a character is displayed.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (describe-char): Use `char' instead ofAndreas Schwab2003-05-281-2/+2
| | | | `(char-after)'. Fix display of unicode.
* (describe-char-unicode-data): New dummy definition.Richard M. Stallman2003-05-281-211/+218
| | | | | Real definition commented out since we can't use UnicodeData.txt as is. (describe-char-unicodedata-file): Variable commented out.
* (unicodedata-file): New.Dave Love2003-05-211-24/+244
| | | | | | | | | (unicode-data): New (adapted from unicode branch). (describe-char): Use it. Print char's unicode differently. Avoid elements with null cadr when formatting list. Clarify error message when used in Help buffer. (button): Require when compiling. (describe-char-after): Alias for obsolete command.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
|
* (describe-text-mode-hook): Add a group.Markus Rost2003-01-231-1/+2
|
* (describe-text-category): Use *Help*. Don't kill-buffer.Stefan Monnier2002-09-241-30/+31
| | | | | | | (describe-text-properties, describe-char): Delay self-inspection test. Use *Help*. Use syntax-after. Use `pos' rather than (point). Distinguish the before/after part of a composition.
* (describe-text-mode): Add font-lock-defontify to change-major-mode-hook.Richard M. Stallman2002-09-101-0/+1
|
* (describe-property-list): Make sure there'sStefan Monnier2002-06-241-5/+3
| | | | | a space between the property name and its value. (describe-text-properties): Don't kill a pre-existing buffer.
* (describe-char): Moved from mule-diag.el, renamedRichard M. Stallman2002-06-171-41/+194
| | | | | | | | | | from describe-char-after. Now calls describe-text-properties. (describe-property-list): Renamed from describe-text-properties. (describe-text-properties): Renamed from describe-text-at. New arg OUTPUT-BUFFER. (describe-text-properties-1): New subroutine, broken out from describe-text-properties. Output a newline before each section of the output.
* (toplevel): Provide `descr-text'.Colin Walters2002-06-081-1/+2
|
* (describe-text-properties): Sort the output by the size of the values.Colin Walters2002-06-081-7/+24
| | | | Put `font-lock-face' property on property names.
* Follow coding conventions.Pavel Janík2002-05-011-1/+1
|
* *** empty log message ***Richard M. Stallman2002-04-301-0/+187