]> code.delx.au - gnu-emacs/log
gnu-emacs
25 years ago(Info-directory-list): Revert change to re-writing
Dave Love [Wed, 24 Mar 1999 14:25:58 +0000 (14:25 +0000)]
(Info-directory-list): Revert change to re-writing
Info-default-directory-list, but put `alternative' first.
(Info-insert-dir): Modify selecting the top dir file as a
consequence.

25 years ago* font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
Simon Marshall [Tue, 23 Mar 1999 15:31:44 +0000 (15:31 +0000)]
* font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
        on the line by itself.
        (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
        it is not in a declarative context.

25 years ago(decode_mode_spec_coding): Handle integer value in
Kenichi Handa [Tue, 23 Mar 1999 12:29:30 +0000 (12:29 +0000)]
(decode_mode_spec_coding): Handle integer value in
eoltype correctly for backward compatibility.

25 years ago(encode_coding_iso2022): Initialize dummy arguments to
Kenichi Handa [Tue, 23 Mar 1999 12:28:55 +0000 (12:28 +0000)]
(encode_coding_iso2022): Initialize dummy arguments to
ENCODE_ISO_CHARACTER for the previous change on this macro.

25 years ago(custom-variable-prompt): Allow customization of
Karl Heuer [Tue, 23 Mar 1999 00:58:50 +0000 (00:58 +0000)]
(custom-variable-prompt): Allow customization of
autoloaded symbols.

25 years ago(what-cursor-position): Don't cause error when point
Kenichi Handa [Mon, 22 Mar 1999 04:12:42 +0000 (04:12 +0000)]
(what-cursor-position): Don't cause error when point
is at invalid multibyte sequence.

25 years ago(partial-completion-mode): Doc fix.
Karl Heuer [Sun, 21 Mar 1999 07:26:47 +0000 (07:26 +0000)]
(partial-completion-mode): Doc fix.

25 years ago(ENCODE_ISO_CHARACTER): Check validity of CHARSET. If
Kenichi Handa [Sat, 20 Mar 1999 07:47:54 +0000 (07:47 +0000)]
(ENCODE_ISO_CHARACTER): Check validity of CHARSET.  If
invalid, produce the buffer internal byte sequence without
encoding.

25 years ago(Fformat): Accept %i format.
Karl Heuer [Fri, 19 Mar 1999 08:09:59 +0000 (08:09 +0000)]
(Fformat): Accept %i format.

25 years ago(old-c): Remove :group.
Karl Heuer [Fri, 19 Mar 1999 08:00:13 +0000 (08:00 +0000)]
(old-c): Remove :group.

25 years ago(old-c++): Remove :group.
Karl Heuer [Fri, 19 Mar 1999 07:59:45 +0000 (07:59 +0000)]
(old-c++): Remove :group.

25 years agoadded strictfp type modifier.
Simon Marshall [Thu, 18 Mar 1999 10:16:14 +0000 (10:16 +0000)]
added strictfp type modifier.

25 years agoAdded "complex" type to c-font-lock-keywords-2.
Simon Marshall [Thu, 18 Mar 1999 09:58:18 +0000 (09:58 +0000)]
Added "complex" type to c-font-lock-keywords-2.

25 years agoMarc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
Oliver Seidel [Thu, 18 Mar 1999 08:53:48 +0000 (08:53 +0000)]
Marc Zonzon <Marc.Zonzon@univ-rennes1.fr> on 18.Mar.99 writes that I
should remove the single space between ### and autoload.  And now I
have.

25 years ago(get_boot_time): Test tempname, not filename.
Karl Heuer [Thu, 18 Mar 1999 00:16:38 +0000 (00:16 +0000)]
(get_boot_time): Test tempname, not filename.

25 years ago(set-w32-system-coding-system) New function.
Geoff Voelker [Wed, 17 Mar 1999 22:06:23 +0000 (22:06 +0000)]
(set-w32-system-coding-system) New function.
(w32-system-coding-system) Initialize to 'iso-latin-1.

25 years ago(enum_font_cb2): Set the font height to be the
Geoff Voelker [Wed, 17 Mar 1999 22:03:55 +0000 (22:03 +0000)]
(enum_font_cb2): Set the font height to be the
character height, not the cell height.
(Fw32_select_font): Initialize font dialog with current
default font.
(Vw32_system_coding_system): New variable.
(w32_strict_filenames): Add comment.
(w32_to_x_font): Decode font name using Vw32_system_coding_system.
(x_to_w32_font): Encode font name using Vw32_system_coding_system.
(syms_of_w32fns): Add w32-system-coding-system.

25 years agoMerged patches from Meadow.
Geoff Voelker [Wed, 17 Mar 1999 22:03:43 +0000 (22:03 +0000)]
Merged patches from Meadow.

25 years ago(set-language-environment): Fix
Eli Zaretskii [Wed, 17 Mar 1999 11:29:05 +0000 (11:29 +0000)]
(set-language-environment): Fix
previous change: don't use dos-codepage when unbound.

25 years agoAlastair Burt <alastair.burt@dfki.de> sent in a patch on 17.Mar.98
Oliver Seidel [Wed, 17 Mar 1999 11:10:29 +0000 (11:10 +0000)]
Alastair Burt <alastair.burt@dfki.de> sent in a patch on 17.Mar.98
which removes duplicates from the category list and saves the buffer
after category addition.  Thanks.

Uwe Brauer <oub@sunma4.mat.ucm.es> sent in a request on 3.Apr.98 to
implement a "move-between-categories" function.  I haven't done that
yet.  Thanks.

"Edward S. Hirgelt" <ehirgelt@directinterfaces.com> fixed a problem
with multi-line editing 29.Oct.98.  Thanks.

tom <tom@pixelpark.com> sent in a replacement for the outmoded
time-format that I had been using on 13.Nov.98.  Thanks.

Jerome Thebert <thebertj@felixstowe.rms.slb.com> sent in a binding to
show/hide continuation lines using the space bar on 11.Jan.99.
Instead of leaving it as a hook, I integrated it.  Thanks.

Sorry again to everybody.  I sat on your patches for a year.

25 years ago(appt-make-list): Fix previous change.
Karl Heuer [Wed, 17 Mar 1999 05:16:07 +0000 (05:16 +0000)]
(appt-make-list): Fix previous change.

25 years ago(shrink-window-if-larger-than-buffer):
Karl Heuer [Wed, 17 Mar 1999 04:49:21 +0000 (04:49 +0000)]
(shrink-window-if-larger-than-buffer):
Don't try to redisplay with the cursor at the end
on its own line--that would force a scroll and spoil things.

25 years ago(set-language-environment): Don't use
Eli Zaretskii [Tue, 16 Mar 1999 14:18:40 +0000 (14:18 +0000)]
(set-language-environment): Don't use
cpNNN-nonascii-translation-table if it is unbound.

25 years ago(dos-codepage-setup): Compute the unibyte
Eli Zaretskii [Tue, 16 Mar 1999 14:14:55 +0000 (14:14 +0000)]
(dos-codepage-setup): Compute the unibyte
syntax table and bind unibyte-display-via-language-environment
here, rather than at top level, so that resetting to unibyte in
.emacs works as expected.

25 years ago(XTread_socket) <ConfigureNotify>:
Karl Heuer [Mon, 15 Mar 1999 19:53:32 +0000 (19:53 +0000)]
(XTread_socket) <ConfigureNotify>:
If cursor pos is outside the new frame size, mark cursor as off.

25 years ago(c-font-lock-keywords-2): Added "restrict" keyword.
Simon Marshall [Mon, 15 Mar 1999 15:20:56 +0000 (15:20 +0000)]
(c-font-lock-keywords-2): Added "restrict" keyword.

25 years ago(try_window_id): Initizlie val.ovstring_chars_done to 0.
Kenichi Handa [Mon, 15 Mar 1999 02:20:31 +0000 (02:20 +0000)]
(try_window_id): Initizlie val.ovstring_chars_done to 0.

25 years ago(inverse-add-abbrev): Inherit the current input method.
Kenichi Handa [Mon, 15 Mar 1999 01:03:23 +0000 (01:03 +0000)]
(inverse-add-abbrev): Inherit the current input method.

25 years ago(detect-coding-with-priority): Restore the internal database.
Kenichi Handa [Mon, 15 Mar 1999 00:51:20 +0000 (00:51 +0000)]
(detect-coding-with-priority): Restore the internal database.

25 years ago(x_list_fonts): Trap X errors so that Emacs doesn't die
Kenichi Handa [Mon, 15 Mar 1999 00:11:22 +0000 (00:11 +0000)]
(x_list_fonts): Trap X errors so that Emacs doesn't die
by them.
(x_load_font): Likewise.

25 years agoFix typo in error string for sendmail-send-it.
Stephen Eglen [Sun, 14 Mar 1999 19:41:37 +0000 (19:41 +0000)]
Fix typo in error string for sendmail-send-it.

25 years ago(Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning.
Karl Heuer [Sun, 14 Mar 1999 06:33:01 +0000 (06:33 +0000)]
(Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning.

25 years ago(w32_strict_fontnames): New variable.
Geoff Voelker [Sun, 14 Mar 1999 05:27:47 +0000 (05:27 +0000)]
(w32_strict_fontnames): New variable.
(Fx_create_frame): Formatting fix.
(w32_load_system_font): Keep trying to load non-existant font
if w32_strict_fontnames is nil. Formatting fix.
(syms_of_w32fns): Add w32-strict-fontnames.

25 years ago(W32_TEXTOUT): Do not multiply nchars by
Geoff Voelker [Sun, 14 Mar 1999 05:27:21 +0000 (05:27 +0000)]
(W32_TEXTOUT): Do not multiply nchars by
charset_dim.
(dumpglyphs): Formatting fixes.

25 years ago(w32_wnd_proc): Handle WM_GETMINMAXINFO message.
Geoff Voelker [Sun, 14 Mar 1999 05:21:29 +0000 (05:21 +0000)]
(w32_wnd_proc): Handle WM_GETMINMAXINFO message.

25 years agoRecognise HP 9000/8x0 machines. From Alexandre Oliva.
Ben Elliston [Sun, 14 Mar 1999 00:57:25 +0000 (00:57 +0000)]
Recognise HP 9000/8x0 machines. From Alexandre Oliva.

25 years ago(vc-delete-logbuf-window): New var.
Karl Heuer [Sat, 13 Mar 1999 05:04:24 +0000 (05:04 +0000)]
(vc-delete-logbuf-window): New var.
(vc-finish-logentry): Use it.

25 years ago(command-line-1): Improve startup msg.
Karl Heuer [Sat, 13 Mar 1999 04:53:43 +0000 (04:53 +0000)]
(command-line-1): Improve startup msg.

25 years agoAdded commentary about stealthy functions.
Karl Heuer [Sat, 13 Mar 1999 04:52:25 +0000 (04:52 +0000)]
Added commentary about stealthy functions.
(speedbar-message) new function.
(speedbar-y-or-n-p): New function
(speedbar-with-attached-buffer) Moved macro before reference.
Now uses `save-selected-window'.
(speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
speedbar-generic-item-info, speedbar-item-info-file-helper,
speedbar-item-delete, speedbar-insert-generic-list,
speedbar-timer-fn, speedbar-check-vc-this-line,
speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
speedbar-buffers-item-info) Use speedbar-message.
(speedbar-item-info) Limit `message-log-max'.
(speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
speedbar-item-delete, speedbar-item-object-delete,
speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.

25 years ago(server-start): Set coding system for the server
Kenichi Handa [Sat, 13 Mar 1999 00:21:24 +0000 (00:21 +0000)]
(server-start): Set coding system for the server
process to raw-text.
(server-process-filter): Decode file names if necessary.

25 years ago(sentence-end-double-space): Doc fix.
Dave Love [Fri, 12 Mar 1999 18:48:09 +0000 (18:48 +0000)]
(sentence-end-double-space): Doc fix.

25 years ago(sentence-end): Doc fix.
Dave Love [Fri, 12 Mar 1999 18:47:42 +0000 (18:47 +0000)]
(sentence-end): Doc fix.

25 years ago(comint-password-prompt-regexp): Accept "login password:"
Karl Heuer [Thu, 11 Mar 1999 22:56:58 +0000 (22:56 +0000)]
(comint-password-prompt-regexp): Accept "login password:"

25 years ago(BASE_PURESIZE): Increase to 505000.
Karl Heuer [Wed, 10 Mar 1999 19:58:01 +0000 (19:58 +0000)]
(BASE_PURESIZE): Increase to 505000.

25 years agoMerge recent additions from autoconf source tree.
Ben Elliston [Wed, 10 Mar 1999 12:23:21 +0000 (12:23 +0000)]
Merge recent additions from autoconf source tree.

25 years ago(ispell-dictionary-alist-1): Shorten autoloaded line.
Karl Heuer [Wed, 10 Mar 1999 08:46:28 +0000 (08:46 +0000)]
(ispell-dictionary-alist-1): Shorten autoloaded line.
(ispell-dictionary-alist-2): Likewise.
(ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
(ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
(ispell-dictionary-alist): Build from six pieces, not just two.

25 years ago(bdf-directory-list): Doc fix.
Karl Heuer [Tue, 9 Mar 1999 23:26:28 +0000 (23:26 +0000)]
(bdf-directory-list): Doc fix.

25 years ago(enriched-mode): Make var permanent-local.
Karl Heuer [Tue, 9 Mar 1999 22:11:59 +0000 (22:11 +0000)]
(enriched-mode): Make var permanent-local.

25 years ago(init_filelock): New function.
Karl Heuer [Tue, 9 Mar 1999 22:09:49 +0000 (22:09 +0000)]
(init_filelock): New function.

25 years ago(main) [CLASH_DETECTION]: Call init_filelock.
Karl Heuer [Tue, 9 Mar 1999 22:09:09 +0000 (22:09 +0000)]
(main) [CLASH_DETECTION]: Call init_filelock.

25 years ago(html-mode): Use sentence-end-double-space when setting sentence-end.
Dave Love [Tue, 9 Mar 1999 19:24:33 +0000 (19:24 +0000)]
(html-mode): Use sentence-end-double-space when setting sentence-end.

25 years agoDoc fix.
Dave Love [Tue, 9 Mar 1999 19:20:59 +0000 (19:20 +0000)]
Doc fix.

25 years ago(tis-620): New alias coding system for thai-tis620.
Kenichi Handa [Tue, 9 Mar 1999 11:57:05 +0000 (11:57 +0000)]
(tis-620): New alias coding system for thai-tis620.

25 years ago(setup_coding_system): Check for CODING_SYSTEM = nil.
Kenichi Handa [Tue, 9 Mar 1999 11:55:12 +0000 (11:55 +0000)]
(setup_coding_system): Check for CODING_SYSTEM = nil.

25 years ago(get_boot_time): Reduce scope of #ifdef BOOT_TIME
Karl Heuer [Tue, 9 Mar 1999 03:31:10 +0000 (03:31 +0000)]
(get_boot_time): Reduce scope of #ifdef BOOT_TIME
to only the part that uses get_boot_time_1.

25 years ago(flyspell-mode-on): Use
Karl Heuer [Tue, 9 Mar 1999 03:29:04 +0000 (03:29 +0000)]
(flyspell-mode-on): Use
change-major-mode-hook.

25 years ago(outline-back-to-heading): fix invisible-ok.
Karl Heuer [Tue, 9 Mar 1999 03:13:28 +0000 (03:13 +0000)]
(outline-back-to-heading): fix invisible-ok.

25 years ago(dired-do-copy-regexp): Doc fix.
Karl Heuer [Tue, 9 Mar 1999 03:09:39 +0000 (03:09 +0000)]
(dired-do-copy-regexp): Doc fix.
(dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.

25 years ago(smtpmail-do-bcc): Fix regexp.
Karl Heuer [Tue, 9 Mar 1999 03:02:55 +0000 (03:02 +0000)]
(smtpmail-do-bcc): Fix regexp.

25 years ago(cp1250-decode-table, cp1251-decode-table, cp1253-decode-table,
Eli Zaretskii [Mon, 8 Mar 1999 12:06:07 +0000 (12:06 +0000)]
(cp1250-decode-table, cp1251-decode-table, cp1253-decode-table,
cp1257-decode-table): New translation tables for MS Windows
codepages.
(cp-make-coding-systems-for-codepage): Accept 4 digit
codepages.

25 years ago(texinfo-append-refill): Check @c correctly.
Kenichi Handa [Mon, 8 Mar 1999 00:26:16 +0000 (00:26 +0000)]
(texinfo-append-refill): Check @c correctly.

25 years agoAdd detailed instructions to unpack and install intlfonts on MS-DOS.
Eli Zaretskii [Sun, 7 Mar 1999 17:10:24 +0000 (17:10 +0000)]
Add detailed instructions to unpack and install intlfonts on MS-DOS.

25 years ago(Finsert_file_contents): Use xfree.
Dave Love [Sun, 7 Mar 1999 15:53:09 +0000 (15:53 +0000)]
(Finsert_file_contents): Use xfree.

25 years ago(bdf-directory-list): Fix last change.
Eli Zaretskii [Sun, 7 Mar 1999 14:12:35 +0000 (14:12 +0000)]
(bdf-directory-list): Fix last change.

25 years ago(bdf-directory-list): Different value for ms-dos.
Eli Zaretskii [Sun, 7 Mar 1999 13:31:58 +0000 (13:31 +0000)]
(bdf-directory-list): Different value for ms-dos.

25 years ago(top level): Display character 255 as 8bit as well.
Eli Zaretskii [Sun, 7 Mar 1999 13:27:35 +0000 (13:27 +0000)]
(top level): Display character 255 as 8bit as well.

25 years ago(c-outline-level): Bind
Dave Love [Sat, 6 Mar 1999 19:07:47 +0000 (19:07 +0000)]
(c-outline-level): Bind
buffer-invisibility-spec.

25 years ago(ada-outline-level): Bind buffer-invisibility-spec.
Dave Love [Sat, 6 Mar 1999 19:06:40 +0000 (19:06 +0000)]
(ada-outline-level): Bind buffer-invisibility-spec.

25 years ago(callproc.o, coding.o, fileio.o, msdos.o, process.o,
Kenichi Handa [Sat, 6 Mar 1999 05:31:24 +0000 (05:31 +0000)]
(callproc.o, coding.o, fileio.o, msdos.o, process.o,
term.o, xselect.o): Depend on ccl.h.

25 years agoRemove common multiple file compilation commands.
Geoff Voelker [Sat, 6 Mar 1999 02:15:46 +0000 (02:15 +0000)]
Remove common multiple file compilation commands.

25 years agoCompile multiple .c files when possible.
Geoff Voelker [Sat, 6 Mar 1999 02:14:28 +0000 (02:14 +0000)]
Compile multiple .c files when possible.
Use BLD instead of assuming i386.

25 years ago(outline-get-last-sibling): Doc fix.
Karl Heuer [Fri, 5 Mar 1999 23:01:03 +0000 (23:01 +0000)]
(outline-get-last-sibling): Doc fix.

25 years ago(convert-standard-filename): Convert directory
Andrew Innes [Fri, 5 Mar 1999 16:15:58 +0000 (16:15 +0000)]
(convert-standard-filename): Convert directory
separators to Windows format.

25 years agoProvide skkdic-cnv.
Andreas Schwab [Fri, 5 Mar 1999 09:37:00 +0000 (09:37 +0000)]
Provide skkdic-cnv.
(skkdic-convert): Emit code to require skkdic-cnv at compile time.
(batch-skkdic-convert): Doc fix.

25 years ago(main): Add missing parens.
Geoff Voelker [Fri, 5 Mar 1999 02:57:13 +0000 (02:57 +0000)]
(main): Add missing parens.

25 years ago(custom-set-variables): Protect against setter errors.
Dave Love [Thu, 4 Mar 1999 18:12:46 +0000 (18:12 +0000)]
(custom-set-variables): Protect against setter errors.

25 years ago(Fbase64_encode_string): Allocate sufficient memory for
Kenichi Handa [Thu, 4 Mar 1999 11:35:42 +0000 (11:35 +0000)]
(Fbase64_encode_string): Allocate sufficient memory for
newlines added when the arg NO-LINE-BREAK is nil.

25 years ago(ls-lisp-format): Under -s, print the size in blocks with %4.0f, in case
Eli Zaretskii [Thu, 4 Mar 1999 11:34:47 +0000 (11:34 +0000)]
(ls-lisp-format): Under -s, print the size in blocks with %4.0f, in case
they have a *really* huge file.

25 years ago(ls-lisp-insert-directory): Protect the sum total of
Eli Zaretskii [Thu, 4 Mar 1999 11:30:27 +0000 (11:30 +0000)]
(ls-lisp-insert-directory): Protect the sum total of
the file sizes from overflowing.
(ls-lisp-format): If file size is a float, use %8.0f to print it.

25 years ago(syms_of_buffer): Doc fix.
Karl Heuer [Thu, 4 Mar 1999 09:16:12 +0000 (09:16 +0000)]
(syms_of_buffer): Doc fix.

25 years ago(Fstring_match, Fposix_string_match): Doc fix.
Karl Heuer [Thu, 4 Mar 1999 09:15:37 +0000 (09:15 +0000)]
(Fstring_match, Fposix_string_match): Doc fix.

25 years ago(Fcall_process): Use xmalloc, xfree.
Karl Heuer [Thu, 4 Mar 1999 09:03:31 +0000 (09:03 +0000)]
(Fcall_process): Use xmalloc, xfree.

25 years ago(term_init): Use xmalloc, not malloc.
Karl Heuer [Thu, 4 Mar 1999 09:02:51 +0000 (09:02 +0000)]
(term_init): Use xmalloc, not malloc.

25 years ago("spanish-postfix"): Add rule U" and u".
Kenichi Handa [Thu, 4 Mar 1999 02:33:26 +0000 (02:33 +0000)]
("spanish-postfix"): Add rule U" and u".

25 years ago(edit-options): Doc fix.
Dave Love [Wed, 3 Mar 1999 17:42:47 +0000 (17:42 +0000)]
(edit-options): Doc fix.
(list-options): Don't lose with unbound symbols.  Maintain
Edit-options-mode.

25 years ago(get_clipboard_data): Always stop at the first null byte.
Eli Zaretskii [Wed, 3 Mar 1999 14:51:07 +0000 (14:51 +0000)]
(get_clipboard_data): Always stop at the first null byte.

25 years ago(Fdefconst): Doc fix.
Andreas Schwab [Wed, 3 Mar 1999 10:29:45 +0000 (10:29 +0000)]
(Fdefconst): Doc fix.

25 years ago(sc-attrib-selection-list): Fix custom type.
Dave Love [Mon, 1 Mar 1999 16:47:03 +0000 (16:47 +0000)]
(sc-attrib-selection-list): Fix custom type.

25 years agoComment for ISO 2022 encoding mechanism modified.
Kenichi Handa [Mon, 1 Mar 1999 11:52:54 +0000 (11:52 +0000)]
Comment for ISO 2022 encoding mechanism modified.

25 years ago(get_boot_time): Support FreeBSD way to read boot-time.
Karl Heuer [Mon, 1 Mar 1999 03:50:34 +0000 (03:50 +0000)]
(get_boot_time): Support FreeBSD way to read boot-time.

25 years ago(internal_self_insert): Calculate column properly
Karl Heuer [Mon, 1 Mar 1999 03:50:00 +0000 (03:50 +0000)]
(internal_self_insert): Calculate column properly
in overwrite-of-tab case.

25 years ago(ispell-dictionary-alist-override): New variable.
Karl Heuer [Mon, 1 Mar 1999 03:48:22 +0000 (03:48 +0000)]
(ispell-dictionary-alist-override): New variable.
(ispell-dictionary-alist): Don't setq it,
if ispell-dictionary-alist-override  is set.

25 years ago(mh-repl-formfile): New var.
Karl Heuer [Mon, 1 Mar 1999 03:47:07 +0000 (03:47 +0000)]
(mh-repl-formfile): New var.
(mh-smail-batch): Don't ignore all arguments.
(mh-reply): Do the right thing when using nmh.

25 years ago(mh-lib): Doc fix.
Karl Heuer [Mon, 1 Mar 1999 03:45:51 +0000 (03:45 +0000)]
(mh-lib): Doc fix.
(mh-lib-progs, mh-nmh-p): New vars.
(mh-find-progs): Set mh-lib-progs along with other vars.
(mh-path-search): New arg FUNC-P; if specified, use that instead
of mh-file-command-p.
(mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.

25 years ago(shell-command-default-error-buffer): Renamed from
Karl Heuer [Mon, 1 Mar 1999 03:19:32 +0000 (03:19 +0000)]
(shell-command-default-error-buffer): Renamed from
shell-command-on-region-default-error-buffer.
(shell-command-on-region): Mention in echo area when there
is some error output.  Mention success or failure, too.
Accumulate multiple error outputs
going forward, with formfeed in between.  Display the error buffer
when we have put something in it.
(shell-command): Add the ERROR-BUFFER argument feature.

25 years ago(main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
Andreas Schwab [Sun, 28 Feb 1999 02:12:07 +0000 (02:12 +0000)]
(main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
malloc in glibc 2.1.

25 years ago(select-safe-coding-system): Be sure
Kenichi Handa [Sat, 27 Feb 1999 04:28:31 +0000 (04:28 +0000)]
(select-safe-coding-system): Be sure
to show a buffer being decoded.

25 years ago(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").
Kenichi Handa [Sat, 27 Feb 1999 02:14:10 +0000 (02:14 +0000)]
(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").

25 years agoChange of ps-print font size variable name.
Kenichi Handa [Sat, 27 Feb 1999 01:38:11 +0000 (01:38 +0000)]
Change of ps-print font size variable name.
(ps-mule-generate-font): Fun fix.
(ps-mule-begin-job): Programming uniformization.

25 years agoDoc fix, font size specifies landscape and portrait sizes.
Kenichi Handa [Sat, 27 Feb 1999 01:37:15 +0000 (01:37 +0000)]
Doc fix, font size specifies landscape and portrait sizes.
(ps-print-version): New version number (4.1.4).
(ps-font-size, ps-header-font-size, ps-header-title-font-size):
Specifies landscape and portrait sizes.
(ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
(ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
fix.
(ps-get-font-size): New fun.
(ps-font-size-internal, ps-header-font-size-internal)
(ps-header-title-font-size-internal): New vars.

PostScript programming fix.
(ps-print-prologue-1): Fix BeginDoc PostScript procedure (do'nt use
setpagedevice operator).