bpt/emacs.git
25 years ago(make_time): Make argument type be time_t.
Andrew Innes [Mon, 3 May 1999 22:01:09 +0000 (22:01 +0000)]
(make_time): Make argument type be time_t.

25 years ago(diary-remind): Rewritten to behave sensibly for
Karl Heuer [Mon, 3 May 1999 20:03:07 +0000 (20:03 +0000)]
(diary-remind): Rewritten to behave sensibly for
diary-block diary entries for which the reminders and the diary
entries can overlap.

25 years ago(mouse-set-font): Ensure constructed fontset
Andrew Innes [Sun, 2 May 1999 20:39:19 +0000 (20:39 +0000)]
(mouse-set-font): Ensure constructed fontset
matches the font selected in the dialog.

25 years ago(browse-url-browser-function): Add :version.
Dave Love [Sun, 2 May 1999 13:45:39 +0000 (13:45 +0000)]
(browse-url-browser-function): Add :version.

25 years ago(auto-coding-alist): Add .tgz.
Dave Love [Sun, 2 May 1999 13:41:07 +0000 (13:41 +0000)]
(auto-coding-alist): Add .tgz.

25 years ago(unibyte_display_via_language_environment): Add extern.
Andrew Innes [Sun, 2 May 1999 11:02:11 +0000 (11:02 +0000)]
(unibyte_display_via_language_environment): Add extern.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:58:11 +0000 (10:58 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_w32fns): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:56:26 +0000 (10:56 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_msdos): Don't set up Lisp var here.

25 years ago(unibyte_display_via_language_environment):
Andrew Innes [Sun, 2 May 1999 10:54:36 +0000 (10:54 +0000)]
(unibyte_display_via_language_environment):
Variable moved to xdisp.c.
(syms_of_xfns): Don't set up Lisp var here.

25 years ago(display_text_line): Convert unibyte char to multibyte
Andrew Innes [Sun, 2 May 1999 10:51:03 +0000 (10:51 +0000)]
(display_text_line): Convert unibyte char to multibyte
if unibyte_display_via_language_environment is set.
(unibyte_display_via_language_environment):
Variable moved from xfns.c and elsewhere.
(syms_of_xfns): Set up Lisp var.

25 years ago(HAVE_FSYNC): New macro.
Andrew Innes [Sun, 2 May 1999 10:36:23 +0000 (10:36 +0000)]
(HAVE_FSYNC): New macro.
(fsync): Map to _commit.
(ftruncate): Map to _chsize.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:34:21 +0000 (10:34 +0000)]
[andrewi]
(dumpglyphs): On Windows NT, do output in Unicode even
for ASCII, if enabled, to avoid memory allocation overhead for
implicit Unicode conversion.  Also, recognize that ASCII and
Latin-1 have a trivial conversion to Unicode, so x_2byte_buffer
lready contains the Unicode characters in that case.
(construct_drag_n_drop): Remove old code that was
trashing the drop location.

[jasonr]
(w32_write_glyphs, w32_clear_end_of_line,
w32_clear_frame, clear_cursor, x_display_bar_cursor,
x_display_box_cursor, x_set_window_size): Use phys_cursor_on
field in frame.
(do_line_dance): Updated WRT xterm.c. Use macros where possible.
(dumprectangle): Take into account the width of a left-side
scroll bar.

25 years ago(Fw32_set_clipboard_data): Undo last change to add
Andrew Innes [Sun, 2 May 1999 10:30:22 +0000 (10:30 +0000)]
(Fw32_set_clipboard_data): Undo last change to add
nlines to encoding_buffer_size (real bug was in a ccl program in
lisp/international/coding.el).

25 years ago(w32_get_string_resource): Check for name in current
Andrew Innes [Sun, 2 May 1999 10:28:55 +0000 (10:28 +0000)]
(w32_get_string_resource): Check for name in current
user area, and if not found look in the local machine area.

