bpt/emacs.git
19 years ago(where_is_internal): Convert a string used as event type into "(any string)".
Richard M. Stallman [Sun, 10 Apr 2005 01:45:58 +0000 (01:45 +0000)]
(where_is_internal): Convert a string used as event type into "(any string)".

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 10 Apr 2005 00:54:14 +0000 (00:54 +0000)]
*** empty log message ***

19 years agoComment change.
Richard M. Stallman [Sun, 10 Apr 2005 00:41:34 +0000 (00:41 +0000)]
Comment change.

19 years ago(Vloads_in_progress): Not static.
Richard M. Stallman [Sun, 10 Apr 2005 00:28:37 +0000 (00:28 +0000)]
(Vloads_in_progress): Not static.

19 years ago(Vloads_in_progress): Add extern.
Richard M. Stallman [Sun, 10 Apr 2005 00:28:00 +0000 (00:28 +0000)]
(Vloads_in_progress): Add extern.
(Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.

19 years ago(mirror_line_dance): Avoid crash if W2 is null.
Richard M. Stallman [Sat, 9 Apr 2005 23:51:18 +0000 (23:51 +0000)]
(mirror_line_dance): Avoid crash if W2 is null.

19 years ago(archive-mode-map): Move initialization into
Stefan Monnier [Sat, 9 Apr 2005 19:18:25 +0000 (19:18 +0000)]
(archive-mode-map): Move initialization into
the declaration.  Override *all* bindings of `undo'.
(archive-lemacs): Remove, use (featurep 'xemacs) instead.

19 years ago*** empty log message ***
Jay Belanger [Sat, 9 Apr 2005 19:15:42 +0000 (19:15 +0000)]
*** empty log message ***

19 years ago(math-standard-units): Redefine Watt hour as W*hr.
Jay Belanger [Sat, 9 Apr 2005 18:59:36 +0000 (18:59 +0000)]
(math-standard-units): Redefine Watt hour as W*hr.

19 years ago(Useless Whitespace): `indicate-unused-lines' is now called
Luc Teirlinck [Sat, 9 Apr 2005 16:18:51 +0000 (16:18 +0000)]
(Useless Whitespace): `indicate-unused-lines' is now called
`indicate-empty-lines'.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 9 Apr 2005 16:17:18 +0000 (16:17 +0000)]
*** empty log message ***

19 years ago(xterm-rgb-convert-to-16bit): Simplify.
Dan Nicolaescu [Sat, 9 Apr 2005 15:25:50 +0000 (15:25 +0000)]
(xterm-rgb-convert-to-16bit): Simplify.
(xterm-register-default-colors): Update color values computation
to match xterm-200.

19 years ago(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
Lute Kamstra [Sat, 9 Apr 2005 08:43:23 +0000 (08:43 +0000)]
(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
accessible part of the buffer.

19 years ago(iso-latin-7): Fix the map.
Kenichi Handa [Fri, 8 Apr 2005 23:46:58 +0000 (23:46 +0000)]
(iso-latin-7): Fix the map.

19 years ago(comint-highlight-prompt): Fix face spec.
Luc Teirlinck [Fri, 8 Apr 2005 23:45:09 +0000 (23:45 +0000)]
(comint-highlight-prompt): Fix face spec.

19 years ago(readevalloop): Add args START and END as region in
Kim F. Storm [Fri, 8 Apr 2005 23:33:28 +0000 (23:33 +0000)]
(readevalloop): Add args START and END as region in
current buffer to read.  Callers changed.
When specified, narrow to this region only when reading,
not during eval.  Track next point to read from during eval.
Also restore point to "real" buffer position before eval.
(Feval_region): Don't save excursion and restriction here, and
don't narrow to region.  Just pass region to readevalloop.
Note: Point is now preserved even when PRINTFLAG is nil.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Apr 2005 23:32:54 +0000 (23:32 +0000)]
*** empty log message ***

19 years ago(defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)
Luc Teirlinck [Fri, 8 Apr 2005 23:10:24 +0000 (23:10 +0000)]
(defun-prompt-regexp, parens-require-spaces, buffer-end, end-of-defun)
(insert-parentheses): Doc fixes.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 8 Apr 2005 23:06:43 +0000 (23:06 +0000)]
*** empty log message ***

19 years ago(hi-green): Fix face spec.
Kim F. Storm [Fri, 8 Apr 2005 22:03:42 +0000 (22:03 +0000)]
(hi-green): Fix face spec.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Apr 2005 21:59:26 +0000 (21:59 +0000)]
*** empty log message ***

