1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00
Commit graph

21996 commits

Author SHA1 Message Date
Richard M. Stallman
669c6673fc (Fminibuffer_complete_word): Fix the string-comparison loop. 1998-05-13 00:30:55 +00:00
Richard M. Stallman
1596952ed4 (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.
1998-05-13 00:03:19 +00:00
Richard M. Stallman
313aaa0cc9 (ispell-dictionary-alist-1): Doc fix.
(ispell-dictionary-alist-2): Doc fix.
1998-05-12 23:27:21 +00:00
Richard M. Stallman
578b64159b (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.
1998-05-12 23:26:17 +00:00
Richard M. Stallman
15cfd6226a (install-arch-indep): Put `-' on commands to create
subdirs.el in site-lisp dirs.
1998-05-12 23:12:30 +00:00
Richard M. Stallman
ba29c3c941 (get_doc_string): New arg UNIBYTE
Maybe use make_unibyte_string.  All callers changed.
(read_doc_string): Specify 1 for UNIBYTE.
1998-05-12 23:11:10 +00:00
Richard M. Stallman
70697733d4 (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.
1998-05-12 23:10:15 +00:00
Richard M. Stallman
ccb77b4efd (after-insert-file-set-buffer-file-coding-system):
Don't make buffer unibyte unless we seem to be visiting a file.
1998-05-12 23:09:35 +00:00
Richard M. Stallman
fd3613d785 (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.
1998-05-12 21:33:59 +00:00
Richard M. Stallman
bb1584c878 (stat, get_long_basename): Fail if filename contains any
characters that are illegal in file names.
1998-05-12 21:33:44 +00:00
Richard M. Stallman
7d3159862c (Fall_completions, Ftry_completion): Compare char sizes, not STRING_BYTES. 1998-05-12 20:15:27 +00:00
Richard M. Stallman
4b876894b7 (smtpmail-via-smtp): Speciy process coding system. 1998-05-12 19:44:17 +00:00
Edward M. Reingold
b67c85e9a3 Add separators to Holidays menu. 1998-05-12 15:32:50 +00:00
Richard M. Stallman
f8cac35aae (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.
1998-05-12 03:12:08 +00:00
Richard M. Stallman
9404446f1e (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.
1998-05-12 02:48:51 +00:00
Richard M. Stallman
168b2d0d5a (easy-menu-change): Add autoload cookie. 1998-05-11 23:34:25 +00:00
Dave Love
7523843657 (tar-subfile-mode): Call auto-save-mode with -1. 1998-05-11 18:49:42 +00:00
Edward M. Reingold
07342a647f Minor fix to earlier changes today. 1998-05-11 17:18:04 +00:00
Richard M. Stallman
09cacf9c79 (redisplay_window): Handle scroll_step along with
scroll_conservatively.  Fix 1-off error checking the limit for them.
1998-05-11 16:36:02 +00:00
Richard M. Stallman
88eace34a7 (unlock_file): Encode the file name. 1998-05-11 15:52:28 +00:00
Edward M. Reingold
3802302078 On exiting, don't signal error when user changes mind. 1998-05-11 15:48:24 +00:00
Edward M. Reingold
b5305eb051 Made holiday button on menu bar related to current calendar display. 1998-05-11 14:56:37 +00:00
Richard M. Stallman
0516edee5f (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.
1998-05-11 01:33:54 +00:00
Richard M. Stallman
c83c4f6098 (last-coding-system-specified): New var.
(select-safe-coding-system): Set var if user specifies a coding system.
1998-05-11 01:22:35 +00:00
Richard M. Stallman
0412d83360 (normal-top-level-add-subdirs-to-load-path):
Ignore subdirectories whose names start with nonalphanumeric
or that have a file called .nosearch.
1998-05-11 01:17:48 +00:00
Richard M. Stallman
b69f979760 (Fset_buffer_multibyte): Error if marker is put
on buffer's marker-chain while we have temporarily put nil there.
1998-05-11 01:14:36 +00:00
Richard M. Stallman
7693a579bd (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.
1998-05-11 01:11:02 +00:00
Richard M. Stallman
95fb069bc9 Comment change. 1998-05-11 01:08:59 +00:00
Richard M. Stallman
f072a3e84c (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.
1998-05-10 21:52:08 +00:00
Richard M. Stallman
6791894163 (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.
1998-05-10 19:21:05 +00:00
Richard M. Stallman
63c7727f83 Fix previous change. 1998-05-10 18:45:55 +00:00
Richard M. Stallman
6f940ba15d (TAGS): Specify directory when running etags. 1998-05-10 07:01:15 +00:00
Richard M. Stallman
f731e2ff42 (add-log-current-defun): Fix previous change--skip
tab and newline also.
1998-05-10 05:53:16 +00:00
Richard M. Stallman
1cdb6e7c67 (byte-compile-output-docform): Use position-bytes. 1998-05-10 03:50:03 +00:00
Richard M. Stallman
55a7ac51e3 (elisp.dvi): Add missing backslash. 1998-05-10 01:43:32 +00:00
Richard M. Stallman
b77ad57db9 (Fbyte_code): Don't use Bmark. 1998-05-10 01:16:42 +00:00
Richard M. Stallman
14a8902aad (xstring): Handle unibyte strings.
(xchartable, xboolvector): New commands.
1998-05-10 01:13:11 +00:00
Richard M. Stallman
e6b5063973 (redisplay_window): Don't use last_point_x and last_point_y
if cursor_in_echo_area.
1998-05-10 00:40:00 +00:00
Richard M. Stallman
406e55df20 (Qbuffer_name_history): New variable.
(syms_of_minibuf): Initialize it.
(Fread_buffer): Use that history list.
1998-05-09 23:55:27 +00:00
Richard M. Stallman
5ab13dd02e (detect_coding_mask): Check also coding-category-binary. 1998-05-09 21:47:17 +00:00
Richard M. Stallman
828fac3a67 (standard-display-european): Doc fix. 1998-05-09 21:10:30 +00:00
Richard M. Stallman
1f43a8c647 (find-function-noselect): Autoload it. 1998-05-09 19:53:47 +00:00
Richard M. Stallman
7c7ca3d217 (scan_lists, scan_sexps_forward): Move complex expressions
outside of the switch statement.
1998-05-09 07:39:00 +00:00
Richard M. Stallman
f13c1dae62 (mail-signature): Allow expression as value.
Improve prompts in custom type.  Add risky-local-variable property.
(mail-setup): Implement that feature.
1998-05-09 07:24:47 +00:00
Richard M. Stallman
be96282a73 (widgets: sexp, variable, list, vector): Doc fixes. 1998-05-09 07:12:14 +00:00
Richard M. Stallman
6b797f0613 (generate-file-autoloads): Handle progn forms generated by
make-autoload: print just the first subform with print-escape-newlines.
1998-05-09 07:02:50 +00:00
Richard M. Stallman
ee019c842f (mail-strip-quoted-names):
Delete comments, then delete leading/trailing whitespace.
1998-05-09 06:40:53 +00:00
Richard M. Stallman
fd88fe732d (customize-group-other-window): Handle groups not
yet loaded.  If buffer exists, use it unchanged.  Rename parameter
and update doc string.
1998-05-09 04:59:22 +00:00
Kenichi Handa
9129bcc3bd Fix previous change. 1998-05-09 01:23:58 +00:00
Richard M. Stallman
7ae35a2f51 (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.
1998-05-08 22:26:43 +00:00