]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

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

26 years ago(browse-url-temp-dir): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:40:39 +0000 (03:40 +0000)]
(browse-url-temp-dir): Use system-tmp-directory.

26 years ago(archive-tmpdir): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:40:21 +0000 (03:40 +0000)]
(archive-tmpdir): Use system-tmp-directory.

26 years ago(ange-ftp-tmp-name-template): Use system-tmp-directory.
Richard M. Stallman [Sat, 16 May 1998 03:38:59 +0000 (03:38 +0000)]
(ange-ftp-tmp-name-template): Use system-tmp-directory.

26 years ago(system-tmp-directory): New variable.
Richard M. Stallman [Sat, 16 May 1998 03:38:20 +0000 (03:38 +0000)]
(system-tmp-directory): New variable.

(recover-session-finish): Unmark the current line
so that the file being used for recovery will not get deleted.

26 years ago(set-auto-coding): Exclude \n when matching the coding system name.
Richard M. Stallman [Fri, 15 May 1998 22:24:17 +0000 (22:24 +0000)]
(set-auto-coding): Exclude \n when matching the coding system name.

26 years ago(search_buffer): Set search regs for all success with an empty string.
Richard M. Stallman [Fri, 15 May 1998 22:23:01 +0000 (22:23 +0000)]
(search_buffer): Set search regs for all success with an empty string.
(set_search_regs): Clear out all regs except 0.

26 years ago(define-mail-alias): Compensate for not resetting the match data when
Richard M. Stallman [Fri, 15 May 1998 21:50:07 +0000 (21:50 +0000)]
(define-mail-alias): Compensate for not resetting the match data when
string-match fails.

26 years ago(signal_quit): Add prototype.
Richard M. Stallman [Fri, 15 May 1998 20:55:45 +0000 (20:55 +0000)]
(signal_quit): Add prototype.

