]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago(gdb-frames-mode): Truncate lines in stack
Nick Roberts [Tue, 6 Feb 2007 03:40:33 +0000 (03:40 +0000)]
(gdb-frames-mode): Truncate lines in stack
buffer.

17 years ago*** empty log message ***
Nick Roberts [Tue, 6 Feb 2007 03:38:59 +0000 (03:38 +0000)]
*** empty log message ***

17 years ago(unload-feature): Silently ignore `load-history' entries of the form `(defface
Juanma Barranquero [Mon, 5 Feb 2007 23:45:31 +0000 (23:45 +0000)]
(unload-feature): Silently ignore `load-history' entries of the form `(defface
. SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'.  Return nil.

17 years agoDoc fixes.
Kim F. Storm [Mon, 5 Feb 2007 22:36:13 +0000 (22:36 +0000)]
Doc fixes.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 5 Feb 2007 22:36:00 +0000 (22:36 +0000)]
*** empty log message ***

17 years ago(etags): Now --members is the default for etags, not for ctags yet.
Francesco Potortì [Mon, 5 Feb 2007 22:13:59 +0000 (22:13 +0000)]
(etags): Now --members is the default for etags, not for ctags yet.

17 years ago*** empty log message ***
Francesco Potortì [Mon, 5 Feb 2007 22:13:40 +0000 (22:13 +0000)]
*** empty log message ***

17 years ago(Tag Syntax): Now --members is the default for etags, not for ctags
Francesco Potortì [Mon, 5 Feb 2007 21:49:34 +0000 (21:49 +0000)]
(Tag Syntax): Now --members is the default for etags, not for ctags
yet.

17 years agoNow --members is the default for etags, not for ctags yet.
Francesco Potortì [Mon, 5 Feb 2007 21:39:13 +0000 (21:39 +0000)]
Now --members is the default for etags, not for ctags yet.

17 years ago(default_C_help, Cplusplus_help, PHP_help, print_help)
Francesco Potortì [Mon, 5 Feb 2007 21:33:33 +0000 (21:33 +0000)]
(default_C_help, Cplusplus_help, PHP_help, print_help)
(main): Now --members is the default for etags, not for ctags yet.

17 years ago*** empty log message ***
Glenn Morris [Mon, 5 Feb 2007 09:07:32 +0000 (09:07 +0000)]
*** empty log message ***

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 5 Feb 2007 05:37:56 +0000 (05:37 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 200-201)

   - Merge from emacs--devo--0
   - Update from CVS: lisp/nnweb.el (nnweb-google-parse-1): Update parser.

2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update parser.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-629

17 years ago*** empty log message ***
Juanma Barranquero [Sun, 4 Feb 2007 23:49:41 +0000 (23:49 +0000)]
*** empty log message ***

17 years agoetags.c fix by Per Cederqvist
Francesco Potortì [Sun, 4 Feb 2007 22:05:03 +0000 (22:05 +0000)]
etags.c fix by Per Cederqvist

17 years ago(gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).
Francesco Potortì [Sun, 4 Feb 2007 22:03:09 +0000 (22:03 +0000)]
(gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).
The previous change introduced 2004-09-13 was broken, as (C_JAVA &
!C_PLPL) always evaluates to 0.  This caused import, package, extends,
implements and interface to be treated specially for all kinds of
C-style files, not just Java files. (by Per Cederqvist).

17 years ago* gnus-refcard.tex: Fix copyright.
Reiner Steib [Sun, 4 Feb 2007 19:56:17 +0000 (19:56 +0000)]
* gnus-refcard.tex: Fix copyright.

* gnus-booklet.ps, gnus-refcard.ps: Generate.

17 years agoFix name of Guanpeng Xu <herberteuler@hotmail.com> in 2006-02-23 entry.
Reiner Steib [Sun, 4 Feb 2007 19:50:51 +0000 (19:50 +0000)]
Fix name of Guanpeng Xu <herberteuler@hotmail.com> in 2006-02-23 entry.

17 years ago(Hooks for Loading): Make the description of `eval-after-load' more
Alan Mackenzie [Sun, 4 Feb 2007 18:59:44 +0000 (18:59 +0000)]
(Hooks for Loading): Make the description of `eval-after-load' more
detailed, and amend the description of after-load-alist, in accordance
with changes from 2006-05.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 4 Feb 2007 18:57:24 +0000 (18:57 +0000)]
*** empty log message ***

