bpt/emacs.git
20 years ago(Fset_process_sentinel): Add sentinel to childp plist
Kim F. Storm [Tue, 16 Sep 2003 23:05:24 +0000 (23:05 +0000)]
(Fset_process_sentinel): Add sentinel to childp plist
for network process.
(socket_options): Add `:' prefix to option names.  Add optbit field.
(set_socket_option): Remove no_error arg and special handling of s < 0.
Return 1<<optbit for known option, 0 for unknown.
Do not interpret 0 as false for boolean option (only nil).
Pass failed option and value to report_file_error.
(Fset_network_process_options): Replaced by Fset_network_process_option.
(Fset_network_process_option): New function to set just one option.
(Fmake_network_process): Allow :coding arg to be a cons.
Allow :server arg to be an integer specifying backlog size.
Remove :options arg, and allow options to be specified directly
as :KEY, VALUE pairs.  Parse these options before binding socket.
As before, :reuseaddr t is default for a server process, but this
can now be disabled by specifying :reuseaddr nil.
(Fnetwork_interface_info): Rename from Fget_network_interface_info.
(init_process): Availability of network options is now checked with
simpler syntax (featurep 'make-network-process :OPTION); use loop to
setup features.
(syms_of_process): Fix defsubr's for the replaced functions.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 16 Sep 2003 23:04:38 +0000 (23:04 +0000)]
*** empty log message ***

20 years agoDepend on coding.h.
Dave Love [Tue, 16 Sep 2003 17:18:27 +0000 (17:18 +0000)]
Depend on coding.h.

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48
Miles Bader [Tue, 16 Sep 2003 02:40:49 +0000 (02:40 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-48

Add loaddefs.el bootstrapping to lisp/makefile.w32-in

20 years ago(gud-find-class): Make jdb work again since
Nick Roberts [Mon, 15 Sep 2003 19:14:00 +0000 (19:14 +0000)]
(gud-find-class): Make jdb work again since
 cc-mode changed the syntactic information.

20 years ago*** empty log message ***
Nick Roberts [Mon, 15 Sep 2003 19:08:21 +0000 (19:08 +0000)]
*** empty log message ***

20 years agoDavid Ponce <david@dponce.com>
Glenn Morris [Mon, 15 Sep 2003 16:24:35 +0000 (16:24 +0000)]
David Ponce  <david@dponce.com>

(recentf-exclude): Accept predicates too.
(recentf-file-readable-p): New function.
(recentf-include-p): Handle predicates in recentf-exclude.
(recentf-add-file): Doc fix.  Use recentf-file-readable-p.
(recentf-cleanup): Likewise.
(recentf-save-list): Use write-file to handle backup of recentf-save-file.

20 years ago*** empty log message ***
Glenn Morris [Mon, 15 Sep 2003 16:23:29 +0000 (16:23 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-47
Miles Bader [Mon, 15 Sep 2003 05:47:52 +0000 (05:47 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-47

Update lisp/ChangeLog

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-45
Miles Bader [Mon, 15 Sep 2003 05:37:06 +0000 (05:37 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-45

Quote braces in regexp passed to egrep/awk

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44
Miles Bader [Mon, 15 Sep 2003 05:36:56 +0000 (05:36 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-44

Add bootstrap mechanism for loaddefs.el

20 years agoNew functions network-interface-list and get-network-interface-info.
Kim F. Storm [Sat, 13 Sep 2003 23:41:12 +0000 (23:41 +0000)]
New functions network-interface-list and get-network-interface-info.

20 years ago[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
Kim F. Storm [Sat, 13 Sep 2003 23:34:33 +0000 (23:34 +0000)]
[HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
(Fnetwork_interface_list, Fget_network_interface_info): New defuns.
(syms_of_process): Defsubr them.

20 years ago*** empty log message ***
Kim F. Storm [Sat, 13 Sep 2003 23:33:41 +0000 (23:33 +0000)]
*** empty log message ***

20 years agoRegenerated.
Kim F. Storm [Sat, 13 Sep 2003 23:31:33 +0000 (23:31 +0000)]
Regenerated.

20 years agoAdd checks for sys/ioctl.h and net/if.h.
Kim F. Storm [Sat, 13 Sep 2003 23:28:18 +0000 (23:28 +0000)]
Add checks for sys/ioctl.h and net/if.h.

20 years ago(Electric-pop-up-window): For the `one-window' case,
Thien-Thi Nguyen [Sat, 13 Sep 2003 13:53:30 +0000 (13:53 +0000)]
(Electric-pop-up-window): For the `one-window' case,
no longer disconcertingly move point in the original buffer.

20 years agoDocumentation (comments-only) fix.
Eli Zaretskii [Sat, 13 Sep 2003 09:49:46 +0000 (09:49 +0000)]
Documentation (comments-only) fix.

20 years ago(XMARKBIT, XUNMARK): Remove.
Stefan Monnier [Fri, 12 Sep 2003 19:54:10 +0000 (19:54 +0000)]
(XMARKBIT, XUNMARK): Remove.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Sep 2003 19:44:31 +0000 (19:44 +0000)]
*** empty log message ***

20 years ago(tq-create): Fix mixed up unquote style.
Stefan Monnier [Fri, 12 Sep 2003 15:55:47 +0000 (15:55 +0000)]
(tq-create): Fix mixed up unquote style.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 12 Sep 2003 15:06:41 +0000 (15:06 +0000)]
*** empty log message ***

20 years ago(install-arch-indep, uninstall): Add SES manual.
Luc Teirlinck [Fri, 12 Sep 2003 15:04:45 +0000 (15:04 +0000)]
(install-arch-indep, uninstall): Add SES manual.

20 years agofoo test
Rudy Gevaert [Fri, 12 Sep 2003 14:39:45 +0000 (14:39 +0000)]
foo test

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 12 Sep 2003 14:22:07 +0000 (14:22 +0000)]
*** empty log message ***

20 years ago(dired-mode-map): Fix typo
Luc Teirlinck [Fri, 12 Sep 2003 14:15:17 +0000 (14:15 +0000)]
(dired-mode-map): Fix typo

20 years agotst
Rudy Gevaert [Fri, 12 Sep 2003 14:08:47 +0000 (14:08 +0000)]
tst

20 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Sep 2003 01:09:43 +0000 (01:09 +0000)]
*** empty log message ***

20 years ago(Intro to Minibuffers): Explain that the minibuffer
Richard M. Stallman [Fri, 12 Sep 2003 01:06:43 +0000 (01:06 +0000)]
(Intro to Minibuffers): Explain that the minibuffer
changes variables that record input events.
(Minibuffer Misc): Add minibuffer-selected-window.

20 years ago(Building Lists): Add copy-tree.
Richard M. Stallman [Fri, 12 Sep 2003 01:03:37 +0000 (01:03 +0000)]
(Building Lists): Add copy-tree.

20 years ago(Fontsets): Add char-displayable-p.
Richard M. Stallman [Fri, 12 Sep 2003 00:59:55 +0000 (00:59 +0000)]
(Fontsets): Add char-displayable-p.
(Scroll Bars): New node.

20 years agoChange maintainer.
Richard M. Stallman [Fri, 12 Sep 2003 00:55:27 +0000 (00:55 +0000)]
Change maintainer.

20 years ago(kill-buffer-and-window): Remove `yes-or-no-p' so that
Richard M. Stallman [Fri, 12 Sep 2003 00:52:08 +0000 (00:52 +0000)]
(kill-buffer-and-window): Remove `yes-or-no-p' so that
the function is less noisy.  Now only `kill-buffer' can ask questions.

