bpt/emacs.git
24 years ago* callproc.c (strerror): Remove decl.
Paul Eggert [Mon, 22 Nov 1999 08:19:51 +0000 (08:19 +0000)]
* callproc.c (strerror): Remove decl.
* fileio.c (strerror): Likewise.
* process.c (strerror): Likewise.
* emacs.c (strerror): Likewise.
(Vsystem_messages_locale): Renamed from Vmessages_locale.
All uses changed.
(Vprevious_system_messages_locale): Likewise, from
Vprevious_messages_locale.
(Vsystem_time_locale): Likewise, from Vtime_locale.
(Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
(ABORT_RETURN_TYPE): New macro.
(abort): Return type is now ABORT_RETURN_TYPE.
(main): Always invoke init_signals, even if POSIX_SIGNALS is not
defined.
(syms_of_emacs): messages-locale -> system-messages-locale,
previous-messages-locale -> previous-system-messages-locale,
time-locale -> system-time-locale,
previous-time-locale -> previous-system-time-locale.

* gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
(const): Do not define; that's config.h's job.
(<limits.h>): Include if HAVE_LIMITS_H is defined.
(CHAR_BIT): Move test for definedness outside of limits.h condition.
(<stddef.h>): Include if STDC_HEADERS is defined.
(FREE_RETURN_TYPE): New macro.
(free): Return type is now FREE_RETURN_TYPE.

* lisp.h (synchronize_system_time_locale): Renamed from
synchronize_time_locale.  All uses changed.
(synchronize_system_messages_locale): Likewise, from
synchronize_messages_locale.

* process.c (sys_siglist): Remove.

* syntax.c (scan_sexps_forward): Use abort, not assert.

* sysdep.c (my_sys_siglist): New var.
(sys_siglist): New macro.  Remove old initialized vars of same name.
(init_signals): Initialize sys_siglist.

* xfns.c (abort): Remove decl; stdlib.h now does this.

24 years agoRename messages-locale to system-messages-locale
Paul Eggert [Mon, 22 Nov 1999 08:17:42 +0000 (08:17 +0000)]
Rename messages-locale to system-messages-locale
and time-locale to system-time-locale.  Do not mention
previous-system-messages-locale and previous-system-time-locale.

24 years agoUse modern backquote syntax. Minor comment update.
Gerd Moellmann [Sun, 21 Nov 1999 16:46:24 +0000 (16:46 +0000)]
Use modern backquote syntax.  Minor comment update.

24 years ago(with-syntax-table): Don't switch buffers.
Gerd Moellmann [Sun, 21 Nov 1999 15:08:37 +0000 (15:08 +0000)]
(with-syntax-table): Don't switch buffers.

24 years agoUse new backquote syntax.
Gerd Moellmann [Sun, 21 Nov 1999 14:50:21 +0000 (14:50 +0000)]
Use new backquote syntax.

24 years agoUpdate copyright.
Gerd Moellmann [Sun, 21 Nov 1999 14:25:14 +0000 (14:25 +0000)]
Update copyright.

24 years ago(icomplete-completions): Use an explicit variable
Gerd Moellmann [Sun, 21 Nov 1999 13:44:26 +0000 (13:44 +0000)]
(icomplete-completions): Use an explicit variable
`icomplete-prospects-length', obviating the need to use an
apparently faulty throw/catch arrangement.

24 years agoterm/internal.el (IT-display-table-setup): Don't overstep
Eli Zaretskii [Sun, 21 Nov 1999 11:29:25 +0000 (11:29 +0000)]
term/internal.el (IT-display-table-setup): Don't overstep
character code 255.

24 years agoDescribe the relationship between set-locale-environment and
Paul Eggert [Sat, 20 Nov 1999 06:51:09 +0000 (06:51 +0000)]
Describe the relationship between set-locale-environment and
set-language-environment, and why one might want to invoke
set-locale-environment.

24 years ago(ps-mule-font-info-database-bdf): Default BDF font
Kenichi Handa [Sat, 20 Nov 1999 00:17:14 +0000 (00:17 +0000)]
(ps-mule-font-info-database-bdf): Default BDF font
for the charset chinese-sisheng is 7bit encoding, not 8bit.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 20 Nov 1999 00:16:46 +0000 (00:16 +0000)]
*** empty log message ***

24 years ago(scroll-bar-toolkit-scroll): add handling of the `ratio'
Stefan Monnier [Fri, 19 Nov 1999 20:18:47 +0000 (20:18 +0000)]
(scroll-bar-toolkit-scroll): add handling of the `ratio'
event for Xaw and Xaw3d(without arrows) scrollbars.

24 years ago(auto-mode-alist): add patterns for diff-mode.
Stefan Monnier [Fri, 19 Nov 1999 20:14:12 +0000 (20:14 +0000)]
(auto-mode-alist): add patterns for diff-mode.

24 years ago(PC-do-complete-and-exit): use minibuffer-prompt-end to
Stefan Monnier [Fri, 19 Nov 1999 16:05:04 +0000 (16:05 +0000)]
(PC-do-complete-and-exit): use minibuffer-prompt-end to
detect an empty prompt.

24 years ago1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Fri, 19 Nov 1999 12:46:32 +0000 (12:46 +0000)]
1999-11-19  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>

* etags.c (_GNU_SOURCE): Define only if undefined.
(get_scheme): Declaration deleted.
(main): error was called with an integer as second arg, instead of
a char pointer.
(canonicalize_filename): Bug removed.

1999-11-18  Dave Love  <d.love@dl.ac.uk>

* etags.c (C_entries): Rename label `intoken', avoiding K&R
lossage from name clash with macro.

24 years agoetags bug fixes
Francesco Potortì [Fri, 19 Nov 1999 12:45:11 +0000 (12:45 +0000)]
etags bug fixes

24 years ago(input-mode-8-bit): Fix the customization.
Dave Love [Thu, 18 Nov 1999 23:49:29 +0000 (23:49 +0000)]
(input-mode-8-bit): Fix the customization.

24 years ago(my_strftime): Some old compilers object to '\a', so don't bother
Paul Eggert [Thu, 18 Nov 1999 23:22:16 +0000 (23:22 +0000)]
(my_strftime): Some old compilers object to '\a', so don't bother
optimizing for it.

24 years ago*** empty log message ***
Dave Love [Thu, 18 Nov 1999 18:28:59 +0000 (18:28 +0000)]
*** empty log message ***

24 years agoAdd forward declaration for get_boot_time_1.
Dave Love [Thu, 18 Nov 1999 18:20:28 +0000 (18:20 +0000)]
Add forward declaration for get_boot_time_1.

24 years ago*** empty log message ***
Dave Love [Thu, 18 Nov 1999 18:14:29 +0000 (18:14 +0000)]
*** empty log message ***

24 years ago(Finternal_show_cursor_p): Fix doc string.
Dave Love [Thu, 18 Nov 1999 18:03:57 +0000 (18:03 +0000)]
(Finternal_show_cursor_p): Fix doc string.

24 years agoFix NON_GNU_CPP for Irix 6 to avoid failing tests.
Dave Love [Thu, 18 Nov 1999 17:44:32 +0000 (17:44 +0000)]
Fix NON_GNU_CPP for Irix 6 to avoid failing tests.

24 years agosed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii [Thu, 18 Nov 1999 16:56:16 +0000 (16:56 +0000)]
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Nov 1999 16:47:37 +0000 (16:47 +0000)]
*** empty log message ***