17 years ago(AUCTeX): Update version number. Should probably be done
David Kastrup [Sun, 4 Feb 2007 17:45:34 +0000 (17:45 +0000)]
(AUCTeX): Update version number.  Should probably be done
for other packages as well.

17 years ago(mpuz-random-puzzle): Fix potential lockup when
David Kastrup [Sun, 4 Feb 2007 17:29:50 +0000 (17:29 +0000)]
(mpuz-random-puzzle): Fix potential lockup when
`mpuz-allow-double-multiplicator' is non-zero, and correct
calculation of `min'.

17 years ago(widget-default-create): Insert new text at the :from marker _after_ the
Eli Zaretskii [Sun, 4 Feb 2007 16:02:32 +0000 (16:02 +0000)]
(widget-default-create): Insert new text at the :from marker _after_ the
marker, not before it.

17 years ago(c-indent-line): Don't erase ^L when a line containing it is re-indented.
Alan Mackenzie [Sun, 4 Feb 2007 11:16:54 +0000 (11:16 +0000)]
(c-indent-line): Don't erase ^L when a line containing it is re-indented.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 4 Feb 2007 11:12:49 +0000 (11:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Sun, 4 Feb 2007 03:02:20 +0000 (03:02 +0000)]
*** empty log message ***

17 years ago** disumu@x3y2z1.net, Nov 22:
Chong Yidong [Sun, 4 Feb 2007 00:21:15 +0000 (00:21 +0000)]
** disumu@x3y2z1.net, Nov 22:
  URL not following some 302 redirects after recent changes
Fixed.

17 years ago(url-http-connection-opened): New variable.
Chong Yidong [Sun, 4 Feb 2007 00:20:59 +0000 (00:20 +0000)]
(url-http-connection-opened): New variable.
(url-http): Initialize it.
(url-http-async-sentinel): Don't try changing sentinels.
Run url-http-end-of-document-sentinel if necessary.

