summaryrefslogtreecommitdiff
path: root/lisp/descr-text.el
Commit message (Collapse)AuthorAgeFilesLines
* (describe-char-display): Always return a string.Kenichi Handa2008-06-291-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 Morris2008-06-121-0/+3
|
* (describe-text-sexp): Use `string-match-p'. Simplify.Juanma Barranquero2008-06-011-11/+9
| | | | (describe-char): Use `looking-at-p', `string-match-p' when possible.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (describe-char-after): Use `define-obsolete-function-alias'.Juanma Barranquero2008-04-181-9/+1
|
* (describe-char): When specifying all properties,Juanma Barranquero2008-03-191-2/+2
| | | | list them in the right order.
* (describe-char-unidata-list): Allow specifying just all properties.Stefan Monnier2008-03-191-23/+26
| | | | (describe-char): Handle that new value.
* (describe-char-display): Fix previous change.Kenichi Handa2008-01-111-5/+6
|
* (describe-char-display): Convert a GLYPH-CODE to aKenichi Handa2008-01-091-6/+13
| | | | | hexadigit string. (describe-char): Adjusted for the above change.
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\ | | | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| | |
* | | (describe-char): Improve the previous change (showKenichi Handa2007-12-091-1/+4
| | | | | | | | | | | | font name).
* | | (describe-char): Handle a composition of the newKenichi Handa2007-12-041-26/+32
| | | | | | | | | | | | format.
* | | Merge from emacs--devo--0Miles Bader2007-11-111-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 Rudalics2007-11-101-3/+2
| |/
* | 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: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (describe-char): Fix for the case that a component character is TAB.Kenichi Handa2007-06-201-7/+11
| |
* | Merge from emacs--devo--0Miles Bader2007-02-261-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. Storm2007-02-141-15/+9
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-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 Morris2007-01-211-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2006-12-071-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 pointedJuanma Barranquero2006-12-041-5/+4
| | | | | | | | to by `describe-char-unicodedata-file'.
| * *** empty log message ***Juanma Barranquero2006-12-011-3/+3
| |
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-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 Nguyen2006-02-061-1/+1
| |
* | (describe-char): Use insert-text-button instead ofKenichi Handa2006-01-241-5/+5
| | | | | | | | widget-create for "customize what to show" button.
* | (describe-char): Fix for sync with HEAD.Kenichi Handa2006-01-201-2/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-137/+111
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * (describe-text-sexp): Use square brackets forJuri Linkov2005-12-281-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | button [Show] to distinguish it from the property value `show'. (describe-property-list): Use `insert-text-button' with `help-face' type instead of putting face in quotes, because button is not created automatically for a list of faces. (describe-text-properties-1): Put button-type value in quotes to distinguish from plain text "button". (describe-char): Display code point values in hex. Don't use `symbol-name' for `current-input-method' because it is a string. Use `insert-text-button' with `help-face' type instead of putting hardcoded face in quotes, because button is not created automatically.
| * (describe-char): Set help-xref-stack-itemNick Roberts2005-12-271-10/+5
| | | | | | | | | | explicitly after buffer has been generated. Revert previous changes for optional buffer argument.
| * (describe-char): Bug fix for previous changes: Juggle current buffer.Nick Roberts2005-12-261-3/+5
| |
| * 2005-12-27 Nick Roberts <nickrob@snap.net.nz>Nick Roberts2005-12-261-54/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * descr-text.el (describe-char): Add optional argument for buffer. Set buffer appropriately. Call help-setup-xref. Suggested by Stefan Monnier. 2005-12-27 Juri Linkov <juri@jurta.org> * descr-text.el (help-fns): Require. Don't require button for byte compilation. (describe-text-widget): Add help echo for first button. Use 'help-info for second. (describe-property-list): Use 'help-argument-name instead of 'italic. (describe-text-category): Prompt in minibuffer. Call help-setup-xref. (describe-char): Use 'help-character-set. Add help echo. Use 'help-input-method. Remove superfluous insert.
| * Add FSF as maintainer.Nick Roberts2005-12-231-117/+73
| | | | | | | | | | | | | | | | | | | | | | (describe-text-mode, describe-text-mode-map) (describe-text-mode-hook, describe-text-done): Delete. Use normal help-mode. (describe-text-widget, describe-text-sexp) (describe-property-list, describe-text-category) (describe-text-properties, describe-text-properties-1) (describe-char): Use help buttons instead of widgets. (describe-char-unicodedata-file): Make URL link in doc string.
| * (describe-text-properties): Replace buffer name "*Help-2*" with "*Help*<2>".Juri Linkov2005-12-141-2/+7
| | | | | | | | | | | | | | (describe-char): Add functions print-help-return-message, toggle-read-only. Use help-setup-xref with nil to not store describe-char in help-xref-stack. Use help-make-xrefs to make [back] button.
| * (describe-char): Rework last fix to solve the problemStefan Monnier2005-12-121-7/+9
| | | | | | | | | | is the same way it's solved for everything else in that function (i.e. by extracting the info before setting up the *Help* buffer).
| * (describe-char): Use *Help-2* buffer if theKenichi Handa2005-12-081-10/+14
| | | | | | | | | | current buffer is *Help*. Call describe-text-properties while setting the original buffer.
| * (describe-char): When copying overlays put themAndreas Schwab2005-11-201-13/+15
| | | | | | | | | | over the full char description instead of just the first character of it.
| * (describe-char): Use Lisp-readable syntax for octal and hex.Juri Linkov2005-11-201-5/+5
| | | | | | | | | | Reorder decimal, octal and hex values. Remove excess whitespace in the output.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-81Miles Bader2005-09-111-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 532-541) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 112-115) - Update from CVS
| * (describe-property-list): Handle non-symbol prop names.Richard M. Stallman2005-09-091-1/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
| |
| * (describe-char): Handle the case where the list ofStefan Monnier2005-07-261-3/+5
| | | | | | | | | | chars is displayed in a separate frame. Be a bit more discriminating when looking for the char.
* | (describe-char): Sync with the main trunk.Kenichi Handa2005-07-291-5/+43
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-15/+35
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (describe-char): Create link buttons for `charset'Juri Linkov2005-07-191-20/+72
| | | | | | | | | | | | | | | | | | | | | | | | and `code point'. Add the current input method name with a link button to `to input' field. Print face names of display table characters in `The display table entry is displayed by' section instead of printing face-id in the `display' field. Guess hardcoded faces and create a link button for them. Skip empty fields when calculating max-width. Treat `widget-create' specially while inserting strings from the collected field list. (describe-char-after): Made obsolete in version 22.1, not 21.5.
* | Revision: miles@gnu.org--gnu-2005/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