1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
Commit graph

4962 commits

Author SHA1 Message Date
Richard M. Stallman
bb292747ca (SYSTEM_MALLOC): Turn off. 1993-11-13 06:27:28 +00:00
Richard M. Stallman
77b221b15d (get_process): Add `static' to definition. 1993-11-13 02:37:58 +00:00
Richard M. Stallman
1ae2f9fe09 (comint-match-partial-filename): Consider +@: part of
filenames; don't consider parens as part of them.
1993-11-13 00:02:20 +00:00
Richard M. Stallman
30b786c340 (fill-individual-paragraphs): Fix skipping headers of yanked message. 1993-11-12 23:35:39 +00:00
Richard M. Stallman
d52f0de91e (vc-rename-file): Don't overwrite an existing file.
Fix test for unsaved files.
Calculate name of new master file properly.
1993-11-12 22:31:12 +00:00
Richard M. Stallman
ae06ea79c8 (rmail-summary-edit-map): Inherit text-mode-map properly. 1993-11-12 22:16:44 +00:00
Richard M. Stallman
246cfea5cc (syms_of_fileio): Fix missing \n\'s. 1993-11-12 21:17:43 +00:00
Richard M. Stallman
ede41463ee (Fread_key_sequence): Split the doc string with "". 1993-11-12 21:16:38 +00:00
Richard M. Stallman
d48e616eff (read_c_string): For "", concatenate the two strings. 1993-11-12 21:12:35 +00:00
Richard M. Stallman
93fda17869 (Fprevious_single_property_change): Fix missing \n\. 1993-11-12 20:38:30 +00:00
Richard M. Stallman
85ada1b986 (main): Fix error message text. 1993-11-12 06:25:16 +00:00
Richard M. Stallman
6820b5528d When running make in lib-src, specify YACC var value. 1993-11-11 18:03:43 +00:00
Richard M. Stallman
d55d5ec215 Comment change. 1993-11-11 10:05:51 +00:00
Richard M. Stallman
9dc96d324c (texinfo-format-region): Change `texinfo-[start
end]-of-header' to `tex-[start end]-of-header'.
1993-11-11 07:56:04 +00:00
Richard M. Stallman
bb946175c2 (texinfo-texi2dvi-command): Separate `texi2dvi'
command from `tex' command so `texinfo-format-region' can use
straight `tex' command.
(texinfo-format-buffer): Use `texinfo-texi2dvi-command'
(texinfo-delete-from-print-queue): Revise documentation.
1993-11-11 07:52:56 +00:00
Richard M. Stallman
f5f76002c2 (Man-section-regexp): Allow section names l, n, L, N. 1993-11-11 07:17:08 +00:00
Richard M. Stallman
e6033883a5 Comment change. 1993-11-11 05:25:09 +00:00
Richard M. Stallman
b26f0e4ea7 (map-y-or-n-p): Handle help-char values other than chars. 1993-11-11 04:43:49 +00:00
Richard M. Stallman
5c03767e4f (Fcall_process): Clear synch_process_death and
synch_process_retcode before the vfork.
1993-11-11 04:36:02 +00:00
Richard M. Stallman
4fd99ee43a (c-indent-region): When looking for a sexp that ends
past this line, make sure it really starts on this line.
1993-11-11 03:02:18 +00:00
Richard M. Stallman
4baf56205b (occur-mode): Run occur-mode-hook. 1993-11-11 02:48:26 +00:00
Richard M. Stallman
472895ad89 (XTmouse_position): Undo roland's change.
Fix bug in bfox change.
1993-11-11 02:33:43 +00:00
Roland McGrath
f31fe4725c [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. 1993-11-11 00:41:15 +00:00
Roland McGrath
e5074ca4b1 (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. 1993-11-10 22:56:45 +00:00
Richard M. Stallman
449c2677c3 Initial revision 1993-11-10 21:03:53 +00:00
Richard M. Stallman
298c8970ee Don't try to link *.texinfo--there are none now. 1993-11-10 21:02:27 +00:00
Richard M. Stallman
c33e95d805 (rmail-start-mail): Don't do other frame unless we have
a window system, irregardless of the state of rmail-mail-new-frame.
1993-11-10 20:51:02 +00:00
Richard M. Stallman
1b88a44adb (Man-filter-list): Include anything starting with
alphabetics, and containing "Last change:".
(manual-entry): Don't call `Man-downcase' since
Man-translate-references has already done the right thing.
1993-11-10 20:48:04 +00:00
Richard M. Stallman
de3fa0b238 (Info-extract-menu-item): Quote `*' in the menu-item
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.
1993-11-10 20:46:09 +00:00
Richard M. Stallman
c6fcafde81 (hexl-mode): Use add-hook' to modify buffer local write-contents-hooks'.
(hexl-mode-exit): Remove our hook when turning off Hexl mode.
1993-11-10 20:44:14 +00:00
Richard M. Stallman
7a5a26a68f (find-backup-file-name): Don't fatal-error on
directories that are hard to read; fall back on ~/%backup%.

(file-truename): Treat ~USER like just ~.
1993-11-10 20:41:17 +00:00
Richard M. Stallman
24980d168f (remove-hook): New function, analogous to add-hook. This
is now the recommended way to remove a hook that you have added.
1993-11-10 20:30:32 +00:00
Richard M. Stallman
240d522211 (intervals.o): Depend on puresize.h. 1993-11-10 20:12:45 +00:00
Richard M. Stallman
328c0f1fe5 Include puresize.h.
(create_root_interval): Check to see if PARENT is in
pure memory.  If so, we cannot write it.
1993-11-10 20:11:44 +00:00
Richard M. Stallman
8a981af5bb (Fraise_frame): Do like the documentation says, and make
the frame visible first.
1993-11-10 20:09:54 +00:00
Richard M. Stallman
4dea6d905e (Tmouse_position): If the passed in frame is not an
Xwindow frame, don't do anything.
1993-11-10 20:07:07 +00:00
Richard M. Stallman
727b007cb2 (EMACS_GETPGRP): New macro hides argument passing to
system getpgrp.  Reinstate some semblance of control over this
macros behaviour by paying attention to GETPGRP_NO_ARG.
1993-11-10 20:03:25 +00:00
Richard M. Stallman
e89a2cd50e (sys_suspend): Use EMACS_GETPGRP macro. 1993-11-10 20:02:50 +00:00
Richard M. Stallman
d04d81d2cb (main): Use EMACS_GETPGRP macro.
(shut_down_emacs): Use EMACS_GETPGRP macro.
1993-11-10 20:02:12 +00:00
Richard M. Stallman
06c5fe0034 (make_pure_string): If we USE_TEXT_PROPERTIES, set the
interval of the pure string to NULL_INTERVAL.
1993-11-10 19:55:18 +00:00
Richard M. Stallman
b01b093a01 Treat convex like hpux. 1993-11-10 19:53:29 +00:00
Richard M. Stallman
3acb9a699b (Fskip_chars_backward, Fskip_chars_forward): Doc fix. 1993-11-10 19:52:09 +00:00
Richard M. Stallman
7fc8191e85 (Fforward_comment): On backward scan, exit inner loop
after we reach beginning of a comment.
Check the SYNTAX_COMMENT_STYLE of a one-character comment ender.
(scan_lists): Check the SYNTAX_COMMENT_STYLE
of a one-character comment ender.
1993-11-10 19:45:50 +00:00
Richard M. Stallman
a00d55893e (read_input_waiting): Don't mess with meta bit
if read_socket_hook is nonzero.

(LPASS8, LNOFLSH): Move definitions earlier.
(child_setup_tty): Turn on LPASS8.
1993-11-10 08:30:22 +00:00
Richard M. Stallman
c52419107a (skip_chars): Finish reenabling checks for buffer bounds.
Use XINT, not XFASTINT, when testing.
1993-11-10 08:29:34 +00:00
Richard M. Stallman
c975dd7a65 (Fwrite_region): Fix minor bugs in POS arg to awrite. 1993-11-10 07:59:21 +00:00
Richard M. Stallman
b5e59c0380 (comint-postoutput-scroll-to-bottom):
Don't treat minibuffer window specially.
1993-11-10 07:10:58 +00:00
Richard M. Stallman
e53cb100f7 (syms_of_xterm): Initialize last_mouse_scroll_bar. 1993-11-10 06:10:27 +00:00
Richard M. Stallman
0613507b4f (comint-postoutput-scroll-to-bottom):
Don't alter point in a window if it's after the process-mark.
1993-11-10 00:38:47 +00:00
Richard M. Stallman
25f91a1e2b (texinfo-mode-map): Add C-c C-e bindings for texinfmt.el. 1993-11-10 00:03:54 +00:00