1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-20 15:10:37 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
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
Robert J. Chassell
95cc610e06 (texinfo-show-structure): Indent appendices properly. 1993-11-10 00:02:27 +00:00
Richard M. Stallman
873b572941 (texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.
1993-11-09 23:56:43 +00:00
Richard M. Stallman
4c39085081 Doc fixes. 1993-11-09 21:37:50 +00:00
Richard M. Stallman
2950a20e83 (Ferase_buffer): Doc fix. 1993-11-09 21:34:18 +00:00
Richard M. Stallman
50d195ee53 (menu-bar-edit-menu): Add menu items for searching. 1993-11-09 07:28:56 +00:00
Richard M. Stallman
274d013d9e (etags-list-tags): Return t if found the file.
(list-tags): Clear first-time when we go around the loop.
Supply file name in error message.
Remove dir names from files when preparing for completion.
1993-11-09 07:13:00 +00:00
Richard M. Stallman
91d752825d (comint-preinput-scroll-to-bottom): Added
comint-magic-space to list of commands recognised as inserting.

(comint-output-filter): Corrected check for killed buffer.
1993-11-08 23:55:50 +00:00
Richard M. Stallman
5394cb4470 Doc fixes. 1993-11-08 23:40:37 +00:00
Francesco Potortì
b12756c81e Mon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl)
* etags.c: (C_entries): Keep track of ()-parenthesis level so that
	functions returning a pointer to a function, a la `signal', can be
	parsed.  This also required new state `fstartlist' to `FUNCST'.
	(SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
	(C_entries, CNL): use it to isolate preprocessor directive processing
	from the other state engines.
	(begtk): add '~', for C++ class destructors.
1993-11-08 18:52:56 +00:00
Richard M. Stallman
bb6066c863 (describe-current-display-table):
Don't get error if no display table now.
(describe-display-table): Put all the output in the temp buffer.
1993-11-08 15:06:59 +00:00
Richard M. Stallman
dd64d80736 (wordstar-mode): Add autoload. 1993-11-08 15:01:44 +00:00
Richard M. Stallman
1a2b6c5271 Initial revision 1993-11-08 14:46:50 +00:00
Richard M. Stallman
794572af70 (ispell-message): Delete excess (beginning-of-line) call. 1993-11-08 13:25:13 +00:00
Richard M. Stallman
a21d94f995 (jump-to-register): Doc fix. 1993-11-08 13:14:59 +00:00
Richard M. Stallman
1542ad3767 (jump-to-register): Rename prefix arg to DELETE and invert its sense. 1993-11-08 13:14:31 +00:00
Richard M. Stallman
5da841d2d5 (set-frame-configuration): Iconify frames
rather than making them invisible.
1993-11-08 13:14:05 +00:00
Richard M. Stallman
82c5b4be00 (ispell-message): If gnus, but no mail-yank-prefix,
use ispell-message-cite-regexp.  Turn off case-fold-search
for the searching and matching in this function.
1993-11-08 12:47:05 +00:00
Richard M. Stallman
03b6cf414b (comint-postoutput-scroll-to-bottom):
Walk the windows even if scroll is nil.
1993-11-08 12:44:18 +00:00
Richard M. Stallman
2fc91d5b50 Fix previous change. 1993-11-07 22:50:36 +00:00
Richard M. Stallman
af4d43e909 (ispell-message): Stop if ispell-region returns nil.
(ispell-next, ispell-word): Catch ispell-quit, not quit.
(ispell-next): Return t if exit normally (no throw to ispell-quit).
(ispell-command-loop): For q, throw to ispell-quit.
Explicitly handle C-g.
(ispell): If we don't call ispell-next, return t.

(ispell-non-empty-string): New function.
(ispell-message): Add autoload.
Choose a citation regexp automatically.
Don't fail if there is no following cited line after filled lines.
1993-11-07 22:45:42 +00:00
Richard M. Stallman
7f5d354194 (compare-windows-skip-whitespace): Return t
if there is whitespace before point.
1993-11-07 22:19:57 +00:00
Richard M. Stallman
884f2b8188 (iso-accents-mode): Doc fix. 1993-11-07 21:23:36 +00:00
Richard M. Stallman
fdb7791dfa (comint-postoutput-scroll-to-bottom):
Always keep point at end in all buffers if was at end.
comint-scroll-to-bottom-on-output controls what to do
if point was not already at the end.
1993-11-07 10:43:36 +00:00