19 years ago* cus-edit.el (custom-modified-face):
Dan Nicolaescu [Fri, 8 Apr 2005 20:55:09 +0000 (20:55 +0000)]
* cus-edit.el (custom-modified-face):
* comint.el (comint-highlight-input): Fix previous changes.
* term.el (term-handle-ansi-escape): Add a comment.

19 years ago(whitespace-highlight-the-space): Put the same overlay
Stefan Monnier [Fri, 8 Apr 2005 14:40:57 +0000 (14:40 +0000)]
(whitespace-highlight-the-space): Put the same overlay
in the buffer and in whitespace-highlighted-space.
(whitespace-unhighlight-the-space): Simplify.
(whitespace-buffer): Simplify.

19 years ago* mh-customize.el (mh-speedbar-selected-folder-face): Special case
Dan Nicolaescu [Fri, 8 Apr 2005 14:26:13 +0000 (14:26 +0000)]
* mh-customize.el (mh-speedbar-selected-folder-face): Special case
high number of colors displays.

* textmodes/table.el (table-cell-face): Add special case for
displays supporting a high number of colors.
* progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
(vhdl-font-lock-reserved-words-face)
(vhdl-speedbar-architecture-face)
(vhdl-speedbar-instantiation-face)
(vhdl-speedbar-architecture-selected-face)
(vhdl-speedbar-instantiation-selected-face): Likewise.
* progmodes/sh-script.el (sh-heredoc-face): Likewise.
* progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
* progmodes/ebrowse.el (ebrowse-tree-mark-face)
(ebrowse-root-class-face, ebrowse-member-attribute-face)
(ebrowse-progress-face): Likewise.
* progmodes/compile.el (compilation-info-face): Likewise.
* progmodes/cc-fonts.el (c-invalid-face): Likewise.
* emacs-lisp/re-builder.el (reb-match-3): Likewise.
* calendar/calendar.el (diary-face): Likewise.
* woman.el (woman-italic-face, woman-bold-face)
(woman-unknown-face): Likewise.
* wid-edit.el (widget-button-pressed-face): Likewise.
* whitespace.el (whitespace-highlight-face): Likewise.
* smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
* pcvs-info.el (cvs-marked-face): Likewise.
* info.el (info-xref): Likewise.
* ido.el (ido-subdir-face, ido-indicator-face): Likewise.
* hilit-chg.el (highlight-changes-face)
(highlight-changes-delete-face): Likewise.
* hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
(hi-red-b): Likewise.
* generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
* font-lock.el (font-lock-keyword-face)
(font-lock-function-name-face, font-lock-warning-face): Likewise.
* cus-edit.el (custom-invalid-face, custom-modified-face)
(custom-set-face, custom-changed-face, custom-variable-tag-face)
(custom-group-tag-face-1, custom-group-tag-face): Likewise.
* comint.el (comint-highlight-prompt): Likewise.

19 years ago(font-lock-keywords): Docstring fixes.
Lute Kamstra [Fri, 8 Apr 2005 12:51:07 +0000 (12:51 +0000)]
(font-lock-keywords): Docstring fixes.

19 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Apr 2005 12:07:27 +0000 (12:07 +0000)]
*** empty log message ***

19 years agoFix spelling.
Kim F. Storm [Fri, 8 Apr 2005 11:58:10 +0000 (11:58 +0000)]
Fix spelling.

19 years agoFix typo.
Kim F. Storm [Fri, 8 Apr 2005 11:57:30 +0000 (11:57 +0000)]
Fix typo.

