1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

22 commits

Author SHA1 Message Date
Richard M. Stallman
872e2c822b (init_environment): Move alloca call out of function arg. 1995-07-20 18:30:49 +00:00
Karl Heuer
f2f2356280 (mouse_get_pos, mouse_check_moved, XMenuActivate):
Access mouse_moved in selected_frame.
1995-07-18 00:25:14 +00:00
Richard M. Stallman
fadfaf55b9 (mouse_get_pos): New arg `insist'. 1995-03-26 21:13:03 +00:00
Richard M. Stallman
edfc0d4575 Comment change. 1995-01-20 23:40:03 +00:00
Richard M. Stallman
1189e5a2d9 (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,
XMenuActivate, XMenuDestroy): Add dummy `display *' argument.
1995-01-20 23:37:00 +00:00
Morten Welinder
87485d6fc9 *** empty log message *** 1994-10-17 08:42:36 +00:00
Karl Heuer
30d0f552c4 (run_msdos_command): Use type test macros. 1994-09-27 01:59:38 +00:00
Richard M. Stallman
e118d5efd5 (mouse_init1): Use alternate mouse detection for old mouse drivers.
(mouse_get_pos): Downscale coordinates by 8.
1994-07-14 04:58:02 +00:00
Richard M. Stallman
3ec5651bc0 (dos_rawgetc): Use bios, not kbhit (). 1994-07-11 00:59:17 +00:00
Richard M. Stallman
ca986694dd (install_ctrl_break_check): Doc fix.
(do_visible_bell): Clean-up using Gnu assembly extension.
1994-07-09 05:13:38 +00:00
Richard M. Stallman
88b284831c (init_environment): Clean up code and make the default
EMACSPATH equal to the directory from which Emacs was started.
(emacsroot): New variable.
(rootrelativepath): New function.
1994-06-07 15:24:57 +00:00
Karl Heuer
647c32eb3e (run_msdos_command): Make local copy of argv[2] on stack, not on heap.
(run_msdos_command): When changing argv[2] from using slashes to
using backslashes, only do so on the first white-space delimited part.
1994-06-03 04:50:17 +00:00
Richard M. Stallman
09e2ac30b1 (output_string): New function.
(internal_flush): Use output_string for faster screen update.
(internal_flush): Clear to end of line by writing a string of spaces.
1994-05-30 09:14:39 +00:00
Richard M. Stallman
fcea9cd4db (do_visible_bell): Renamed from visible_bell to avoid
potential conflict with variable of the same name.  Caller changed.
(internal_flush): Code for audio bell inserted.
1994-05-24 19:50:04 +00:00
Richard M. Stallman
9da6e7653b (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiers
independent.  Make modifiers work with mouse.  Improve C-S-<ascii>
handling by using look-up tables.  Fix kp-decimal problem.
1994-05-24 19:46:40 +00:00
Richard M. Stallman
b278e52a3b (gettimeofday): New function substituting the library
function of the same name.
(init_gettimeofday): New function.
(init_environment): Call init_gettimeofday after possibly
setting TZ environment variable.
1994-05-17 07:24:12 +00:00
Richard M. Stallman
3d4ad6e0a3 (crlf_to_lf): Fix off-by-one condition. 1994-05-15 19:38:50 +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
Karl Heuer
091d0bdf9d (run_msdos_command): Use assignment instead of initialization. 1994-03-23 22:55:59 +00:00
Richard M. Stallman
411acee307 (mouse_get_pos): Don't convert to glyph units. 1994-02-24 06:22:50 +00:00
Richard M. Stallman
489847162d Use <...> for config.h. 1994-02-17 20:05:33 +00:00
Richard M. Stallman
1b94449f31 Initial revision 1994-01-08 09:22:50 +00:00