Karl Heuer
174c05aca0
(dcl): Define as customize group, not
...
as option.
1998-06-19 16:55:43 +00:00
Karl Heuer
d96917194a
(x-style-funcs-alist):
...
Fix the elements that call two x-... functions
so they don't call the second if the first gives nil.
(fontset-default-styles): New variable.
(create-fontset-from-fontset-spec): Use fontset-default-styles.
1998-06-19 16:54:41 +00:00
Karl Heuer
33d0a17f04
(syms_of_minibuf): Initialize buffer-name-history.
1998-06-19 16:53:40 +00:00
Karl Heuer
15ceaba4b3
(time-stamp): Handle newlines in time-stamp-pattern.
...
(time-stamp-string-preprocess): Handle more than one numeric arg.
1998-06-19 16:50:37 +00:00
Dave Love
9d843bef01
(browse-url-netscape): Encode `)' too.
1998-06-19 16:01:08 +00:00
Karl Heuer
e3a10b5e59
(casify_object): Cope with modifier bits in character.
1998-06-18 04:11:28 +00:00
Geoff Voelker
9d3355d178
(is_unc_volume, open_unc_volume, read_unc_volume,
...
close_unc_volume, unc_volume_file_attributes): New functions.
(wnet_enum_handle): New variable.
(opendir, readdir, closedir, sys_access, stat): Handle UNC volumes.
1998-06-17 04:22:58 +00:00
Richard M. Stallman
0c8b57ade8
(vc-find-binary): Accept only non-directories.
1998-06-16 16:38:47 +00:00
Kenichi Handa
09c6077fa6
(x_list_fonts): If SIZE is zero and MAXNAMES is 1, use
...
XLoadQueryFont instead of XListFonts.
(x_load_fonts): Call x_list_fonts with MAXNAMES 1.
1998-06-16 07:32:05 +00:00
Richard M. Stallman
993824c9b3
(encode_eol): Fix typo that prevented converting to Mac
...
line endings. Always update dst_bytes to number of bytes actually copied.
(decode_eol): Fix value of coding->produced when decoding Unix
line endings (in case this function is ever used for that).
1998-06-16 04:50:57 +00:00
Richard M. Stallman
f313ee82af
(sys_rename): On some network drives, rename fails with
...
EACCES instead of EEXIST if target already exists.
1998-06-16 04:33:08 +00:00
Richard M. Stallman
43c158ed15
(message_dolog): GCPRO the oldpoint, oldbegv and oldzv
...
markers, and old_deactivate_mark.
1998-06-16 04:32:03 +00:00
Richard M. Stallman
7c573adb3b
(custom-declare-variable): Update current-load-list.
1998-06-15 22:46:48 +00:00
Richard M. Stallman
e995c41549
(rmail): Make the buffer multibyte
...
even if it was already nonempty, if it should be multibyte.
1998-06-15 22:46:24 +00:00
Richard M. Stallman
e9d7cff0fa
(midnight-mode): New variable.
...
(midnight-timer-function): New function.
(midnight-delay-set): Make the timer run midnight-timer-function.
1998-06-15 22:11:48 +00:00
Richard M. Stallman
416cd771be
(widget-default-get): Doc fix.
...
(widget-editable-list-entry-create): Apply :value-to-external to
the value returned from wiget-default-get.
1998-06-15 22:07:42 +00:00
Dave Love
e548a4f766
Fix Keywords header.
1998-06-15 15:45:22 +00:00
Kenichi Handa
32dcfa299b
(tar-extract): Adjusted for the change of the spec
...
of set-auto-coding-function.
1998-06-15 01:23:35 +00:00
Kenichi Handa
81a7030d5f
(syms_of_fileio): Doc-string of the variable
...
set-auto-coding-function modified for the change above.
1998-06-15 01:20:26 +00:00
Kenichi Handa
f736ffbf3a
(Finsert_file_contents): Redo the change for handling
...
set-auto-coding while adding a kludgy code to avoid a compiler
bug.
1998-06-15 01:11:27 +00:00
Kenichi Handa
b5cadc4fb0
(set-auto-coding): Redo the previous change.
1998-06-15 01:03:12 +00:00
Richard M. Stallman
3d4ae13ee1
Initial revision
1998-06-14 21:32:23 +00:00
Richard M. Stallman
6b6dee47c9
Comment change.
1998-06-14 21:32:13 +00:00
Richard M. Stallman
0bbf74a829
Initial revision
1998-06-14 21:24:54 +00:00
Richard M. Stallman
8b0697787a
(find-function-on-key): Don't discard up event after down event.
1998-06-14 19:04:40 +00:00
Richard M. Stallman
1674d9a28b
(skip_chars): Don't examine STRING before verifying that it is a string.
...
(scan_lists): Use prev_char_comend_first, not ...comstart...
1998-06-14 19:04:01 +00:00
Richard M. Stallman
cdfac81276
(Fcall_interactively) <k, K>: If sequence ends in a down
...
event, discard following up event.
1998-06-14 19:03:11 +00:00
Richard M. Stallman
5c6f2f2a47
(jka-compr-insert-file-contents): Don't run
...
after-insert-file-functions, since caller does that.
1998-06-14 19:01:34 +00:00
Richard M. Stallman
7a784f27db
(uncompress-while-visiting):
...
Bind coding-system-for-write and coding-system-for-read.
1998-06-14 19:01:06 +00:00
Richard M. Stallman
dd81ca0dd8
(tmm-get-keymap): Handle :filter.
1998-06-14 18:46:20 +00:00
Eli Zaretskii
9a69bda1eb
(dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.
...
(dos_yield_time_slice): New function.
(sys_select): Use it instead of __dpmi_yield.
1998-06-14 16:19:33 +00:00
Eli Zaretskii
106a57a4cc
(file-name-invalid-regexp): Add control characters for DOS/Windows
...
as they are disallowed by the filesystem there.
1998-06-14 15:34:02 +00:00
Erik Naggum
60e6659c30
(Fcompleting_read): Escape bare newline in doc string.
1998-06-14 08:37:52 +00:00
Richard M. Stallman
26a047151b
(Finsert_file_contents): Fix change to set INSERTED.
1998-06-14 05:51:03 +00:00
Richard Kenner
2d67f1e907
(sun4H:SunOS:5.*:*): New case.
1998-06-13 19:51:10 +00:00
Richard M. Stallman
da09b92be7
(user-init-file): Default value now nil.
...
(local-enable-local-variables): New variable.
(set-auto-mode): Test it.
1998-06-13 06:17:13 +00:00
Richard M. Stallman
341ce5a77d
(command-line-1): Check that user-init-file non-nil.
1998-06-13 06:16:32 +00:00
Richard M. Stallman
4cc4a962ca
(rmail-variables): Locally bind
...
local-enable-local-variables, not enable-local-variables.
(rmail): Don't switch buffers inside the binding of
enable-local-variables.
1998-06-13 06:01:41 +00:00
Richard M. Stallman
678b159e98
(tar-mode): Locally bind local-enable-local-variables,
...
not enable-local-variables.
1998-06-13 06:01:11 +00:00
Richard M. Stallman
28138f8c19
(archive-mode): Locally bind local-enable-local-variables, not
...
enable-local-variables.
1998-06-13 06:00:58 +00:00
Richard M. Stallman
a6e4564e8e
(info-other-window): New function.
1998-06-13 06:00:00 +00:00
Richard M. Stallman
4b08b7ed05
(help-map): C-h 4 i runs info-other-window.
...
(describe-key, describe-key-briefly):
Don't discard up event after down event.
1998-06-13 05:59:46 +00:00
Richard M. Stallman
c5c5a6f8d1
(parse_menu_item): Put a quote around DEF
...
to pass it as an argument to the filter function.
1998-06-13 05:27:47 +00:00
Richard M. Stallman
b720878d35
(other): Doc fix.
1998-06-13 05:04:42 +00:00
Richard M. Stallman
64db9621a3
(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.
1998-06-13 05:03:41 +00:00
Richard M. Stallman
666c1d8bab
(find-file-noselect): Delete unused local var `error'.
...
(find-file-noselect-1): Add local var `error'.
1998-06-13 04:44:32 +00:00
Richard M. Stallman
4dd9d86d22
(find-file-noselect): Use find-file-noselect-1
...
after "Save file and revisit literally? ".
1998-06-13 04:34:52 +00:00
Richard M. Stallman
a440f81d29
(elisp-eval-region): Accept new arg read-function; also handle
...
load-read-function.
1998-06-13 04:34:18 +00:00
Richard M. Stallman
63987c84b1
(eval-defun): Pass read function to
...
eval-region as arg, instead of binding load-read-function.
1998-06-13 04:33:31 +00:00
Richard M. Stallman
e13d531d4f
Several fixes in doc string style.
...
(uce-mail-reader): Use defcustom.
1998-06-13 04:33:02 +00:00