19 years agoUpdate copyright. Fix entry header.
Kim F. Storm [Fri, 8 Apr 2005 11:57:05 +0000 (11:57 +0000)]
Update copyright.  Fix entry header.

19 years ago(authors-aliases): Update list.
Kim F. Storm [Fri, 8 Apr 2005 11:54:57 +0000 (11:54 +0000)]
(authors-aliases): Update list.
(authors-ignored-files): New list.
(authors-fixed-entries): Fix typo.
(authors-renamed-files-alist): Update list.
(authors-add): Check authors-ignored-files.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Apr 2005 11:54:38 +0000 (11:54 +0000)]
*** empty log message ***

19 years ago(add-to-diary-list): MARKER argument made
Carsten Dominik [Fri, 8 Apr 2005 11:06:41 +0000 (11:06 +0000)]
(add-to-diary-list): MARKER argument made
optional, to ensure backward compatibility.

19 years ago*** empty log message ***
Carsten Dominik [Fri, 8 Apr 2005 11:05:58 +0000 (11:05 +0000)]
*** empty log message ***

19 years ago(Buffer-menu-mode-map): Map follow-link to
Kim F. Storm [Fri, 8 Apr 2005 11:04:22 +0000 (11:04 +0000)]
(Buffer-menu-mode-map): Map follow-link to
mouse-face.

19 years ago(flyspell-large-region): Clarify docstring.
Stephen Eglen [Fri, 8 Apr 2005 09:55:48 +0000 (09:55 +0000)]
(flyspell-large-region): Clarify docstring.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Apr 2005 09:32:32 +0000 (09:32 +0000)]
*** empty log message ***

19 years ago(Search-based Fontification): Fix cross references.
Lute Kamstra [Fri, 8 Apr 2005 09:28:33 +0000 (09:28 +0000)]
(Search-based Fontification): Fix cross references.
Use consistent terminology.  Document anchored highlighting.

19 years ago(mouse-on-link-p): Tiny doc fix.
Kim F. Storm [Fri, 8 Apr 2005 09:24:25 +0000 (09:24 +0000)]
(mouse-on-link-p): Tiny doc fix.

19 years ago(syms_of_xdisp): Init overlay-arrow-string to "=>".
Kim F. Storm [Fri, 8 Apr 2005 07:45:59 +0000 (07:45 +0000)]
(syms_of_xdisp): Init overlay-arrow-string to "=>".

19 years ago*** empty log message ***
Kim F. Storm [Fri, 8 Apr 2005 07:45:43 +0000 (07:45 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Apr 2005 07:25:56 +0000 (07:25 +0000)]
*** empty log message ***

19 years agoUpdated header, contents synchronized with
Kenichi Handa [Fri, 8 Apr 2005 07:23:56 +0000 (07:23 +0000)]
Updated header, contents synchronized with
TUTORIAL at 2005-04-01T00:31:25Z!rms@gnu.org.

19 years ago*** empty log message ***
Luc Teirlinck [Fri, 8 Apr 2005 03:16:05 +0000 (03:16 +0000)]
*** empty log message ***

19 years ago(ielm-prompt-read-only): Doc fix.
Luc Teirlinck [Thu, 7 Apr 2005 23:41:46 +0000 (23:41 +0000)]
(ielm-prompt-read-only): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Apr 2005 23:38:34 +0000 (23:38 +0000)]
*** empty log message ***

19 years ago(comint-prompt-read-only): Doc fix.
Luc Teirlinck [Thu, 7 Apr 2005 23:01:54 +0000 (23:01 +0000)]
(comint-prompt-read-only): Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 7 Apr 2005 22:58:29 +0000 (22:58 +0000)]
*** empty log message ***

19 years ago(ffap-pass-wildcards-to-dired): New user option to
Juri Linkov [Thu, 7 Apr 2005 15:44:30 +0000 (15:44 +0000)]
(ffap-pass-wildcards-to-dired): New user option to
ensure dired always handles wildcards passed to ffap.
(find-file-at-point): Use it.
(ffap-dired-wildcards): Doc fix.

