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
555228aa
Commit
555228aa
authored
Jun 03, 2005
by
Kim F. Storm
Browse files
*** empty log message ***
parent
ec441ab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
src/ChangeLog
src/ChangeLog
+16
-0
No files found.
lisp/ChangeLog
View file @
555228aa
2005-06-04 Kim F. Storm <storm@cua.dk>
* simple.el (line-move): Only call sit-for when moving backwards.
* ido.el (ido-make-merged-file-list-1): New defun split from
ido-make-merged-file-list.
(ido-make-merged-file-list): Bind throw-on-input around call to
...
...
src/ChangeLog
View file @
555228aa
2005-06-04 Kim F. Storm <storm@cua.dk>
* coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.
* callproc.c (Fcall_process): Don't use alloca to gradually
increase size of buf, as it effectively uses twice the necessary
space on the stack. Instead, pre-allocate buf of full size, and
gradually increase the read size.
* bytecode.c (BYTE_CODE_QUIT): Check Vthrow_on_input.
* eval.c (unbind_to): Preserve value of Vquit_flag.
* xterm.c (handle_one_xevent): Also ignore mouse motion just
before a button release event.
2005-06-03 Juanma Barranquero <lekktu@gmail.com>
* xfaces.c (Finternal_lisp_face_equal_p): Really report
...
...
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