20 years ago(dired-mode-map): Bind M-g to dired-goto-file.
Richard M. Stallman [Fri, 12 Sep 2003 00:51:13 +0000 (00:51 +0000)]
(dired-mode-map): Bind M-g to dired-goto-file.

20 years ago(socket_name): New variable.
Richard M. Stallman [Fri, 12 Sep 2003 00:48:03 +0000 (00:48 +0000)]
(socket_name): New variable.
(longopts, decode_options, print_help_and_exit):
Handle --socket-name argument.

(main): Use socket_name.

20 years agoDocument char-displayable-p more clearly.
Richard M. Stallman [Fri, 12 Sep 2003 00:44:10 +0000 (00:44 +0000)]
Document char-displayable-p more clearly.
Add many +++ markers.

20 years ago(VALBITS): Don't remove 1 for the markbit.
Stefan Monnier [Thu, 11 Sep 2003 23:52:41 +0000 (23:52 +0000)]
(VALBITS): Don't remove 1 for the markbit.
(union Lisp_Object): Use unsigned int for types.  Remove markbit.
(MARKBIT): Remove 1 from VALBITS so we still use same old val.
(XTYPE): Use unsigned right-shift.
(XMARKBIT, XMARK, XUNMARK): Remove.

20 years ago(init_marker): Remove debugging code.
Stefan Monnier [Thu, 11 Sep 2003 22:41:16 +0000 (22:41 +0000)]
(init_marker): Remove debugging code.

