1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00
Commit Graph

21609 Commits

Author SHA1 Message Date
Kenichi Handa
349325d45f (quail-start-translation): Bind
prefix-arg to current-prefix-arg.
(quail-mode): Doc-string modified.
1998-04-20 02:11:52 +00:00
Dan Nicolaescu
25709c0dda *** empty log message *** 1998-04-19 22:26:42 +00:00
Eli Zaretskii
8d051ef1d1 (struct Lisp_Process): Add inherit_coding_system_flag member. 1998-04-19 14:18:01 +00:00
Eli Zaretskii
52a1b89480 (Fset_process_inherit_coding_system_flag,
Fprocess_inherit_coding_system_flag): New functions.
(syms_of_process): Defsubr them.
(Fstart_process, Fopen_network_stream): Initialize inherit_coding_system_flag.
(read_process_output): If the process buffer isn't dead, call
after-insert-file-set-buffer-file-coding-system.
1998-04-19 14:13:47 +00:00
Geoff Voelker
23de5c5c22 (interdontcompile): New macro.
(install): Copy uncompiled files from international subdir.
1998-04-19 03:46:53 +00:00
Richard M. Stallman
22e0073908 (Fx_get_cut_buffer_internal): If FORMAT is 0, cut buffer is empty. 1998-04-18 22:14:32 +00:00
Dan Nicolaescu
daa02ea5db *** empty log message *** 1998-04-18 20:43:38 +00:00
Richard M. Stallman
78781cbeda Initial revision 1998-04-18 20:34:51 +00:00
Dan Nicolaescu
42dfe0ad13 *** empty log message *** 1998-04-18 19:48:40 +00:00
Dan Nicolaescu
6b3eac8d03 Initial revision 1998-04-18 19:28:13 +00:00
Dan Nicolaescu
a55d9b3b13 *** empty log message *** 1998-04-18 18:20:15 +00:00
Richard M. Stallman
f170ed7157 (file-name-handler-alist): FIx previous change. 1998-04-18 18:12:35 +00:00
Richard M. Stallman
382668c707 Update copyright years. 1998-04-18 17:09:18 +00:00
Stephen Eglen
3413eafadd Customize. Add `;;; Code' line.
ogonek-encoding-choices: new variable as helper for customizing.
1998-04-18 16:38:50 +00:00
Stephen Eglen
d876a0a0c9 Customize. 1998-04-18 16:35:35 +00:00
Richard M. Stallman
0e9b2517d2 (elisp): Don't try to make makeinfo.
Run makeinfo without specifying a directory.

(srcs): Add nonascii.texi, customize.texi and advice.texi.
(dist): Start by deleting `temp'.

(makeinfo, texindex): Targets deleted.
(makeinfo.o, texindex.o): Targets deleted.
(clean, dist): Don't do anything with them or with getopt*.

(SHELL): Defined.

