bpt/emacs.git
26 years ago(frame_buffer_predicate): New arg FRAME.
Richard M. Stallman [Fri, 22 May 1998 20:04:40 +0000 (20:04 +0000)]
(frame_buffer_predicate): New arg FRAME.
(frame_buffer_list, set_frame_buffer_list): Likewise.
(make_frame): Pass new arg to Fother_buffer.

(make_frame_visible_1): New function.
(Fmake_frame_visible): Use that.

26 years ago(window_loop): Pass new arg to Fother_buffer.
Richard M. Stallman [Fri, 22 May 1998 20:03:28 +0000 (20:03 +0000)]
(window_loop): Pass new arg to Fother_buffer.

(select_window_1): New subroutine, from Fselect_window.
(Fselect_window): Use select_window_1.
(temp_output_buffer_show): Use select_window_1.

26 years agoChange term "character translation table" to "translation table".
Kenichi Handa [Fri, 22 May 1998 09:45:34 +0000 (09:45 +0000)]
Change term "character translation table" to "translation table".

26 years agoChange term "character translation table" to
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
Change term "character translation table" to
"translation table".
(string_to_non_ascii_char): New arg EXCLUDE_TAIL_GARBAGE.  Caller
changed.
(Funibyte_char_to_multibyte): Doc-string fixed.
(syms_of_charset): Doc-string fixed.

26 years ago(STRING_CHAR_AND_CHAR_LENGTH): New macro.
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
(STRING_CHAR_AND_CHAR_LENGTH): New macro.
(string_to_non_ascii_char): Adjusted for the new arg.

26 years ago(print_string): Don't ignore garbage bytes following a
Kenichi Handa [Fri, 22 May 1998 09:44:27 +0000 (09:44 +0000)]
(print_string): Don't ignore garbage bytes following a
multibyte characters.
(print): Likewise.

26 years ago(apropos): Handle aliases for undefined functions.
Richard M. Stallman [Fri, 22 May 1998 06:29:05 +0000 (06:29 +0000)]
(apropos): Handle aliases for undefined functions.

26 years ago(tar-mode): Position point on the name of the first file.
Richard M. Stallman [Fri, 22 May 1998 05:00:25 +0000 (05:00 +0000)]
(tar-mode): Position point on the name of the first file.
(tar-extract): Detect coding-system of the archive member and
decode it like insert-file-contents does.
(tar-alter-one-field): Reposition point on the file name of the
current tar entry.
(tar-subfile-save-buffer): Encode the file when updating it in the
archive, and use the size of encoded text to update the header
block.  Set last-coding-system-used to coding-system of the file.
Restore point of tar-superior-buffer after updating the descriptor line.

26 years agoIndent `with-standard-io-syntax' correctly.
Richard M. Stallman [Fri, 22 May 1998 04:42:48 +0000 (04:42 +0000)]
Indent `with-standard-io-syntax' correctly.

26 years ago(insert-directory): When WILDCARD is nil, expand ~ if necessary.
Richard M. Stallman [Fri, 22 May 1998 03:24:28 +0000 (03:24 +0000)]
(insert-directory): When WILDCARD is nil, expand ~ if necessary.

26 years ago(news-inews): Fix typo in prev change.
Richard M. Stallman [Thu, 21 May 1998 23:55:08 +0000 (23:55 +0000)]
(news-inews): Fix typo in prev change.

26 years ago(dired-guess-shell-alist-default): Handle .tgz files. Handle .pdf files.
Richard M. Stallman [Thu, 21 May 1998 20:41:38 +0000 (20:41 +0000)]
(dired-guess-shell-alist-default): Handle .tgz files.  Handle .pdf files.

26 years agoComment change.
Richard M. Stallman [Thu, 21 May 1998 20:32:09 +0000 (20:32 +0000)]
Comment change.

26 years ago(file-name-invalid-regexp): New variable, moved here from arc-mode.el
Eli Zaretskii [Thu, 21 May 1998 14:26:10 +0000 (14:26 +0000)]
(file-name-invalid-regexp): New variable, moved here from arc-mode.el