20 years ago(init_intervals, init_symbol, init_marker): Don't preallocate anything.
Stefan Monnier [Thu, 11 Sep 2003 22:22:11 +0000 (22:22 +0000)]
(init_intervals, init_symbol, init_marker): Don't preallocate anything.
(Fgarbage_collect, mark_object): Ignore the markbit.

20 years ago(mark_byte_stack, unmark_byte_stack): Ignore the markbit.
Stefan Monnier [Thu, 11 Sep 2003 21:58:32 +0000 (21:58 +0000)]
(mark_byte_stack, unmark_byte_stack): Ignore the markbit.

20 years ago*** empty log message ***
Alex Schroeder [Wed, 10 Sep 2003 20:09:17 +0000 (20:09 +0000)]
*** empty log message ***

20 years ago2003-09-10 Mario Lang <mlang@delysid.org>
Alex Schroeder [Wed, 10 Sep 2003 19:51:01 +0000 (19:51 +0000)]
2003-09-10  Mario Lang  <mlang@delysid.org>

Update Commentary and Copyright.
(battery-linux-proc-acpi): Fix a bug in %b which made "!" never
appear due to wrong ordering of the expressions in `or'.

20 years agoEnsure that recentf correctly update the menu bar:
Eli Zaretskii [Mon, 8 Sep 2003 19:01:57 +0000 (19:01 +0000)]
Ensure that recentf correctly update the menu bar:
(recentf-menu-path,recentf-menu-before): Doc fix.
(recentf-menu-bar): New function.
(recentf-clear-data): Use it
(recentf-update-menu): Likewise.  Use easy-menu-add-item instead
of easy-menu-change.

20 years agoMark changes by Kevin Rodgers as tiny changes.
Eli Zaretskii [Mon, 8 Sep 2003 18:26:17 +0000 (18:26 +0000)]
Mark changes by Kevin Rodgers as tiny changes.

20 years ago*** empty log message ***
Lute Kamstra [Mon, 8 Sep 2003 08:06:58 +0000 (08:06 +0000)]
*** empty log message ***

20 years ago(mode-line-position): Add buffer size indicator.
Lute Kamstra [Mon, 8 Sep 2003 08:02:45 +0000 (08:02 +0000)]
(mode-line-position): Add buffer size indicator.

20 years ago(size-indication-mode): New.
Lute Kamstra [Mon, 8 Sep 2003 08:01:41 +0000 (08:01 +0000)]
(size-indication-mode): New.

20 years ago(%-Constructs): Document new `%i' and `%I' constructs.
Lute Kamstra [Mon, 8 Sep 2003 07:59:06 +0000 (07:59 +0000)]
(%-Constructs): Document new `%i' and `%I' constructs.

20 years ago(Position Info): Mention `size-indication-mode'.
Lute Kamstra [Mon, 8 Sep 2003 07:56:45 +0000 (07:56 +0000)]
(Position Info): Mention `size-indication-mode'.