(elisp.tps): New target.
(elisp.dvi): Depend on elisp.tps.
1998-04-18 16:24:14 +00:00
Richard M. Stallman
3060a06227 (edebug-compute-previous-result):
Don't pass floating value to single-key-description.
1998-04-18 14:36:05 +00:00
Richard M. Stallman
b61e2c11a2 (ps-output-string-prim): Use skip-chars-forward. 1998-04-18 02:01:12 +00:00
Richard M. Stallman
b37daea4a7 (Info-menu): Allow extra spaces at start of menu item.
(Info-extract-menu-item): Likewise.
(Info-insert-dir, Info-complete-menu-item, Info-index): Likewise.
(Info-try-follow-nearest-node, Info-find-emacs-command-nodes): Likewise
(Info-fontify-node, Info-speedbar-buttons): Likewise.
1998-04-18 01:57:45 +00:00
Richard M. Stallman
b4b87b68dd (rmail-message-regexp-p):
Handle unreformatted messages for real.
(rmail-message-recipients-p): Undo previous change.
1998-04-18 01:54:05 +00:00
Richard M. Stallman
42de5a7879 (load-with-code-conversion):
Don't bind default-enable-multibyte-characters to t.
1998-04-18 01:48:22 +00:00
Richard M. Stallman
89cddd35e9 Initial revision 1998-04-18 01:29:57 +00:00
Richard M. Stallman
e7a9e1c3d4 (syms_of_emacs): Fix patching error in previous change. 1998-04-17 23:58:44 +00:00
Richard M. Stallman
3c32996351 (read1): Compute NaN and infinities using 0.0 in a
variable, to cope with compilers that think they are smarter than us.
1998-04-17 23:36:34 +00:00
Richard M. Stallman
5ae0761326 (readchar): Find the previous byte's address properly
for the buffer case, as for the marker case.
1998-04-17 23:35:14 +00:00
Richard M. Stallman
4e6724a8e7 (debug-ignored-errors): Add and remove strings. 1998-04-17 22:53:16 +00:00
Richard M. Stallman
eb915452f4 (jka-compr-use-shell) [ms-dos, windows-nt]: Do not use a shell.
(jka-compr-temp-name-template) [ms-dos, windows-nt]: Check common
locations for tmp directory.
1998-04-17 21:17:21 +00:00
Dave Love
93a7d76ffe (scheme-imenu-generic-expression,
dsssl-imenu-generic-expression): Remove leading space in submenus.
1998-04-17 20:46:21 +00:00
Dave Love
499bfd5f86 (array-mode): Add autoload cookie. 1998-04-17 20:40:30 +00:00
Dave Love
b6ceebbcb3 (ph-install-menu): Use easy-menu-create-menu, not
easy-menu-create-keymaps.
1998-04-17 20:36:48 +00:00
Dave Love
3697b8070e (change-log-mode): Revert 1997-12-03 doc change.
(add-change-log-entry): Replace 1997-12-03 changes with simple
implementation of add-log-keep-changes-together.  Doc fix.
(change-log-add-make-room): Function deleted.
(add-change-log-entry-other-window, change-log-mode,
add-log-keep-changes-together): Doc fix.
(add-log-lisp-like-modes): Add dsssl-mode.
(add-log-current-defun): Generalize Fortran case.
1998-04-17 20:27:32 +00:00
Stephen Eglen
786b07e8f5 Customize. 1998-04-17 17:24:17 +00:00
Dan Nicolaescu
c254bfbb6a *** empty log message *** 1998-04-17 07:31:56 +00:00
Richard M. Stallman
168afdaa0e (Fcall_process_region): Unbind coding-system-for-write
after calling Fwrite_region.
1998-04-17 07:08:02 +00:00
Geoff Voelker
19dc6e3f9d (ange-ftp-real-make-directory): Fix indentation. 1998-04-17 05:27:19 +00:00
Geoff Voelker
b3e1cb05b4 (reset_terminal_modes): Only invoke hook if defined. 1998-04-17 05:25:48 +00:00
Geoff Voelker
4a3bf56545 * lastfile.c (_my_endbss, my_endbss_static): New variables. 1998-04-17 05:25:35 +00:00
Geoff Voelker
074a066b07 (Vpath_separator): New variable. 1998-04-17 05:25:19 +00:00
Geoff Voelker
4aed037936 (shell-file-name-chars): Add ',' and ':'. 1998-04-17 05:25:04 +00:00
Geoff Voelker
97b927b3fa (ls-lisp-dired-ignore-case): New variable.
(ls-lisp-handle-switches): Obey ls-lisp-dired-ignore-case.
1998-04-17 05:24:48 +00:00
Geoff Voelker
0627db9cd2 (path-separator): Delete variable. 1998-04-17 05:24:27 +00:00
Geoff Voelker
d976a95d4b (fast-lock-cache-name): Replace '\' with '#'. 1998-04-17 05:24:15 +00:00
Geoff Voelker
da418b28dc (comint-filename-chars): Combine DOS and Windows strings. 1998-04-17 05:23:53 +00:00
Geoff Voelker
c4185b2b8d (ange-ftp-tmp-name-template) [windows-nt]: Look for
common temp directories.
(ange-ftp-parse-netrc-group): Skip carriage returns.
(ange-ftp-expand-file-name): Handle files with drive letters.
(ange-ftp-write-region): Don't treat as unix.
(ange-ftp-insert-file-contents): Determine file type by transfer mode.
(ange-ftp-copy-file-internal): Don't treat as unix.
(ange-ftp-file-name-all-completions): Handle Windows filenames.
(file-name-handler-alist) [windows-nt]: Add patterns for name with
drive letters.
(ange-ftp-dired-call-process, ange-ftp-call-chmod): Use
dired-chmod-program.
(ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by
default.
(ange-ftp-real-expand-file-name-actual): New function.
1998-04-17 05:22:37 +00:00
Geoff Voelker
614c350cac (WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):
New message macros.
1998-04-17 05:12:27 +00:00
Geoff Voelker
ef0e360fdc (Vw32_recognize_altgr): New variable.
(dumpglyphs): Update from xterm.c.
(w32_ring_bell): Flash window, don't just reset its state.
(dumprectangle, show_mouse_face, x_draw_single_glyph): Use new
args to dumpglyphs.
(my_set_foreground_window): New function.
(w32_condemn_scroll_bars): Mark all as condemned scroll bars.
(w32_redeem_scroll_bar): Look through all scroll bars.
(w32_judge_scroll_bars): Don't clear out condemned list.
(w32_read_socket): Clip window after frame has been restored.
(x_focus_on_frame, x_raise_frame): Use my_set_foreground_window.
(syms_of_w32term): Define Vw32_recognize_altgr.
1998-04-17 05:11:31 +00:00
Geoff Voelker
ef79fbba2f (w32_executable_type): Properly cast dos_header when
making size comparison.
(sys_spawnve): Update comments.
(sys_select): Ignore children dead children with pending input.
Delay sending SIGCHLD until all output has been read.
(sys_kill): Sleep to allow focus change events to propagate.
Use TerminateProcess on Win95.
(int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids):
New functions.
(Vw32_valid_locale_ids): New variable.
(Fw32_set_current_locale): Send message to input thread.
(syms_of_ntproc): defsubr Sw32_get_valid_locale_ids.
1998-04-17 05:10:29 +00:00
Geoff Voelker
c886965532 (Vmenu_updating_frame): New variable.
(Fx_popup_menu, set_frame_menubar): Record frame whose menu is
being updated.
(syms_of_w32menu): Define Vmenu_updating_frame.
1998-04-17 05:09:51 +00:00
Geoff Voelker
c0f1b02e2b (Vw32_recognize_altgr): Declare.
(w32_kbd_mods_to_emacs): Obey Vw32_recognize_altgr.
Add more keys for Vw32_capslock_is_shiftlock.
(w32_kbd_patch_key): Obey Vw32_recognize_altgr.
(map_virt_key): Brazilian keyboards use 0xc1 for /(?) key.
1998-04-17 05:09:29 +00:00
Geoff Voelker
3f3e462972 * w32heap.h (w32_fatal_reload_error): Declare. 1998-04-17 05:09:06 +00:00