25 years ago(sys_kill): Attach to current foreground thread
Andrew Innes [Sun, 2 May 1999 10:27:27 +0000 (10:27 +0000)]
(sys_kill): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:23:06 +0000 (10:23 +0000)]
[andrewi]
(w32_list_bdf_fonts): Initialize n_fonts.
(Fw32_shell_execute): New function; used to support browse-url.
(syms_of_w32fns): Register it.
(w32_load_system_font): Force max width to be average
char width for fixed-pitch fonts, to avoid unnecessary redisplay
slowdown.
(x_to_w32_charset): Define VIETNAMESE_CHARSET if not
already defined.
(syms_of_w32fns): Set Vw32_phantom_key_code to 255.

[jasonr]
(w32_wnd_proc) [WM_PAINT]: Use rectangle from
GetUpdateRect rather than BeginPaint.
(w32_wnd_proc): Attach to current foreground thread
when grabbing focus; necessary on NT 5.0.
(w32_wnd_proc) [W32_DEBUG_DISPLAY]: Add output for
debugging display messages.
(w32_to_x_charset): Put wildcard last in unknown charsets to avoid
false matching.

25 years ago(get_section_info): Dump back the entire EMDATA
Andrew Innes [Sun, 2 May 1999 10:13:08 +0000 (10:13 +0000)]
(get_section_info): Dump back the entire EMDATA
section if we can put Emacs' initialized data in a separate
section, otherwise use the my_begdata/my_edata method.

25 years ago($(BLD)\w32term.obj): Add dependency on w32heap.h.
Andrew Innes [Sun, 2 May 1999 10:11:35 +0000 (10:11 +0000)]
($(BLD)\w32term.obj): Add dependency on w32heap.h.

25 years ago[andrewi]
Andrew Innes [Sun, 2 May 1999 10:05:22 +0000 (10:05 +0000)]
[andrewi]
(decode_eol): Set produced/consumed values to zero if
src_bytes is <= 0 on entry.

[handa]
(setup_raw_text_coding_system): Call
setup_coding_system to initialize the fields of struct
coding_system correctly.

25 years ago(copy_executable_and_move_sections): Ifdef out a
Andrew Innes [Sun, 2 May 1999 09:59:03 +0000 (09:59 +0000)]
(copy_executable_and_move_sections): Ifdef out a
couple of unused switch cases that aren't defined on all
platforms.

25 years agoAdd another variation of the profile command, which
Andrew Innes [Sun, 2 May 1999 09:57:46 +0000 (09:57 +0000)]
Add another variation of the profile command, which
only profiles extended commands.

25 years ago(w32-drag-n-drop): Select file in window where
Andrew Innes [Sun, 2 May 1999 09:52:17 +0000 (09:52 +0000)]
(w32-drag-n-drop): Select file in window where
it is dropped, rather than current window.

25 years ago(smtpmail-deduce-address-list): Bind variables
Andrew Innes [Sun, 2 May 1999 09:50:47 +0000 (09:50 +0000)]
(smtpmail-deduce-address-list): Bind variables
after switching buffer, as case-fold-search is a buffer local
variable.

25 years ago(cp-coding-system-for-codepage-1):
Andrew Innes [Sun, 2 May 1999 09:48:22 +0000 (09:48 +0000)]
(cp-coding-system-for-codepage-1):
Make the magnification parameter for the -dos encoder be 2.

25 years ago(convert-standard-filename): Only convert directory
Andrew Innes [Sun, 2 May 1999 09:45:17 +0000 (09:45 +0000)]
(convert-standard-filename): Only convert directory
separators to backslash if the interactive shell is one of the
standard Windows shells that has DOS semantics.

25 years ago(ls-lisp-format-time): Trap errors from
Andrew Innes [Sun, 2 May 1999 09:40:45 +0000 (09:40 +0000)]
(ls-lisp-format-time): Trap errors from
format-time-string, and return a suitable string to indicate the
timestamp was invalid.

25 years ago(hexlify-command): Apply shell-quote-argument after
Andrew Innes [Sun, 2 May 1999 09:38:50 +0000 (09:38 +0000)]
(hexlify-command): Apply shell-quote-argument after
expanding hexl-program in case exec-directory contains a space.
(dehexlify-command): Ditto.

