bpt/emacs.git
24 years ago(socket_status): New function.
Gerd Moellmann [Fri, 28 Jan 2000 15:02:20 +0000 (15:02 +0000)]
(socket_status): New function.
(main): if $LOGNAME or $USER exist and differ from our euid, look
for a socket based on the UID associated with the name.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 28 Jan 2000 13:55:15 +0000 (13:55 +0000)]
*** empty log message ***

24 years ago(USAGE): New macro.
Gerd Moellmann [Fri, 28 Jan 2000 13:51:47 +0000 (13:51 +0000)]
(USAGE): New macro.
(main): Use it to display usage information.

24 years ago(delete-other-frames): New function.
Gerd Moellmann [Fri, 28 Jan 2000 13:22:46 +0000 (13:22 +0000)]
(delete-other-frames): New function.
(toplevel): Bind it to C-x 5 1.

24 years agoChange in sort-numeric-fields.
Gerd Moellmann [Fri, 28 Jan 2000 12:53:52 +0000 (12:53 +0000)]
Change in sort-numeric-fields.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 28 Jan 2000 12:48:41 +0000 (12:48 +0000)]
*** empty log message ***

24 years ago(sort-numeric-base): New option.
Gerd Moellmann [Fri, 28 Jan 2000 12:47:38 +0000 (12:47 +0000)]
(sort-numeric-base): New option.
(sort-numeric-fields): If number starts with `0' or `0[xX[',
interpret it as octal or hexadecimal.  Use sort-numeric-base
as default base.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 28 Jan 2000 11:58:22 +0000 (11:58 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Fri, 28 Jan 2000 10:53:32 +0000 (10:53 +0000)]
*** empty log message ***

24 years ago(korean-hanja): Add an entry for "wod".
Kenichi Handa [Fri, 28 Jan 2000 10:52:58 +0000 (10:52 +0000)]
(korean-hanja): Add an entry for "wod".

24 years ago*** empty log message ***
Eli Zaretskii [Thu, 27 Jan 2000 17:14:00 +0000 (17:14 +0000)]
*** empty log message ***

24 years agoChange prototypes of XMenuAddSelection and XMenuActivate.
Eli Zaretskii [Thu, 27 Jan 2000 17:08:40 +0000 (17:08 +0000)]
Change prototypes of XMenuAddSelection and XMenuActivate.

24 years ago(IT_clear_end_of_line): Print the extent of the cleared
Eli Zaretskii [Thu, 27 Jan 2000 17:07:27 +0000 (17:07 +0000)]
(IT_clear_end_of_line): Print the extent of the cleared
part of the line to the termscript file.
(IT_clear_to_end): Clear the entire line, not just its beginning.
(menu_help_message, prev_menu_help_message): New variables.
(IT_menu_make_room): Make room for the help_text member.
(IT_menu_display): New argument disp_help; all callers changed.
If disp_help is non-zero, store the help text of the active menu
item in menu_help_message.
(XMenuAddPane): Initialize the help_text member to NULL.
(XMenuAddSelection): New argument help_text.  Store it in the
XMenu structure.
(XMenuActivate): New argument help_callback.  If the value of
menu_help_message has changed since the last time, display the
menu help message text while waiting for the mouse to move.  Clear
the echo area before exiting.
(XMenuDestroy): Free the help_text member.

24 years ago(rmail-dont-reply-to): Replace matched
Gerd Moellmann [Thu, 27 Jan 2000 16:53:17 +0000 (16:53 +0000)]
(rmail-dont-reply-to): Replace matched
userids differently.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Jan 2000 15:41:00 +0000 (15:41 +0000)]
*** empty log message ***

24 years ago(xmenu_show) [!USE_X_TOOLKIT]: Pass help to
Gerd Moellmann [Thu, 27 Jan 2000 15:32:21 +0000 (15:32 +0000)]
(xmenu_show) [!USE_X_TOOLKIT]: Pass help to
XMenuAddSelection.  Pass help callback to XMenuActivate.
(menu_help_callback) [!USE_X_TOOLKIT]: New function.

24 years ago(XMenuActivate): Add parameter HELP_CALLBACK.
Gerd Moellmann [Thu, 27 Jan 2000 15:31:20 +0000 (15:31 +0000)]
(XMenuActivate): Add parameter HELP_CALLBACK.
Call help callback.

24 years ago(XMenuPost): Pass null help callback to XMenuActivate.
Gerd Moellmann [Thu, 27 Jan 2000 15:30:47 +0000 (15:30 +0000)]
(XMenuPost): Pass null help callback to XMenuActivate.

24 years ago(XMenuAddSelection): Add parameter HELP.
Gerd Moellmann [Thu, 27 Jan 2000 15:30:18 +0000 (15:30 +0000)]
(XMenuAddSelection): Add parameter HELP.

24 years ago(XmSelect): Add member `help_string'.
Gerd Moellmann [Thu, 27 Jan 2000 15:29:38 +0000 (15:29 +0000)]
(XmSelect): Add member `help_string'.

24 years ago*** empty log message ***
Eli Zaretskii [Thu, 27 Jan 2000 15:22:29 +0000 (15:22 +0000)]
*** empty log message ***

24 years ago(start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
Eli Zaretskii [Thu, 27 Jan 2000 15:17:27 +0000 (15:17 +0000)]
(start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
and EMACS_SET_USECS.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 27 Jan 2000 14:31:16 +0000 (14:31 +0000)]
*** empty log message ***

24 years agoLost version containing non-greedy changes from Emacs.
Gerd Moellmann [Thu, 27 Jan 2000 11:40:40 +0000 (11:40 +0000)]
Lost version containing non-greedy changes from Emacs.

24 years ago(HAVE_SETITIMER): Define.
Eli Zaretskii [Thu, 27 Jan 2000 11:31:46 +0000 (11:31 +0000)]
(HAVE_SETITIMER): Define.

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 26 Jan 2000 23:57:05 +0000 (23:57 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Wed, 26 Jan 2000 17:59:13 +0000 (17:59 +0000)]
*** empty log message ***

24 years ago(Fchar_after, Fchar_before): Doc fix.
Dave Love [Wed, 26 Jan 2000 17:53:22 +0000 (17:53 +0000)]
(Fchar_after, Fchar_before): Doc fix.

24 years ago(checkdoc-interactive-loop): Don't lose on a function with an empty
Dave Love [Wed, 26 Jan 2000 17:15:13 +0000 (17:15 +0000)]
(checkdoc-interactive-loop): Don't lose on a function with an empty
body.

24 years ago(Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
Gerd Moellmann [Wed, 26 Jan 2000 14:47:42 +0000 (14:47 +0000)]
(Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
an error may be signalled.

24 years ago[__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
Gerd Moellmann [Wed, 26 Jan 2000 13:07:11 +0000 (13:07 +0000)]
[__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
LD_SWITCH_SYSTEM inherited from irix5-0.h.

24 years ago(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
Gerd Moellmann [Wed, 26 Jan 2000 12:02:58 +0000 (12:02 +0000)]
(Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.

24 years ago(vc-version-diff): Make sure file name is expanded.
Gerd Moellmann [Wed, 26 Jan 2000 10:32:38 +0000 (10:32 +0000)]
(vc-version-diff): Make sure file name is expanded.

24 years ago(Fstring): If there is a multibyte char among
Gerd Moellmann [Tue, 25 Jan 2000 21:44:04 +0000 (21:44 +0000)]
(Fstring): If there is a multibyte char among
the args, always return a multibyte string.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 25 Jan 2000 15:59:42 +0000 (15:59 +0000)]
*** empty log message ***

24 years ago(sys_select): Turn atimers off and on instead of
Gerd Moellmann [Tue, 25 Jan 2000 15:58:45 +0000 (15:58 +0000)]
(sys_select): Turn atimers off and on instead of
recording and restoring old alarm handler

24 years ago(toplevel): Include systime.h and atimer.h.
Gerd Moellmann [Tue, 25 Jan 2000 15:57:26 +0000 (15:57 +0000)]
(toplevel): Include systime.h and atimer.h.
(polling_for_input): Removed because unused.
(input_poll_signal) [POLL_FOR_INPUT]: Removed.
(poll_timer): New variable.
(poll_for_input, poll_for_input_1): New functions.
(start_polling, stop_polling): Rewritten.

24 years ago(toplevel): Include atimer.h.
Gerd Moellmann [Tue, 25 Jan 2000 15:56:42 +0000 (15:56 +0000)]
(toplevel): Include atimer.h.
(create_process_1): Rewritten.
(create_process): Use atimers instead of alarm.
(wait_reading_process_input) [hpux]: Turn atimers off instead
of turning off SIGALRM.
(wait_reading_process_input): Turn off atimers instead off
calling stop_polling.

24 years ago(main): Call init_atimer.
Gerd Moellmann [Tue, 25 Jan 2000 15:55:49 +0000 (15:55 +0000)]
(main): Call init_atimer.

24 years ago(toplevel): Include atimer.h.
Gerd Moellmann [Tue, 25 Jan 2000 15:55:13 +0000 (15:55 +0000)]
(toplevel): Include atimer.h.
(toolkit_scroll_bar_interaction): New variable.
(Fxt_process_timeouts): Removed.
(x_process_timeouts): New function.
(xt_action_hook): Clear toolkit_scroll_bar_interaction.
(x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
(x_make_frame_visible): Call poll_for_input_1 instead of
input_poll_signal.  Don't call alarm.
(x_initialize): Install timer calling x_process_timeouts.

24 years ago(popup_activated_flag): Add extern declaration.
Gerd Moellmann [Tue, 25 Jan 2000 15:54:07 +0000 (15:54 +0000)]
(popup_activated_flag): Add extern declaration.

24 years ago(pending_atimers): Add extern declaration.
Gerd Moellmann [Tue, 25 Jan 2000 15:53:45 +0000 (15:53 +0000)]
(pending_atimers): Add extern declaration.
(UNBLOCK_INPUT): Rewritten.  Handle pending atimers.

24 years ago(popup_activated_flag): Make externally visible.
Gerd Moellmann [Tue, 25 Jan 2000 15:53:29 +0000 (15:53 +0000)]
(popup_activated_flag): Make externally visible.
(popup_activate_callback) [USE_MOTIF]: Increment
popup_activated_flag.
(popup_deactivate_callback) [USE_MOTIF]: Decrement it.

24 years ago(polling_for_input): Removed.
Gerd Moellmann [Tue, 25 Jan 2000 15:52:54 +0000 (15:52 +0000)]
(polling_for_input): Removed.

24 years ago(obj): Add atimer.o.
Gerd Moellmann [Tue, 25 Jan 2000 15:52:34 +0000 (15:52 +0000)]
(obj): Add atimer.o.
(atimer.o): New target.

24 years ago(make_menu_in_widget): Don't add XmNpopdownCallback,
Gerd Moellmann [Tue, 25 Jan 2000 15:50:53 +0000 (15:50 +0000)]
(make_menu_in_widget): Don't add XmNpopdownCallback,
add XmNunmapCallback.
(xm_unmap_callback): New function.
(xm_pull_down_callback): Call pre-activate callback only if
parent is the menu bar.

24 years ago(scroll-bar-timer): Variable removed.
Gerd Moellmann [Tue, 25 Jan 2000 15:44:52 +0000 (15:44 +0000)]
(scroll-bar-timer): Variable removed.
(scroll-bar-toolkit-scroll): Don't use a timer.

24 years ago(thai-composition-function): Delete
Kenichi Handa [Tue, 25 Jan 2000 03:26:27 +0000 (03:26 +0000)]
(thai-composition-function): Delete
superfluous `a'.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 25 Jan 2000 03:25:59 +0000 (03:25 +0000)]
*** empty log message ***

24 years ago(fortran-mode): Use beginning-of-defun-function, end-of-defun-function.
Dave Love [Mon, 24 Jan 2000 22:44:09 +0000 (22:44 +0000)]
(fortran-mode): Use beginning-of-defun-function, end-of-defun-function.

24 years agoFix copyright line.
Dave Love [Mon, 24 Jan 2000 22:28:06 +0000 (22:28 +0000)]
Fix copyright line.

24 years agoChange maintainer to FSF.
Dave Love [Mon, 24 Jan 2000 22:23:19 +0000 (22:23 +0000)]
Change maintainer to FSF.

24 years ago(turn-on-font-lock): Don't depend on window-system &c.
Dave Love [Mon, 24 Jan 2000 22:16:14 +0000 (22:16 +0000)]
(turn-on-font-lock): Don't depend on window-system &c.

24 years ago*** empty log message ***
Dave Love [Mon, 24 Jan 2000 15:38:44 +0000 (15:38 +0000)]
*** empty log message ***

24 years agoRemove -G0 from Irix NON_GCC_TEST_OPTIONS.
Dave Love [Mon, 24 Jan 2000 15:28:32 +0000 (15:28 +0000)]
Remove -G0 from Irix NON_GCC_TEST_OPTIONS.

24 years agoDon't set LD_SWITCH_SYSTEM -- we use unexelf now.
Dave Love [Mon, 24 Jan 2000 15:06:58 +0000 (15:06 +0000)]
Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
Don't use -cckr -- apparently not now necessary.

24 years ago(IT_menu_display): Truncate long menu lines at the right
Eli Zaretskii [Mon, 24 Jan 2000 14:44:26 +0000 (14:44 +0000)]
(IT_menu_display): Truncate long menu lines at the right
screen boundary.

24 years ago(w32_defined_color): Apply gamma correction before trying to map to
Jason Rumney [Sun, 23 Jan 2000 22:20:24 +0000 (22:20 +0000)]
(w32_defined_color): Apply gamma correction before trying to map to
the palette.
(w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
to w32_clear_rect.

24 years ago(w32_fill_rect): Do not try to deal with NULL hdc
Jason Rumney [Sun, 23 Jan 2000 22:15:12 +0000 (22:15 +0000)]
(w32_fill_rect): Do not try to deal with NULL hdc
here. Callers changed to always pass real device context.
(w32_draw_bitmap): Likewise.
(w32_get_glyph_overhangs): Likewise.
(w32_draw_box_rect): Make use of s->hdc rather than getting a new one.
(w32_set_vertical_scroll_bar): Pass correct HWND parameters to
pfnSetScrollInfo and SetScrollRange.
(x_get_char_face_and_encoding): Don't turn iso8859-1 characters
back into MULE characters after decoding them.
(x_get_glyph_face_and_encoding): Likewise.
(w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
GetCharABCWidthsW fails, since this is defined on Windows 9x.
(x_produce_glyphs): Calculate per char metrics for a character
that we know exists in default font when font_not_found_p is true.

24 years ago(w32_create_initial_fontsets): Disabled as it conflicts with new face support.
Jason Rumney [Sun, 23 Jan 2000 03:28:57 +0000 (03:28 +0000)]
(w32_create_initial_fontsets): Disabled as it conflicts with new face support.

24 years ago(XCharStruct): New struct for emulating X.
Jason Rumney [Sun, 23 Jan 2000 03:24:54 +0000 (03:24 +0000)]
(XCharStruct): New struct for emulating X.

24 years agoComplete rewrite based on xterm.c.
Jason Rumney [Sun, 23 Jan 2000 03:23:49 +0000 (03:23 +0000)]
Complete rewrite based on xterm.c.

24 years ago(Fw32_set_clipboard_data): Update call to find_charset_in_str.
Jason Rumney [Sun, 23 Jan 2000 03:23:12 +0000 (03:23 +0000)]
(Fw32_set_clipboard_data): Update call to find_charset_in_str.

24 years agoAdd skeleton support for help strings on menus.
Jason Rumney [Sun, 23 Jan 2000 03:22:21 +0000 (03:22 +0000)]
Add skeleton support for help strings on menus.
(add_menu_item): Native checkbox and radio support added, but not yet
enabled due to bugs.
(push_menu_item): Add parameters type, selection and help.
Callers updated.
Formatting changes to reduce unnecessary diffs with xmenu.c.

24 years ago(get_frame, w32_console_mouse_position, mouse_moved_to):
Jason Rumney [Sun, 23 Jan 2000 03:21:01 +0000 (03:21 +0000)]
(get_frame, w32_console_mouse_position, mouse_moved_to):
Use SELECTED_FRAME macro.

24 years ago(XGCValue): New struct for emulating X GCs.
Jason Rumney [Sun, 23 Jan 2000 03:19:10 +0000 (03:19 +0000)]
(XGCValue): New struct for emulating X GCs.

24 years agoSubstantial rewrite for new redisplay. Major changes:
Jason Rumney [Sun, 23 Jan 2000 03:18:25 +0000 (03:18 +0000)]
Substantial rewrite for new redisplay. Major changes:
Skeleton support for images, toolbars, tooltips from xfns.c.
(Fx_create_frame): Use system default for default scroll bar width.
(w32_get_arg): Renamed from x_get_arg.
(Fx_file_dialog): New function.
(w32_list_fonts): Check cache before asking system.
(Vw32_enable_synthesized_fonts): New variable.
(Vw32_enable_italics): Obsolete, removed.

24 years agoComplete rewrite based on xfaces.c
Jason Rumney [Sun, 23 Jan 2000 03:16:32 +0000 (03:16 +0000)]
Complete rewrite based on xfaces.c

24 years ago(turn_on_face, turn_off_face): New functions.
Jason Rumney [Sun, 23 Jan 2000 03:16:02 +0000 (03:16 +0000)]
(turn_on_face, turn_off_face): New functions.
(change_line_highlight): New prototype for new redisplay.
(write_glyphs): Support multibyte text. Support faces.

24 years agoAdded composite.obj and intervals.obj.
Jason Rumney [Sun, 23 Jan 2000 03:14:51 +0000 (03:14 +0000)]
Added composite.obj and intervals.obj.

24 years agoPort of redisplay to W32.
Jason Rumney [Sun, 23 Jan 2000 03:09:45 +0000 (03:09 +0000)]
Port of redisplay to W32.

24 years ago(query-replace): Rename last arg to DELIMITED.
Richard M. Stallman [Sat, 22 Jan 2000 19:08:48 +0000 (19:08 +0000)]
(query-replace): Rename last arg to DELIMITED.
(map-query-replace-regexp, query-replace-regexp-eval): Likewise.
(query-replace-regexp): Likewise.

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Jan 2000 03:47:04 +0000 (03:47 +0000)]
*** empty log message ***

24 years ago(set_internal): Further fix in same criterion.
Richard M. Stallman [Sat, 22 Jan 2000 02:57:37 +0000 (02:57 +0000)]
(set_internal): Further fix in same criterion.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 05:31:13 +0000 (05:31 +0000)]
*** empty log message ***

24 years agoFix previous change.
Richard M. Stallman [Fri, 21 Jan 2000 03:43:45 +0000 (03:43 +0000)]
Fix previous change.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 03:42:21 +0000 (03:42 +0000)]
*** empty log message ***

24 years ago(with-syntax-table): Use make-symbol, not gensym.
Richard M. Stallman [Fri, 21 Jan 2000 03:40:33 +0000 (03:40 +0000)]
(with-syntax-table): Use make-symbol, not gensym.

24 years agoMake the definitions of dolist and dotimes work
Richard M. Stallman [Fri, 21 Jan 2000 03:38:12 +0000 (03:38 +0000)]
Make the definitions of dolist and dotimes work
without the rest of CL.

24 years agoUndo previous change.
Richard M. Stallman [Fri, 21 Jan 2000 03:37:07 +0000 (03:37 +0000)]
Undo previous change.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 02:46:43 +0000 (02:46 +0000)]
*** empty log message ***

24 years ago(beginning-of-defun-function): Variable renamed from beginning-of-defun.
Richard M. Stallman [Fri, 21 Jan 2000 02:44:44 +0000 (02:44 +0000)]
(beginning-of-defun-function): Variable renamed from beginning-of-defun.
(beginning-of-defun-raw): Use new variable name; doc fix.
(beginning-of-defun): Doc fix.
(end-of-defun-function): Variable renamed from end-of-defun.
(end-of-defun): Use new variable name; doc fix.

24 years agoComment change.
Richard M. Stallman [Fri, 21 Jan 2000 02:22:56 +0000 (02:22 +0000)]
Comment change.

24 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Jan 2000 02:10:26 +0000 (02:10 +0000)]
*** empty log message ***

24 years ago(dolist, dotimes): Moved to subr.el.
Richard M. Stallman [Fri, 21 Jan 2000 02:09:37 +0000 (02:09 +0000)]
(dolist, dotimes): Moved to subr.el.

24 years ago(dolist, dotimes): Moved from cl-macs.el.
Richard M. Stallman [Fri, 21 Jan 2000 02:08:58 +0000 (02:08 +0000)]
(dolist, dotimes): Moved from cl-macs.el.

24 years ago(rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.
Richard M. Stallman [Fri, 21 Jan 2000 02:04:16 +0000 (02:04 +0000)]
(rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.
Allows multiple regexps for detecting the end line.
(undigestify-rmail-message): Corresponding changes.

24 years ago*** empty log message ***
Richard M. Stallman [Thu, 20 Jan 2000 18:18:58 +0000 (18:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Thu, 20 Jan 2000 18:07:38 +0000 (18:07 +0000)]
*** empty log message ***

24 years ago(set_internal): Fix the criteria for whether
Richard M. Stallman [Thu, 20 Jan 2000 06:02:13 +0000 (06:02 +0000)]
(set_internal): Fix the criteria for whether
to swap out the old cached binding.

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jan 2000 19:54:36 +0000 (19:54 +0000)]
*** empty log message ***

24 years agoph.el, user-init-file.
Dave Love [Wed, 19 Jan 2000 18:50:05 +0000 (18:50 +0000)]
ph.el, user-init-file.

24 years ago*** empty log message ***
Dave Love [Wed, 19 Jan 2000 16:26:37 +0000 (16:26 +0000)]
*** empty log message ***

24 years ago(user-init-file): Don't declare here -- is primitive.
Dave Love [Wed, 19 Jan 2000 15:33:54 +0000 (15:33 +0000)]
(user-init-file): Don't declare here -- is primitive.

24 years ago*** empty log message ***
Dave Love [Wed, 19 Jan 2000 14:59:52 +0000 (14:59 +0000)]
*** empty log message ***

24 years ago(command-line): Check for compiled user-init-file and
Dave Love [Wed, 19 Jan 2000 14:39:01 +0000 (14:39 +0000)]
(command-line): Check for compiled user-init-file and
set to uncompiled version if necessary.

24 years ago(syms_of_lread) [user-init-file]: Doc change.
Dave Love [Wed, 19 Jan 2000 14:25:26 +0000 (14:25 +0000)]
(syms_of_lread) [user-init-file]: Doc change.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Jan 2000 11:42:06 +0000 (11:42 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jan 2000 05:21:45 +0000 (05:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jan 2000 21:37:06 +0000 (21:37 +0000)]
*** empty log message ***