20 years ago(Optional Mode Line): Document `size-indication-mode'.
Lute Kamstra [Mon, 8 Sep 2003 07:55:54 +0000 (07:55 +0000)]
(Optional Mode Line): Document `size-indication-mode'.

20 years ago(Mode Line): Say that POS comes before LINE. Mention
Lute Kamstra [Mon, 8 Sep 2003 07:55:03 +0000 (07:55 +0000)]
(Mode Line): Say that POS comes before LINE.  Mention
`size-indication-mode'.

20 years ago(syms_of_buffer): Document `%i' and `%I' constructs for
Lute Kamstra [Mon, 8 Sep 2003 07:52:23 +0000 (07:52 +0000)]
(syms_of_buffer): Document `%i' and `%I' constructs for
`mode-line-format'.

20 years ago(pint2hrstr): New function.
Lute Kamstra [Mon, 8 Sep 2003 07:51:08 +0000 (07:51 +0000)]
(pint2hrstr): New function.
(decode_mode_spec): Add `%i' and `%I' specs.

20 years ago2003-09-08 Lars Hansen <larsh@math.ku.dk>
Lars Hansen [Mon, 8 Sep 2003 07:02:44 +0000 (07:02 +0000)]
2003-09-08  Lars Hansen  <larsh@math.ku.dk>

* desktop.el (desktop-buffer-dired): Change name of local variable
to be different from buffer local variable `dired-directory'.

20 years ago(Resources): Refer to `editres' man page.
Luc Teirlinck [Sun, 7 Sep 2003 22:15:51 +0000 (22:15 +0000)]
(Resources): Refer to `editres' man page.
(Lucid Resources): Update defaults.  Expand desciption of `shadowThickness'.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 7 Sep 2003 22:08:05 +0000 (22:08 +0000)]
*** empty log message ***

20 years agoUse long instead of int when casting ABLOCKS_BUSY to
Andreas Schwab [Sun, 7 Sep 2003 19:15:51 +0000 (19:15 +0000)]
Use long instead of int when casting ABLOCKS_BUSY to
avoid warning.

20 years ago(region_limit): Support any non-zero value of BEGINNINGP.
Eli Zaretskii [Sun, 7 Sep 2003 16:26:52 +0000 (16:26 +0000)]
(region_limit): Support any non-zero value of BEGINNINGP.

20 years ago(battery-linux-proc-acpi): New function.
Eli Zaretskii [Sat, 6 Sep 2003 19:28:08 +0000 (19:28 +0000)]
(battery-linux-proc-acpi): New function.
(battery-status-function): Modified default value calculation to also
check for availability of ACPI.
(battery-echo-area-format): Ditto.
(battery-mode-line-format): Ditto.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 6 Sep 2003 19:27:29 +0000 (19:27 +0000)]
*** empty log message ***

20 years agoEldoc change
Dave Love [Sat, 6 Sep 2003 17:57:46 +0000 (17:57 +0000)]
Eldoc change

20 years ago(ielm-mode-hook): Add :options.
Dave Love [Sat, 6 Sep 2003 17:34:11 +0000 (17:34 +0000)]
(ielm-mode-hook): Add :options.

20 years ago(eldoc-print-current-symbol-info-function):
Dave Love [Sat, 6 Sep 2003 17:32:31 +0000 (17:32 +0000)]
(eldoc-print-current-symbol-info-function):
New.
(eldoc-print-current-symbol-info): Use it.

20 years agoFix wording of the last change.
Eli Zaretskii [Fri, 5 Sep 2003 16:44:38 +0000 (16:44 +0000)]
Fix wording of the last change.

