]> code.delx.au - gnu-emacs/log
gnu-emacs
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'.

19 years ago(math-read-replacement-list): Add subscripts.
Jay Belanger [Tue, 5 Apr 2005 03:50:26 +0000 (03:50 +0000)]
(math-read-replacement-list): Add subscripts.
(math-read-subscripts): New variable.
(math-read-preprocess-string): Process subscripts.

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

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 5 Apr 2005 01:19:39 +0000 (01:19 +0000)]
*** empty log message ***

19 years ago(Dired Visiting): `dired-view-command-alist' has been deleted.
Luc Teirlinck [Tue, 5 Apr 2005 00:11:11 +0000 (00:11 +0000)]
(Dired Visiting): `dired-view-command-alist' has been deleted.
(Marks vs Flags): Add some convenient key bindings.
(Hiding Subdirectories): Delete redundant and inaccurate sentence.
(Misc Dired Features): Correct and expand description of `w' command.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 5 Apr 2005 00:09:59 +0000 (00:09 +0000)]
*** empty log message ***

19 years ago(XTerm Mouse): Delete apparently false info. The GNU/Linux console
Luc Teirlinck [Tue, 5 Apr 2005 00:04:24 +0000 (00:04 +0000)]
(XTerm Mouse): Delete apparently false info.  The GNU/Linux console
currently does not appear to support `xterm-mouse-mode'.

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 5 Apr 2005 00:03:11 +0000 (00:03 +0000)]
*** empty log message ***

19 years ago(dired-copy-filename-as-kill): Make `-' arg behave like `-1'. Doc fix.
Luc Teirlinck [Mon, 4 Apr 2005 23:58:11 +0000 (23:58 +0000)]
(dired-copy-filename-as-kill): Make `-' arg behave like `-1'.  Doc fix.

19 years agoMark TUTORIAL.{fr,it,ja} as checked.
Thien-Thi Nguyen [Mon, 4 Apr 2005 19:54:51 +0000 (19:54 +0000)]
Mark TUTORIAL.{fr,it,ja} as checked.

19 years agoMove "copying conditions at end" sentence after title.
Thien-Thi Nguyen [Mon, 4 Apr 2005 19:51:48 +0000 (19:51 +0000)]
Move "copying conditions at end" sentence after title.