24 years agoAdded defcustom of quickurl-completion-ignore-case.
Gerd Moellmann [Thu, 18 Nov 1999 16:42:02 +0000 (16:42 +0000)]
Added defcustom of quickurl-completion-ignore-case.
(quickurl-ask): completion-ignore-case is set to the value of
quickurl-completion-ignore-case for the duration of the call to
completing-read.

24 years ago(iso-languages): Add more characters for Portuguese.
Gerd Moellmann [Thu, 18 Nov 1999 16:37:48 +0000 (16:37 +0000)]
(iso-languages): Add more characters for Portuguese.

24 years agoClean up comment at the start of the file.
Gerd Moellmann [Thu, 18 Nov 1999 16:07:35 +0000 (16:07 +0000)]
Clean up comment at the start of the file.
Remove RCS id.

24 years agoFix complaints from makeinfo 4.0.
Eli Zaretskii [Thu, 18 Nov 1999 16:00:03 +0000 (16:00 +0000)]
Fix complaints from makeinfo 4.0.

24 years ago(compilation-parse-errors): Use
Gerd Moellmann [Thu, 18 Nov 1999 15:57:55 +0000 (15:57 +0000)]
(compilation-parse-errors): Use
compilation-buffer-p instead of testing major-mode.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Nov 1999 13:34:19 +0000 (13:34 +0000)]
*** empty log message ***

