1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

6363 Commits

Author SHA1 Message Date
Karl Heuer
afa995e19e (beginning-of-defun-raw): New function.
(end-of-defun): Handle defun-prompt-regexp correctly.
1994-03-18 02:21:52 +00:00
Karl Heuer
37f31acf87 (end-of-defun): Fix check for trailing comment. 1994-03-18 01:47:28 +00:00
Richard M. Stallman
5ca2ef64f0 (Fx_popup_dialog, Fx_popup_menu): Handle case where
mouse_position_hook doesn't store anything.
1994-03-18 01:27:43 +00:00
Roland McGrath
5e9e88fde0 (install-arch-indep): Add missing backslash after a `then'. 1994-03-18 00:31:13 +00:00
Karl Heuer
ff773a4e16 (create_process): Skip the ioctl if fd is -1. 1994-03-18 00:23:47 +00:00
Karl Heuer
5a6e545216 (openp, Fload): GCPRO some things. 1994-03-18 00:13:40 +00:00
Karl Heuer
c52b0b3467 (Fcall_process): GCPRO some things. 1994-03-18 00:13:22 +00:00
Karl Heuer
3b639868ce (Fstart_process): GCPRO some things. 1994-03-18 00:12:41 +00:00
Karl Heuer
5458f7f158 (rmail-convert-to-babyl-format): Check Content-Length field for consistency. 1994-03-17 23:29:16 +00:00
Karl Heuer
b9fdbd74d7 (LD_SWITCH_SYSTEM, HAVE_WAIT_HEADER): Define these. 1994-03-17 22:38:14 +00:00
Richard M. Stallman
8b96264ae8 Initial revision 1994-03-17 19:28:09 +00:00
Richard M. Stallman
2512c9f0f0 (undo): Don't let the undo entries for the undo
contain a specific buffer position.  Delete it if there is one.
1994-03-16 23:41:32 +00:00
Karl Heuer
0321d75c24 (Fchar_or_string_p, Fintegerp, Fnatnump): Doc fix. 1994-03-16 23:21:02 +00:00
Karl Heuer
8acd16de1e (read_minibuf): Disallow trailing junk. 1994-03-16 22:44:00 +00:00
Karl Heuer
3ace87e34c (Ffile_modes) [MSDOS]: set exec-bit based on file suffix. 1994-03-16 22:14:23 +00:00
Karl Heuer
a7d40caa14 use bcopy when moving gap. 1994-03-16 22:14:06 +00:00
Richard M. Stallman
5e8db0c61e Initial revision 1994-03-16 19:53:19 +00:00
Richard M. Stallman
0a9482c502 Initial revision 1994-03-16 18:30:13 +00:00
Richard M. Stallman
7dbba89afa Revisions by author. 1994-03-16 18:25:37 +00:00
Richard M. Stallman
0b6db30be2 entered into RCS 1994-03-16 18:09:48 +00:00
Richard M. Stallman
e745364e07 Initial revision 1994-03-16 18:08:21 +00:00
Karl Heuer
78217ef17f (Frandom): Eliminate bias in random number generator. 1994-03-16 06:48:19 +00:00
Karl Heuer
81a63ccc73 (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.
(ceiling, floor, round, truncate): Use them.
1994-03-16 06:14:56 +00:00
Richard M. Stallman
4672ee8f4c Initial revision 1994-03-16 05:25:03 +00:00
Karl Heuer
fa8a9f302c (manual-entry): Document what the arg does. 1994-03-16 04:03:50 +00:00
Karl Heuer
0cc7bdb8cf (update_menu_bar): Delete unused second argument. Callers changed. 1994-03-16 03:29:20 +00:00
Karl Heuer
98bc00f094 (redisplay): Don't consider minibuffer name for frame title. 1994-03-16 03:08:02 +00:00
Karl Heuer
36712b0a1b (Frename_file, Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Fix typo
in previous change.
1994-03-16 03:01:46 +00:00
Karl Heuer
7fe78b07bc (defun-prompt-regexp): Doc fix. 1994-03-15 23:36:48 +00:00
Karl Heuer
9f145434cc (LOCALTIME_CACHE): Define this symbol. 1994-03-15 23:01:25 +00:00
Richard M. Stallman
dc227f7285 (Frename_file): Use RETURN_UNGCPRO when run handler.
(Fcopy_file, Fadd_name_to_file, Fmake_symbolic_link): Likewise.
1994-03-15 18:50:50 +00:00
Karl Heuer
48ae5f0a1d (message1): Call message2 instead of duplicating code. 1994-03-15 06:49:39 +00:00
Richard M. Stallman
c26cf6c836 entered into RCS 1994-03-15 06:16:30 +00:00
Richard M. Stallman
103ffad568 (LaTeX patterns): Don't match \( and \[ following a \. 1994-03-15 06:14:20 +00:00
Karl Heuer
75db9a6429 (Man-original-frame): New variable.
(Man-getpage-in-background): Save the frame that man was invoked in.
(Man-notify-when-ready): Restore it, if appropriate.
1994-03-15 05:12:14 +00:00
Karl Heuer
b09d7aa2a2 (Man-cooked-hook): Doc fix. 1994-03-15 04:32:39 +00:00
Karl Heuer
697d0646db (gud-filter): Update comint-last-input-end. 1994-03-15 04:17:18 +00:00
Karl Heuer
6449ac0799 Doc fix. 1994-03-15 03:59:11 +00:00
Karl Heuer
6694b327c4 (Flogb): Check for 0.0. Emulate logb if needed. 1994-03-15 03:16:05 +00:00
Karl Heuer
c2d606f4c0 (Man-filter-list): Extend footer pattern for hpux.
(Man-cooked-hook): New variable.
(Man-bgproc-sentinel): Run Man-cooked-hook after cleaning backspaces.
1994-03-15 02:52:55 +00:00
Karl Heuer
d68eb3a2ab (VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2. 1994-03-15 01:25:56 +00:00
Karl Heuer
fb61ec09b7 (x_scroll_bar_expose): Don't make the right border thicker. 1994-03-15 01:25:19 +00:00
Karl Heuer
91f5a8d779 (terminal-frame) [! MULTI_FRAME]: Create this variable. 1994-03-15 00:25:00 +00:00
Karl Heuer
5563e8e84e (read_minibuf): Make minibuffer frame visible when minibuffer activated. 1994-03-15 00:04:25 +00:00
Richard M. Stallman
eaf1946c21 (Man-build-man-command): Redirect desc 2 to /dev/null.
(Man-getpage-in-background): Require env before printing message.
1994-03-14 22:37:58 +00:00
Karl Heuer
09907c3a85 (Fhandle_switch_frame): Ignore switch to dead frame. 1994-03-14 22:30:12 +00:00
Richard M. Stallman
4ef7b41316 (install, ${archlibdir}): Switch back to .. before running INSTALL_PROGRAM. 1994-03-14 22:10:04 +00:00
Richard M. Stallman
ce0b662200 (thisdir): New variable.
(install-arch-indep): Go back to thisdir to run INSTALL_DATA.
1994-03-14 22:08:27 +00:00
Karl Heuer
d8039c5cde (Fredraw_frame) [! MULTI_FRAME]: Make noninteractive, to be consistent with
MULTI_FRAME definition.
1994-03-14 22:04:21 +00:00
Karl Heuer
de15914a5d (buffer-display-table, buffer-undo-list): Delete docstring of second version
of function, to avoid confusing make-docfile.
1994-03-14 22:01:20 +00:00