26 years ago(archive-file-name-invalid-regexp): Remove.
Eli Zaretskii [Thu, 21 May 1998 14:22:38 +0000 (14:22 +0000)]
(archive-file-name-invalid-regexp): Remove.
Change all users to use file-name-invalid-regexp instead.

26 years agoSupport pdb.
Richard M. Stallman [Thu, 21 May 1998 03:34:21 +0000 (03:34 +0000)]
Support pdb.
(pdb): New function.
(gud-pdb-command-name): New variable.
(pdb-minibuffer-local-map): Likewise.
(gud-pdb-find-file): New function.
(gud-pdb-marker-filter): New function.
(gud-pdb-marker-regexp*): New variables.
(gud-pdb-massage-args): New function.
(gud-pdb-history): New variable.

26 years ago(Ffile_name_directory, Ffile_name_nondirectory)
Richard M. Stallman [Thu, 21 May 1998 02:06:21 +0000 (02:06 +0000)]
(Ffile_name_directory, Ffile_name_nondirectory)
[DOS_NT]: Handle the special construct "/:" when followed by d:foo.

26 years ago(init_buffer): Support DOS_NT absolute file names.
Richard M. Stallman [Thu, 21 May 1998 02:05:53 +0000 (02:05 +0000)]
(init_buffer): Support DOS_NT absolute file names.

26 years agoWhitespace change.
Richard M. Stallman [Thu, 21 May 1998 01:55:57 +0000 (01:55 +0000)]
Whitespace change.

26 years ago(solitaire): Doc fix.
Richard M. Stallman [Thu, 21 May 1998 01:54:43 +0000 (01:54 +0000)]
(solitaire): Doc fix.

26 years ago(find_charset_in_str): New arg CMPCHARP.
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(find_charset_in_str): New arg CMPCHARP.
(Ffind_charset_region): Call find_charset_in_str with CMPCHARP 0.
(Ffind_charset_string): Likewise.

26 years ago(find_charset_in_str): Number of arguments fixed.
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(find_charset_in_str): Number of arguments fixed.

26 years ago(shrink_decoding_region): No short cut by
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(shrink_decoding_region): No short cut by
coding->heading_ascii if eol conversion is necessary.

26 years ago(Fstring_make_multibyte): Call CHECK_STRING.
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(Fstring_make_multibyte): Call CHECK_STRING.
(Fstring_make_unibyte, Fstring_as_unibyte, Fstring_as_multibyte):
Likewise.

26 years ago(lisp_data_to_selection_data): Call
Kenichi Handa [Thu, 21 May 1998 01:48:52 +0000 (01:48 +0000)]
(lisp_data_to_selection_data): Call
find_charset_in_str with CMPCHARP 1 to encode Lisp string if it
contains a composite character.

26 years agoGenerate style variants fontset for
Kenichi Handa [Thu, 21 May 1998 01:47:32 +0000 (01:47 +0000)]
Generate style variants fontset for
standard-fontset-spec.  Generate a fontset based on resolved font
name of a font specified by X resource or -fn command line arg.

26 years ago(command-line): Fixed a typo in comment.
Kenichi Handa [Thu, 21 May 1998 01:47:11 +0000 (01:47 +0000)]
(command-line): Fixed a typo in comment.

26 years ago(x-font-name-charset-alist): New
Kenichi Handa [Thu, 21 May 1998 01:46:39 +0000 (01:46 +0000)]
(x-font-name-charset-alist): New
variable.
(register-alternate-fontnames): Doc-string modified.
(x-complement-fontset-spec): Likewise.
(x-complement-fontset-spec): Delete unused local variable.  Delete
ad hoc code for Latin-1, instead refer to
x-font-name-charset-alist.
(uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
FONTLIST).
(x-style-funcs-alist): New variable.
(create-fontset-from-fontset-spec): 2nd optional arg is changed
from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
unused code.  Adjusted for the change of
uninstantiated-fontset-alist.
(instantiate-fontset): Adjusted for the change of
uninstantiated-fontset-alist.