25 years ago(file-name-buffer-file-type-alist): Remove various
Andrew Innes [Sun, 2 May 1999 09:36:07 +0000 (09:36 +0000)]
(file-name-buffer-file-type-alist): Remove various
file extension regexps which aren't necessarily binary files.

25 years ago(browse-url-browser-function): Default to
Andrew Innes [Sun, 2 May 1999 09:34:41 +0000 (09:34 +0000)]
(browse-url-browser-function): Default to
browse-url-default-windows-browser on windows-nt.
(browse-url-default-windows-browser): New function.

25 years ago(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.
Andrew Innes [Sun, 2 May 1999 09:31:32 +0000 (09:31 +0000)]
(main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.

25 years ago(forms-mode): Don't call forms-first-record or
Karl Heuer [Sat, 1 May 1999 01:11:12 +0000 (01:11 +0000)]
(forms-mode): Don't call forms-first-record or
forms-last-record if the data file has zero records.

25 years ago*** empty log message ***
Karl Heuer [Thu, 29 Apr 1999 21:01:04 +0000 (21:01 +0000)]
*** empty log message ***

25 years ago(find-file-noselect-1): If buffer-file-name has changed
Karl Heuer [Thu, 29 Apr 1999 20:28:43 +0000 (20:28 +0000)]
(find-file-noselect-1): If buffer-file-name has changed
after find-file-not-found-hooks runs, recompute the truename.
And don't use FILENAME after that point.

25 years ago(main, both versions): Use quote_file_name on cwd.
Karl Heuer [Thu, 29 Apr 1999 20:26:46 +0000 (20:26 +0000)]
(main, both versions): Use quote_file_name on cwd.

25 years agoComment fix.
Karl Heuer [Wed, 28 Apr 1999 16:41:08 +0000 (16:41 +0000)]
Comment fix.

25 years ago(show-paren-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:10:09 +0000 (19:10 +0000)]
(show-paren-mode): Doc fix.

25 years ago(which-func-mode-global): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:02:58 +0000 (19:02 +0000)]
(which-func-mode-global): Doc fix.

25 years ago(type-break-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:42 +0000 (19:00 +0000)]
(type-break-mode): Doc fix.

25 years ago(display-time-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 19:00:11 +0000 (19:00 +0000)]
(display-time-mode): Doc fix.

25 years ago(resize-minibuffer-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:59:36 +0000 (18:59 +0000)]
(resize-minibuffer-mode): Doc fix.

25 years ago(mouse-sel-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:58:51 +0000 (18:58 +0000)]
(mouse-sel-mode): Doc fix.

25 years ago(icomplete-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:58:13 +0000 (18:58 +0000)]
(icomplete-mode): Doc fix.

25 years ago(hscroll-global-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:57:24 +0000 (18:57 +0000)]
(hscroll-global-mode): Doc fix.

25 years ago(temp-buffer-resize-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:56:30 +0000 (18:56 +0000)]
(temp-buffer-resize-mode): Doc fix.

25 years ago(global-font-lock-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:55:02 +0000 (18:55 +0000)]
(global-font-lock-mode): Doc fix.

25 years ago(delete-selection-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:52:49 +0000 (18:52 +0000)]
(delete-selection-mode): Doc fix.

25 years ago(mouse-avoidance-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:52:00 +0000 (18:52 +0000)]
(mouse-avoidance-mode): Doc fix.

25 years ago(auto-insert-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:50:15 +0000 (18:50 +0000)]
(auto-insert-mode): Doc fix.

25 years ago(winner-mode): Doc fix.
Dave Love [Tue, 27 Apr 1999 18:48:11 +0000 (18:48 +0000)]
(winner-mode): Doc fix.

25 years agoelgin added RPG to front end list, as per rms instructions
Jim Elgin [Tue, 27 Apr 1999 16:05:14 +0000 (16:05 +0000)]
elgin added RPG to front end list, as per rms instructions

25 years agoComment on netscape.
Dave Love [Tue, 27 Apr 1999 11:43:24 +0000 (11:43 +0000)]
Comment on netscape.

25 years ago(rmail-next-same-subject): When searching, ignore
Karl Heuer [Mon, 26 Apr 1999 19:12:44 +0000 (19:12 +0000)]
(rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.

25 years ago(x_list_fonts): Fix previous change.
Karl Heuer [Mon, 26 Apr 1999 06:02:19 +0000 (06:02 +0000)]
(x_list_fonts): Fix previous change.

25 years ago(Info-find-node): Position properly after finding anchor.
Karl Heuer [Mon, 26 Apr 1999 05:58:59 +0000 (05:58 +0000)]
(Info-find-node): Position properly after finding anchor.

25 years ago(HAVE_LIBXP): Add #undef.
Karl Heuer [Mon, 26 Apr 1999 05:22:32 +0000 (05:22 +0000)]
(HAVE_LIBXP): Add #undef.

25 years ago(LIB_MOTIF_EXTRA): Check HAVE_LIBXP.
Karl Heuer [Mon, 26 Apr 1999 05:22:16 +0000 (05:22 +0000)]
(LIB_MOTIF_EXTRA): Check HAVE_LIBXP.

25 years agoCheck for libXp.
Karl Heuer [Mon, 26 Apr 1999 05:21:00 +0000 (05:21 +0000)]
Check for libXp.

25 years ago(all): Handle unibyte-display-via-language-environment.
Karl Heuer [Mon, 26 Apr 1999 05:16:07 +0000 (05:16 +0000)]
(all): Handle unibyte-display-via-language-environment.

25 years ago(outline-regexp): Doc fix.
Karl Heuer [Mon, 26 Apr 1999 05:14:12 +0000 (05:14 +0000)]
(outline-regexp): Doc fix.

25 years ago(indent-new-comment-line): Fix previous change.
Karl Heuer [Mon, 26 Apr 1999 05:11:01 +0000 (05:11 +0000)]
(indent-new-comment-line): Fix previous change.

25 years ago(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.
Karl Heuer [Mon, 26 Apr 1999 05:09:59 +0000 (05:09 +0000)]
(compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax.

25 years agoDelete the wildcard expansion feature
Karl Heuer [Mon, 26 Apr 1999 04:59:46 +0000 (04:59 +0000)]
Delete the wildcard expansion feature
since that is now standard in find-file.
(PC-try-load-many-files): Function deleted.
(PC-after-load-many-files): Function deleted.
(PC-many-files-list): Variable deleted.
(PC-disable-wildcards): Variable deleted.
(partial-completion-mode): Don't enable the wildcard feature.
(PC-look-for-include-file): Don't set global variables
`error', `buf' and `filename' here.

25 years ago(grep-compute-defaults): If xargs -e isn't supported, use find -exec.
Karl Heuer [Mon, 26 Apr 1999 04:49:42 +0000 (04:49 +0000)]
(grep-compute-defaults): If xargs -e isn't supported, use find -exec.

25 years ago(mail-sent-via): Use copy-marker not make-marker.
Karl Heuer [Mon, 26 Apr 1999 04:33:56 +0000 (04:33 +0000)]
(mail-sent-via): Use copy-marker not make-marker.

25 years ago(texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
Karl Heuer [Mon, 26 Apr 1999 04:13:01 +0000 (04:13 +0000)]
(texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
non-interactive.

25 years ago(bibtex-reference-head): Allow entries to start with a newline.
Karl Heuer [Mon, 26 Apr 1999 04:08:25 +0000 (04:08 +0000)]
(bibtex-reference-head): Allow entries to start with a newline.

25 years ago(x-ctext): New coding system.
Kenichi Handa [Tue, 13 Apr 1999 04:57:18 +0000 (04:57 +0000)]
(x-ctext): New coding system.

25 years agoTrap X errors so that Emacs doesn't die
Kenichi Handa [Tue, 13 Apr 1999 00:51:52 +0000 (00:51 +0000)]
Trap X errors so that Emacs doesn't die
by them.

25 years ago(input-method-function): Add permanent-local property.
Karl Heuer [Mon, 12 Apr 1999 18:25:26 +0000 (18:25 +0000)]
(input-method-function): Add permanent-local property.

25 years ago(BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.
Karl Heuer [Mon, 12 Apr 1999 18:23:41 +0000 (18:23 +0000)]
(BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.

25 years agoFix wording for the last change.
Eli Zaretskii [Mon, 12 Apr 1999 10:46:39 +0000 (10:46 +0000)]
Fix wording for the last change.

25 years ago(jka-compr-insert-file-contents): Fix previous
Dave Love [Mon, 12 Apr 1999 08:50:02 +0000 (08:50 +0000)]
(jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.

25 years ago(sc-scan-info-alist): Revert last change.
Dave Love [Mon, 12 Apr 1999 08:46:09 +0000 (08:46 +0000)]
(sc-scan-info-alist): Revert last change.
(sc-attrib-selection-list): Fix :type here instead.

25 years ago(sc-attrib-selection-list): Fix custom type
Dave Love [Mon, 12 Apr 1999 08:42:35 +0000 (08:42 +0000)]
(sc-attrib-selection-list): Fix custom type
more.
(sc-emacs-features): Recognize Emacs 20.
(sc-read-string): Use history arg.
(sc-scan-info-alist): Check for rtnvalue a cons.

25 years ago(Fset_fontset_font): Fix previous change.
Kenichi Handa [Mon, 12 Apr 1999 01:26:06 +0000 (01:26 +0000)]
(Fset_fontset_font): Fix previous change.

25 years ago(auto-coding-alist-lookup): Include ms-dos
Eli Zaretskii [Sun, 11 Apr 1999 16:26:11 +0000 (16:26 +0000)]
(auto-coding-alist-lookup): Include ms-dos
in the list of case-insensitive filesystems.

25 years ago(create-fontset-from-fontset-spec):
Kenichi Handa [Sat, 10 Apr 1999 02:23:06 +0000 (02:23 +0000)]
(create-fontset-from-fontset-spec):
Don't register duplicated alias fontset names.

25 years ago(Fquery_fontset): Check for fontset aliases here.
Kenichi Handa [Sat, 10 Apr 1999 02:21:00 +0000 (02:21 +0000)]
(Fquery_fontset): Check for fontset aliases here.
(Fnew_fontset, Fset_fontset_font): Don't check for them here.

25 years ago(mkdir): If we create ${datadir}, make it world-readable.
Richard M. Stallman [Fri, 9 Apr 1999 19:23:31 +0000 (19:23 +0000)]
(mkdir): If we create ${datadir}, make it world-readable.
(install-arch-indep): Make ${datadir}/emacs world-readable.

25 years ago(complete-symbol): Invert meaning of prefix arg.
Richard M. Stallman [Fri, 9 Apr 1999 19:22:42 +0000 (19:22 +0000)]
(complete-symbol): Invert meaning of prefix arg.

25 years ago(do_autoload): Preserve match data.
Richard M. Stallman [Fri, 9 Apr 1999 19:21:52 +0000 (19:21 +0000)]
(do_autoload): Preserve match data.

25 years ago(Fmake_indirect_buffer): Copy multibyte status from the base buffer.
Richard M. Stallman [Fri, 9 Apr 1999 19:20:26 +0000 (19:20 +0000)]
(Fmake_indirect_buffer): Copy multibyte status from the base buffer.
(Fset_buffer_multibyte): Copy new multibyte status
into the buffer's indirect buffers.

25 years agoPut in ignore for Cu-SeeMe task. www.openh323.org is doing this. elgin - apr 9...
Jim Elgin [Fri, 9 Apr 1999 13:51:19 +0000 (13:51 +0000)]
Put in ignore for Cu-SeeMe task.  openh323.org is doing this.  elgin - apr 9, 1999.

25 years ago(auto-coding-alist-lookup): New function.
Richard M. Stallman [Thu, 8 Apr 1999 22:27:44 +0000 (22:27 +0000)]
(auto-coding-alist-lookup): New function.
(set-auto-coding): Use auto-coding-alist-lookup.

25 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Thu, 8 Apr 1999 22:26:13 +0000 (22:26 +0000)]
(jka-compr-insert-file-contents):
Use auto-coding-alist-lookup to check for files that
should not have eol conversion, in the unibyte case.

25 years ago(nnmail-read-passwd): Use read-passwd if that is defined.
Richard M. Stallman [Thu, 8 Apr 1999 19:08:22 +0000 (19:08 +0000)]
(nnmail-read-passwd): Use read-passwd if that is defined.

25 years ago(pop3-read-passwd): Use read-passwd if that is defined.
Richard M. Stallman [Thu, 8 Apr 1999 19:08:11 +0000 (19:08 +0000)]
(pop3-read-passwd): Use read-passwd if that is defined.

25 years ago(Faccept_process_output): Check validity of PROCESS.
Richard M. Stallman [Thu, 8 Apr 1999 16:50:04 +0000 (16:50 +0000)]
(Faccept_process_output): Check validity of PROCESS.

25 years ago(describe-variable): Check custom-loads property as well as custom-type.
Richard M. Stallman [Thu, 8 Apr 1999 16:46:15 +0000 (16:46 +0000)]
(describe-variable): Check custom-loads property as well as custom-type.

25 years ago(abbrev-mode): Customizing sets the default value.
Richard M. Stallman [Thu, 8 Apr 1999 16:26:38 +0000 (16:26 +0000)]
(abbrev-mode): Customizing sets the default value.

25 years ago(vc-backend-revert): For CVS files that were made writeable with "cvs
André Spiegel [Thu, 8 Apr 1999 12:43:48 +0000 (12:43 +0000)]
(vc-backend-revert): For CVS files that were made writeable with "cvs
edit", call "cvs unedit" to undo that.

25 years agoDescribe Far-Eastern DOS terminal support.
Eli Zaretskii [Thu, 8 Apr 1999 12:17:13 +0000 (12:17 +0000)]
Describe Far-Eastern DOS terminal support.

25 years ago(jp_kbd_translate_table): Fix the other \ key.
Eli Zaretskii [Thu, 8 Apr 1999 11:55:45 +0000 (11:55 +0000)]
(jp_kbd_translate_table): Fix the other \ key.

25 years ago(gnus-mule-message-send-mail-function): Find a
Kenichi Handa [Thu, 8 Apr 1999 02:34:12 +0000 (02:34 +0000)]
(gnus-mule-message-send-mail-function): Find a
coding system to encode the message by
select-message-coding-system.

25 years ago(sql-send-paragraph): Delete duplicate definition.
Richard M. Stallman [Thu, 8 Apr 1999 01:42:50 +0000 (01:42 +0000)]
(sql-send-paragraph): Delete duplicate definition.

25 years agoReorder definitions.
Richard M. Stallman [Thu, 8 Apr 1999 01:41:12 +0000 (01:41 +0000)]
Reorder definitions.

25 years ago(x_set_font): Fix error message.
Richard M. Stallman [Thu, 8 Apr 1999 01:16:01 +0000 (01:16 +0000)]
(x_set_font): Fix error message.

25 years agoMerge recent additions from autoconf source tree.
Ben Elliston [Thu, 8 Apr 1999 00:13:14 +0000 (00:13 +0000)]
Merge recent additions from autoconf source tree.

25 years ago(mh-find-progs): Try /etc/nmh and lib/nmh dirs.
Richard M. Stallman [Wed, 7 Apr 1999 23:48:18 +0000 (23:48 +0000)]
(mh-find-progs): Try /etc/nmh and lib/nmh dirs.

25 years ago(gnus-summary-save-in-folder): Use mh-lib-progs.
Richard M. Stallman [Wed, 7 Apr 1999 23:45:36 +0000 (23:45 +0000)]
(gnus-summary-save-in-folder): Use mh-lib-progs.