1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 18:30:47 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
389c907cd7 (HAVE_MOUSE): Defined.
(PURESIZE): Increase value.
1994-05-02 07:53:23 +00:00
Richard M. Stallman
49a09c76b8 Finish downcasing mouse_init1, mouse_off,
mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init.

(visible_bell): Now static.  Make the asm volatile.
Don't expect register %gs to survive calls to other functions
(just to be safe, %gs will survive at present).

(glyph_to_pixel_coords, pixel_to_glyph_coords) new
functions imitating those in xterm.c.

(dos_rawgetc): Key numbers are biased by 0xff00.
1994-05-02 07:52:49 +00:00
Richard M. Stallman
24ba360bb3 Finish downcasing mouse_init1, mouse_off,
mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init.

(Fmode25, Fmode4350): Clean up the coding and return a well-defined value.
(syms_of_dosfns): Doc fix.
1994-05-02 07:51:29 +00:00
Richard M. Stallman
52ed2dada0 (Fframe_live_p): Alternative defn for not MULTI_FRAME.
(syms_of_frame): Call defsubr for it.
1994-05-02 07:50:41 +00:00
Richard M. Stallman
0776cb1b91 (init_buffer_once): Initialize buffer_file_type field right. 1994-05-02 07:49:57 +00:00
Richard M. Stallman
a2b3bd0f11 Doc fixes.
(hide-sublevels): Rewritten faster and simpler.
1994-05-02 07:45:48 +00:00
Richard M. Stallman
ec334d84c0 (Man-notify-when-ready): In newframe case, use save-excursion. 1994-05-02 06:01:55 +00:00
Richard M. Stallman
813f532d2f Initial revision 1994-05-02 05:16:59 +00:00
Richard M. Stallman
7ce486180b (create_process): Undo April 19 setsid change. 1994-05-02 04:07:06 +00:00
Richard M. Stallman
f3942238d2 (struct x_display): New field size_hint_flags.
(x_mouse_grabbed): Declared.
1994-05-02 00:48:12 +00:00
Richard M. Stallman
43bca5d597 (x_calc_absolute_position): Use size_hint_flags.
New FLAGS arg deleted.  Callers changed.
1994-05-02 00:46:44 +00:00
Richard M. Stallman
38d2204001 (Fx_create_frame): Set the size_hint_flags field.
Don't call x_calc_absolute_position.
1994-05-02 00:45:44 +00:00
Richard M. Stallman
20f55f9a24 (x_wm_set_size_hint): Don't try to handle negative positions.
(x_calc_absolute_position): New arg FLAGS.  Use XNegative and YNegative.
(x_set_offset): Pass new arg.
1994-05-01 23:29:27 +00:00
Richard M. Stallman
f83f10ba99 (x_figure_window_size): Handle `-' for top or left.
(Fx_parse_geometry): Handle one element at a time.
Give `-' when appropriate.
(x_figure_window_size): Allow just height or just width.