19 years ago*** empty log message ***
Carsten Dominik [Mon, 4 Apr 2005 12:25:29 +0000 (12:25 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Lute Kamstra [Mon, 4 Apr 2005 09:39:03 +0000 (09:39 +0000)]
*** empty log message ***

19 years ago(url-handler-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:38:43 +0000 (09:38 +0000)]
(url-handler-mode): Specify :group.

19 years ago(longlines-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:30:37 +0000 (09:30 +0000)]
(longlines-mode): Specify :group.

19 years ago(refill-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:29:08 +0000 (09:29 +0000)]
(refill-mode): Specify :group.

19 years ago(enriched-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:27:16 +0000 (09:27 +0000)]
(enriched-mode): Specify :group.

19 years ago(hide-ifdef-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:25:36 +0000 (09:25 +0000)]
(hide-ifdef-mode): Specify :group.

19 years ago(glasses-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:23:59 +0000 (09:23 +0000)]
(glasses-mode): Specify :group.

19 years ago(flymake-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:22:59 +0000 (09:22 +0000)]
(flymake-mode): Specify :group.

19 years ago(cwarn-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:21:06 +0000 (09:21 +0000)]
(cwarn-mode): Specify :group.

19 years ago(sc-minor-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:19:51 +0000 (09:19 +0000)]
(sc-minor-mode): Specify :group.

19 years ago(thai-auto-composition-mode, thai-word-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:17:41 +0000 (09:17 +0000)]
(thai-auto-composition-mode, thai-word-mode): Specify :group.

19 years ago(encoded-kbd-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:15:05 +0000 (09:15 +0000)]
(encoded-kbd-mode): Specify :group.

19 years ago(cua-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:13:04 +0000 (09:13 +0000)]
(cua-mode): Specify :group.

19 years ago(eldoc-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:11:34 +0000 (09:11 +0000)]
(eldoc-mode): Specify :group.

19 years ago(smerge-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:09:01 +0000 (09:09 +0000)]
(smerge-mode): Specify :group.

19 years ago(next-error-follow-minor-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:07:45 +0000 (09:07 +0000)]
(next-error-follow-minor-mode): Specify :group.

19 years ago(reveal-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:05:09 +0000 (09:05 +0000)]
(reveal-mode): Specify :group.

19 years ago(msb-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 09:03:43 +0000 (09:03 +0000)]
(msb-mode): Specify :group.

19 years agoDon't require easy-mmode.
Lute Kamstra [Mon, 4 Apr 2005 09:02:15 +0000 (09:02 +0000)]
Don't require easy-mmode.
(master): New customization group.
(master-mode): Specify :group.

19 years ago(iimage): New customization group.
Lute Kamstra [Mon, 4 Apr 2005 08:59:38 +0000 (08:59 +0000)]
(iimage): New customization group.
(iimage-mode): Specify :group.

19 years ago(hl-line-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 08:57:54 +0000 (08:57 +0000)]
(hl-line-mode): Specify :group.

19 years ago(font-lock-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 08:56:36 +0000 (08:56 +0000)]
(font-lock-mode): Specify :group.

19 years ago(diff-minor-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 08:54:58 +0000 (08:54 +0000)]
(diff-minor-mode): Specify :group.

19 years ago(display-battery-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 08:53:15 +0000 (08:53 +0000)]
(display-battery-mode): Specify :group.

19 years ago(auto-revert-mode): Specify :group.
Lute Kamstra [Mon, 4 Apr 2005 08:51:19 +0000 (08:51 +0000)]
(auto-revert-mode): Specify :group.

19 years ago(change-log-font-lock-keywords): Names in parenthesized lists can
Lute Kamstra [Mon, 4 Apr 2005 08:47:58 +0000 (08:47 +0000)]
(change-log-font-lock-keywords): Names in parenthesized lists can
contain spaces.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 4 Apr 2005 07:43:43 +0000 (07:43 +0000)]
*** empty log message ***

19 years ago(fancy-splash-text): Shorten default text of
Thien-Thi Nguyen [Mon, 4 Apr 2005 07:41:58 +0000 (07:41 +0000)]
(fancy-splash-text): Shorten default text of
"Emacs Tutorial" line.  Also, if the current language env
indicates an available tutorial file other than TUTORIAL,
extract its title and append it to the line in parentheses.
(fancy-splash-insert): If arg is a thunk, funcall it.

19 years agoUpdate text before first period.
Thien-Thi Nguyen [Mon, 4 Apr 2005 07:35:10 +0000 (07:35 +0000)]
Update text before first period.

19 years ago*** empty log message ***
Jay Belanger [Mon, 4 Apr 2005 05:17:58 +0000 (05:17 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-230
Miles Bader [Mon, 4 Apr 2005 05:04:44 +0000 (05:04 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-230

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 53-55)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-04-03  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Fix an
   "unrecognised menu descriptor" error.

19 years agoChange version number.
Jay Belanger [Mon, 4 Apr 2005 04:55:09 +0000 (04:55 +0000)]
Change version number.
(Customizable variables): Fix description of calc-language-alist.
(Copying): Put in version 2 of GPL.

19 years ago(calc-language-alist): Add tags to customization type.
Jay Belanger [Mon, 4 Apr 2005 03:56:45 +0000 (03:56 +0000)]
(calc-language-alist): Add tags to customization type.

19 years ago(ps-mule-show-warning): If the number of unprintable
Kenichi Handa [Mon, 4 Apr 2005 02:12:15 +0000 (02:12 +0000)]
(ps-mule-show-warning): If the number of unprintable
chars are more than a limit, print " and more..." at the tail.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 4 Apr 2005 01:31:20 +0000 (01:31 +0000)]
*** empty log message ***

19 years ago(xterm-mouse-mode): Add explicit Custom group (mouse). Doc fix.
Luc Teirlinck [Mon, 4 Apr 2005 01:13:59 +0000 (01:13 +0000)]
(xterm-mouse-mode): Add explicit Custom group (mouse).  Doc fix.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 4 Apr 2005 01:11:55 +0000 (01:11 +0000)]
*** empty log message ***

19 years agoFixed syntax highlighting in lisp/add-log.el.
Marcelo Toledo [Sun, 3 Apr 2005 23:03:21 +0000 (23:03 +0000)]
Fixed syntax highlighting in lisp/add-log.el.

19 years ago(Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
Kim F. Storm [Sun, 3 Apr 2005 22:27:05 +0000 (22:27 +0000)]
(Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 3 Apr 2005 22:26:43 +0000 (22:26 +0000)]
*** empty log message ***

19 years ago(Ffuncall): Always call CHECK_CONS_LIST on entry.
Kim F. Storm [Sun, 3 Apr 2005 22:08:58 +0000 (22:08 +0000)]
(Ffuncall): Always call CHECK_CONS_LIST on entry.
Call it again after autoload.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 3 Apr 2005 22:08:17 +0000 (22:08 +0000)]
*** empty log message ***

19 years agoApplied patch by Mats Lidell <matsl@contactor.se>
Marcelo Toledo [Sun, 3 Apr 2005 21:40:07 +0000 (21:40 +0000)]
Applied patch by Mats Lidell <matsl@contactor.se>

19 years ago(bibtex-url): Use format to generate the url.
Stefan Monnier [Sun, 3 Apr 2005 21:26:11 +0000 (21:26 +0000)]
(bibtex-url): Use format to generate the url.
(bibtex-generate-url-list): Update docstring accordingly. Put the
complex example in the docstring.
(bibtex-font-lock-url): Use pop.

19 years ago(tcl-set-font-lock-keywords): Use new \_< ops.
Stefan Monnier [Sun, 3 Apr 2005 21:20:03 +0000 (21:20 +0000)]
(tcl-set-font-lock-keywords): Use new \_< ops.

19 years ago(cvs-checkout): Prompt for cvsroot as well.
Stefan Monnier [Sun, 3 Apr 2005 21:18:51 +0000 (21:18 +0000)]
(cvs-checkout): Prompt for cvsroot as well.

19 years agoSpecify :group for all generic modes.
Lute Kamstra [Sun, 3 Apr 2005 20:52:46 +0000 (20:52 +0000)]
Specify :group for all generic modes.

19 years ago(define-generic-mode): Add argument to specify keywords for defcustom.
Lute Kamstra [Sun, 3 Apr 2005 20:33:12 +0000 (20:33 +0000)]
(define-generic-mode): Add argument to specify keywords for defcustom.
(default-generic-mode): Specify :group.

19 years ago(Diary): Mention shell utility `calendar'.
Glenn Morris [Sun, 3 Apr 2005 17:03:15 +0000 (17:03 +0000)]
(Diary): Mention shell utility `calendar'.

19 years ago*** empty log message ***
Glenn Morris [Sun, 3 Apr 2005 17:02:10 +0000 (17:02 +0000)]
*** empty log message ***

19 years ago(filesets-set-default): Doc fix.
Glenn Morris [Sun, 3 Apr 2005 16:55:58 +0000 (16:55 +0000)]
(filesets-set-default): Doc fix.

19 years ago*** empty log message ***
Lute Kamstra [Sun, 3 Apr 2005 14:02:32 +0000 (14:02 +0000)]
*** empty log message ***

19 years ago(desktop-no-desktop-file-hook, desktop-after-read-hook): Fix docstring.
Lute Kamstra [Sun, 3 Apr 2005 14:01:43 +0000 (14:01 +0000)]
(desktop-no-desktop-file-hook, desktop-after-read-hook): Fix docstring.

19 years ago(Standard Hooks): Add some hooks. Add cross references and/or
Lute Kamstra [Sun, 3 Apr 2005 13:53:56 +0000 (13:53 +0000)]
(Standard Hooks): Add some hooks.  Add cross references and/or
descriptions.  Delete major mode hooks; mention them as a category
instead.  Rename or delete obsolete hooks.

19 years ago(Coding System Basics): Another cleanup.
Richard M. Stallman [Sun, 3 Apr 2005 04:25:20 +0000 (04:25 +0000)]
(Coding System Basics): Another cleanup.

19 years ago(visible-mode): Use explicit :group keyword. This changes the group
Luc Teirlinck [Sat, 2 Apr 2005 19:24:26 +0000 (19:24 +0000)]
(visible-mode): Use explicit :group keyword.  This changes the group
of `visible-mode-hook' from paren-blinking to editing-basics.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 2 Apr 2005 19:22:00 +0000 (19:22 +0000)]
*** empty log message ***

19 years agoClean up line breaks.
Richard M. Stallman [Sat, 2 Apr 2005 18:30:07 +0000 (18:30 +0000)]
Clean up line breaks.

19 years agoRemove the old intro line that apparently was a longer version of
Richard M. Stallman [Sat, 2 Apr 2005 18:29:29 +0000 (18:29 +0000)]
Remove the old intro line that apparently was a longer version of
"Emacs tutorial".

19 years ago#include blockinput also
Jan Djärv [Sat, 2 Apr 2005 12:12:48 +0000 (12:12 +0000)]
#include blockinput also

19 years ago* alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
Jan Djärv [Sat, 2 Apr 2005 12:05:38 +0000 (12:05 +0000)]
* alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
mallopt.

* ralloc.c (r_alloc_init): Ditto.

19 years ago(rmail-parse-url): Bugfix. Parse traditional mailbox specifications
Eli Zaretskii [Sat, 2 Apr 2005 11:32:18 +0000 (11:32 +0000)]
(rmail-parse-url): Bugfix. Parse traditional mailbox specifications
as well as URLs.
(rmail-insert-inbox-text): Remove unused conditional branches.