]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(sigunblock): Don't define if already defined.
Eli Zaretskii [Sat, 3 Nov 2001 16:52:13 +0000 (16:52 +0000)]
(sigunblock): Don't define if already defined.

22 years ago(fancy-splash-tail): Explain how to recover
Richard M. Stallman [Sat, 3 Nov 2001 16:15:43 +0000 (16:15 +0000)]
(fancy-splash-tail): Explain how to recover
from a crash, if there was a crash.
(command-line-1): Reorganize display of startup screen,
to simplify the logic.  Use a temp buffer for it.

22 years ago(set-background-color, set-foreground-color): Call
Eli Zaretskii [Sat, 3 Nov 2001 15:55:17 +0000 (15:55 +0000)]
(set-background-color, set-foreground-color): Call
face-set-after-frame-default, to propagate the new colors to the
frame's parameters alist.

22 years ago(timeclock-out): Signal an error if timeclock-last-event is nil.
Eli Zaretskii [Sat, 3 Nov 2001 15:50:05 +0000 (15:50 +0000)]
(timeclock-out): Signal an error if timeclock-last-event is nil.

22 years agoTest BROKEN_PROTOTYPES.
Richard M. Stallman [Sat, 3 Nov 2001 15:08:36 +0000 (15:08 +0000)]
Test BROKEN_PROTOTYPES.

22 years agoFix the formatting of the last entries.
Eli Zaretskii [Sat, 3 Nov 2001 08:23:09 +0000 (08:23 +0000)]
Fix the formatting of the last entries.

22 years ago(fill-context-prefix): Fix braino.
Stefan Monnier [Sat, 3 Nov 2001 00:55:10 +0000 (00:55 +0000)]
(fill-context-prefix): Fix braino.

22 years ago(quail-help): Use `help-buffer' and move `help-setup-xref' to beginning.
Stefan Monnier [Sat, 3 Nov 2001 00:37:56 +0000 (00:37 +0000)]
(quail-help): Use `help-buffer' and move `help-setup-xref' to beginning.

22 years ago(describe-language-environment):
Stefan Monnier [Sat, 3 Nov 2001 00:28:22 +0000 (00:28 +0000)]
(describe-language-environment):
Use `help-buffer' and move `help-setup-xref' to beginning.

22 years ago(list-character-sets, sort-listed-character-sets, describe-character-set)
Stefan Monnier [Sat, 3 Nov 2001 00:23:25 +0000 (00:23 +0000)]
(list-character-sets, sort-listed-character-sets, describe-character-set)
(describe-coding-system, describe-fontset, list-fontsets):
Use `help-buffer' and move `help-setup-xref' to beginning.
(describe-char-after): Use `internal-describe-syntax-value'.

22 years ago(describe_syntax): New wrapper.
Stefan Monnier [Fri, 2 Nov 2001 23:27:02 +0000 (23:27 +0000)]
(describe_syntax): New wrapper.
(Finternal_describe_syntax_value): Rename from describe_syntax.
Don't insert space at front and \n at the end.
(syms_of_syntax): Defsubr Sinternal_describe_syntax_value.

22 years ago(debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Pavel Janík [Fri, 2 Nov 2001 22:41:20 +0000 (22:41 +0000)]
(debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Fcondition_case, skip_debugger, unbind_to): Fix typos in comments.

22 years ago(Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Pavel Janík [Fri, 2 Nov 2001 22:38:57 +0000 (22:38 +0000)]
(Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Fix and reindent comments.

22 years agoRemove comment which is a copy of comment in mocklisp.c.
Pavel Janík [Fri, 2 Nov 2001 22:36:23 +0000 (22:36 +0000)]
Remove comment which is a copy of comment in mocklisp.c.

22 years ago*** empty log message ***
Pavel Janík [Fri, 2 Nov 2001 21:03:24 +0000 (21:03 +0000)]
*** empty log message ***

22 years agoUpdate usage of CHECK_ macros (remove unused second argument).
Pavel Janík [Fri, 2 Nov 2001 20:46:55 +0000 (20:46 +0000)]
Update usage of CHECK_ macros (remove unused second argument).

22 years ago(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.
Pavel Janík [Fri, 2 Nov 2001 20:14:02 +0000 (20:14 +0000)]
(CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.

22 years ago(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros.
Pavel Janík [Fri, 2 Nov 2001 20:12:54 +0000 (20:12 +0000)]
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros.

22 years ago(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
Pavel Janík [Fri, 2 Nov 2001 20:12:06 +0000 (20:12 +0000)]
(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR,
CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR,
CHECK_NUMBER_CDR): Remove unused argument `i' in macros.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 2 Nov 2001 17:47:37 +0000 (17:47 +0000)]
Minor cleanup.

