bpt/emacs.git
22 years ago(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.
Paul Eggert [Fri, 7 Dec 2001 05:52:35 +0000 (05:52 +0000)]
(create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.

22 years ago(HAVE_WORKING_VFORK): New #undef.
Paul Eggert [Fri, 7 Dec 2001 05:51:51 +0000 (05:51 +0000)]
(HAVE_WORKING_VFORK): New #undef.

22 years ago* config.in (HAVE_WORKING_VFORK): New #undefs.
Paul Eggert [Fri, 7 Dec 2001 05:50:56 +0000 (05:50 +0000)]
* config.in (HAVE_WORKING_VFORK): New #undefs.
* process.c (create_process):
Use HAVE_WORKING_VFORK, not HAVE_VFORK.
* m/cnvrgnt.h (HAVE_VFORK): Remove #define.
* m/ibm370aix.h (HAVE_VFORK): Remove #undef.
* m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
* m/intel386.h (HAVE_VFORK): Likewise.
* m/mips-siemens.h (HAVE_VFORK): Likewise.
* m/mips.h (HAVE_VFORK): Likewise.
* s/freebsd.h (vfork): Remove #define.
* s/lynxos.h (HAVE_VFORK): Remove #undef.
* s/usg5-4-2.h: Fix comment about vfork.

22 years ago(AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
Paul Eggert [Fri, 7 Dec 2001 05:50:16 +0000 (05:50 +0000)]
(AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.

22 years ago* configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
Paul Eggert [Fri, 7 Dec 2001 05:49:20 +0000 (05:49 +0000)]
* configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
(AC_FUNC_VFORK): Remove.
(AC_FUNC_FORK): Add.
(HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
this is required by recent Autoconf versions.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 7 Dec 2001 03:41:19 +0000 (03:41 +0000)]
*** empty log message ***

22 years ago(random): Add undef.
Richard M. Stallman [Fri, 7 Dec 2001 03:38:24 +0000 (03:38 +0000)]
(random): Add undef.
(HAVE_RANDOM): Define it just once.

22 years ago(set-justification): Rename arg VALUE to STYLE.
Richard M. Stallman [Fri, 7 Dec 2001 03:34:59 +0000 (03:34 +0000)]
(set-justification): Rename arg VALUE to STYLE.
(set-justification-left, set-justification-right): Doc fix.

22 years ago(f90-break-line): Use (newline 1) to insert newlines.
Richard M. Stallman [Fri, 7 Dec 2001 03:33:39 +0000 (03:33 +0000)]
(f90-break-line): Use (newline 1) to insert newlines.
(bug-f90-mode): Variable deleted.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 6 Dec 2001 16:24:26 +0000 (16:24 +0000)]
*** empty log message ***

22 years agoUndo last change. Consistency doesn't seem to be desired.
Stefan Monnier [Thu, 6 Dec 2001 16:21:23 +0000 (16:21 +0000)]
Undo last change.  Consistency doesn't seem to be desired.

22 years ago(indent-line-function): Default is indent-relative again.
Stefan Monnier [Thu, 6 Dec 2001 16:17:08 +0000 (16:17 +0000)]
(indent-line-function): Default is indent-relative again.

22 years ago(compilation-error-regexp-alist): Added regexps for RXP.
Miles Bader [Thu, 6 Dec 2001 15:27:53 +0000 (15:27 +0000)]
(compilation-error-regexp-alist): Added regexps for RXP.
From Reto Stamm <reto@xilinx.com>.

22 years agoAdd --trace-move.
Gerd Moellmann [Thu, 6 Dec 2001 14:22:57 +0000 (14:22 +0000)]
Add --trace-move.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 6 Dec 2001 14:17:02 +0000 (14:17 +0000)]
*** empty log message ***

22 years agoAdvice how to debug X protocol error which disappear in the
Eli Zaretskii [Thu, 6 Dec 2001 12:35:13 +0000 (12:35 +0000)]
Advice how to debug X protocol error which disappear in the
synchronous mode.

22 years ago(x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
Eli Zaretskii [Thu, 6 Dec 2001 11:56:53 +0000 (11:56 +0000)]
(x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
scroll bars of the frame before deleting the frame itself.  If the
frame has a widget, delete the frame with XtDestroyWidget, and do
not call XDestroyWindow before that.

22 years agoUse outline-mode.
Eli Zaretskii [Thu, 6 Dec 2001 09:26:21 +0000 (09:26 +0000)]
Use outline-mode.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 5 Dec 2001 23:03:44 +0000 (23:03 +0000)]
*** empty log message ***

22 years ago(x_report_frame_params): Return actual fringe widths.
Kim F. Storm [Wed, 5 Dec 2001 23:02:18 +0000 (23:02 +0000)]
(x_report_frame_params): Return actual fringe widths.

22 years ago(x_report_frame_params): Make the scroll-bar-width frame parameter have a numeric...
Kim F. Storm [Wed, 5 Dec 2001 22:58:22 +0000 (22:58 +0000)]
(x_report_frame_params): Make the scroll-bar-width frame parameter have a numeric value

22 years ago(Fgarbage_collect): Shrink buffer gaps that are
Andrew Innes [Wed, 5 Dec 2001 21:39:01 +0000 (21:39 +0000)]
(Fgarbage_collect): Shrink buffer gaps that are
excessively large.

22 years ago(make_gap_larger): New function.
Andrew Innes [Wed, 5 Dec 2001 21:37:11 +0000 (21:37 +0000)]
(make_gap_larger): New function.
(make_gap_smaller): New function.
(make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
make_gap_smaller if arg is negative.

22 years ago2001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Wed, 5 Dec 2001 19:27:45 +0000 (19:27 +0000)]
2001-12-05  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mm-view.el: Partially sync with the Gnus CVS.
* gnus-sum.el (gnus-summary-save-article): Nix
gnus-display-mime-function and gnus-article-prepare-hook.

22 years ago(cwarn-font-lock-match-assignment-in-expression):
Eli Zaretskii [Wed, 5 Dec 2001 18:41:34 +0000 (18:41 +0000)]
(cwarn-font-lock-match-assignment-in-expression):
Add shift-assignment operators to those highlighted, and highlight
the whole operator rather than just the "=".  From Broadey Kevin
<Kevin.Broadey@motorola.com>.

22 years ago(minibuffer-local-map): Undo last change.
Stefan Monnier [Wed, 5 Dec 2001 15:36:44 +0000 (15:36 +0000)]
(minibuffer-local-map): Undo last change.

22 years ago*** empty log message ***
Stefan Monnier [Wed, 5 Dec 2001 03:00:59 +0000 (03:00 +0000)]
*** empty log message ***

22 years ago(kbd_buffer_store_event): Fix interrupt_signal prototype.
Stefan Monnier [Wed, 5 Dec 2001 02:51:12 +0000 (02:51 +0000)]
(kbd_buffer_store_event): Fix interrupt_signal prototype.
Pass a dummy argument when calling interrupt_signal.
(parse_menu_item): Mark disabled items before checking for empty def.
(read_char_minibuf_menu_prompt): Make safety more visible.
(read_key_sequence): Add a `first_unbound' variable.
Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
unbound prefix as soon as we can detect it.

22 years ago(Fsnarf_documentation): Add prototype.
Stefan Monnier [Wed, 5 Dec 2001 01:47:27 +0000 (01:47 +0000)]
(Fsnarf_documentation): Add prototype.
(get_doc_string): Handle negative arguments.
(Fdocumentation): Use AREF and ASIZE.
Move the calls to get_doc_string to a single place.
Don't confuse an interactive-spec for a docstring reference.
(Fdocumentation_property): Take advantage of the fact that
get_doc_string now ignores the sign of the docstring position.

22 years agoUse standard syntax for usage in docstrings.
Stefan Monnier [Wed, 5 Dec 2001 01:39:21 +0000 (01:39 +0000)]
Use standard syntax for usage in docstrings.

22 years agoDoc fix.
Stefan Monnier [Tue, 4 Dec 2001 21:24:17 +0000 (21:24 +0000)]
Doc fix.

22 years ago*** empty log message ***
Pavel Janík [Tue, 4 Dec 2001 20:36:13 +0000 (20:36 +0000)]
*** empty log message ***

22 years agoDoc fix.
Stefan Monnier [Tue, 4 Dec 2001 19:28:25 +0000 (19:28 +0000)]
Doc fix.

22 years ago(save-abbrevs, save-some-buffers): Don't ask the user
Eli Zaretskii [Tue, 4 Dec 2001 18:27:06 +0000 (18:27 +0000)]
(save-abbrevs, save-some-buffers): Don't ask the user
before saving abbrevs if `save-abbrevs' has the value `silently'.

22 years agoFix wording of the save-abbrevs feature; from RMS.
Eli Zaretskii [Tue, 4 Dec 2001 18:21:44 +0000 (18:21 +0000)]
Fix wording of the save-abbrevs feature; from RMS.
Remove the obsolete notes about the +++ markings.

22 years ago(turn-off-xterm-mouse-tracking): Doc fix.
Andreas Schwab [Tue, 4 Dec 2001 16:13:04 +0000 (16:13 +0000)]
(turn-off-xterm-mouse-tracking): Doc fix.

22 years ago(toplevel): Define docstring offset for `defmacro*'.
Colin Walters [Tue, 4 Dec 2001 07:12:56 +0000 (07:12 +0000)]
(toplevel): Define docstring offset for `defmacro*'.

22 years ago(make-autoload): Also generate autoloads for `defmacro*' forms.
Colin Walters [Tue, 4 Dec 2001 07:09:26 +0000 (07:09 +0000)]
(make-autoload): Also generate autoloads for `defmacro*' forms.

22 years agoComment change (delete change log).
Richard M. Stallman [Tue, 4 Dec 2001 01:16:39 +0000 (01:16 +0000)]
Comment change (delete change log).

22 years ago*** empty log message ***
Pavel Janík [Mon, 3 Dec 2001 19:24:38 +0000 (19:24 +0000)]
*** empty log message ***

22 years agoMove back.
Pavel Janík [Mon, 3 Dec 2001 19:24:19 +0000 (19:24 +0000)]
Move back.

22 years ago(syms_of_xdisp): Make `tool-bar-button-relief` an option.
Pavel Janík [Mon, 3 Dec 2001 19:19:56 +0000 (19:19 +0000)]
(syms_of_xdisp): Make `tool-bar-button-relief` an option.

22 years ago(bootstrap-nmake):
Andrew Innes [Mon, 3 Dec 2001 11:40:21 +0000 (11:40 +0000)]
(bootstrap-nmake):
(bootstrap-gmake): Extend bootstrap process to first do
bootstrap-clean in lisp dir and rebuild the DOC file.
(bootstrap): Do a "normal" make after the bootstrap work.

22 years ago(FACE_SUPPORT):
Andrew Innes [Mon, 3 Dec 2001 11:29:01 +0000 (11:29 +0000)]
(FACE_SUPPORT):
(MOUSE_SUPPORT):
(FLOAT_SUPPORT):
(WINNT_SUPPORT):
(lisp): Reference .el files instead of .elc files, to simplify
bootstrapping.
($(DOC)): Change dependency to just `make-docfile'.

22 years ago(antlr-c-common-init): Undo last change.
Stefan Monnier [Mon, 3 Dec 2001 09:33:01 +0000 (09:33 +0000)]
(antlr-c-common-init): Undo last change.

22 years agoRemove unnecessary spaces in doc-string.
Pavel Janík [Mon, 3 Dec 2001 06:13:55 +0000 (06:13 +0000)]
Remove unnecessary spaces in doc-string.

22 years agoDoc fixes.
Pavel Janík [Mon, 3 Dec 2001 06:11:37 +0000 (06:11 +0000)]
Doc fixes.

22 years agoRemove unnecessary spaces.
Pavel Janík [Mon, 3 Dec 2001 06:09:24 +0000 (06:09 +0000)]
Remove unnecessary spaces.

22 years agoAdd explanatory comment.
Stefan Monnier [Mon, 3 Dec 2001 04:26:43 +0000 (04:26 +0000)]
Add explanatory comment.

22 years agoadded a few convenient composing sequence for
Jaeyoun Chung [Mon, 3 Dec 2001 03:09:56 +0000 (03:09 +0000)]
added a few convenient composing sequence for
Korean keyboard type 3 users.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Dec 2001 00:08:00 +0000 (00:08 +0000)]
*** empty log message ***

22 years ago(insert-directory): If the df output does not look right,
Richard M. Stallman [Mon, 3 Dec 2001 00:02:52 +0000 (00:02 +0000)]
(insert-directory): If the df output does not look right,
don't try to use it.  Other cleanups in overall code structure.

22 years agoAdded stale load-path problems.
Jason Rumney [Sun, 2 Dec 2001 21:03:42 +0000 (21:03 +0000)]
Added stale load-path problems.

22 years ago(x_draw_image_relief): Use predefined macro instead of constant when the
Pavel Janík [Sun, 2 Dec 2001 17:29:41 +0000 (17:29 +0000)]
(x_draw_image_relief): Use predefined macro instead of constant when the
value of `tool_bar_button_relief' is negative.

22 years agoFix typo in doc-string.
Pavel Janík [Sun, 2 Dec 2001 17:21:41 +0000 (17:21 +0000)]
Fix typo in doc-string.

22 years agoFix previous change.
Pavel Janík [Sun, 2 Dec 2001 14:02:14 +0000 (14:02 +0000)]
Fix previous change.

22 years agoFix typos.
Pavel Janík [Sun, 2 Dec 2001 13:13:01 +0000 (13:13 +0000)]
Fix typos.

22 years ago*** empty log message ***
Pavel Janík [Sun, 2 Dec 2001 09:42:43 +0000 (09:42 +0000)]
*** empty log message ***

22 years agoAdd @direntry.
Pavel Janík [Sun, 2 Dec 2001 09:42:13 +0000 (09:42 +0000)]
Add @direntry.

22 years ago(reftex-toc-mode): Remove make-local-hook.
Pavel Janík [Sun, 2 Dec 2001 09:32:20 +0000 (09:32 +0000)]
(reftex-toc-mode): Remove make-local-hook.

22 years ago(reftex-index-mode): Remove make-local-hook.
Pavel Janík [Sun, 2 Dec 2001 09:31:36 +0000 (09:31 +0000)]
(reftex-index-mode): Remove make-local-hook.

22 years agoDo not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans
Pavel Janík [Sun, 2 Dec 2001 09:29:01 +0000 (09:29 +0000)]
Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans
and others).

22 years ago(outline-mode-prefix-map): Add bindings for outline-promote and outline-demote.
Stefan Monnier [Sun, 2 Dec 2001 08:39:39 +0000 (08:39 +0000)]
(outline-mode-prefix-map): Add bindings for outline-promote and outline-demote.
(outline-minor-mode-menu-bar-map): New var.
(outline-minor-mode): Use it.
(outline-heading-alist): New var (renamed from outline-level-heading).
(outline-level): Use it.
(outline-insert-heading, outline-promote, outline-demote):
Update to use outline-heading-alist.

22 years ago(standard-display-european):
Stefan Monnier [Sun, 2 Dec 2001 07:51:49 +0000 (07:51 +0000)]
(standard-display-european):
Simplify since the function is not interactive any more.
Don't set the existing buffers to unibyte.

22 years ago(cvs-file-to-string): Move condition-case outside.
Stefan Monnier [Sun, 2 Dec 2001 07:41:47 +0000 (07:41 +0000)]
(cvs-file-to-string): Move condition-case outside.

22 years ago(cvs-reread-cvsrc): Don't use cvs-file-to-string.
Stefan Monnier [Sun, 2 Dec 2001 07:40:43 +0000 (07:40 +0000)]
(cvs-reread-cvsrc): Don't use cvs-file-to-string.

22 years ago(reveal-mode): Fix reveal-mode's lighter.
Stefan Monnier [Sun, 2 Dec 2001 07:39:45 +0000 (07:39 +0000)]
(reveal-mode): Fix reveal-mode's lighter.

22 years ago(shell): Use shell-file-name.
Stefan Monnier [Sun, 2 Dec 2001 07:39:23 +0000 (07:39 +0000)]
(shell): Use shell-file-name.
Pop to buffer before calling comint to set COLUMNS properly.

22 years ago(svref): New alias.
Stefan Monnier [Sun, 2 Dec 2001 07:33:09 +0000 (07:33 +0000)]
(svref): New alias.

22 years ago(antlr-c-common-init): Don't inhibit adaptive-fill-mode any more.
Stefan Monnier [Sun, 2 Dec 2001 07:20:13 +0000 (07:20 +0000)]
(antlr-c-common-init): Don't inhibit adaptive-fill-mode any more.

22 years ago(delphi-mode): Don't use make-local-hook.
Stefan Monnier [Sun, 2 Dec 2001 07:17:48 +0000 (07:17 +0000)]
(delphi-mode): Don't use make-local-hook.

22 years agoDoc fix.
Stefan Monnier [Sun, 2 Dec 2001 07:17:00 +0000 (07:17 +0000)]
Doc fix.

22 years ago(tags-with-face): Use make-symbol.
Stefan Monnier [Sun, 2 Dec 2001 07:16:37 +0000 (07:16 +0000)]
(tags-with-face): Use make-symbol.
(tags-search, tags-query-replace): Use backquotes.

22 years ago(picture-mode-map): Don't use defconst for a variable.
Stefan Monnier [Sun, 2 Dec 2001 07:06:43 +0000 (07:06 +0000)]
(picture-mode-map): Don't use defconst for a variable.

22 years ago*** empty log message ***
Richard M. Stallman [Sun, 2 Dec 2001 05:10:41 +0000 (05:10 +0000)]
*** empty log message ***

22 years ago(menu_highlight_callback): Use `help' field as Lisp_Object.
Richard M. Stallman [Sun, 2 Dec 2001 05:07:16 +0000 (05:07 +0000)]
(menu_highlight_callback): Use `help' field as Lisp_Object.
(single_submenu, xmenu_show): Set `help' field as Lisp_Object.

22 years ago(read_non_regular): Delete Fsignal call.
Richard M. Stallman [Sun, 2 Dec 2001 05:04:19 +0000 (05:04 +0000)]
(read_non_regular): Delete Fsignal call.

22 years agoInclude ../src/lisp.h.
Richard M. Stallman [Sun, 2 Dec 2001 05:00:27 +0000 (05:00 +0000)]
Include ../src/lisp.h.

22 years ago(_widget_value): `help' has type Lisp_Object.
Richard M. Stallman [Sun, 2 Dec 2001 04:55:06 +0000 (04:55 +0000)]
(_widget_value): `help' has type Lisp_Object.

22 years agoInclude ../src/lisp.h. Don't declare xmalloc.
Richard M. Stallman [Sun, 2 Dec 2001 04:52:12 +0000 (04:52 +0000)]
Include ../src/lisp.h.  Don't declare xmalloc.
(free_widget_value_tree): Don't free `help' field.
(copy_widget_value_tree): Copy `help' simply, without safe_strdup.
(merge_widget_value): Compare and copy `help' simply.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 2 Dec 2001 04:50:49 +0000 (04:50 +0000)]
*** empty log message ***

22 years ago(widget-button-click): Don't move point permanently:
Richard M. Stallman [Sun, 2 Dec 2001 04:49:43 +0000 (04:49 +0000)]
(widget-button-click): Don't move point permanently:
Avoid mouse-set-point--instead select the window,
then do save-excursion, then move point.
Specify the buffer for get-char-property.
Don't use `@' in interactive.

22 years ago(indent-line-function): Default is indent-to-left-margin again.
Richard M. Stallman [Sun, 2 Dec 2001 04:47:16 +0000 (04:47 +0000)]
(indent-line-function): Default is indent-to-left-margin again.

22 years ago(query-replace-read-args): Display message if FROM contains `\n' or `\t'.
Richard M. Stallman [Sun, 2 Dec 2001 04:45:54 +0000 (04:45 +0000)]
(query-replace-read-args): Display message if FROM contains `\n' or `\t'.

22 years agoNew bug.
Stefan Monnier [Sun, 2 Dec 2001 04:19:32 +0000 (04:19 +0000)]
New bug.

22 years agoDoc change.
Stefan Monnier [Sun, 2 Dec 2001 04:08:55 +0000 (04:08 +0000)]
Doc change.

22 years ago(tab-to-tab-stop): Use delete-horizontal-space.
Stefan Monnier [Sun, 2 Dec 2001 03:55:16 +0000 (03:55 +0000)]
(tab-to-tab-stop): Use delete-horizontal-space.

22 years ago(minibuffer-local-map): Bind TAB to insert-tab.
Stefan Monnier [Sun, 2 Dec 2001 03:47:54 +0000 (03:47 +0000)]
(minibuffer-local-map): Bind TAB to insert-tab.

22 years agoDescribe isearch-resume-enabled.
Kim F. Storm [Sun, 2 Dec 2001 01:25:08 +0000 (01:25 +0000)]
Describe isearch-resume-enabled.

22 years ago(isearch-resume-enabled): New variable.
Kim F. Storm [Sun, 2 Dec 2001 01:13:55 +0000 (01:13 +0000)]
(isearch-resume-enabled): New variable.
(isearch-done): Use that variable.

22 years ago(regexp-opt): Bind completion-regexp-list to nil.
Stefan Monnier [Sat, 1 Dec 2001 22:04:12 +0000 (22:04 +0000)]
(regexp-opt): Bind completion-regexp-list to nil.

22 years ago(hif-nexttoken): Move to before first def.
Stefan Monnier [Sat, 1 Dec 2001 18:20:52 +0000 (18:20 +0000)]
(hif-nexttoken): Move to before first def.

22 years ago(run_hook_list_with_args): Undo last change.
Stefan Monnier [Sat, 1 Dec 2001 18:16:58 +0000 (18:16 +0000)]
(run_hook_list_with_args): Undo last change.

22 years ago2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Sat, 1 Dec 2001 16:15:34 +0000 (16:15 +0000)]
2001-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* message.el (message-mail): Add send-actions.

22 years agoSetting left-fringe and rigth-fringe parameters to nil causes
Kim F. Storm [Sat, 1 Dec 2001 15:33:49 +0000 (15:33 +0000)]
Setting left-fringe and rigth-fringe parameters to nil causes
the default width to be used.

22 years agoFix wording of the last change.
Eli Zaretskii [Sat, 1 Dec 2001 13:37:32 +0000 (13:37 +0000)]
Fix wording of the last change.

22 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Dec 2001 13:10:50 +0000 (13:10 +0000)]
*** empty log message ***

22 years agoDocument prefix arg for M-h.
Kai Großjohann [Sat, 1 Dec 2001 13:10:25 +0000 (13:10 +0000)]
Document prefix arg for M-h.

22 years agoUpdate maintainer.
Eli Zaretskii [Sat, 1 Dec 2001 13:08:48 +0000 (13:08 +0000)]
Update maintainer.
(Acknowledgement): Update contributors.

22 years ago"Kai Grossjohann" --> "Kai Gro�ohann"
Kai Großjohann [Sat, 1 Dec 2001 13:08:23 +0000 (13:08 +0000)]
"Kai Grossjohann" --> "Kai Gro�ohann"