26 years ago(make-coding-system): If ISO2022 based
Kenichi Handa [Thu, 21 May 1998 01:46:39 +0000 (01:46 +0000)]
(make-coding-system): If ISO2022 based
8-bit coding system allows alternative designation, set the coding
category to `coding-category-iso-8-else'.

26 years ago(gud-perldb-marker-acc): Variable deleted.
Richard M. Stallman [Wed, 20 May 1998 05:24:42 +0000 (05:24 +0000)]
(gud-perldb-marker-acc): Variable deleted.
(gud defgroup): Doc fix.

26 years ago(mail-unsent-separator): Handle "returned message follows".
Richard M. Stallman [Wed, 20 May 1998 04:31:10 +0000 (04:31 +0000)]
(mail-unsent-separator): Handle "returned message follows".

26 years ago(set-variable): Offer variable at point as default.
Richard M. Stallman [Wed, 20 May 1998 03:54:58 +0000 (03:54 +0000)]
(set-variable): Offer variable at point as default.

26 years ago(syms_of_minibuf): Doc fix.
Richard M. Stallman [Wed, 20 May 1998 03:01:19 +0000 (03:01 +0000)]
(syms_of_minibuf): Doc fix.

26 years ago(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.
Richard M. Stallman [Wed, 20 May 1998 02:01:10 +0000 (02:01 +0000)]
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fixes.

26 years agoUpdate copyright notice.
Richard M. Stallman [Wed, 20 May 1998 00:56:03 +0000 (00:56 +0000)]
Update copyright notice.

26 years agoSeveral doc fixes.
Richard M. Stallman [Wed, 20 May 1998 00:46:03 +0000 (00:46 +0000)]
Several doc fixes.
(get-language-info, set-language-info): Rename argument.
(set-language-info-alist): Likewise.
(find-coding-systems-region-subset-p): Renamed from subset-p.
(find-coding-systems-region): Use new name.
(register-input-method): Rename argument.
(activate-input-method): If INPUT-METHOD is nil, deactivate.

26 years ago(frame-background-mode): Define a :set function
Richard M. Stallman [Wed, 20 May 1998 00:40:19 +0000 (00:40 +0000)]
(frame-background-mode): Define a :set function
to update the background mode of existing frames.

26 years ago(struct buffer): New slot display_time.
Richard M. Stallman [Wed, 20 May 1998 00:39:09 +0000 (00:39 +0000)]
(struct buffer): New slot display_time.

26 years ago(syms_of_buffer): Set up Lisp variable buffer-display-time.
Richard M. Stallman [Wed, 20 May 1998 00:38:47 +0000 (00:38 +0000)]
(syms_of_buffer): Set up Lisp variable buffer-display-time.
Doc fixes.
(reset_buffer): Initialize display_time slot.
(init_buffer_once): Initialize display_time slot.

26 years ago(Fselect_window): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 22:35:20 +0000 (22:35 +0000)]
(Fselect_window): Doc fix.
(temp_output_buffer_show): Make the temp buffer current
before running Qtemp_buffer_show_hook.

26 years ago(redisplay_window): Don't use window->start
Richard M. Stallman [Tue, 19 May 1998 22:34:36 +0000 (22:34 +0000)]
(redisplay_window): Don't use window->start
if it is out of range of BEGV/ZV.

26 years agoRewrote cal-tex-list-holidays to get holidays in the range correctly (and more
Edward M. Reingold [Tue, 19 May 1998 22:24:01 +0000 (22:24 +0000)]
Rewrote cal-tex-list-holidays to get holidays in the range correctly (and more
simply).

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Tue, 19 May 1998 07:09:32 +0000 (07:09 +0000)]
automatically generated from GPLed version

26 years ago(message-mode): Locally bind adaptive-fill-regexp
Richard M. Stallman [Tue, 19 May 1998 05:45:21 +0000 (05:45 +0000)]
(message-mode): Locally bind adaptive-fill-regexp
and adaptive-fill-first-line-regexp.

26 years ago(kill-region): Set this-command unconditionally in a read-only buffer.
Richard M. Stallman [Tue, 19 May 1998 05:22:50 +0000 (05:22 +0000)]
(kill-region): Set this-command unconditionally in a read-only buffer.

26 years ago(temporary-file-directory): Renamed from system-tmp-directory.
Richard M. Stallman [Tue, 19 May 1998 05:21:42 +0000 (05:21 +0000)]
(temporary-file-directory): Renamed from system-tmp-directory.
Value is now a directory name, not a file name.

26 years agoComment changes.
Richard M. Stallman [Tue, 19 May 1998 05:12:47 +0000 (05:12 +0000)]
Comment changes.

26 years ago(defcustom): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 05:10:27 +0000 (05:10 +0000)]
(defcustom): Doc fix.

26 years ago(uniquify-ignore-buffers-re): New variable.
Richard M. Stallman [Tue, 19 May 1998 05:07:48 +0000 (05:07 +0000)]
(uniquify-ignore-buffers-re): New variable.
(uniquify-rationalize-file-buffer-names): Implement it.

26 years ago(tex-command-end): New variable.
Richard M. Stallman [Tue, 19 May 1998 04:27:28 +0000 (04:27 +0000)]
(tex-command-end): New variable.
(tex-start-tex): Use it.
(plain-tex-mode): Locally set tex-command-end.
(tex-common-initialization): Make local binding for it.x

26 years ago*** empty log message ***
Richard M. Stallman [Tue, 19 May 1998 03:45:57 +0000 (03:45 +0000)]
*** empty log message ***

26 years ago(read_minibuf): If history list var is void, make it nil.
Richard M. Stallman [Tue, 19 May 1998 03:41:25 +0000 (03:41 +0000)]
(read_minibuf): If history list var is void, make it nil.

26 years ago(byte-compile-insert-header): Do not look for multibyte characters here.
Richard M. Stallman [Tue, 19 May 1998 02:59:42 +0000 (02:59 +0000)]
(byte-compile-insert-header): Do not look for multibyte characters here.
Generate the right file header for use if there are none.
Insert a line of semicolons for subsequent deletion if needed.
(byte-compile-fix-header): New function.
This updates the file header if the file uses multibyte characters.
(byte-compile-from-buffer): Call byte-compile-insert-header
before compiling, and byte-compile-fix-header at the end.

26 years ago(rmail-toggle-header): Ensure blank line between headers and body.
Richard M. Stallman [Tue, 19 May 1998 00:42:55 +0000 (00:42 +0000)]
(rmail-toggle-header): Ensure blank line between headers and body.

26 years ago(which-func-modes): Fix custom type.
Richard M. Stallman [Tue, 19 May 1998 00:38:20 +0000 (00:38 +0000)]
(which-func-modes): Fix custom type.
(which-func-non-auto-modes): Likewise.

26 years ago(rmail-mime-feature): Doc fix.
Richard M. Stallman [Tue, 19 May 1998 00:15:22 +0000 (00:15 +0000)]
(rmail-mime-feature): Doc fix.

26 years agoCustomized.
Richard M. Stallman [Mon, 18 May 1998 05:40:30 +0000 (05:40 +0000)]
Customized.
(vi-self-insert): New function.
(vi-dot): Use that.
(vi-dot-insertion-function): Variable deleted.

26 years agoInitial revision
Richard M. Stallman [Mon, 18 May 1998 05:28:11 +0000 (05:28 +0000)]
Initial revision

26 years ago(skip_chars): Fix previous change.
Kenichi Handa [Mon, 18 May 1998 04:53:37 +0000 (04:53 +0000)]
(skip_chars): Fix previous change.

26 years ago(finder-known-keywords): Add `convenience'.
Richard M. Stallman [Mon, 18 May 1998 04:34:54 +0000 (04:34 +0000)]
(finder-known-keywords): Add `convenience'.

26 years ago(create-fontset-from-fontset-spec): Add autoload cookie.
Richard M. Stallman [Mon, 18 May 1998 03:45:58 +0000 (03:45 +0000)]
(create-fontset-from-fontset-spec): Add autoload cookie.

26 years agoChange term translate-XXX-map to map-XXX
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term translate-XXX-map to map-XXX
throughout the file.  Change terms unify/unification to
translate/translation respectively throughtout the file.

26 years agoChange term unification to
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term unification to
translation throughtout the file.

26 years agoChange term unification to translation
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
Change term unification to translation
throughtout the file.
(set-clipboard-coding-system): New function.

26 years ago(quail-completion): Consecutive call of
Kenichi Handa [Mon, 18 May 1998 01:01:00 +0000 (01:01 +0000)]
(quail-completion): Consecutive call of
this command scrolls the Quail completion buffer.

26 years ago(Vnonascii_translation_table): Name changed from
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(Vnonascii_translation_table): Name changed from
Vnonascii_translate_table.

26 years agoChange term translation to code conversion, then change
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change term translation to code conversion, then change
terms unify/unification to translate/translation respectively
throughtout the file.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(ONE_BYTE_CHAR_WIDTH): Delete unnecessary continuation line at the
tail.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(GET_TRANSLATION_TABLE): Name changed from UNIFICATION_ID_TABLE.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.
(encode_coding_iso2022): Fix bug in encoding a text ending by a
composite character.
(check_composing_code): If we are decoding the last block of data,
return 0 even if the source doesn't end by an escape sequence
which terminates the current composing sequence.
(decode_coding_iso2022): Decode correctly even if the source
doesn't end by an escape sequence which terminates the current
composing sequence.

26 years agoChange terms unify/unification to
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
Change terms unify/unification to
translate/translation respectively throughtout the file.

26 years ago(concat): Fix bug in concatinating a list of multibyte and
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(concat): Fix bug in concatinating a list of multibyte and
unibyte characters.

26 years ago(skip_chars): Fix bug in handling a range which
Kenichi Handa [Mon, 18 May 1998 00:59:38 +0000 (00:59 +0000)]
(skip_chars): Fix bug in handling a range which
contains multibyte characters.

26 years ago(get_boot_time): Scan the whole wtmp file
Richard M. Stallman [Mon, 18 May 1998 00:17:38 +0000 (00:17 +0000)]
(get_boot_time): Scan the whole wtmp file
to find the most recent reboot.

26 years ago(debugger-frame-clear): Doc fix.
Richard M. Stallman [Sun, 17 May 1998 22:02:49 +0000 (22:02 +0000)]
(debugger-frame-clear): Doc fix.

26 years ago(Fexpand_file_name): Change conditional
Richard M. Stallman [Sun, 17 May 1998 21:37:02 +0000 (21:37 +0000)]
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.

26 years ago(vc-parse-cvs-status): Grok new form of conflict message.
André Spiegel [Sun, 17 May 1998 15:33:39 +0000 (15:33 +0000)]
(vc-parse-cvs-status): Grok new form of conflict message.

26 years agoUpdated with latest version. Changes include:
Eric M. Ludlam [Sun, 17 May 1998 13:20:26 +0000 (13:20 +0000)]
Updated with latest  version.  Changes include:
Added checks for basics in messages using `error'.
Added check for symbols that are both functions and symbols.
    These references are ambiguous and should be prefixed with
    "function", or "variable".  Added auto-fix for this also.