17 years ago*** empty log message ***
Glenn Morris [Sat, 3 Feb 2007 23:39:36 +0000 (23:39 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Sat, 3 Feb 2007 23:07:00 +0000 (23:07 +0000)]
*** empty log message ***

17 years agoAdd copyright and license information.
Glenn Morris [Sat, 3 Feb 2007 23:03:40 +0000 (23:03 +0000)]
Add copyright and license information.

17 years ago*** empty log message ***
Glenn Morris [Sat, 3 Feb 2007 22:12:54 +0000 (22:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 3 Feb 2007 22:04:25 +0000 (22:04 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Sat, 3 Feb 2007 22:04:06 +0000 (22:04 +0000)]
*** empty log message ***

17 years agoChange EOL format to DOS. Don't use redirection characters in REM lines.
Eli Zaretskii [Sat, 3 Feb 2007 22:03:52 +0000 (22:03 +0000)]
Change EOL format to DOS.  Don't use redirection characters in REM lines.

17 years agoFix file local variables c-file-style specification.
Glenn Morris [Sat, 3 Feb 2007 21:58:55 +0000 (21:58 +0000)]
Fix file local variables c-file-style specification.

17 years ago*** empty log message ***
Glenn Morris [Sat, 3 Feb 2007 21:55:10 +0000 (21:55 +0000)]
*** empty log message ***

17 years ago(Fmove_to_column): Document that the argument COLUMN is taken from prefix
Eli Zaretskii [Sat, 3 Feb 2007 21:54:54 +0000 (21:54 +0000)]
(Fmove_to_column): Document that the argument COLUMN is taken from prefix
numeric argument.

17 years agoAdd copyright and license notice.
Glenn Morris [Sat, 3 Feb 2007 21:53:58 +0000 (21:53 +0000)]
Add copyright and license notice.

17 years agoList copyright and license information for Emacs splash images.
Glenn Morris [Sat, 3 Feb 2007 21:53:04 +0000 (21:53 +0000)]
List copyright and license information for Emacs splash images.

17 years agoAdd author.
Glenn Morris [Sat, 3 Feb 2007 21:51:44 +0000 (21:51 +0000)]
Add author.

17 years agoComments.
Glenn Morris [Sat, 3 Feb 2007 21:49:10 +0000 (21:49 +0000)]
Comments.

17 years ago** Install newsticker.el patch.
Chong Yidong [Sat, 3 Feb 2007 17:35:12 +0000 (17:35 +0000)]
** Install newsticker.el patch.
Patched.

17 years ago(newsticker--insert-image): Update docstring. Insert the image directly.
Chong Yidong [Sat, 3 Feb 2007 17:34:57 +0000 (17:34 +0000)]
(newsticker--insert-image): Update docstring.  Insert the image directly.
(newsticker--buffer-redraw): Update docstring.

17 years ago* net/newsticker.el (newsticker--insert-image): Update docstring,
Chong Yidong [Sat, 3 Feb 2007 17:34:35 +0000 (17:34 +0000)]
* net/newsticker.el (newsticker--insert-image): Update docstring,
and insert the image directly.
(newsticker--buffer-redraw): Update docstring.

17 years ago** lennart.borgman.073@student.lu.se, Dec 29:
Chong Yidong [Sat, 3 Feb 2007 17:27:14 +0000 (17:27 +0000)]
** lennart.borgman.073@student.lu.se, Dec 29:
  How global is a define-global-minor-mode mode
Documentation fixed.

17 years ago(define-globalized-minor-mode): Rename from define-global-minor-mode.
Chong Yidong [Sat, 3 Feb 2007 17:26:28 +0000 (17:26 +0000)]
(define-globalized-minor-mode): Rename from define-global-minor-mode.

17 years ago(global-hi-lock-mode): define-global-minor-mode changed to
Chong Yidong [Sat, 3 Feb 2007 17:26:01 +0000 (17:26 +0000)]
(global-hi-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.

17 years agodefine-global-minor-mode changed to define-globalized-minor-mode.
Chong Yidong [Sat, 3 Feb 2007 17:25:35 +0000 (17:25 +0000)]
define-global-minor-mode changed to define-globalized-minor-mode.

17 years ago(global-cwarn-mode): Add define-globalized-minor-mode.
Chong Yidong [Sat, 3 Feb 2007 17:25:17 +0000 (17:25 +0000)]
(global-cwarn-mode): Add define-globalized-minor-mode.

17 years ago(global-cwarn-mode): define-global-minor-mode changed to
Chong Yidong [Sat, 3 Feb 2007 17:24:52 +0000 (17:24 +0000)]
(global-cwarn-mode): define-global-minor-mode changed to
define-globalized-minor-mode.

17 years ago(global-font-lock-mode): define-global-minor-mode changed to
Chong Yidong [Sat, 3 Feb 2007 17:24:35 +0000 (17:24 +0000)]
(global-font-lock-mode): define-global-minor-mode changed to
define-globalized-minor-mode.

17 years ago* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
Chong Yidong [Sat, 3 Feb 2007 17:24:01 +0000 (17:24 +0000)]
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Rename
from define-global-minor-mode.

* progmodes/cwarn.el (global-cwarn-mode):
* emacs-lisp/autoload.el (make-autoload):
* hi-lock.el (global-hi-lock-mode):
* font-core.el (global-font-lock-mode): All callers changed.

17 years agoFix typo.
Chong Yidong [Sat, 3 Feb 2007 17:14:45 +0000 (17:14 +0000)]
Fix typo.

17 years ago(Defining Minor Modes): Document that a :require keyword or similar
Chong Yidong [Sat, 3 Feb 2007 17:11:39 +0000 (17:11 +0000)]
(Defining Minor Modes): Document that a :require keyword or similar
may be required to make saved customization variables work.

17 years ago* modes.texi (Defining Minor Modes): Document that a :require
Chong Yidong [Sat, 3 Feb 2007 17:11:31 +0000 (17:11 +0000)]
* modes.texi (Defining Minor Modes): Document that a :require
keyword or similar may be required to make saved customization
variables work.

17 years ago(syms_of_lread) <load-history>: Doc fix.
Juanma Barranquero [Sat, 3 Feb 2007 16:58:44 +0000 (16:58 +0000)]
(syms_of_lread) <load-history>: Doc fix.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 3 Feb 2007 15:30:55 +0000 (15:30 +0000)]
*** empty log message ***

17 years ago(Top): Update the top-level menus. Make the detailed menu headers compliant
Eli Zaretskii [Sat, 3 Feb 2007 15:25:43 +0000 (15:25 +0000)]
(Top): Update the top-level menus.  Make the detailed menu headers compliant
with Texinfo guidelines and with what texnfo-upd.el expects.  Add comments to
prevent people from inadvertently modifying the key parts needed by
`texinfo-multiple-files-update'.

17 years ago(Top): Make the detailed menu headers compliant with Texinfo guidelines and
Eli Zaretskii [Sat, 3 Feb 2007 14:17:25 +0000 (14:17 +0000)]
(Top): Make the detailed menu headers compliant with Texinfo guidelines and
with what texnfo-upd.el expects.  Add comments to prevent people from
inadvertently modifying key parts needed by `texinfo-multiple-files-update'.

17 years ago(texinfo-menu-copy-old-description):
Eli Zaretskii [Sat, 3 Feb 2007 14:02:45 +0000 (14:02 +0000)]
(texinfo-menu-copy-old-description):
Don't copy @ignore lines into menu descriptions.
(texinfo-multi-file-update): Goto the @node line before attempting to pluck the
node name.
(texinfo-multiple-files-update): Reverse the optional arguments' order, as per
the doc string and the `interactive' form.

17 years agoUse autoload to avoid overriding disabled setting applied in .emacs.
Chong Yidong [Sat, 3 Feb 2007 01:01:01 +0000 (01:01 +0000)]
Use autoload to avoid overriding disabled setting applied in .emacs.

17 years ago* image-mode.el: Use autoload to avoid overriding disabled setting
Chong Yidong [Sat, 3 Feb 2007 01:00:52 +0000 (01:00 +0000)]
* image-mode.el: Use autoload to avoid overriding disabled setting
applied in .emacs.

17 years agoDoc fixes
Vinicius Jose Latorre [Sat, 3 Feb 2007 00:18:24 +0000 (00:18 +0000)]
Doc fixes

17 years ago(c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in a
Alan Mackenzie [Fri, 2 Feb 2007 23:06:41 +0000 (23:06 +0000)]
(c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in a
k&r list.  (No WS between adjacent paren groups).

17 years ago*** empty log message ***
Alan Mackenzie [Fri, 2 Feb 2007 23:02:04 +0000 (23:02 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 Feb 2007 19:18:09 +0000 (19:18 +0000)]
*** empty log message ***

17 years agoFix typos.
Juanma Barranquero [Fri, 2 Feb 2007 18:53:42 +0000 (18:53 +0000)]
Fix typos.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 2 Feb 2007 18:28:00 +0000 (18:28 +0000)]
*** empty log message ***

17 years ago(dired-do-relsymlink): Add an autoload cookie.
Eli Zaretskii [Fri, 2 Feb 2007 18:27:09 +0000 (18:27 +0000)]
(dired-do-relsymlink): Add an autoload cookie.

17 years ago(dired-do-relsymlink): Fix last change.
Eli Zaretskii [Fri, 2 Feb 2007 18:23:04 +0000 (18:23 +0000)]
(dired-do-relsymlink): Fix last change.

17 years ago*** empty log message ***
Eli Zaretskii [Fri, 2 Feb 2007 18:05:40 +0000 (18:05 +0000)]
*** empty log message ***

17 years ago(Top): Update the top-level menus.
Eli Zaretskii [Fri, 2 Feb 2007 18:00:19 +0000 (18:00 +0000)]
(Top): Update the top-level menus.

17 years agoFix typos.
Juanma Barranquero [Fri, 2 Feb 2007 16:42:31 +0000 (16:42 +0000)]
Fix typos.

17 years agoFix typos.
Juanma Barranquero [Fri, 2 Feb 2007 15:40:10 +0000 (15:40 +0000)]
Fix typos.

17 years ago(dired-do-relsymlink): Add reference to dired-do-symlink.
Eli Zaretskii [Fri, 2 Feb 2007 14:51:30 +0000 (14:51 +0000)]
(dired-do-relsymlink): Add reference to dired-do-symlink.

17 years ago(dired-do-symlink): Add reference to dired-do-relsymlink.
Eli Zaretskii [Fri, 2 Feb 2007 14:51:08 +0000 (14:51 +0000)]
(dired-do-symlink): Add reference to dired-do-relsymlink.

17 years ago<left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings.
Eli Zaretskii [Fri, 2 Feb 2007 14:42:38 +0000 (14:42 +0000)]
<left-fringe mouse-2, right-fringe mouse-3, left-fringe mouse-3>: New bindings.

17 years agoFix typos.
Juanma Barranquero [Fri, 2 Feb 2007 14:39:39 +0000 (14:39 +0000)]
Fix typos.

17 years ago(Categories): Add index entries.
Eli Zaretskii [Fri, 2 Feb 2007 14:36:17 +0000 (14:36 +0000)]
(Categories): Add index entries.

17 years ago(newsticker-version): Changed to "1.10".
Eli Zaretskii [Fri, 2 Feb 2007 14:29:50 +0000 (14:29 +0000)]
(newsticker-version): Changed to "1.10".
(newsticker--set-customvar): Doc string.
(newsticker-new-item-face): Doc string.
(newsticker-mode): Initialize `invisibility-spec' with t.
(newsticker-mode-map): Added `newsticker-mark-all-items-at-point-as-read'.
(newsticker-menu): Added narrow-to-item and narrow-to-feed.
(newsticker-w3m-show-inline-images): Do not call `w3m-remove-image'.
(newsticker--buffer-after-w3m-insert-image): New advice for
w3m-insert-image to cache images.
(newsticker-next-item-same-feed): New.
(newsticker-mark-all-items-at-point-as-read-and-redraw): New.
(newsticker-mark-all-items-of-feed-as-read): New.
(newsticker-mark-all-items-at-point-as-read): Use new functions.
(newsticker-mark-item-at-point-as-read): Doc string.
(newsticker-mark-item-at-point-as-read): Use new functions.
(newsticker--do-mark-item-at-point-as-read): New, extracted from
`newsticker-mark-item-at-point-as-read'.
(newsticker-hide-entry): Use (t) instead of t for invisibility.
(newsticker--sentinel): Yet another xml-parser workaround.
(newsticker--decode-iso8601-date): Bugfix for datestrings without days.
(newsticker--buffer-do-insert-text): Fix.
(newsticker--buffer-insert-enclosure): Fix. length might be missing.
(newsticker--buffer-make-item-completely-visible): `switch-to-buffer' not
necessary.

17 years ago(ebnf-eps-buffer, ebnf-eps-region)
Eli Zaretskii [Fri, 2 Feb 2007 14:06:07 +0000 (14:06 +0000)]
(ebnf-eps-buffer, ebnf-eps-region)
(ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
(ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
(ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
(ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 2 Feb 2007 14:00:57 +0000 (14:00 +0000)]
*** empty log message ***

17 years ago(quail-show-key): Fix an error message.
Kenichi Handa [Fri, 2 Feb 2007 11:44:14 +0000 (11:44 +0000)]
(quail-show-key): Fix an error message.

17 years agoFix date in entry.
Juanma Barranquero [Fri, 2 Feb 2007 11:28:43 +0000 (11:28 +0000)]
Fix date in entry.

17 years ago[!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose): Use
Jan Djärv [Fri, 2 Feb 2007 10:31:13 +0000 (10:31 +0000)]
[!USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_expose): Use
 the foreground color of the scroll-bar face when drawing the
 scroll-bar's border.

17 years ago(do_ewmh_fullscreen): Check that what != NULL before
Jan Djärv [Fri, 2 Feb 2007 09:35:02 +0000 (09:35 +0000)]
(do_ewmh_fullscreen): Check that what != NULL before
calling wm_supports.

17 years ago*** empty log message ***
Glenn Morris [Fri, 2 Feb 2007 08:59:04 +0000 (08:59 +0000)]
*** empty log message ***

17 years ago(syms_of_lread) <user-init-file>: Doc fix.
Juanma Barranquero [Thu, 1 Feb 2007 22:06:46 +0000 (22:06 +0000)]
(syms_of_lread) <user-init-file>: Doc fix.
Wording by Eli Zaretskii.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 1 Feb 2007 16:47:30 +0000 (16:47 +0000)]
*** empty log message ***

17 years ago(Attribute Functions): Fix name and description of the UNDERLINE arg
Juanma Barranquero [Thu, 1 Feb 2007 16:37:35 +0000 (16:37 +0000)]
(Attribute Functions): Fix name and description of the UNDERLINE arg
of `set-face-underline-p'.

17 years ago(set-face-underline-p, modify-face): Rename arg UNDERLINE-P
Juanma Barranquero [Thu, 1 Feb 2007 16:30:13 +0000 (16:30 +0000)]
(set-face-underline-p, modify-face): Rename arg UNDERLINE-P
to UNDERLINE (it is not a flag).

17 years agoExpand section about Windows system caret changes.
Jason Rumney [Thu, 1 Feb 2007 15:05:46 +0000 (15:05 +0000)]
Expand section about Windows system caret changes.

17 years ago(gdb-speedbar-update): Avoid duplication
Nick Roberts [Thu, 1 Feb 2007 08:42:47 +0000 (08:42 +0000)]
(gdb-speedbar-update): Avoid duplication
when adding gdb-speedbar-update to gdb-input-queue.

17 years ago*** empty log message ***
Nick Roberts [Thu, 1 Feb 2007 08:42:00 +0000 (08:42 +0000)]
*** empty log message ***

17 years agoAdd copyright and permissions notices.
Glenn Morris [Thu, 1 Feb 2007 03:10:42 +0000 (03:10 +0000)]
Add copyright and permissions notices.

17 years ago*** empty log message ***
Glenn Morris [Thu, 1 Feb 2007 03:04:17 +0000 (03:04 +0000)]
*** empty log message ***

17 years ago(quail-show-key): Fix previous change.
Kenichi Handa [Thu, 1 Feb 2007 01:46:58 +0000 (01:46 +0000)]
(quail-show-key): Fix previous change.

17 years ago(quail-show-key): Signal an error if the
Kenichi Handa [Thu, 1 Feb 2007 01:45:04 +0000 (01:45 +0000)]
(quail-show-key): Signal an error if the
current input method is not using Quail.

17 years ago(idlwave-xml-create-sysvar-alist): Trim leading whitespace in sysvar
J.D. Smith [Thu, 1 Feb 2007 01:04:59 +0000 (01:04 +0000)]
(idlwave-xml-create-sysvar-alist): Trim leading whitespace in sysvar
names.

17 years ago(internal-find-face, internal-get-face): Doc fixes.
Juanma Barranquero [Thu, 1 Feb 2007 00:39:02 +0000 (00:39 +0000)]
(internal-find-face, internal-get-face): Doc fixes.