26 years ago(sys_select): Always wait on interrupt_handle, so that
Richard M. Stallman [Fri, 15 May 1998 20:55:26 +0000 (20:55 +0000)]
(sys_select): Always wait on interrupt_handle, so that
user can break out of `accept-process-input' (for instance) by typing C-g.

26 years ago(w32_wnd_proc): Call signal_quit when C-g is received.
Richard M. Stallman [Fri, 15 May 1998 20:53:53 +0000 (20:53 +0000)]
(w32_wnd_proc): Call signal_quit when C-g is received.

26 years ago(interrupt_handle): New variable.
Richard M. Stallman [Fri, 15 May 1998 20:53:39 +0000 (20:53 +0000)]
(interrupt_handle): New variable.
(init_crit): Initialize it.
(delete_crit): Cleanup on exit.
(signal_quit): New function.  Signal any threads that are blocked
on a "system" call (provided they have been specially written to
check for this), so the call can fail with EINTR as on Unix.

26 years ago(ange-ftp-start-process): Handle Windows ftp client.
Richard M. Stallman [Fri, 15 May 1998 20:35:58 +0000 (20:35 +0000)]
(ange-ftp-start-process): Handle Windows ftp client.

26 years ago(setup-8-bit-environment):
Richard M. Stallman [Fri, 15 May 1998 05:50:20 +0000 (05:50 +0000)]
(setup-8-bit-environment):
After loading latin-N, reset the standard case table
and each buffer's case table.

26 years ago(byte-decompile-bytecode-1):
Richard M. Stallman [Fri, 15 May 1998 05:49:05 +0000 (05:49 +0000)]
(byte-decompile-bytecode-1):
Cope with an out-of-range constvec index.

26 years agoDoc fix.
Richard M. Stallman [Fri, 15 May 1998 05:48:02 +0000 (05:48 +0000)]
Doc fix.

26 years agoInitial revision
Richard M. Stallman [Fri, 15 May 1998 05:45:53 +0000 (05:45 +0000)]
Initial revision

26 years agoLoad dos-vars along with dos-fns.
Richard M. Stallman [Fri, 15 May 1998 05:44:56 +0000 (05:44 +0000)]
Load dos-vars along with dos-fns.

26 years ago(dos-ps-printer, dos-printer, msdos-shells):
Richard M. Stallman [Fri, 15 May 1998 05:43:41 +0000 (05:43 +0000)]
(dos-ps-printer, dos-printer, msdos-shells):
Defcustoms replaced with defvars.
(dos-fns): defgroup deleted.

26 years ago(type-break-mode): Don't alter global-mode-string.
Richard M. Stallman [Fri, 15 May 1998 05:20:58 +0000 (05:20 +0000)]
(type-break-mode): Don't alter global-mode-string.
Instead, add an element to minor-mode-alist.

26 years ago(convenience): New group.
Richard M. Stallman [Fri, 15 May 1998 05:02:29 +0000 (05:02 +0000)]
(convenience): New group.

26 years ago(Info-find-node): Use info-file-exists-p
Richard M. Stallman [Fri, 15 May 1998 04:05:56 +0000 (04:05 +0000)]
(Info-find-node): Use info-file-exists-p
(info-insert-file-contents): Use info-file-exists-p.
(info-file-exists-p): New function.

26 years agoRenamed "struct buffer" to "struct termcap_buffer" to
Richard M. Stallman [Fri, 15 May 1998 00:34:07 +0000 (00:34 +0000)]
Renamed "struct buffer" to "struct termcap_buffer" to
avoid confusing the MSVC debugger.

26 years ago(install-arch-indep): Fix previous change.
Richard M. Stallman [Fri, 15 May 1998 00:25:16 +0000 (00:25 +0000)]
(install-arch-indep): Fix previous change.

26 years agoAdd binding for C-x z to vi-dot here.
Richard M. Stallman [Thu, 14 May 1998 21:16:49 +0000 (21:16 +0000)]
Add binding for C-x z to vi-dot here.

26 years agoFix mispelling.
Edward M. Reingold [Thu, 14 May 1998 19:40:20 +0000 (19:40 +0000)]
Fix mispelling.

26 years ago(archive-tmpdir): Make the prefix of the temporary
Eli Zaretskii [Thu, 14 May 1998 15:08:55 +0000 (15:08 +0000)]
(archive-tmpdir): Make the prefix of the temporary
directory absolute.
(file-name-invalid-regexp): New variable.
(archive-zip-case-fiddle): Doc fix.
(archive-remote): Make it permanent-local.
(archive-member-coding-system): New variable.
(archive-mode): Don't use write-contents-hooks for remote
archives.  Archives whose names are illegal for the current
filesystem are marked read-only.
(archive-summarize): Optional argument SHUT-UP makes it silent.
All callers changed.
(archive-unique-fname): New function.
(archive-maybe-copy): Use it.
(archive-maybe-copy, archive-write-file): Bind
coding-system-for-write to no-conversion.
(archive-maybe-update, archive-mode-revert): Bind
coding-system-for-read to no-conversion.
(archive-maybe-update): Remain at the same line in the archive
listing, after updating the archive.  Print the buffer name of the
archive to be saved.
(archive-extract): Mark archive members whose names are invalid as
read-only.  Don't set buffer-file-type.  Remove the write-contents
hook for remote archives.  Warn about read-only archives inside
other archives.
(archive-write-file-member): Handle remote archives.  Restore
value of last-coding-system-used.
(archive-*-write-file-member): Handle archives inside other
archives.  Save the value of last-coding-system-used.
(archive-write-file): New optional variable FILE: where to write
the archive; defaults to buffer-file-name, for remote archives.
(archive-zip-summarize, archive-zip-chmod-entry): Support VFAT
type of host filesystem.
(archive-zip-summarize): Don't fiddle letter case of mixed-case
file names.

26 years ago(ad-handle-definition, defadvice): Fix error messages.
Richard M. Stallman [Thu, 14 May 1998 05:39:59 +0000 (05:39 +0000)]
(ad-handle-definition, defadvice): Fix error messages.

26 years ago(describe-key-briefly): When INSERT, put cmd name in `...'.
Richard M. Stallman [Thu, 14 May 1998 05:23:24 +0000 (05:23 +0000)]
(describe-key-briefly): When INSERT, put cmd name in `...'.

26 years ago(w32_ring_bell): Flash window correctly.
Geoff Voelker [Thu, 14 May 1998 05:16:54 +0000 (05:16 +0000)]
(w32_ring_bell): Flash window correctly.

26 years ago(install-arch-indep): Don't alter site-lisp/subdirs.el if it exists.
Richard M. Stallman [Thu, 14 May 1998 04:58:47 +0000 (04:58 +0000)]
(install-arch-indep): Don't alter site-lisp/subdirs.el if it exists.

26 years ago(locale-translation-file-name): New variable.
Richard M. Stallman [Thu, 14 May 1998 03:55:13 +0000 (03:55 +0000)]
(locale-translation-file-name): New variable.
(command-line): Use it to decode locale aliases.

26 years ago(Finsert_file_contents): Don't check non-regular
Richard M. Stallman [Thu, 14 May 1998 03:54:50 +0000 (03:54 +0000)]
(Finsert_file_contents): Don't check non-regular
files for a coding: specification.

26 years ago(disassemble-1): Reference bytecode string as unibyte.
Richard M. Stallman [Thu, 14 May 1998 00:57:14 +0000 (00:57 +0000)]
(disassemble-1): Reference bytecode string as unibyte.

26 years ago(init_environment): Set TMPDIR to an existing
Eli Zaretskii [Wed, 13 May 1998 15:12:18 +0000 (15:12 +0000)]
(init_environment): Set TMPDIR to an existing
directory.  Abort if none of the usual places is available.

26 years ago(Finsert_file_contents): Check that a -*- coding: -*- spec
Richard M. Stallman [Wed, 13 May 1998 06:47:40 +0000 (06:47 +0000)]
(Finsert_file_contents): Check that a -*- coding: -*- spec
or a local variables list exists, before Vset_auto_coding_function.

26 years ago(skip_chars): When fetching char after \,
Richard M. Stallman [Wed, 13 May 1998 06:47:15 +0000 (06:47 +0000)]
(skip_chars): When fetching char after \,
don't fail to set c_leading_code.

26 years ago(format-alist): Use -f when running recode.
Richard M. Stallman [Wed, 13 May 1998 05:23:56 +0000 (05:23 +0000)]
(format-alist): Use -f when running recode.

26 years ago(byte-compile-insert-header): Fix prev chg.
Richard M. Stallman [Wed, 13 May 1998 04:48:48 +0000 (04:48 +0000)]
(byte-compile-insert-header): Fix prev chg.

26 years ago(type-break-mode-line-message-mode): Doc fix. Fix some messages.
Richard M. Stallman [Wed, 13 May 1998 01:46:28 +0000 (01:46 +0000)]
(type-break-mode-line-message-mode): Doc fix.  Fix some messages.
(type-break-mode): Doc fix.

26 years ago(Fminibuffer_complete_word): Fix the string-comparison loop.
Richard M. Stallman [Wed, 13 May 1998 00:30:55 +0000 (00:30 +0000)]
(Fminibuffer_complete_word): Fix the string-comparison loop.

26 years ago(byte-compile-from-buffer):
Richard M. Stallman [Wed, 13 May 1998 00:03:19 +0000 (00:03 +0000)]
(byte-compile-from-buffer):
Insert the output file header after compiling all the input.
(byte-compile-output-file-form): Major cleanup.
If output file contains multibyte chars,
insist on Emacs 20 when loading.

26 years ago(ispell-dictionary-alist-1): Doc fix.
Richard M. Stallman [Tue, 12 May 1998 23:27:21 +0000 (23:27 +0000)]
(ispell-dictionary-alist-1): Doc fix.
(ispell-dictionary-alist-2): Doc fix.

26 years ago(rmail-decode-babyl-format):
Richard M. Stallman [Tue, 12 May 1998 23:26:17 +0000 (23:26 +0000)]
(rmail-decode-babyl-format):
Set save-buffer-coding-system instead of buffer-file-coding-system.
Decode the whole Babyl text at once, not message by message.
Don't alter global value of rmail-file-coding-system.
(rmail-show-message): Set buffer-file-coding-system from
X-Coding-System header field.
(rmail-convert-to-babyl-format): Record X-Coding-System header
for each message that was converted.
(rmail-variables): Make local binding for save-buffer-coding-system,
and set it from buffer-file-coding-system if not already non-nil.

(rmail-ignored-headers): Ignore X-Coding-System header.
Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.

26 years ago(install-arch-indep): Put `-' on commands to create
Richard M. Stallman [Tue, 12 May 1998 23:12:30 +0000 (23:12 +0000)]
(install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.

26 years ago(get_doc_string): New arg UNIBYTE
Richard M. Stallman [Tue, 12 May 1998 23:11:10 +0000 (23:11 +0000)]
(get_doc_string): New arg UNIBYTE
Maybe use make_unibyte_string.  All callers changed.
(read_doc_string): Specify 1 for UNIBYTE.

26 years ago(Finsert_file_contents): Don't use the fast replace code
Richard M. Stallman [Tue, 12 May 1998 23:10:15 +0000 (23:10 +0000)]
(Finsert_file_contents): Don't use the fast replace code
if coding needs eol conversion.
(Finsert_file_contents) [DOS_NT]: When setting buffer_file_type,
if code conversion is needed, file is not binary.

26 years ago(after-insert-file-set-buffer-file-coding-system):
Richard M. Stallman [Tue, 12 May 1998 23:09:35 +0000 (23:09 +0000)]
(after-insert-file-set-buffer-file-coding-system):
Don't make buffer unibyte unless we seem to be visiting a file.

26 years ago(parse_menu_item): Argument inmenubar < 0 now means
Richard M. Stallman [Tue, 12 May 1998 21:33:59 +0000 (21:33 +0000)]
(parse_menu_item): Argument inmenubar < 0 now means
parsing a keyboard menu item.
(read_char_minibuf_menu_prompt): Use `parse_menu_item' to understand
new menu item format.

26 years ago(stat, get_long_basename): Fail if filename contains any
Richard M. Stallman [Tue, 12 May 1998 21:33:44 +0000 (21:33 +0000)]
(stat, get_long_basename): Fail if filename contains any
characters that are illegal in file names.

26 years ago(Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.
Richard M. Stallman [Tue, 12 May 1998 20:15:27 +0000 (20:15 +0000)]
(Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES.

26 years ago(smtpmail-via-smtp): Speciy process coding system.
Richard M. Stallman [Tue, 12 May 1998 19:44:17 +0000 (19:44 +0000)]
(smtpmail-via-smtp): Speciy process coding system.

26 years agoAdd separators to Holidays menu.
Edward M. Reingold [Tue, 12 May 1998 15:32:50 +0000 (15:32 +0000)]
Add separators to Holidays menu.

26 years ago(calendar-mode-map): Rename `holidays' menu to `Holidays'.
Richard M. Stallman [Tue, 12 May 1998 03:12:08 +0000 (03:12 +0000)]
(calendar-mode-map): Rename `holidays' menu to `Holidays'.
(cal-menu-update): Similar renamings; change the arg to
easy-menu-change also.  Change some item names.

26 years ago(assoc_for_completion): Use Fcompare_strings.
Richard M. Stallman [Tue, 12 May 1998 02:48:51 +0000 (02:48 +0000)]
(assoc_for_completion): Use Fcompare_strings.
(test_completion): In obarray, try both unibyte and multibyte strings.
(read_minibuf): Convert unibyte prompt to multi if minibuffer is multi.
(Fdisplay_completion_list): Convert unibyte to strings to multibyte
to conform to the buffer.

26 years ago(easy-menu-change): Add autoload cookie.
Richard M. Stallman [Mon, 11 May 1998 23:34:25 +0000 (23:34 +0000)]
(easy-menu-change): Add autoload cookie.

26 years ago(tar-subfile-mode): Call auto-save-mode with -1.
Dave Love [Mon, 11 May 1998 18:49:42 +0000 (18:49 +0000)]
(tar-subfile-mode): Call auto-save-mode with -1.

26 years agoMinor fix to earlier changes today.
Edward M. Reingold [Mon, 11 May 1998 17:18:04 +0000 (17:18 +0000)]
Minor fix to earlier changes today.

26 years ago(redisplay_window): Handle scroll_step along with
Richard M. Stallman [Mon, 11 May 1998 16:36:02 +0000 (16:36 +0000)]
(redisplay_window): Handle scroll_step along with
scroll_conservatively.  Fix 1-off error checking the limit for them.

26 years ago(unlock_file): Encode the file name.
Richard M. Stallman [Mon, 11 May 1998 15:52:28 +0000 (15:52 +0000)]
(unlock_file): Encode the file name.

26 years agoOn exiting, don't signal error when user changes mind.
Edward M. Reingold [Mon, 11 May 1998 15:48:24 +0000 (15:48 +0000)]
On exiting, don't signal error when user changes mind.

26 years agoMade holiday button on menu bar related to current calendar display.
Edward M. Reingold [Mon, 11 May 1998 14:56:37 +0000 (14:56 +0000)]
Made holiday button on menu bar related to current calendar display.

26 years ago(save-buffer-coding-system): New variable.
Richard M. Stallman [Mon, 11 May 1998 01:33:54 +0000 (01:33 +0000)]
(save-buffer-coding-system): New variable.
(basic-save-buffer-1): Obey it.
(basic-save-buffer): Set save-buffer-coding-system instead of
buffer-file-coding-system, if save-buffer-coding-system is already non-nil.

26 years ago(last-coding-system-specified): New var.
Richard M. Stallman [Mon, 11 May 1998 01:22:35 +0000 (01:22 +0000)]
(last-coding-system-specified): New var.
(select-safe-coding-system): Set var if user specifies a coding system.

26 years ago(normal-top-level-add-subdirs-to-load-path):
Richard M. Stallman [Mon, 11 May 1998 01:17:48 +0000 (01:17 +0000)]
(normal-top-level-add-subdirs-to-load-path):
Ignore subdirectories whose names start with nonalphanumeric
or that have a file called .nosearch.

26 years ago(Fset_buffer_multibyte): Error if marker is put
Richard M. Stallman [Mon, 11 May 1998 01:14:36 +0000 (01:14 +0000)]
(Fset_buffer_multibyte): Error if marker is put
on buffer's marker-chain while we have temporarily put nil there.

26 years ago(unchain_marker): Abort if the marker is not in its buffer's chain.
Richard M. Stallman [Mon, 11 May 1998 01:11:02 +0000 (01:11 +0000)]
(unchain_marker): Abort if the marker is not in its buffer's chain.
(buf_bytepos_to_charpos): Fix assignment of `record'
when scanning from below.
Don't create a marker if buffer's marker chain is empty.

26 years agoComment change.
Richard M. Stallman [Mon, 11 May 1998 01:08:59 +0000 (01:08 +0000)]
Comment change.

26 years ago(code_convert_region1): Set Vlast_coding_system_used.
Richard M. Stallman [Sun, 10 May 1998 21:52:08 +0000 (21:52 +0000)]
(code_convert_region1): Set Vlast_coding_system_used.
(code_convert_string1): Likewise.
(Fdecode_coding_region, Fencode_coding_region): Doc fixes.
(Fdecode_coding_string, Fencode_coding_string): Doc fixes.

26 years ago(Fstart_process): Remove the special case for
Richard M. Stallman [Sun, 10 May 1998 19:21:05 +0000 (19:21 +0000)]
(Fstart_process): Remove the special case for
unibyte, for initializing the process coding systems.
Instead, use the normal multibyte code, but check
BUFFER's value and the default value of enable-multibyte-characters.
(Fopen_network_stream): Likewise.

26 years agoFix previous change.
Richard M. Stallman [Sun, 10 May 1998 18:45:55 +0000 (18:45 +0000)]
Fix previous change.

26 years ago(TAGS): Specify directory when running etags.
Richard M. Stallman [Sun, 10 May 1998 07:01:15 +0000 (07:01 +0000)]
(TAGS): Specify directory when running etags.

26 years ago(add-log-current-defun): Fix previous change--skip
Richard M. Stallman [Sun, 10 May 1998 05:53:16 +0000 (05:53 +0000)]
(add-log-current-defun): Fix previous change--skip
tab and newline also.

26 years ago(byte-compile-output-docform): Use position-bytes.
Richard M. Stallman [Sun, 10 May 1998 03:50:03 +0000 (03:50 +0000)]
(byte-compile-output-docform): Use position-bytes.

26 years ago(elisp.dvi): Add missing backslash.
Richard M. Stallman [Sun, 10 May 1998 01:43:32 +0000 (01:43 +0000)]
(elisp.dvi): Add missing backslash.

26 years ago(Fbyte_code): Don't use Bmark.
Richard M. Stallman [Sun, 10 May 1998 01:16:42 +0000 (01:16 +0000)]
(Fbyte_code): Don't use Bmark.

26 years ago(xstring): Handle unibyte strings.
Richard M. Stallman [Sun, 10 May 1998 01:13:11 +0000 (01:13 +0000)]
(xstring): Handle unibyte strings.
(xchartable, xboolvector): New commands.

26 years ago(redisplay_window): Don't use last_point_x and last_point_y
Richard M. Stallman [Sun, 10 May 1998 00:40:00 +0000 (00:40 +0000)]
(redisplay_window): Don't use last_point_x and last_point_y
if cursor_in_echo_area.

26 years ago(Qbuffer_name_history): New variable.
Richard M. Stallman [Sat, 9 May 1998 23:55:27 +0000 (23:55 +0000)]
(Qbuffer_name_history): New variable.
(syms_of_minibuf): Initialize it.
(Fread_buffer): Use that history list.

26 years ago(detect_coding_mask): Check also coding-category-binary.
Richard M. Stallman [Sat, 9 May 1998 21:47:17 +0000 (21:47 +0000)]
(detect_coding_mask): Check also coding-category-binary.

26 years ago(standard-display-european): Doc fix.
Richard M. Stallman [Sat, 9 May 1998 21:10:30 +0000 (21:10 +0000)]
(standard-display-european): Doc fix.

26 years ago(find-function-noselect): Autoload it.
Richard M. Stallman [Sat, 9 May 1998 19:53:47 +0000 (19:53 +0000)]
(find-function-noselect): Autoload it.

26 years ago(scan_lists, scan_sexps_forward): Move complex expressions
Richard M. Stallman [Sat, 9 May 1998 07:39:00 +0000 (07:39 +0000)]
(scan_lists, scan_sexps_forward): Move complex expressions
outside of the switch statement.

26 years ago(mail-signature): Allow expression as value.
Richard M. Stallman [Sat, 9 May 1998 07:24:47 +0000 (07:24 +0000)]
(mail-signature): Allow expression as value.
Improve prompts in custom type.  Add risky-local-variable property.
(mail-setup): Implement that feature.

26 years ago(widgets: sexp, variable, list, vector): Doc fixes.
Richard M. Stallman [Sat, 9 May 1998 07:12:14 +0000 (07:12 +0000)]
(widgets: sexp, variable, list, vector): Doc fixes.

26 years ago(generate-file-autoloads): Handle progn forms generated by
Richard M. Stallman [Sat, 9 May 1998 07:02:50 +0000 (07:02 +0000)]
(generate-file-autoloads): Handle progn forms generated by
make-autoload: print just the first subform with print-escape-newlines.

26 years ago(mail-strip-quoted-names):
Richard M. Stallman [Sat, 9 May 1998 06:40:53 +0000 (06:40 +0000)]
(mail-strip-quoted-names):
Delete comments, then delete leading/trailing whitespace.

26 years ago(customize-group-other-window): Handle groups not
Richard M. Stallman [Sat, 9 May 1998 04:59:22 +0000 (04:59 +0000)]
(customize-group-other-window): Handle groups not
yet loaded.  If buffer exists, use it unchanged.  Rename parameter
and update doc string.

26 years agoFix previous change.
Kenichi Handa [Sat, 9 May 1998 01:23:58 +0000 (01:23 +0000)]
Fix previous change.

26 years ago(ps-alist-position): Renamed from ps-position.
Richard M. Stallman [Fri, 8 May 1998 22:26:43 +0000 (22:26 +0000)]
(ps-alist-position): Renamed from ps-position.
Look for ITEM as the car of an element.
(ps-font-number): Use ps-alist-position.
(ps-font-alist): Renamed from ps-font-list.