20 years ago(gud-display1): Use gud-call to prevent extra prompt
Nick Roberts [Thu, 4 Sep 2003 22:34:47 +0000 (22:34 +0000)]
(gud-display1): Use gud-call to prevent extra prompt
being displayed in GUD buffer.
(gdb-idle-input-queue): Remove var. Use just one queue.
(gdb-enqueue-idle-input,gdb-dequeue-idle-input): Remove
functions. Use just one queue.
(gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
(gdb-invalidate-assembler, gdb-get-current-frame): Modify
functions. Use just one queue.

20 years ago*** empty log message ***
Nick Roberts [Thu, 4 Sep 2003 22:32:43 +0000 (22:32 +0000)]
*** empty log message ***

20 years ago(non-iso-charset-alist): Revert to defining in defvar -- OK with the
Dave Love [Thu, 4 Sep 2003 18:20:21 +0000 (18:20 +0000)]
(non-iso-charset-alist): Revert to defining in defvar -- OK with the
new autoload.

20 years agocode-pages changes
Dave Love [Thu, 4 Sep 2003 17:18:48 +0000 (17:18 +0000)]
code-pages changes

20 years ago*** empty log message ***
Dave Love [Thu, 4 Sep 2003 17:17:34 +0000 (17:17 +0000)]
*** empty log message ***

20 years ago("Windows-1251"): Deleted.
Dave Love [Thu, 4 Sep 2003 17:07:44 +0000 (17:07 +0000)]
("Windows-1251"): Deleted.
("Bulgarian", "Belarusian"): Remove `features'.
(windows-1251): Moved from code-pages.

20 years ago(windows-1252): Moved from code-pages.
Dave Love [Thu, 4 Sep 2003 17:04:05 +0000 (17:04 +0000)]
(windows-1252): Moved from code-pages.

20 years ago("mule-diag"): Add eval-after-load
Dave Love [Thu, 4 Sep 2003 16:59:46 +0000 (16:59 +0000)]
("mule-diag"): Add eval-after-load
clause.

20 years ago(cp-make-translation-table)
Dave Love [Thu, 4 Sep 2003 16:59:00 +0000 (16:59 +0000)]
(cp-make-translation-table)
(cp-valid-codes): Made defsubsts.
(cp-fix-safe-chars): Deleted.
(mule-diag): Don't require.
(windows-1251, windows-1252): Removed to cyrillic.el/european.el.
(top-level): Check for defined coding system when defining
cp... aliases.  Change w32-add-charset-info test to avoid warning.
(non-iso-charset-alist): Defvar when compiling.
(cp-make-coding-system): Doc fix.

20 years ago(non-iso-charset-alist): Define as
Dave Love [Thu, 4 Sep 2003 16:58:20 +0000 (16:58 +0000)]
(non-iso-charset-alist): Define as
nil.
(top-level): Append to non-iso-charset-alist (without `codepage'
stuff).
(print-designation, list-coding-systems-1): Output fixes.

20 years agoAdd blink-cursor-alist.
Dave Love [Thu, 4 Sep 2003 16:53:12 +0000 (16:53 +0000)]
Add blink-cursor-alist.

20 years agoRemove "tiny change" marks from changes contributed by Kevin Rodgers.
Eli Zaretskii [Thu, 4 Sep 2003 16:41:20 +0000 (16:41 +0000)]
Remove "tiny change" marks from changes contributed by Kevin Rodgers.

20 years ago(ruler-mode-fill-column-char)
Dave Love [Thu, 4 Sep 2003 16:23:25 +0000 (16:23 +0000)]
(ruler-mode-fill-column-char)
(ruler-mode-current-column-char): Use char-displayable-p, not
window-system.

20 years agoRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34
Miles Bader [Thu, 4 Sep 2003 16:01:15 +0000 (16:01 +0000)]
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-34

Create the info subdir at build-time if necessary

20 years agoAdd arch taglines
Miles Bader [Thu, 4 Sep 2003 04:00:49 +0000 (04:00 +0000)]
Add arch taglines

20 years ago*** empty log message ***
Jason Rumney [Wed, 3 Sep 2003 23:12:21 +0000 (23:12 +0000)]
*** empty log message ***

20 years agoNew file.
Jason Rumney [Wed, 3 Sep 2003 23:11:46 +0000 (23:11 +0000)]
New file.