22 years agoConvert M-C- to C-M-.
Richard M. Stallman [Fri, 2 Nov 2001 17:46:01 +0000 (17:46 +0000)]
Convert M-C- to C-M-.

22 years ago(re_wctype): Try to fix some warnings.
Stefan Monnier [Fri, 2 Nov 2001 16:06:54 +0000 (16:06 +0000)]
(re_wctype): Try to fix some warnings.
(regcomp, regexec): Don't forget the __restrict.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 2 Nov 2001 07:14:24 +0000 (07:14 +0000)]
*** empty log message ***

22 years ago(popup-menu): If the user refuses to select
Richard M. Stallman [Fri, 2 Nov 2001 07:14:16 +0000 (07:14 +0000)]
(popup-menu): If the user refuses to select
from a menu, don't try to invoke the menu.

22 years ago(Fget_char_property): Doc fix.
Richard M. Stallman [Fri, 2 Nov 2001 07:12:33 +0000 (07:12 +0000)]
(Fget_char_property): Doc fix.

22 years agoExplain why a parent for a non-sparse keymap is not useful.
Richard M. Stallman [Fri, 2 Nov 2001 07:11:18 +0000 (07:11 +0000)]
Explain why a parent for a non-sparse keymap is not useful.

22 years agoUpdate to remove "artifacts".
Richard M. Stallman [Fri, 2 Nov 2001 07:10:30 +0000 (07:10 +0000)]
Update to remove "artifacts".

22 years ago*** empty log message ***
Pavel Janík [Fri, 2 Nov 2001 07:02:43 +0000 (07:02 +0000)]
*** empty log message ***

22 years ago(Finteractive): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:02:18 +0000 (07:02 +0000)]
(Finteractive): Add usage to doc-string.

22 years ago(Fsetq_default): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:01:47 +0000 (07:01 +0000)]
(Fsetq_default): Add usage to doc-string.

22 years ago(Fstart_process): Add usage to doc-string.
Pavel Janík [Fri, 2 Nov 2001 07:01:10 +0000 (07:01 +0000)]
(Fstart_process): Add usage to doc-string.

22 years ago(describe-character-set)
Miles Bader [Fri, 2 Nov 2001 05:53:54 +0000 (05:53 +0000)]
(describe-character-set)
(describe-coding-system): Pass correct args to `help-xref-button'.
(sort-listed-character-sets): New button type.
(list-character-sets): Use it.
(list-charset-chars): New button type.
(list-character-sets-1): Use it.

22 years ago(help-xref): New button type.
Miles Bader [Fri, 2 Nov 2001 05:49:48 +0000 (05:49 +0000)]
(help-xref): New button type.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-type, help-symbol)
(help-back, help-info, help-customize-variable, help-customize-face)
(help-function-def, help-variable-def): Use it as a supertype.
Remove `action' property.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Nov 2001 04:59:56 +0000 (04:59 +0000)]
*** empty log message ***

