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
Karl Heuer
0de25302b8
(Fread_file_name): Delete docstring of second version of function, to avoid
...
confusing make-docfile.
1994-03-14 22:00:34 +00:00
Karl Heuer
9597f4b8a3
(framep, selected-frame, frame-char-height, frame-char-width,
...
frame-pixel-height, frame-pixel-width, set-frame-height, set-frame-width,
set-frame-size): Delete docstring of second version of each function, to avoid
confusing make-docfile.
1994-03-14 21:59:39 +00:00
Karl Heuer
51ab806af8
(Fget_buffer_process): Fix typo in comment.
1994-03-14 21:48:09 +00:00
Richard M. Stallman
b5ccb0a9b8
Whitespace change.
1994-03-14 21:45:32 +00:00
Karl Heuer
b2c71fb43c
(search_buffer): Avoid boolean/integer mixing that confuses some compilers.
1994-03-14 21:44:12 +00:00
Karl Heuer
484ab76a03
(redisplay_window): Avoid dividing negative numbers, since the rounding effect
...
is implementation-defined.
1994-03-14 21:36:58 +00:00
Karl Heuer
cd2be1ddb8
(window_scroll, Fmove_to_window_line): Avoid dividing negative numbers,
...
since the rounding effect is implementation-defined.
1994-03-14 21:36:17 +00:00
Karl Heuer
af2820894b
(underline-region, ununderline-region): Use printable escapes instead of
...
embedding literal control chars in the source.
1994-03-14 21:27:41 +00:00
Karl Heuer
3a6ade8ab3
(Info-insert-dir): Use printable escapes instead of embedding literal control
...
chars in the source.
1994-03-14 21:27:13 +00:00
Karl Heuer
e357be4cbe
(indent-or-fill-region): Use printable escapes instead of embedding literal
...
control chars in the source.
1994-03-14 21:26:50 +00:00
Karl Heuer
98526426f4
(original-page-delimiter, set-page-delimiter): Use printable escapes instead of
...
embedding literal control chars in the source.
1994-03-14 21:26:19 +00:00
Karl Heuer
cbd4993c58
(view-register, insert-register): Handle dead marker.
1994-03-14 21:20:25 +00:00
Fred Pierresteguy
05041ba0f8
*** empty log message ***
1994-03-14 17:50:20 +00:00
Edward M. Reingold
d928d7e562
(lunar-phase): Use calendar-mod instead of % so that it
...
works for negative phase numbers.
1994-03-14 17:21:31 +00:00
Fred Pierresteguy
e14e13a4cd
*** empty log message ***
1994-03-14 17:07:06 +00:00
Fred Pierresteguy
15ba97a047
entered into RCS
1994-03-14 17:02:21 +00:00
Fred Pierresteguy
a9e3d21271
(EmacsFrameSetCharSize): Set the values of left_pos and
...
top_pos to the values of the toplevel widget coordinates.
1994-03-14 16:44:04 +00:00
Richard M. Stallman
bd0d2c58e1
(view-mode): Run view-mode-hook as well as view-hook.
...
(view-mode-hook): New defvar.
1994-03-14 16:02:05 +00:00
Richard M. Stallman
a1ba17616d
Comment change.
1994-03-14 06:15:30 +00:00
Richard M. Stallman
9c28748f65
(Finsert_file_contents): Don't let same_at_end be less than same_at_start.
1994-03-14 01:29:37 +00:00
Richard M. Stallman
f1ecfe9bc4
(Fvertical_motion): New optional arg WINDOW.
1994-03-14 01:29:15 +00:00
Richard M. Stallman
540b6aa005
(Fdelete_other_windows): Pass new arg to Fvertical_motion.
...
(window_scroll, Frecenter, Fmove_to_window_line): Likewise.
1994-03-14 01:28:49 +00:00
Richard M. Stallman
392d3f4b27
Undo previous change. Instead:
...
(Fx_popup_dialog) [! USE_X_TOOLKIT]: Call Fx_popup_menu.
1994-03-14 00:18:52 +00:00
Richard M. Stallman
7464b1311d
(Fx_popup_dialog): Define only if USE_X_TOOLKIT.
1994-03-14 00:08:07 +00:00
Karl Heuer
6b4bde1b7c
(text-mode): Doc fix.
1994-03-13 21:52:57 +00:00
Karl Heuer
57a0155c42
Fix typo in comment.
1994-03-13 21:40:11 +00:00
Richard M. Stallman
6d0d0e8d86
(diff-latest-backup-file): Call file name handler properly.
1994-03-13 01:12:41 +00:00
Richard M. Stallman
93da9e092c
(hide-other, hide-sublevels): Renamed from outline-...
1994-03-13 00:38:48 +00:00
Richard M. Stallman
2490f7d530
Turn on menu-bar-mode.
1994-03-13 00:36:52 +00:00
Richard M. Stallman
b2cd1a6eb5
Preload menu-bar.
...
Prescan the menu bar keymaps for keyboard equivalents.
1994-03-13 00:36:01 +00:00
Richard M. Stallman
6f1111aa5a
(PURESIZE): Reduce to 230000.
1994-03-13 00:35:22 +00:00