bpt/emacs.git
19 years ago(Ftext_char_description): Doc fix.
Luc Teirlinck [Wed, 23 Jun 2004 17:03:50 +0000 (17:03 +0000)]
(Ftext_char_description): Doc fix.

19 years ago(Fsnarf_documentation): Doc fix.
Luc Teirlinck [Wed, 23 Jun 2004 17:00:06 +0000 (17:00 +0000)]
(Fsnarf_documentation): Doc fix.

19 years agoReposition @anchor's.
Luc Teirlinck [Wed, 23 Jun 2004 16:40:04 +0000 (16:40 +0000)]
Reposition @anchor's.

19 years agoChange position of @anchor's. Add anchor.
Luc Teirlinck [Wed, 23 Jun 2004 16:20:08 +0000 (16:20 +0000)]
Change position of @anchor's.  Add anchor.

19 years agoVarious small changes in addition to the following.
Luc Teirlinck [Wed, 23 Jun 2004 16:12:07 +0000 (16:12 +0000)]
Various small changes in addition to the following.
(Describing Characters): Describe PREFIX argument to `key-description'.
Correct and clarify definition of `text-char-description'.
Describe NEED-VECTOR argument to `read-kbd-macro'.
(Help Functions): Clarify definition of `apropos'.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 23 Jun 2004 14:50:13 +0000 (14:50 +0000)]
*** empty log message ***

19 years agoAdd emacs-xtra.
John Paul Wallington [Wed, 23 Jun 2004 14:41:54 +0000 (14:41 +0000)]
Add emacs-xtra.

19 years ago(goto-address-fontify): Fix help-echo text.
Luc Teirlinck [Wed, 23 Jun 2004 14:39:11 +0000 (14:39 +0000)]
(goto-address-fontify): Fix help-echo text.

19 years ago*** empty log message ***
Lars Hansen [Wed, 23 Jun 2004 14:38:40 +0000 (14:38 +0000)]
*** empty log message ***

19 years ago(write-contents-functions): Doc fix.
Lars Hansen [Wed, 23 Jun 2004 14:38:19 +0000 (14:38 +0000)]
(write-contents-functions): Doc fix.

19 years ago(Saving Buffers): Correct description of `write-contents-functions'.
Lars Hansen [Wed, 23 Jun 2004 14:37:27 +0000 (14:37 +0000)]
(Saving Buffers): Correct description of `write-contents-functions'.

19 years ago(Fmapcar, Fmapconcat): GCPRO the args array.
Kim F. Storm [Tue, 22 Jun 2004 14:48:10 +0000 (14:48 +0000)]
(Fmapcar, Fmapconcat): GCPRO the args array.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Jun 2004 14:47:10 +0000 (14:47 +0000)]
*** empty log message ***

19 years ago(struct Lisp_Save_Value): New member dogc.
Kim F. Storm [Tue, 22 Jun 2004 13:57:18 +0000 (13:57 +0000)]
(struct Lisp_Save_Value): New member dogc.
(SAFE_ALLOCA_LISP): Change second arg to number of elements.
Set dogc member in Lisp_Save_Value object so it will be GC'ed.
(SAFE_FREE_LISP): New macro.

19 years ago(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
Kim F. Storm [Tue, 22 Jun 2004 13:57:00 +0000 (13:57 +0000)]
(Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
SAFE_FREE_LISP macros.

19 years ago(safe_alloca_unwind): Clear dogc and pointer members.
Kim F. Storm [Tue, 22 Jun 2004 13:56:34 +0000 (13:56 +0000)]
(safe_alloca_unwind): Clear dogc and pointer members.
(make_save_value): Init new dogc member.
(mark_object): Mark Lisp_Save_Value pointer array if dogc is set.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 22 Jun 2004 13:56:05 +0000 (13:56 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 22 Jun 2004 03:04:58 +0000 (03:04 +0000)]
*** empty log message ***

19 years ago(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
Kim F. Storm [Mon, 21 Jun 2004 22:36:02 +0000 (22:36 +0000)]
(Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.

19 years ago(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Kim F. Storm [Mon, 21 Jun 2004 22:35:29 +0000 (22:35 +0000)]
(SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
in that memory area are unknown to GC.  Add comments.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)]
*** empty log message ***

19 years ago(add_to_log): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:55:56 +0000 (21:55 +0000)]
(add_to_log): Use SAFE_ALLOCA.

19 years ago* fns.c (string_make_multibyte, string_to_multibyte)
Kim F. Storm [Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)]
* fns.c (string_make_multibyte, string_to_multibyte)
(string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
(MAX_ALLOCA): Remove define.
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
(Fbase64_encode_region, Fbase64_encode_string): Fix potential
memory leak if encoding fails.

19 years ago(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:54:30 +0000 (21:54 +0000)]
(Fformat, Ftranspose_regions): Use SAFE_ALLOCA.

19 years ago(MAX_ALLOCA): Remove define.
Kim F. Storm [Mon, 21 Jun 2004 21:54:08 +0000 (21:54 +0000)]
(MAX_ALLOCA): Remove define.
(Faset): Use SAFE_ALLOCA.

19 years ago*** empty log message ***
Juanma Barranquero [Mon, 21 Jun 2004 21:53:41 +0000 (21:53 +0000)]
*** empty log message ***

19 years ago(MAX_ALLOCA): Remove define.
Kim F. Storm [Mon, 21 Jun 2004 21:53:27 +0000 (21:53 +0000)]
(MAX_ALLOCA): Remove define.

19 years ago(Fstring): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:52:46 +0000 (21:52 +0000)]
(Fstring): Use SAFE_ALLOCA.

19 years ago(image-library-alist): Rewrite docstring in active voice.
Juanma Barranquero [Mon, 21 Jun 2004 21:52:28 +0000 (21:52 +0000)]
(image-library-alist): Rewrite docstring in active voice.

19 years ago(casify_object): Use SAFE_ALLOCA.
Kim F. Storm [Mon, 21 Jun 2004 21:52:03 +0000 (21:52 +0000)]
(casify_object): Use SAFE_ALLOCA.

19 years ago(safe_alloca_unwind): New function.
Kim F. Storm [Mon, 21 Jun 2004 21:51:50 +0000 (21:51 +0000)]
(safe_alloca_unwind): New function.

19 years ago(MAX_ALLOCA): Define here.
Kim F. Storm [Mon, 21 Jun 2004 21:51:18 +0000 (21:51 +0000)]
(MAX_ALLOCA): Define here.
(safe_alloca_unwind): Add prototype.
(USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.

19 years ago(Images): Remove redundant @vindex directives.
Juanma Barranquero [Mon, 21 Jun 2004 21:51:10 +0000 (21:51 +0000)]
(Images): Remove redundant @vindex directives.
Rewrite `image-library-alist' doc in active voice.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 21 Jun 2004 21:50:52 +0000 (21:50 +0000)]
*** empty log message ***

20 years ago(Fwith_output_to_temp_buffer): Doc fix.
Eli Zaretskii [Mon, 21 Jun 2004 19:52:30 +0000 (19:52 +0000)]
(Fwith_output_to_temp_buffer): Doc fix.

20 years agoinfo.texi
Karl Berry [Mon, 21 Jun 2004 13:46:59 +0000 (13:46 +0000)]
info.texi

20 years ago(Top): mention that only Emacs has mouse support.
Karl Berry [Mon, 21 Jun 2004 13:28:50 +0000 (13:28 +0000)]
(Top): mention that only Emacs has mouse support.
(Getting Started): mention this in a few other places.

20 years agoLink leim-ext.el into tempdir.
Kenichi Handa [Mon, 21 Jun 2004 11:57:45 +0000 (11:57 +0000)]
Link leim-ext.el into tempdir.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jun 2004 03:26:53 +0000 (03:26 +0000)]
*** empty log message ***

20 years ago(Finternal_copy_lisp_face): Small cleanup; doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:26:32 +0000 (03:26 +0000)]
(Finternal_copy_lisp_face): Small cleanup; doc fix.

20 years ago(match_limit): Cleaner err msg when no match data available.
Richard M. Stallman [Mon, 21 Jun 2004 03:24:25 +0000 (03:24 +0000)]
(match_limit): Cleaner err msg when no match data available.

20 years ago(syms_of_window): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:23:27 +0000 (03:23 +0000)]
(syms_of_window): Doc fix.

20 years ago(command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.
Richard M. Stallman [Mon, 21 Jun 2004 03:22:34 +0000 (03:22 +0000)]
(command_loop_1): Handle values `only' and `identity' for Vtransient_mark_mode.

20 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:20:20 +0000 (03:20 +0000)]
(syms_of_buffer): Doc fix.

20 years ago(mouse-set-region-1): Set transient-mark-mode to `only'.
Richard M. Stallman [Mon, 21 Jun 2004 03:16:28 +0000 (03:16 +0000)]
(mouse-set-region-1): Set transient-mark-mode to `only'.

20 years ago(isearch-repeat): Avoid testing old match data.
Richard M. Stallman [Mon, 21 Jun 2004 03:15:43 +0000 (03:15 +0000)]
(isearch-repeat): Avoid testing old match data.
(isearch-message): Display trailing space in special font
when search is failing.
(isearch-search-fun-function): Doc fix.

20 years ago(global-auto-revert-non-file-buffers): Doc fix.
Richard M. Stallman [Mon, 21 Jun 2004 03:12:46 +0000 (03:12 +0000)]
(global-auto-revert-non-file-buffers): Doc fix.

20 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Jun 2004 03:10:40 +0000 (03:10 +0000)]
*** empty log message ***

20 years ago(Ftry_completion, Fall_completions): Do lazy binding
David Kastrup [Sun, 20 Jun 2004 22:29:47 +0000 (22:29 +0000)]
(Ftry_completion, Fall_completions): Do lazy binding
and unbinding of `case-fold-search' according to
`completion-ignore-case' around calls of string-match and
predicates, respectively.  Should give satisfactory performance
in all relevant cases.

20 years ago*** empty log message ***
Richard M. Stallman [Sun, 20 Jun 2004 21:50:53 +0000 (21:50 +0000)]
*** empty log message ***

20 years ago* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
Jesper Harder [Sun, 20 Jun 2004 14:45:43 +0000 (14:45 +0000)]
* msdog.texi (Text and Binary, MS-DOS Printing): Use m-dash.
* custom.texi (Customization): do.
* anti.texi (Antinews): do.
* abbrevs.texi (Defining Abbrevs): do.

20 years ago(Info Lookup): Fix keybinding for
Jesper Harder [Sun, 20 Jun 2004 14:29:25 +0000 (14:29 +0000)]
(Info Lookup): Fix keybinding for
info-lookup-symbol.

20 years ago(show-trailing-whitespace): Doc fix.
Luc Teirlinck [Sat, 19 Jun 2004 16:11:02 +0000 (16:11 +0000)]
(show-trailing-whitespace): Doc fix.

20 years ago(custom-variable-documentation): New function.
Luc Teirlinck [Sat, 19 Jun 2004 16:02:06 +0000 (16:02 +0000)]
(custom-variable-documentation): New function.
(custom-variable): Use it.

20 years ago(Supporting additional buffers): Minor change.
Luc Teirlinck [Sat, 19 Jun 2004 00:59:28 +0000 (00:59 +0000)]
(Supporting additional buffers): Minor change.

20 years ago(Man-getpage-in-background): Revert previous change but
Nick Roberts [Sat, 19 Jun 2004 00:50:04 +0000 (00:50 +0000)]
(Man-getpage-in-background): Revert previous change but
make cygwin a special case.

20 years ago*** empty log message ***
Nick Roberts [Sat, 19 Jun 2004 00:48:23 +0000 (00:48 +0000)]
*** empty log message ***

20 years ago(global-auto-revert-non-file-buffers): Update docstring.
Luc Teirlinck [Sat, 19 Jun 2004 00:36:39 +0000 (00:36 +0000)]
(global-auto-revert-non-file-buffers): Update docstring.

20 years ago(grep-regexp-alist): Match columns and column ranges, if present.
Daniel Pfeiffer [Fri, 18 Jun 2004 23:01:30 +0000 (23:01 +0000)]
(grep-regexp-alist): Match columns and column ranges, if present.

20 years ago(compilation-error-properties): Store one more than end-col, if present, so
Daniel Pfeiffer [Fri, 18 Jun 2004 23:00:46 +0000 (23:00 +0000)]
(compilation-error-properties): Store one more than end-col, if present, so
that transient-mark-mode will highlight last char too.

20 years ago*** empty log message ***
Daniel Pfeiffer [Fri, 18 Jun 2004 22:59:05 +0000 (22:59 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jason Rumney [Fri, 18 Jun 2004 21:12:16 +0000 (21:12 +0000)]
*** empty log message ***

20 years agoDouble percent signs in for loops.
Jason Rumney [Fri, 18 Jun 2004 21:06:29 +0000 (21:06 +0000)]
Double percent signs in for loops.

20 years ago* xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
Jan Djärv [Thu, 17 Jun 2004 19:35:00 +0000 (19:35 +0000)]
* xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
  clip_x/y_origin.

20 years ago(Auto Reverting Dired): Minor changes.
Luc Teirlinck [Thu, 17 Jun 2004 17:16:36 +0000 (17:16 +0000)]
(Auto Reverting Dired): Minor changes.

20 years ago(query-replace-read-args): Only warn about use of \n
David Kastrup [Thu, 17 Jun 2004 14:44:02 +0000 (14:44 +0000)]
(query-replace-read-args): Only warn about use of \n
and \t when we are doing a regexp replacement and the actual
escaped character is n or t.
(query-replace-regexp): Add \, and \# interpretation to
interactive call and document it.
(query-replace-regexp-eval, replace-match-string-symbols): add \#
as shortkey for replace-count.
(replace-quote): New function for doubling backslashes.

20 years ago* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
Jan Djärv [Thu, 17 Jun 2004 14:37:53 +0000 (14:37 +0000)]
* fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.

20 years ago* macfns.c (Fx_display_color_cells): Do not limit return value to 256.
Jan Djärv [Thu, 17 Jun 2004 13:04:25 +0000 (13:04 +0000)]
* macfns.c (Fx_display_color_cells): Do not limit return value to 256.

* macterm.c (mac_initialize_display_info): Initialize n_planes correctly
on Mac OSX.

20 years agoUndo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
Kim F. Storm [Thu, 17 Jun 2004 08:33:27 +0000 (08:33 +0000)]
Undo 2004-06-16T15:10:55Z!storm@cua.dk changes (committed accidentally)
except for the copyright year update.

20 years ago*** empty log message ***
Juanma Barranquero [Thu, 17 Jun 2004 00:03:06 +0000 (00:03 +0000)]
*** empty log message ***

20 years ago(comment-region-internal): Fix docstring.
Juanma Barranquero [Thu, 17 Jun 2004 00:02:13 +0000 (00:02 +0000)]
(comment-region-internal): Fix docstring.

20 years ago(parse-colon-path, cd): Mention in docstring that the path separator is
Juanma Barranquero [Wed, 16 Jun 2004 23:56:46 +0000 (23:56 +0000)]
(parse-colon-path, cd): Mention in docstring that the path separator is
colon in GNU-like systems.

20 years ago(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Juanma Barranquero [Wed, 16 Jun 2004 23:50:03 +0000 (23:50 +0000)]
(ewoc-create, ewoc-map, ewoc-locate, ewoc-invalidate, ewoc-collect):
Doc fixes.
(ewoc--create-node, ewoc--delete-node-internal):
Fix typos in docstring.

20 years ago(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero [Wed, 16 Jun 2004 23:44:12 +0000 (23:44 +0000)]
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies.
(clean): Add emacs-xtra and flymake.  Remove redundancies.

20 years ago(syms_of_buffer): Clarify `fill-column' docstring.
Luc Teirlinck [Wed, 16 Jun 2004 22:33:52 +0000 (22:33 +0000)]
(syms_of_buffer): Clarify `fill-column' docstring.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 16 Jun 2004 22:32:06 +0000 (22:32 +0000)]
*** empty log message ***

20 years agoUpdate copyright.
Kim F. Storm [Wed, 16 Jun 2004 15:10:55 +0000 (15:10 +0000)]
Update copyright.

20 years ago(Vimage_types): Remove extern.
Kim F. Storm [Wed, 16 Jun 2004 14:17:01 +0000 (14:17 +0000)]
(Vimage_types): Remove extern.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 16 Jun 2004 14:16:17 +0000 (14:16 +0000)]
*** empty log message ***

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410
Miles Bader [Wed, 16 Jun 2004 02:45:09 +0000 (02:45 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-410

Make sure image types are initialized for lookup too

20 years agoChanges from arch/CVS synchronization
Miles Bader [Wed, 16 Jun 2004 02:44:20 +0000 (02:44 +0000)]
Changes from arch/CVS synchronization

20 years ago(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.
Luc Teirlinck [Wed, 16 Jun 2004 01:34:15 +0000 (01:34 +0000)]
(buffer-stale-function): Add hyperlink to emacs-xtra manual to docstring.

20 years ago(Autorevert, Supporting additional buffers): Explain special treatment
Luc Teirlinck [Wed, 16 Jun 2004 01:24:00 +0000 (01:24 +0000)]
(Autorevert, Supporting additional buffers): Explain special treatment
of buffers that automatically revert every `auto-revert-interval' seconds.

20 years agoComment doc string of defalias
Vinicius Jose Latorre [Wed, 16 Jun 2004 00:03:26 +0000 (00:03 +0000)]
Comment doc string of defalias

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 15 Jun 2004 22:12:14 +0000 (22:12 +0000)]
*** empty log message ***

20 years ago(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
Luc Teirlinck [Tue, 15 Jun 2004 22:09:18 +0000 (22:09 +0000)]
(dired-do-redisplay, dired-maybe-insert-subdir): Add hyperlink to
emacs-xtra manual to docstring.

20 years ago(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
Luc Teirlinck [Tue, 15 Jun 2004 22:03:33 +0000 (22:03 +0000)]
(global-auto-revert-non-file-buffers): Add hyperlink to emacs-xtra
manual to docstring, as well as an info-link.

20 years ago(File): Add emacs-xtra.
Luc Teirlinck [Tue, 15 Jun 2004 21:13:34 +0000 (21:13 +0000)]
(File): Add emacs-xtra.

20 years ago(Reverting): Add anchor.
Luc Teirlinck [Tue, 15 Jun 2004 21:09:29 +0000 (21:09 +0000)]
(Reverting): Add anchor.

20 years ago(install-arch-indep, uninstall): Add emacs-xtra.
Luc Teirlinck [Tue, 15 Jun 2004 21:05:35 +0000 (21:05 +0000)]
(install-arch-indep, uninstall): Add emacs-xtra.

20 years ago(INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): Add emacs-xtra.
Luc Teirlinck [Tue, 15 Jun 2004 21:01:44 +0000 (21:01 +0000)]
(INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): Add emacs-xtra.

20 years agoNew file.
Luc Teirlinck [Tue, 15 Jun 2004 20:55:24 +0000 (20:55 +0000)]
New file.

20 years ago(try_cursor_movement): Exclude header line from scroll
Kim F. Storm [Tue, 15 Jun 2004 10:35:05 +0000 (10:35 +0000)]
(try_cursor_movement): Exclude header line from scroll
margin at top of window.
(try_window_reusing_current_matrix): Calculate proper cursor position
after scrolling up with non-zero scroll margin, as the old cursor
position corresponds to value of PT before executing this command.
(try_window_id): Consider scroll margin at bottom of window too;
otherwise we fail to scroll when hl-line-mode is enabled.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 15 Jun 2004 10:33:15 +0000 (10:33 +0000)]
*** empty log message ***

20 years ago(skip_chars): Only recognize [:class:] when it has the
Kim F. Storm [Tue, 15 Jun 2004 09:42:31 +0000 (09:42 +0000)]
(skip_chars): Only recognize [:class:] when it has the
proper format and class is a lower-case word.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 15 Jun 2004 09:42:18 +0000 (09:42 +0000)]
*** empty log message ***

20 years ago(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck [Mon, 14 Jun 2004 22:06:15 +0000 (22:06 +0000)]
(Dired Enter): Mention conditions on `ls' switches.
(Dired and Find): Mention differences with ordinary Dired buffers.

20 years ago* gtkutil.c (xg_get_image_for_pixmap): New function.
Jan Djärv [Mon, 14 Jun 2004 21:53:24 +0000 (21:53 +0000)]
* gtkutil.c (xg_get_image_for_pixmap): New function.
(xg_get_gdk_pixmap_and_mask): Removed.
(update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
xg_get_gdk_pixmap_and_mask.

20 years ago* xterm.h (struct x_display_info): Typo in comment fixed.
Jan Djärv [Mon, 14 Jun 2004 21:51:49 +0000 (21:51 +0000)]
* xterm.h (struct x_display_info): Typo in comment fixed.

20 years ago*** empty log message ***
Juanma Barranquero [Mon, 14 Jun 2004 21:17:25 +0000 (21:17 +0000)]
*** empty log message ***