20 years agoFix copyright notice
Jason Rumney [Wed, 3 Sep 2003 23:09:40 +0000 (23:09 +0000)]
Fix copyright notice

20 years ago(force-info, info): New targets.
Jason Rumney [Wed, 3 Sep 2003 23:05:32 +0000 (23:05 +0000)]
(force-info, info): New targets.

20 years agoNew file.
Jason Rumney [Wed, 3 Sep 2003 23:01:05 +0000 (23:01 +0000)]
New file.

20 years agoCreate ``makefile'' in directories man, lispref and lispintro.
Jason Rumney [Wed, 3 Sep 2003 22:52:12 +0000 (22:52 +0000)]
Create ``makefile'' in directories man, lispref and lispintro.

20 years ago(consider_token): check C++ `operator' only when the token len is long
Francesco Potortì [Wed, 3 Sep 2003 14:20:49 +0000 (14:20 +0000)]
(consider_token): check C++ `operator' only when the token len is long
enough.

20 years ago*** empty log message ***
Francesco Potortì [Wed, 3 Sep 2003 14:19:19 +0000 (14:19 +0000)]
*** empty log message ***

20 years agoBlinking cursor's default off state restored to "no cursor".
Kim F. Storm [Wed, 3 Sep 2003 07:58:13 +0000 (07:58 +0000)]
Blinking cursor's default off state restored to "no cursor".

20 years ago(get_window_cursor_type): Partially undo 2002-03-01 change (superseded
Kim F. Storm [Wed, 3 Sep 2003 07:50:46 +0000 (07:50 +0000)]
(get_window_cursor_type): Partially undo 2002-03-01 change (superseded
by 2002-08-30 change); the default blink-off cursor is now again "no
cursor".

20 years ago*** empty log message ***
Kim F. Storm [Wed, 3 Sep 2003 07:50:16 +0000 (07:50 +0000)]
*** empty log message ***

20 years agoAdd note about fixing line ends when building from CVS.
Jason Rumney [Tue, 2 Sep 2003 22:36:30 +0000 (22:36 +0000)]
Add note about fixing line ends when building from CVS.

20 years ago(tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.
Jason Rumney [Tue, 2 Sep 2003 22:20:29 +0000 (22:20 +0000)]
(tsang-quick-converter): Fix broken line-ends from CVS before doing conversion.

20 years agoFix some DOS line-ending inconsistencies introduced with arch-tag:
Miles Bader [Tue, 2 Sep 2003 19:14:00 +0000 (19:14 +0000)]
Fix some DOS line-ending inconsistencies introduced with arch-tag:

20 years ago*** empty log message ***
Glenn Morris [Tue, 2 Sep 2003 17:43:01 +0000 (17:43 +0000)]
*** empty log message ***

20 years ago(diary-header-line-flag, diary-header-line-format): New variables.
Glenn Morris [Tue, 2 Sep 2003 17:37:48 +0000 (17:37 +0000)]
(diary-header-line-flag, diary-header-line-format): New variables.
(list-diary-entries): Use them to set header line in simple diary.

20 years ago(sh-font-lock-keywords): Use something other than
Glenn Morris [Tue, 2 Sep 2003 17:37:01 +0000 (17:37 +0000)]
(sh-font-lock-keywords): Use something other than
font-lock-string-face to highlight backslashes.

20 years agoCorrect some arch-tag: comment types
Miles Bader [Tue, 2 Sep 2003 06:06:59 +0000 (06:06 +0000)]
Correct some arch-tag: comment types

20 years ago*** empty log message ***
Jason Rumney [Mon, 1 Sep 2003 21:36:56 +0000 (21:36 +0000)]
*** empty log message ***

20 years ago(tit-read-key-value): Include \r in regexp.
Jason Rumney [Mon, 1 Sep 2003 21:35:48 +0000 (21:35 +0000)]
(tit-read-key-value): Include \r in regexp.

20 years ago*** empty log message ***
Dave Love [Mon, 1 Sep 2003 18:51:17 +0000 (18:51 +0000)]
*** empty log message ***