Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d4d26a7
Commit
0d4d26a7
authored
Dec 08, 2002
by
Steven Tamm
Browse files
Adding log for changes to sysdep.c,eval.c,macterm.c,mac.c
parent
824eb35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
src/ChangeLog
src/ChangeLog
+18
-0
No files found.
src/ChangeLog
View file @
0d4d26a7
2002-12-07 Steven Tamm <steventamm@mac.com>
* sysdep.c (emacs_read): Have emacs_read use sys_read.
* eval.c (Feval): Calls mac_check_for_quit_char at each stack
frame. This may change as it could be time consuming.
* macterm.c (mac_check_for_quit_char, quit_char_comp)
(init_quit_char_handler, mac_determine_quit_char_modifiers)
(mac_initialize): Added code to check for pressing of quit_char
in the OS event queue
* mac.c (sys_select): Call mac_check_for_quit_char every second
while blocking on select.
* mac.c (sys_read): Use sys_select to test for input first
before calling read to allow C-g to break
2002-12-07 Richard M. Stallman <rms@gnu.org>
* minibuf.c (Fcompleting_read): Doc fix.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment