1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-18 10:16:51 +00:00
Commit Graph

14373 Commits

Author SHA1 Message Date
Karl Heuer
4dd3b39642 (ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix error
format string.
1996-01-29 23:09:15 +00:00
Karl Heuer
ba4a8e51f9 Update FSF address in comment. 1996-01-29 22:30:55 +00:00
Richard M. Stallman
48ffe371ec (dos_rawgetc): Allow simulation of `Mouse-3' by
simultaneous click/drag of `Mouse-1' and `Mouse-2'.

(dos_set_window_size): Make the window size change
faster for standard sizes.  Fix a bug in v2-specific code to
change window size.
1996-01-29 22:22:08 +00:00
Karl Heuer
7e0846530a (byte-compile-log-1): Delete format call inside message. 1996-01-29 21:09:23 +00:00
Richard M. Stallman
6b0442dc82 (XTframe_raise_lower): Rename arg raise' to raise_flag'. 1996-01-29 19:28:11 +00:00
Richard M. Stallman
2f056143d0 Comment change. 1996-01-29 17:21:17 +00:00
Richard M. Stallman
25ae394e86 (face-color-gray-p): Return nil if x-color-values does. 1996-01-29 07:27:04 +00:00
Richard M. Stallman
68dff3ca9c (c-macro-preprocessor): Define a preprocessor name
which is valid on MS-DOS.

(c-macro-expansion): Do not rely on ``/tmp/'' being present; use
environment variables as alternatives (MSDOS).  Use
`shell-file-name' rather than ``sh''.  Redirect `stderr' with
`call-process-region' option, not from the shell.  Handle shells
which don't return exit code from `cpp' (MSDOS).  Put messages
from `cpp' inside a comment, to avoid messing up syntax highlighting.
1996-01-29 05:26:21 +00:00
Richard M. Stallman
b962d6c6ab (event_kind): New event type: timer_event. 1996-01-29 04:53:39 +00:00
Richard M. Stallman
c04cbc3b12 (Qtimer_event): New symbol.
(read_char, kbd_buffer_get_event): Don't sleep past the next timer.
(readable_events, kbd_buffer_get_event): Check for timer events.
(make_lispy_event): Handle timer events.
(timer_check): New function.
(Vtimer_list): New variable.
(syms_of_keyboard): Set up Qtimer_event and Vtimer_list.
1996-01-29 04:53:02 +00:00
Richard M. Stallman
038328930d (create_process): Set outchannel to be non-blocking. 1996-01-29 04:52:15 +00:00
Richard M. Stallman
fb4c362712 (wait_reading_process_input): Call timer_check
and shorten the inner delay if appropriate.
1996-01-29 04:50:16 +00:00
Richard M. Stallman
8a9fe4d22b (run-after-delay): Add autoload cookie.
Delete USECS arg.  Let REPEAT be a float.
1996-01-29 02:26:52 +00:00
Richard M. Stallman
4395bfdb6a Sun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu>
* timer.el (timer-inc-time): New function.
	(run-at-time): Use that.
	(run-after-delay): New function.

	* timer.el: Add a usecs slot to each timer.
	Almost all functions changed.

Sun Jan 28 16:47:55 1996  Morten Welinder  <terra@diku.dk>

	* timer.el: Complete rewrite to use built-in timer feature.
1996-01-29 02:19:30 +00:00
Richard M. Stallman
5a8a160eb6 (list-directory): Set default-directory better if the
argument is a directory's file name.
1996-01-28 19:27:44 +00:00
Erik Naggum
01dbd8a0b9 (apropos-print): Fix previous change. 1996-01-28 07:10:18 +00:00
Richard M. Stallman
fd76ec52b3 (sort_args): Error if option is missing an arg. 1996-01-28 04:15:39 +00:00
Richard M. Stallman
a3fc4dee2c (name-last-kbd-macro): Reject empty cmd name. 1996-01-28 03:07:38 +00:00
Richard M. Stallman
ef8e50b169 (edit-kbd-macro): Reject empty cmd name. 1996-01-28 03:07:15 +00:00
Richard M. Stallman
000f808355 Whitespace change. 1996-01-28 00:11:39 +00:00
Richard M. Stallman
98ce2330e6 (apropos-print): Omit key sequences that contain a frame. 1996-01-27 22:45:19 +00:00
Richard M. Stallman
9689908391 Clarify key sequence usage conventions. 1996-01-27 18:32:17 +00:00
Richard M. Stallman
f879067d73 (struct input_event): New field `padding'.
Change `kind' field to an int.
1996-01-27 18:30:30 +00:00
Richard M. Stallman
b312cc52b3 (Fy_or_n_p): Call choose_minibuf_frame. 1996-01-27 17:31:33 +00:00
Richard M. Stallman
2a8b0ff0a3 (Fcompare_buffer_substrings): Access case_canon_table as a char_table. 1996-01-27 08:28:51 +00:00
Richard M. Stallman
f7097b2aa1 (child_setup_tty): Turn off ISTRIP to pass 8bit. Turn off TAB3 so
don't expand tabs.
1996-01-27 08:22:36 +00:00
Richard M. Stallman
f27bd275a9 (ispell-help): Use set-minibuffer-window. 1996-01-27 03:07:04 +00:00
Richard M. Stallman
10ba47834e (ispell-command-loop, ispell-region): Pass proper format string to message. 1996-01-27 02:36:05 +00:00
Richard M. Stallman
bc07e5cb1e (dired-get-filename): When quoting " chars,
handle all of them, including one at start of file name.
1996-01-27 02:18:29 +00:00
Richard M. Stallman
47c7adae7d (command-line-normalize-file-name): New function.
(command-line-1): Call it to handle foo//bar in non-Emacs fashion.
1996-01-27 00:14:59 +00:00
Richard M. Stallman
126b6f74c1 (server-process-filter): In file name, collapse multiple slashes to one. 1996-01-26 23:57:39 +00:00
Michael Kifer
95d70c422a Moved code around to minimize compiler warnings. 1996-01-26 23:34:09 +00:00
Richard M. Stallman
6da9bbd6b2 (tex-face-alist, tex-latex-face-alist): New variables.
(tex-common-initialization): Set facemenu-add-face-function,
facemenu-end-add-face, facemenu-remove-face-function.

(slitex-mode): Fix misspelling in value.
1996-01-26 19:57:45 +00:00
Richard M. Stallman
14dacacd65 Add some keybindings.
(next-line-mark, next-line-nomark): Set this-command.
(previous-line-mark, previous-line-nomark): Likewise.
(end-of-line-mark, end-of-line-nomark): Likewise.
1996-01-26 19:53:32 +00:00
Richard M. Stallman
c2304e0240 (Qtitle): Declared.
(Fx_create_frame): Initialize title parameter.
Don't use the title resource to initialize the name parameter.
1996-01-26 19:50:35 +00:00
Richard M. Stallman
706629741f (mode25): Moved from `src/dosfns.c' for backward compatibility.
(mode4350): Moved from `src/dosfns.c' for backward compatibility.

(convert-standard-filename): Preserve ~ as last char.

(convert-standard-filename): Don't do anything if the
argument is empty, or isn't a string; leave alone characters with
ASCII codes above 127 and special characters legal in DOS filenames.
1996-01-26 19:49:01 +00:00
Richard M. Stallman
b5e89ed1d7 (lisp-fill-paragraph): Use fill-paragraph once again for filling a comment. 1996-01-26 19:47:32 +00:00
Richard M. Stallman
88c2fc2c6e (forward-paragraph): Comment change. 1996-01-26 19:47:15 +00:00
Richard M. Stallman
b1e7bb4867 Whitespace fix. 1996-01-26 19:39:42 +00:00
Richard M. Stallman
48078f8f69 (vc-diff): Make NOT-URGENT default to t. 1996-01-26 19:36:34 +00:00
Richard M. Stallman
abdcf1fb2c (makefile-font-lock-keywords): Improve highlighting
of variable references inside other highlighted regions.
1996-01-26 19:30:42 +00:00
Simon Marshall
271c888a35 Support for local fontification. 1996-01-26 08:26:58 +00:00
Karl Heuer
26adca1bd9 (mail-yank-original): Doc fix. 1996-01-25 23:52:59 +00:00
Richard M. Stallman
002bbc0ed3 (xfree): Macro deleted.
Callers changed to use `free' directly.
1996-01-25 22:00:11 +00:00
Richard M. Stallman
0158abbc71 (x_get_window_property_as_lisp_data): Use xfree, not XFree.
(x_get_window_property): Use XFree for tmp_data.
1996-01-25 21:57:22 +00:00
Richard M. Stallman
7ab4b7ad3d (rmail-start-mail): Set mail-dedicated-frame frame param. 1996-01-25 20:28:07 +00:00
Richard M. Stallman
54feedaa7b (mail-bury): Check mail-dedicated-frame frame param. 1996-01-25 20:27:45 +00:00
Richard M. Stallman
b20d527dec (browse-url-netscape): Check for call-process returning a string. 1996-01-25 20:14:38 +00:00
Richard M. Stallman
8f44c55ecc (mode25, mode4350): Moved to `lisp/dos-fns.el'. 1996-01-25 17:12:45 +00:00
Simon Marshall
dd7366bf5d Tweaked command regexp. 1996-01-25 10:40:02 +00:00