24 years ago(struct buffer_text): Add comment about moving
Gerd Moellmann [Thu, 18 Nov 1999 13:31:04 +0000 (13:31 +0000)]
(struct buffer_text): Add comment about moving
buffer text if REL_ALLOC is defined.

24 years ago(rmail-cease-edit): Run rmail-mode-hook.
Gerd Moellmann [Thu, 18 Nov 1999 13:11:37 +0000 (13:11 +0000)]
(rmail-cease-edit): Run rmail-mode-hook.

24 years agorename ps-print-def.el to ps-vars.el
Kenichi Handa [Thu, 18 Nov 1999 10:45:54 +0000 (10:45 +0000)]
rename ps-print-def.el to ps-vars.el

24 years agoRequire ps-vars instead of ps-print-def.
Kenichi Handa [Thu, 18 Nov 1999 10:42:44 +0000 (10:42 +0000)]
Require ps-vars instead of ps-print-def.

24 years agorm leim-list.el, add quail/*.elc
Kenichi Handa [Thu, 18 Nov 1999 07:20:59 +0000 (07:20 +0000)]
rm leim-list.el, add quail/*.elc

24 years ago(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
Kenichi Handa [Thu, 18 Nov 1999 05:10:13 +0000 (05:10 +0000)]
(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
allocate memory for push_key_description.
(describe_buffer_bindings): Likewise.

24 years ago(echo_char): Use KEY_DESCRIPTION_SIZE to check free
Kenichi Handa [Thu, 18 Nov 1999 05:09:18 +0000 (05:09 +0000)]
(echo_char): Use KEY_DESCRIPTION_SIZE to check free
memory for push_key_description.

24 years ago(KEY_DESCRIPTION_SIZE): New macro.
Kenichi Handa [Thu, 18 Nov 1999 05:08:25 +0000 (05:08 +0000)]
(KEY_DESCRIPTION_SIZE): New macro.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 18 Nov 1999 05:07:40 +0000 (05:07 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Nov 1999 21:12:32 +0000 (21:12 +0000)]
*** empty log message ***

24 years ago(with-syntax-table): Save buffer explicitly instead of
Gerd Moellmann [Wed, 17 Nov 1999 21:09:57 +0000 (21:09 +0000)]
(with-syntax-table): Save buffer explicitly instead of
using save-excursion.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Nov 1999 21:08:37 +0000 (21:08 +0000)]
*** empty log message ***

24 years ago(Fx_show_busy_cursor): Doc-fix.
Gerd Moellmann [Wed, 17 Nov 1999 21:03:12 +0000 (21:03 +0000)]
(Fx_show_busy_cursor): Doc-fix.
(Fx_hide_busy_cursor): Ditto.

24 years ago(unexec): Handle .rel.dyn section.
Gerd Moellmann [Wed, 17 Nov 1999 20:58:06 +0000 (20:58 +0000)]
(unexec): Handle .rel.dyn section.

24 years ago*** empty log message ***
Dave Love [Tue, 16 Nov 1999 19:51:07 +0000 (19:51 +0000)]
*** empty log message ***

24 years ago(Fdocumentation): Remove gcpro here too.
Dave Love [Tue, 16 Nov 1999 18:24:17 +0000 (18:24 +0000)]
(Fdocumentation): Remove gcpro here too.

24 years ago(command_loop_1): Remove no_redisplay.
Gerd Moellmann [Tue, 16 Nov 1999 15:55:07 +0000 (15:55 +0000)]
(command_loop_1): Remove no_redisplay.

24 years agoFix makeinfo errors.
Dave Love [Tue, 16 Nov 1999 15:39:41 +0000 (15:39 +0000)]
Fix makeinfo errors.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Nov 1999 13:35:20 +0000 (13:35 +0000)]
*** empty log message ***

24 years ago(with-syntax-table): New.
Gerd Moellmann [Tue, 16 Nov 1999 13:29:51 +0000 (13:29 +0000)]
(with-syntax-table): New.

24 years agoNew maintainer.
Gerd Moellmann [Tue, 16 Nov 1999 13:27:36 +0000 (13:27 +0000)]
New maintainer.

24 years agoUse new backquote syntax.
Gerd Moellmann [Tue, 16 Nov 1999 13:25:42 +0000 (13:25 +0000)]
Use new backquote syntax.

24 years agoFix makeinfo errors.
Dave Love [Tue, 16 Nov 1999 12:49:28 +0000 (12:49 +0000)]
Fix makeinfo errors.

24 years ago(Tag Syntax): Fix cross ref.
Dave Love [Tue, 16 Nov 1999 12:31:31 +0000 (12:31 +0000)]
(Tag Syntax): Fix cross ref.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Nov 1999 11:44:02 +0000 (11:44 +0000)]
*** empty log message ***

24 years ago(PRINTPREPARE): Don't call setup_echo_area_for_printing
Gerd Moellmann [Tue, 16 Nov 1999 11:36:01 +0000 (11:36 +0000)]
(PRINTPREPARE): Don't call setup_echo_area_for_printing
in noninteractive.

24 years ago* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold [Mon, 15 Nov 1999 18:59:00 +0000 (18:59 +0000)]
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.

24 years ago* goto-addr.el (goto-address-at-mouse,
Sam Steingold [Mon, 15 Nov 1999 16:16:11 +0000 (16:16 +0000)]
* goto-addr.el (goto-address-at-mouse,
goto-address-find-address-at-point): use compose-mail.
(goto-address-mail-method): removed variable.
(goto-address-send-using-mh-e, goto-address-send-using-mhe,
goto-address-send-using-mail): removed functions.

24 years ago* simple.el (backward-delete-char-untabify):
Sam Steingold [Mon, 15 Nov 1999 16:11:14 +0000 (16:11 +0000)]
* simple.el (backward-delete-char-untabify):
backward-delete-char-untabify-method can be `all' now - to delete
hungrily including newlines.

24 years agoUse new backquote syntax.
Gerd Moellmann [Mon, 15 Nov 1999 14:26:07 +0000 (14:26 +0000)]
Use new backquote syntax.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Nov 1999 14:11:30 +0000 (14:11 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Nov 1999 13:45:57 +0000 (13:45 +0000)]
*** empty log message ***

24 years ago(customize-face, customize-face-other-window): Require match from
Dave Love [Mon, 15 Nov 1999 12:36:02 +0000 (12:36 +0000)]
(customize-face, customize-face-other-window): Require match from
completing-read.
(custom-buffer-done-function): Default to custom-bury-buffer, not
bury-buffer.

24 years agoUse new backquote syntax.
Gerd Moellmann [Mon, 15 Nov 1999 12:20:50 +0000 (12:20 +0000)]
Use new backquote syntax.

24 years ago(ensure_echo_area_buffers): New.
Gerd Moellmann [Sun, 14 Nov 1999 16:37:23 +0000 (16:37 +0000)]
(ensure_echo_area_buffers): New.
(with_echo_area_buffer): Use it.
(setup_echo_area_for_printing): Ditto.

24 years agoChange from rms.
Gerd Moellmann [Sun, 14 Nov 1999 12:51:38 +0000 (12:51 +0000)]
Change from rms.

24 years agoUse new backquote syntax.
Gerd Moellmann [Sun, 14 Nov 1999 12:07:12 +0000 (12:07 +0000)]
Use new backquote syntax.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 13 Nov 1999 23:42:59 +0000 (23:42 +0000)]
*** empty log message ***

24 years ago(ispell-dictionary-alist): Fix type by adding koi8-r
Gerd Moellmann [Sat, 13 Nov 1999 23:40:57 +0000 (23:40 +0000)]
(ispell-dictionary-alist): Fix type by adding koi8-r
as in ispell-local-dictionary-alist.

24 years ago(indicate-empty-lines): Doc-fix.
Gerd Moellmann [Sat, 13 Nov 1999 23:30:57 +0000 (23:30 +0000)]
(indicate-empty-lines): Doc-fix.

24 years ago(ansi-color-apply): Updated regexps to include
Gerd Moellmann [Sat, 13 Nov 1999 23:19:56 +0000 (23:19 +0000)]
(ansi-color-apply): Updated regexps to include
highlighted face.

24 years ago(b2m): Add dependency on GETOPTDEPS.
Gerd Moellmann [Sat, 13 Nov 1999 22:47:19 +0000 (22:47 +0000)]
(b2m): Add dependency on GETOPTDEPS.

24 years agoUse new backquote syntax.
Gerd Moellmann [Sat, 13 Nov 1999 22:07:05 +0000 (22:07 +0000)]
Use new backquote syntax.
(forms--make-format-elt-using-text-properties):
Treat `intangible' differently.

24 years ago(scribe-mode): Doc-fix.
Gerd Moellmann [Sat, 13 Nov 1999 21:57:55 +0000 (21:57 +0000)]
(scribe-mode): Doc-fix.

24 years agoadded entry about mwheel.el
William M. Perry [Sat, 13 Nov 1999 19:18:53 +0000 (19:18 +0000)]
added entry about mwheel.el

24 years ago(net-utils-run-program): Changed backquotes to new style
Peter Breton [Sat, 13 Nov 1999 15:26:59 +0000 (15:26 +0000)]
(net-utils-run-program): Changed backquotes to new style
(run-network-program): Changed backquotes to new style
Added smbclient functions and variables

24 years ago* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold [Fri, 12 Nov 1999 18:40:24 +0000 (18:40 +0000)]
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair,
viper-kbd-buf-definition, viper-kbd-mode-alist,
viper-kbd-mode-pair, viper-kbd-mode-definition,
viper-kbd-global-pair, viper-kbd-global-definition):
Use the new backquote syntax.

* emulation/viper-cmd.el (viper-test-com-defun,
viper-prefix-arg-value, viper-prefix-arg-com):
Use the new backquote syntax.

24 years ago* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold [Fri, 12 Nov 1999 18:19:39 +0000 (18:19 +0000)]
* emacs-lisp/debug.el (debugger-env-macro):
Use the new backquote syntax.

* emacs-lisp/easymenu.el (easy-menu-make-symbol):
Use the new backquote syntax.

24 years ago* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold [Fri, 12 Nov 1999 16:05:16 +0000 (16:05 +0000)]
* calendar/calendar.el (calendar-remove-frame-by-deleting):
New user variable.
(calendar-hide-window): Use it.
(increment-calendar-month, calendar-for-loop, calendar-sum):
Use the new backquote syntax.

24 years ago(term_init): If "op" isn't available, don't support color
Gerd Moellmann [Fri, 12 Nov 1999 14:35:43 +0000 (14:35 +0000)]
(term_init): If "op" isn't available, don't support color
because we can't switch back to the default foreground and
background.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Nov 1999 13:10:20 +0000 (13:10 +0000)]
*** empty log message ***

24 years ago(x-set-selection): Call buffer-substring, not
Gerd Moellmann [Fri, 12 Nov 1999 13:09:37 +0000 (13:09 +0000)]
(x-set-selection): Call buffer-substring, not
substring.  Also fix docstring

24 years ago(ps-mode-submit-bug-report): Added list
Gerd Moellmann [Fri, 12 Nov 1999 13:01:30 +0000 (13:01 +0000)]
(ps-mode-submit-bug-report): Added list
of customizable variables to bug report message. Added
system-type to package name in bug report.

24 years ago(Fdocumentation_property): Remove GCPRO because
Gerd Moellmann [Fri, 12 Nov 1999 12:50:54 +0000 (12:50 +0000)]
(Fdocumentation_property): Remove GCPRO because
Fsubstitute_command_keys gcpro's the string.

24 years ago(list-buffers-noselect): Use abbreviate-file-name
Gerd Moellmann [Fri, 12 Nov 1999 12:43:32 +0000 (12:43 +0000)]
(list-buffers-noselect): Use abbreviate-file-name
to display file names.

24 years agoChanges in `list-buffers'.
Gerd Moellmann [Fri, 12 Nov 1999 12:41:14 +0000 (12:41 +0000)]
Changes in `list-buffers'.

24 years agoBetter ELisp Reference instructions.
Gerd Moellmann [Fri, 12 Nov 1999 12:19:11 +0000 (12:19 +0000)]
Better ELisp Reference instructions.

24 years ago(Ftranslate_region): Check the buffer multibyteness.
Kenichi Handa [Fri, 12 Nov 1999 00:09:03 +0000 (00:09 +0000)]
(Ftranslate_region): Check the buffer multibyteness.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 12 Nov 1999 00:08:09 +0000 (00:08 +0000)]
*** empty log message ***

24 years ago(bitmapdir): Allow for both "bitmaps" directories.
Gerd Moellmann [Thu, 11 Nov 1999 16:49:03 +0000 (16:49 +0000)]
(bitmapdir): Allow for both "bitmaps" directories.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 14:03:18 +0000 (14:03 +0000)]
*** empty log message ***

24 years agoFix copyright notice. Don't require 'cl at run time.
Gerd Moellmann [Thu, 11 Nov 1999 14:01:46 +0000 (14:01 +0000)]
Fix copyright notice.  Don't require 'cl at run time.

24 years agoAdd lazy highlighting.
Gerd Moellmann [Thu, 11 Nov 1999 13:39:21 +0000 (13:39 +0000)]
Add lazy highlighting.

24 years agoIsearch lazy highlight
Gerd Moellmann [Thu, 11 Nov 1999 13:34:52 +0000 (13:34 +0000)]
Isearch lazy highlight

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 11:57:47 +0000 (11:57 +0000)]
*** empty log message ***

24 years ago(initial-scratch-message): Add ";;" to the front of
Gerd Moellmann [Thu, 11 Nov 1999 11:54:07 +0000 (11:54 +0000)]
(initial-scratch-message): Add ";;" to the front of
lines in the message.

24 years agoRemove USE_TEXT_PROPERTIES.
Gerd Moellmann [Thu, 11 Nov 1999 11:45:06 +0000 (11:45 +0000)]
Remove USE_TEXT_PROPERTIES.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Nov 1999 22:53:16 +0000 (22:53 +0000)]
*** empty log message ***

24 years ago(ps-mode-maintainer-address): New constant.
Gerd Moellmann [Wed, 10 Nov 1999 22:14:06 +0000 (22:14 +0000)]
(ps-mode-maintainer-address): New constant.
(ps-mode-submit-bug-report): New function. Entry added to menu.