19 years ago(Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
Juri Linkov [Thu, 7 Apr 2005 15:16:39 +0000 (15:16 +0000)]
(Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
locally instead of adding it to the global hook.
(Info-kill-buffer): Move up.

19 years ago(compilation-setup):
Juri Linkov [Thu, 7 Apr 2005 15:15:38 +0000 (15:15 +0000)]
(compilation-setup):
Set `next-error-overlay-arrow-position' to nil.  Also set it to
nil in the local hook `kill-buffer-hook'.  Make local variable
`overlay-arrow-string' and set it to "=>".
(compilation-goto-locus): Set BOL position to
`next-error-overlay-arrow-position' instead of
`overlay-arrow-position'.

19 years ago(next-error-overlay-arrow-position): New defvar.
Juri Linkov [Thu, 7 Apr 2005 15:15:15 +0000 (15:15 +0000)]
(next-error-overlay-arrow-position): New defvar.
Put "=>" on its property `overlay-arrow-string'.
Add it to `overlay-arrow-variable-list'.

19 years agoMove to the obsolete subdir.
Stefan Monnier [Thu, 7 Apr 2005 12:01:21 +0000 (12:01 +0000)]
Move to the obsolete subdir.

19 years agoComment previous change more fully.
Glenn Morris [Thu, 7 Apr 2005 11:09:34 +0000 (11:09 +0000)]
Comment previous change more fully.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 7 Apr 2005 09:15:15 +0000 (09:15 +0000)]
*** empty log message ***

19 years ago(xterm-standard-colors): Update color values from
Dan Nicolaescu [Wed, 6 Apr 2005 21:38:35 +0000 (21:38 +0000)]
(xterm-standard-colors): Update color values from
xterm-200.

19 years agoTUTORIAL.cs updated.
Marcelo Toledo [Wed, 6 Apr 2005 19:22:24 +0000 (19:22 +0000)]
TUTORIAL.cs updated.

19 years agoUpdated header.
Pavel Janík [Wed, 6 Apr 2005 18:03:42 +0000 (18:03 +0000)]
Updated header.

19 years ago(tex-font-lock-keywords-2): Add \bfseries.
Stefan Monnier [Wed, 6 Apr 2005 15:45:00 +0000 (15:45 +0000)]
(tex-font-lock-keywords-2): Add \bfseries.

19 years ago*** empty log message ***
Stefan Monnier [Wed, 6 Apr 2005 14:08:06 +0000 (14:08 +0000)]
*** empty log message ***

19 years agoMove to the obsolete subdir.
Stefan Monnier [Wed, 6 Apr 2005 14:06:27 +0000 (14:06 +0000)]
Move to the obsolete subdir.

19 years ago(wdired-advise-functions, wdired-add-skip-in-replace)
Stefan Monnier [Wed, 6 Apr 2005 11:57:03 +0000 (11:57 +0000)]
(wdired-advise-functions, wdired-add-skip-in-replace)
(wdired-add-replace-advice): Remove.
(wdired-change-to-wdired-mode): Use query-replace-skip-read-only.

19 years agoAdd --bare-bones.
Kim F. Storm [Wed, 6 Apr 2005 10:46:44 +0000 (10:46 +0000)]
Add --bare-bones.

19 years ago(Initial Options): Add --bare-bones alias for -Q.
Kim F. Storm [Wed, 6 Apr 2005 10:46:12 +0000 (10:46 +0000)]
(Initial Options): Add --bare-bones alias for -Q.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 6 Apr 2005 10:45:54 +0000 (10:45 +0000)]
*** empty log message ***

19 years ago(standard_args): Add -Q, --bare-bones, -bare-bones.
Kim F. Storm [Wed, 6 Apr 2005 10:45:09 +0000 (10:45 +0000)]
(standard_args): Add -Q, --bare-bones, -bare-bones.

19 years ago(command-line): Add --bare-bones alias for -Q.
Kim F. Storm [Wed, 6 Apr 2005 10:43:29 +0000 (10:43 +0000)]
(command-line): Add --bare-bones alias for -Q.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 6 Apr 2005 10:42:36 +0000 (10:42 +0000)]
*** empty log message ***

19 years ago(change-log-font-lock-keywords): Complete 2005-04-03 change.
Lute Kamstra [Wed, 6 Apr 2005 08:44:14 +0000 (08:44 +0000)]
(change-log-font-lock-keywords): Complete 2005-04-03 change.

19 years agoMaintainer for TUTORIAL.ko needed. Tried contacting the author but the email seems...
Marcelo Toledo [Wed, 6 Apr 2005 02:37:08 +0000 (02:37 +0000)]
Maintainer for TUTORIAL.ko needed. Tried contacting the author but the email seems invalid.

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:24:59 +0000 (02:24 +0000)]
*** empty log message ***

19 years ago(Fx_create_frame, x_create_tip_frame): Add "fontset-mac" to fallback
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:24:23 +0000 (02:24 +0000)]
(Fx_create_frame, x_create_tip_frame): Add "fontset-mac" to fallback
font/fontsets.

19 years ago(cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:23:37 +0000 (02:23 +0000)]
(cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
(Fmac_get_preference): Doc fix.

19 years ago(DITL, vers): Fix version number and copyright.
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:17:38 +0000 (02:17 +0000)]
(DITL, vers): Fix version number and copyright.

19 years ago(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:16:55 +0000 (02:16 +0000)]
(CFBundleShortVersionString, CFBundleGetInfoString): Fix version
number and copyright.

19 years agoUse create-fontset-from-mac-roman-font to create the startup fontset
YAMAMOTO Mitsuharu [Wed, 6 Apr 2005 02:15:29 +0000 (02:15 +0000)]
Use create-fontset-from-mac-roman-font to create the startup fontset
if a font specification ends with `mac-roman'.

19 years ago("sgml"): Enable quail-completion by typing TAB.
Kenichi Handa [Wed, 6 Apr 2005 00:37:36 +0000 (00:37 +0000)]
("sgml"): Enable quail-completion by typing TAB.

19 years agoTUTORIAL.de first line updated.
Marcelo Toledo [Wed, 6 Apr 2005 00:18:20 +0000 (00:18 +0000)]
TUTORIAL.de first line updated.

19 years ago(copyright-update-year): Replace the right subexpression. Suggested
Lute Kamstra [Tue, 5 Apr 2005 23:19:34 +0000 (23:19 +0000)]
(copyright-update-year): Replace the right subexpression.  Suggested
by Jay Bingham <jay.bingham@hp.com>.

19 years ago* TUTORIAL.de: Updated header.
Werner LEMBERG [Tue, 5 Apr 2005 20:59:55 +0000 (20:59 +0000)]
* TUTORIAL.de: Updated header.

19 years ago(timeclock): Docstring fix.
Lute Kamstra [Tue, 5 Apr 2005 18:35:17 +0000 (18:35 +0000)]
(timeclock): Docstring fix.

19 years ago(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group.
Lute Kamstra [Tue, 5 Apr 2005 18:33:50 +0000 (18:33 +0000)]
(show-tabs-tab-face, show-tabs-space-face): Put them in the generic-x group.

19 years ago(generic-mode-internal): Fix 2005-03-31 change.
Lute Kamstra [Tue, 5 Apr 2005 18:32:59 +0000 (18:32 +0000)]
(generic-mode-internal): Fix 2005-03-31 change.
(define-generic-mode): Ditto.  Fix debug declaration.

19 years agoAdded field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed...
Marcelo Toledo [Tue, 5 Apr 2005 15:52:48 +0000 (15:52 +0000)]
Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.

19 years ago(Defining Minor Modes): Document :group keyword argument and its
Lute Kamstra [Tue, 5 Apr 2005 15:22:50 +0000 (15:22 +0000)]
(Defining Minor Modes): Document :group keyword argument and its
default value.

19 years ago(command-line-1): Display startup-echo-area-message when fancy splash
Glenn Morris [Tue, 5 Apr 2005 15:19:35 +0000 (15:19 +0000)]
(command-line-1): Display startup-echo-area-message when fancy splash
screen is in use.

19 years ago*** empty log message ***
Glenn Morris [Tue, 5 Apr 2005 15:19:00 +0000 (15:19 +0000)]
*** empty log message ***

19 years ago(define-global-minor-mode): Don't use custom-current-group.
Lute Kamstra [Tue, 5 Apr 2005 14:46:29 +0000 (14:46 +0000)]
(define-global-minor-mode): Don't use custom-current-group.
(define-minor-mode): Ditto.  Document default :group value.

19 years ago(define-generic-mode): Don't use custom-current-group.
Lute Kamstra [Tue, 5 Apr 2005 14:44:34 +0000 (14:44 +0000)]
(define-generic-mode): Don't use custom-current-group.
Document default :group value.

19 years ago(sh-builtins) <bash>: Add `caller'.
Glenn Morris [Tue, 5 Apr 2005 13:07:42 +0000 (13:07 +0000)]
(sh-builtins) <bash>: Add `caller'.
(sh-escaped-newline): New face.
(sh-font-lock-keywords) <shell>: Improve regexp for escaped
newline, and use sh-escaped-newline face.

19 years ago(tcl-escaped-newline): New face.
Glenn Morris [Tue, 5 Apr 2005 13:06:25 +0000 (13:06 +0000)]
(tcl-escaped-newline): New face.
(tcl-builtin-list): New variable.
(tcl-set-font-lock-keywords): Add builtins, variables, and escaped
newlines.  Fix keywords subexpression number.

19 years ago*** empty log message ***
Glenn Morris [Tue, 5 Apr 2005 13:01:16 +0000 (13:01 +0000)]
*** empty log message ***

19 years ago(org-diary-default-entry): Fixed call to
Carsten Dominik [Tue, 5 Apr 2005 10:08:11 +0000 (10:08 +0000)]
(org-diary-default-entry): Fixed call to
`add-to-diary-entry'.

19 years ago*** empty log message ***
Carsten Dominik [Tue, 5 Apr 2005 10:07:51 +0000 (10:07 +0000)]
*** empty log message ***

19 years agoUse (featurep 'xemacs).
Kim F. Storm [Tue, 5 Apr 2005 08:10:00 +0000 (08:10 +0000)]
Use (featurep 'xemacs).

19 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Apr 2005 08:09:49 +0000 (08:09 +0000)]
*** empty log message ***

19 years ago(widget-field-end): Temporarily remove field
David Ponce [Tue, 5 Apr 2005 06:41:09 +0000 (06:41 +0000)]
(widget-field-end): Temporarily remove field
narrowing before to call `get-char-property'.

19 years ago(face): Derive from symbol widget. Display sample
David Ponce [Tue, 5 Apr 2005 06:40:12 +0000 (06:40 +0000)]
(face): Derive from symbol widget.  Display sample
of the current face on the fly.
(widget-face-sample-face-get, widget-face-notify): New functions.
(widget-face-value-create): Remove.

19 years ago*** empty log message ***
David Ponce [Tue, 5 Apr 2005 06:38:49 +0000 (06:38 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jay Belanger [Tue, 5 Apr 2005 04:18:58 +0000 (04:18 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234
Miles Bader [Tue, 5 Apr 2005 04:10:27 +0000 (04:10 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 56-58)

   - Update from CVS
   - Collapse feature addition/removal within single ChangeLog entry

2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/message.el (message-make-date): Add defvars in order to silence
   the byte compiler inside the defun.

   * lisp/gnus/nnimap.el (nnimap-date-days-ago): Ditto.

   * lisp/gnus/gnus-demon.el (parse-time-string): Added autoload.

   * lisp/gnus/gnus-delay.el (parse-time-string): Added autoload.

   * lisp/gnus/gnus-art.el (parse-time-string): Added autoload.

   * lisp/gnus/nnultimate.el (parse-time): Require for `parse-time-string'.