Added auto fix for args that do not occur in the doc string.
Fixed question about putting a symbol in `quotes'.
Added spaces to the end of all y/n questions.
Added checks for y/n question endings to require "? "

26 years ago*** empty log message ***
Dan Nicolaescu [Sun, 17 May 1998 02:09:05 +0000 (02:09 +0000)]
*** empty log message ***

26 years ago(hs-life-goes-on): Use Emacs' native backquote support.
Dan Nicolaescu [Sun, 17 May 1998 01:55:17 +0000 (01:55 +0000)]
(hs-life-goes-on): Use Emacs' native backquote support.

26 years ago(rmail-retry-failure):
Richard M. Stallman [Sat, 16 May 1998 22:26:27 +0000 (22:26 +0000)]
(rmail-retry-failure):
Use mail-sendmail-delimit-header, not mail-send-delimit-header.

26 years ago(insert_1_both, insert_from_string_1, replace_range)
Richard M. Stallman [Sat, 16 May 1998 20:34:59 +0000 (20:34 +0000)]
(insert_1_both, insert_from_string_1, replace_range)
(insert_from_buffer_1, adjust_before_replace, adjust_after_replace):
Don't copy text being deleted, if undo is disabled.

26 years ago(Fexpand_file_name) [WINDOWSNT]: Be careful not to
Richard M. Stallman [Sat, 16 May 1998 19:56:07 +0000 (19:56 +0000)]
(Fexpand_file_name) [WINDOWSNT]: Be careful not to
concatenate the directory prefix and file name to accidentally
create a network share name.

26 years agoWhitespace change.
Richard M. Stallman [Sat, 16 May 1998 19:08:49 +0000 (19:08 +0000)]
Whitespace change.

26 years ago(read_char): If redisplay is preempted,
Richard M. Stallman [Sat, 16 May 1998 18:30:52 +0000 (18:30 +0000)]
(read_char): If redisplay is preempted,
try swallow_events; if that clears input_pending,
finish the redisplay.

(parse_menu_item): Removed unnecessary gcproing.
Fix a test of inmenubar.

26 years ago(readchar): Use readchar_backlog again
Richard M. Stallman [Sat, 16 May 1998 18:30:00 +0000 (18:30 +0000)]
(readchar): Use readchar_backlog again
to read a character byte by byte, if its byte sequence
does not really match the character code.
(unreadchar): Handle readchar_backlog.
(readevalloop, Fread): Initialize readchar_backlog to -1.

26 years ago(vc-update-change-log): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:53:32 +0000 (17:53 +0000)]
(vc-update-change-log): Use temporary-file-directory.
Use expand-file-name on it.

26 years ago(c-macro-expansion):
Richard M. Stallman [Sat, 16 May 1998 17:52:29 +0000 (17:52 +0000)]
(c-macro-expansion):
Use temporary-file-directory.  Choose temp file name properly.

26 years ago(jka-compr-temp-name-template): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:50:00 +0000 (17:50 +0000)]
(jka-compr-temp-name-template): Use temporary-file-directory.

26 years ago(emerge-temp-file-prefix): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:48:49 +0000 (17:48 +0000)]
(emerge-temp-file-prefix): Use temporary-file-directory.

26 years ago(ediff-temp-file-prefix): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:47:27 +0000 (17:47 +0000)]
(ediff-temp-file-prefix): Use temporary-file-directory.

26 years ago(browse-url-temp-dir): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:35:23 +0000 (17:35 +0000)]
(browse-url-temp-dir): Use temporary-file-directory.

26 years ago(archive-tmpdir): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:34:20 +0000 (17:34 +0000)]
(archive-tmpdir): Use temporary-file-directory.

26 years ago(ange-ftp-tmp-name-template): Use temporary-file-directory.
Richard M. Stallman [Sat, 16 May 1998 17:33:11 +0000 (17:33 +0000)]
(ange-ftp-tmp-name-template): Use temporary-file-directory.

26 years ago(dired-mark-subdir-files): Doc fix.
Richard M. Stallman [Sat, 16 May 1998 04:14:04 +0000 (04:14 +0000)]
(dired-mark-subdir-files): Doc fix.

26 years ago(ps-file-end): Put Trailer and Pages before EndDoc.
Richard M. Stallman [Sat, 16 May 1998 03:49:47 +0000 (03:49 +0000)]
(ps-file-end): Put Trailer and Pages before EndDoc.
(ps-print-control-characters): Doc fix.

26 years ago(vc-update-change-log): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:44:16 +0000 (03:44 +0000)]
(vc-update-change-log): Use system-tmp-directory.

26 years ago(c-macro-expansion): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:44:02 +0000 (03:44 +0000)]
(c-macro-expansion): Use system-tmp-directory.

26 years ago(jka-compr-temp-name-template): Use system-tmp-directory
Richard M. Stallman [Sat, 16 May 1998 03:43:44 +0000 (03:43 +0000)]
(jka-compr-temp-name-template): Use system-tmp-directory

26 years ago(emerge-temp-file-prefix): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:43:28 +0000 (03:43 +0000)]
(emerge-temp-file-prefix): Use system-tmp-directory.