22 years ago(tab-always-indent, indent-for-tab-command):
Stefan Monnier [Fri, 2 Nov 2001 04:57:54 +0000 (04:57 +0000)]
(tab-always-indent, indent-for-tab-command):
Remove redundant `never' setting.

22 years agoDon't include keymap.h any more.
Stefan Monnier [Fri, 2 Nov 2001 04:49:57 +0000 (04:49 +0000)]
Don't include keymap.h any more.

22 years ago(fill-region-as-paragraph): Don't forget to skip
Stefan Monnier [Fri, 2 Nov 2001 03:10:46 +0000 (03:10 +0000)]
(fill-region-as-paragraph): Don't forget to skip
over current whitespace before looking for a preceding space.

22 years ago*** empty log message ***
Miles Bader [Fri, 2 Nov 2001 02:28:50 +0000 (02:28 +0000)]
*** empty log message ***

22 years agoReplace presentation-level troff macros that simulate tables with
Eli Zaretskii [Thu, 1 Nov 2001 20:53:19 +0000 (20:53 +0000)]
Replace presentation-level troff macros that simulate tables with
table markup.  From Eric S. Raymond <esr@thyrsus.com>.

22 years ago(Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 20:48:30 +0000 (20:48 +0000)]
(Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
(Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.

22 years ago(Fmake_local_variable): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 20:48:10 +0000 (20:48 +0000)]
(Fmake_local_variable): Doc fix.

22 years ago(file-newest-backup): Don't pass backup file name
Richard M. Stallman [Thu, 1 Nov 2001 20:44:11 +0000 (20:44 +0000)]
(file-newest-backup): Don't pass backup file name
thru file-name-sans-versions, because it never has version numbers.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 1 Nov 2001 19:55:51 +0000 (19:55 +0000)]
*** empty log message ***

22 years ago(Fdescribe_buffer_bindings): Print character property
Richard M. Stallman [Thu, 1 Nov 2001 19:55:42 +0000 (19:55 +0000)]
(Fdescribe_buffer_bindings): Print character property
bindings along with or instead of the buffer local map.
Make the overriding maps override what they should.

22 years ago(sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.
Richard M. Stallman [Thu, 1 Nov 2001 19:35:05 +0000 (19:35 +0000)]
(sgml-xml-guess): Fix regexp to avoid ambiguous nested loops.

22 years ago(find-file-noselect): Offer to change buffer-read-only
Richard M. Stallman [Thu, 1 Nov 2001 19:33:52 +0000 (19:33 +0000)]
(find-file-noselect): Offer to change buffer-read-only
only when the file's read-only status has changed from before
as well as disagreeing with the buffer's current status.
(buffer-file-read-only): New var, local in all buffers.

22 years ago(buffer-menu): Doc fix.
Richard M. Stallman [Thu, 1 Nov 2001 19:32:39 +0000 (19:32 +0000)]
(buffer-menu): Doc fix.
(buffer-menu-other-window): Doc fix.
(list-buffers, list-buffers-noselect): Doc fix.

22 years ago2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Thu, 1 Nov 2001 15:29:49 +0000 (15:29 +0000)]
2001-11-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-util.el (mm-charset-synonym-alist): Revert (some).

22 years ago(grow_mini_window): Fix typo in comment.
Pavel Janík [Thu, 1 Nov 2001 14:24:02 +0000 (14:24 +0000)]
(grow_mini_window): Fix typo in comment.

22 years agoDocument problems with dumping on an NFS-mounted filesystem.
Eli Zaretskii [Thu, 1 Nov 2001 14:07:22 +0000 (14:07 +0000)]
Document problems with dumping on an NFS-mounted filesystem.

22 years ago(Dired Deletion, Operating On Files): Add index entries.
Eli Zaretskii [Thu, 1 Nov 2001 13:35:34 +0000 (13:35 +0000)]
(Dired Deletion, Operating On Files): Add index entries.

22 years ago(Several Buffers): Add a cross-reference to the description of the
Eli Zaretskii [Thu, 1 Nov 2001 13:29:25 +0000 (13:29 +0000)]
(Several Buffers): Add a cross-reference to the description of the
buffer list format.

22 years agoFix the previous change.
Pavel Janík [Thu, 1 Nov 2001 13:27:35 +0000 (13:27 +0000)]
Fix the previous change.

22 years agoChange of normal-erase-is-backspace-mode on terminals.
Gerd Moellmann [Thu, 1 Nov 2001 13:13:32 +0000 (13:13 +0000)]
Change of normal-erase-is-backspace-mode on terminals.

22 years ago(command-line): If the terminal Emacs is running on
Gerd Moellmann [Thu, 1 Nov 2001 13:09:32 +0000 (13:09 +0000)]
(command-line): If the terminal Emacs is running on
has erase char set to ^H, use the Backspace key for deleting
backward and, and the Delete key for deleting forward.

22 years ago(x_scroll_bar_create): Check for width and height > 0.
Gerd Moellmann [Thu, 1 Nov 2001 11:25:01 +0000 (11:25 +0000)]
(x_scroll_bar_create): Check for width and height > 0.
(XTset_vertical_scroll_bar): Likewise.

22 years ago(x_build_heuristic_mask): Use four_corners_best
Gerd Moellmann [Thu, 1 Nov 2001 11:11:44 +0000 (11:11 +0000)]
(x_build_heuristic_mask): Use four_corners_best
instead of IMAGE_BACKGROUND.

22 years ago(four_corners_best): Reindent.
Gerd Moellmann [Thu, 1 Nov 2001 10:38:59 +0000 (10:38 +0000)]
(four_corners_best): Reindent.

22 years agoFix a typo.
Gerd Moellmann [Thu, 1 Nov 2001 10:23:52 +0000 (10:23 +0000)]
Fix a typo.

22 years ago(Finternal_set_lisp_face_attribute_from_resource):
Gerd Moellmann [Thu, 1 Nov 2001 10:13:16 +0000 (10:13 +0000)]
(Finternal_set_lisp_face_attribute_from_resource):
Handle :box so that it is possible to specify sexprs.

22 years ago(Glossary): Fix syntax.
Pavel Janík [Thu, 1 Nov 2001 09:10:43 +0000 (09:10 +0000)]
(Glossary): Fix syntax.

22 years ago*** empty log message ***
Pavel Janík [Thu, 1 Nov 2001 07:04:57 +0000 (07:04 +0000)]
*** empty log message ***

22 years ago(x-get-resource): Reindent.
Pavel Janík [Thu, 1 Nov 2001 07:04:29 +0000 (07:04 +0000)]
(x-get-resource): Reindent.

22 years ago(Finternal_merge_in_global_face): Reindent.
Pavel Janík [Thu, 1 Nov 2001 07:04:02 +0000 (07:04 +0000)]
(Finternal_merge_in_global_face): Reindent.
(Fface_font): Ditto.
(Finternal_set_alternative_font_registry_alist): Ditto.
(Ftty_suppress_bold_inverse_default_colors): Ditto.

22 years ago(X Resources): Fix typo and syntax.
Pavel Janík [Thu, 1 Nov 2001 07:00:20 +0000 (07:00 +0000)]
(X Resources): Fix typo and syntax.

22 years ago(define-button-type): Make sure every user-defined button type has a supertype.
Miles Bader [Thu, 1 Nov 2001 07:00:07 +0000 (07:00 +0000)]
(define-button-type): Make sure every user-defined button type has a supertype.

22 years agoReindent --help output.
Pavel Janík [Thu, 1 Nov 2001 06:26:56 +0000 (06:26 +0000)]
Reindent --help output.
From Per Starback (starback@ling.uu.se).

22 years ago*** empty log message ***
Jason Rumney [Wed, 31 Oct 2001 23:39:10 +0000 (23:39 +0000)]
*** empty log message ***

22 years ago(locale-language-names): Add chs and
Jason Rumney [Wed, 31 Oct 2001 23:23:33 +0000 (23:23 +0000)]
(locale-language-names): Add chs and
cht as aliases for Chinese-GB and Chinese-BIG5.

22 years agoAdd menu of submodes.
Richard M. Stallman [Wed, 31 Oct 2001 22:00:40 +0000 (22:00 +0000)]
Add menu of submodes.

22 years agoExplain when not to use CL.
Richard M. Stallman [Wed, 31 Oct 2001 22:00:17 +0000 (22:00 +0000)]
Explain when not to use CL.

22 years agoMore explanation of "highlighting".
Richard M. Stallman [Wed, 31 Oct 2001 21:59:42 +0000 (21:59 +0000)]
More explanation of "highlighting".

22 years agoMinor menu indentation cleanup.
Richard M. Stallman [Wed, 31 Oct 2001 21:58:44 +0000 (21:58 +0000)]
Minor menu indentation cleanup.

22 years agoUpdate menu for subnodes of Text Properties.
Richard M. Stallman [Wed, 31 Oct 2001 21:58:18 +0000 (21:58 +0000)]
Update menu for subnodes of Text Properties.

22 years ago(mode-line-frame-identification): Add doc string.
Richard M. Stallman [Wed, 31 Oct 2001 21:57:45 +0000 (21:57 +0000)]
(mode-line-frame-identification): Add doc string.
(mode-line-position, mode-line-modes): New variables.
(mode-line-format): Use mode-line-position for the part
that displays the position-in-buffer info.  Use
mode-line-modes for the part that displays major and minor modes.

22 years agoRemove the menu items for nodes that were moved to xresource.texi.
Richard M. Stallman [Wed, 31 Oct 2001 21:50:05 +0000 (21:50 +0000)]
Remove the menu items for nodes that were moved to xresource.texi.

22 years agoeasy source access from the *debugger* buffer
Sam Steingold [Wed, 31 Oct 2001 19:32:26 +0000 (19:32 +0000)]
easy source access from the *debugger* buffer

22 years agoRemove the nodes which were moved to xresources.texi.
Eli Zaretskii [Wed, 31 Oct 2001 18:28:11 +0000 (18:28 +0000)]
Remove the nodes which were moved to xresources.texi.

22 years ago(cvs-mode-map): bind C-m, not RET
Sam Steingold [Wed, 31 Oct 2001 17:39:07 +0000 (17:39 +0000)]
(cvs-mode-map): bind C-m, not RET

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 31 Oct 2001 17:27:50 +0000 (17:27 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Wed, 31 Oct 2001 17:23:29 +0000 (17:23 +0000)]
*** empty log message ***

22 years agoNew file.
Eli Zaretskii [Wed, 31 Oct 2001 17:21:33 +0000 (17:21 +0000)]
New file.

22 years agoNew entry for HP/UX-11.
Eli Zaretskii [Wed, 31 Oct 2001 17:20:54 +0000 (17:20 +0000)]
New entry for HP/UX-11.

22 years agoMention --no-window-system changes in the NEWS.
Pavel Janík [Wed, 31 Oct 2001 15:21:11 +0000 (15:21 +0000)]
Mention --no-window-system changes in the NEWS.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 31 Oct 2001 15:14:34 +0000 (15:14 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Wed, 31 Oct 2001 15:12:04 +0000 (15:12 +0000)]
*** empty log message ***

22 years ago(USAGE1): Show command line option --no-window-system instead of
Pavel Janík [Wed, 31 Oct 2001 15:11:35 +0000 (15:11 +0000)]
(USAGE1): Show command line option --no-window-system instead of
--no-windows in usage.
(standard_args): Rename --no-windows to --no-window-system.
(bug_reporting_address): Follow Emacs coding conventions.

22 years ago(Fcommandp): Doc fix.
Pavel Janík [Wed, 31 Oct 2001 15:09:35 +0000 (15:09 +0000)]
(Fcommandp): Doc fix.
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(Fframe_live_p): Doc fix.
Pavel Janík [Wed, 31 Oct 2001 15:07:07 +0000 (15:07 +0000)]
(Fframe_live_p): Doc fix.

22 years ago(selective-display-ellipses): Doc fix.
Pavel Janík [Wed, 31 Oct 2001 15:04:58 +0000 (15:04 +0000)]
(selective-display-ellipses): Doc fix.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Wed, 31 Oct 2001 15:03:32 +0000 (15:03 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years agoUpdate the URL of Gnuserv. From Martin Schwenke <martin@meltin.net>.
Eli Zaretskii [Wed, 31 Oct 2001 14:54:31 +0000 (14:54 +0000)]
Update the URL of Gnuserv.  From Martin Schwenke <martin@meltin.net>.

22 years ago(Initial Options): Document command line option --no-window-system instead
Pavel Janík [Wed, 31 Oct 2001 14:53:53 +0000 (14:53 +0000)]
(Initial Options): Document command line option --no-window-system instead
of --no-windows.

22 years agoDocument command line option --no-window-system instead of --no-windows.
Pavel Janík [Wed, 31 Oct 2001 14:50:02 +0000 (14:50 +0000)]
Document command line option --no-window-system instead of --no-windows.

22 years ago(Coding Conventions): Fix typo.
Pavel Janík [Wed, 31 Oct 2001 14:44:17 +0000 (14:44 +0000)]
(Coding Conventions): Fix typo.

22 years ago(SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. From Eric S. Raymond
Eli Zaretskii [Wed, 31 Oct 2001 14:42:25 +0000 (14:42 +0000)]
(SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.  From Eric S. Raymond
<esr@golux.thyrsus.com>.

22 years ago(to_multibyte): Fix computation of new read_buffer_size.
Gerd Moellmann [Wed, 31 Oct 2001 13:33:56 +0000 (13:33 +0000)]
(to_multibyte): Fix computation of new read_buffer_size.

22 years ago(struct face) <colors_copied_bitwise_p>: New
Gerd Moellmann [Wed, 31 Oct 2001 11:12:09 +0000 (11:12 +0000)]
(struct face) <colors_copied_bitwise_p>: New
member.

22 years ago(realize_x_face): If C is not a single-byte character,
Gerd Moellmann [Wed, 31 Oct 2001 11:10:25 +0000 (11:10 +0000)]
(realize_x_face): If C is not a single-byte character,
set the face's colors_copied_bitwise_p instead of the defaulted_p
members which have a different meaning.
(free_face_colors): Do nothing for a face whose colors have been
copied bitwise.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Wed, 31 Oct 2001 11:06:47 +0000 (11:06 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].