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

6325 Commits

Author SHA1 Message Date
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
Richard M. Stallman
81aca4f425 (pascal-indent-case): Handle comma separated list.
(pascal-set-auto-comments): No comment after record block.
(pascal-seperator-keywords): Renamed to pascal-separator-keywords.
(pascal-get-lineup-indent): Handle multiple declarations on same line.
1994-03-12 06:29:57 +00:00
Karl Heuer
be4e71577e (rmail-sort-by-lines): msgnum variable should be msg. 1994-03-12 04:53:41 +00:00
Karl Heuer
8d8c0f4114 (Fexpt): Delete extraneous `for' statement. 1994-03-12 04:16:49 +00:00
Karl Heuer
1619761daf (get_process): Allow arg to be a buffer object. 1994-03-12 03:13:20 +00:00
Karl Heuer
fc9183db8e Doc fix. 1994-03-12 01:55:02 +00:00
Karl Heuer
6aec06f576 Fix coding style. 1994-03-12 01:38:31 +00:00
Karl Heuer
61361a0756 Put hyphen in a safer place in the character class. 1994-03-12 01:23:16 +00:00