(Fx_create_frame): Use XNegative and YNegative to set win_gravity.
[USE_X_TOOLKIT] (x_window): Use XNegative and YNegative
to set win_gravity.  Pass new arg to x_calc_absolute_position.
1994-05-01 23:26:44 +00:00
Richard M. Stallman
d9375d2df3 Initial revision 1994-05-01 23:14:10 +00:00
Richard M. Stallman
0e0186f1e2 Distribute config.bat. 1994-05-01 23:13:05 +00:00
Richard M. Stallman
02d95a278d (perform-replace): Call substitute-command-keys just once
and only if querying.
1994-05-01 22:56:54 +00:00
Richard M. Stallman
ef2cbb2467 Initial revision 1994-05-01 22:09:01 +00:00
Richard M. Stallman
21f2acd3f9 (set-register-value): Setting the high byte of a
register trashed the low byte.
(set-register-value): Fixed test so the value 0 can be set.
(set-register-value): Rewrote to use bit operations instead of
multiplication and division.
(register-name-by-word-alist, register-name-by-byte-alist):
Combined into one list, register-name-alist.
(register-value, set-register-value): Use combined list.
(mode-line-format): Make the %n pure.
1994-05-01 20:25:06 +00:00
Richard M. Stallman
ec4dfb6bfb (sunrise-sunset): Undo previous change. 1994-05-01 20:18:39 +00:00
Richard M. Stallman
82a2fe6969 entered into RCS 1994-05-01 19:35:40 +00:00
Richard M. Stallman
de9f0bd94f *** empty log message *** 1994-05-01 19:27:09 +00:00
Richard M. Stallman
87b2d5ff02 *** empty log message *** 1994-05-01 09:17:11 +00:00
Richard M. Stallman
4fe1de1272 (x_figure_window_size): Set USPosition only if user-position
is non-nil; otherwise, if pos is specified, set PPosition.
Likewise for USSize and PSize.
1994-05-01 09:16:11 +00:00
Richard M. Stallman
3c6bc7d07a (Ftranspose_regions): Take addresses only after move gap.
Cast result of alloca.  Use xmalloc instead, for large objects.
Always copy the middle portion directly; never put it in temp.
Always move the gap to START1 or END2, whichever is nearer.
1994-05-01 09:15:10 +00:00
Richard M. Stallman
6e42f5f8bb (x-handle-geometry): Specify user-position and
user-size properties when appropriate.
1994-05-01 08:55:23 +00:00
Richard M. Stallman
2d2bdb7aba (solar-degrees-to-hours, solar-hours-to-days): Force floating result.
(sunrise-sunset): Don't alter calendar-daylight-savings-starts
and calendar-daylight-savings-ends.
1994-05-01 07:39:02 +00:00
Richard M. Stallman
f58434539e (update_frame): Fix previous change: unconditionally bzero at the end. 1994-05-01 07:34:23 +00:00
Richard M. Stallman
3f9929bf5c (Ftrack_mouse): Call prepare_menu_bars at the start.
(read_char): Don't call prepare_menu_bars if doing mouse tracking.
1994-05-01 07:33:39 +00:00
Richard M. Stallman
cf770692be (${archlibdir}): Don't run blessmail; instead
print advice to run it, if it has anything significant to do.
And only if MOVEMAIL_NEEDS_BLESSING.
(blessmail): Use emacs, not temacs.
(configuration): Renamed from configname.
1994-05-01 06:43:34 +00:00
Richard M. Stallman
df8af8a8af Don't load site-init.el.
Print the mail directory we tested, on standard output.
Don't load paths.el either--we now run in emacs, not temacs.
1994-05-01 06:41:08 +00:00
Paul Reilly
716509bb37 Corrected the DGUX 5.4R2 include filename. 1994-05-01 04:41:20 +00:00
Paul Reilly
f455f6203f Initial revision 1994-05-01 04:40:04 +00:00
Karl Heuer
3b5d07863d (PURESIZE) [MULTI_FRAME]: Increase to 232000. 1994-05-01 02:08:50 +00:00
Karl Heuer
fa37963643 (desktop-files-not-to-save): New variable to exclude certain files -- magic
ftp names by default -- from being put into desktop files.
(desktop-save-buffer-p): Check file name also.
(desktop-save-buffer-p): For directories loaded by dired consider the
directory to be the file name.
(desktop-locals-to-save): Add line-number-mode to be saved when local.
(desktop-remove): In case the desktop file cannot be deleted make sure that
the desktop system is still inactivated.
(desktop-kill): In case an error occurs when saving the desktop, offer to quit
regardless.
(desktop-save-buffer-p): Disregard case when testing file and buffer names
against regexps.
(desktop-buffer-dired): Display a warning if a directory no longer exists.
(desktop-save-hook): New variable.
(desktop-save): Run desktop-save-hook.
(desktop-clear): Clear search history.
(desktop-internal-v2s): Be more explicit when encountering an unprintable
value.
1994-05-01 02:07:27 +00:00
Karl Heuer
61c33aab94 (menu-bar-update-buffers): Fix misspelled variable. 1994-05-01 01:56:10 +00:00
Paul Reilly
cf32fea0cd (IN_ADDR, NUMERIC_ADDR_ERROR): Made conditional on HAVE_BROKEN_INET_ADDR. 1994-04-30 23:28:10 +00:00
Paul Reilly
e9778f0be7 Initial revision 1994-04-30 23:08:15 +00:00
Paul Reilly
5be71b2977 Remove the SVR4 macro. Move the kernel INTERRUPT_INPUT bug note to
the new file dgux5-4R2.h where it belongs.  Set INTERUPT_INPUT as the
default.  Remove the editorial comments about GNU malloc.  Set
ORDINARY_LINK and move the conditional comment to DGUX5-4R2.h.  Remove
C_COMPILER, LINKER and MAKE_COMMAND.  Add the SVR4 macro inside the
ELF part of te conditional.
1994-04-30 23:06:52 +00:00
Paul Reilly
4432b1dd04 entered into RCS 1994-04-30 22:46:12 +00:00
Richard M. Stallman
7632618a72 Don't call menu-bar-mode here.
(menu-bar-update-buffers): Check whether frames ad
buffers have actually changed; if not, do nothing.
1994-04-30 21:18:03 +00:00
Richard M. Stallman
870975a12b Don't bind [mouse-1]; that's done elsewhere.
Define lower-upper case correspondence for the three mostly used code pages.
1994-04-30 20:40:34 +00:00
Richard M. Stallman
024a380b5d (find_entries): Treat `*.cpp' as C++ files. 1994-04-30 20:30:48 +00:00
Richard M. Stallman
68afdd56d4 We don't have to have the version number in here anymore.
Instead we patch the way it is passed from make to the C compiler.
1994-04-30 20:28:50 +00:00
Richard M. Stallman
6d356da11a Identify the file being patched as src/... 1994-04-30 20:28:27 +00:00
Richard M. Stallman
9d17757209 Don't comment out the inc-vers run as that does not exist anymore.
Don't reset DEBUG_MOLE as that no longer is used.
Identify the file being patched as src/...
1994-04-30 20:28:10 +00:00
Richard M. Stallman
48883f20e4 (gnus-summary-mode-map): Bind # to gnus-uu-mark-article.
(gnus-uu-mark-article): Autoload it from gnus-uu.
1994-04-30 20:15:08 +00:00
Richard M. Stallman
88f125fc73 [MSDOS]: #include <sys/param.h> for the following.
[MSDOS] (etags_getcwd): Define simple MSDOS version without spawning a shell.
1994-04-30 19:34:26 +00:00
Paul Reilly
677159d6a5 configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
(m88k-dg-dgux5.4R2): dgux5.4R2.
1994-04-30 19:10:37 +00:00
Richard M. Stallman
241ceaf7a2 (record_asynch_buffer_change): Block SIGIO.
(force_auto_save_soon): Call record_asynch_buffer_change.
1994-04-30 07:51:48 +00:00