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
953e0c1a
Commit
953e0c1a
authored
Nov 22, 2009
by
Glenn Morris
Browse files
Move entries to the correct file and fix format.
parent
9ee12eee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
20 deletions
+21
-20
doc/misc/ChangeLog
doc/misc/ChangeLog
+0
-19
lisp/ChangeLog
lisp/ChangeLog
+21
-1
No files found.
doc/misc/ChangeLog
View file @
953e0c1a
2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el: use viper-last-command-char instead of
last-command-char/last-command-event.
(viper-prefix-arg-value): do correct conversion of event-char for
XEmacs.
* viper-util.el, viper.el: use viper-last-command-char instead of
last-command-char/last-command-event.
* ediff-init.el, ediff-mult.el, ediff-util.el: relpace
last-command-char and last-command-event with (ediff-last-command-char) everywhere.
* ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
created in fundamental mode.
* ediff.el (ediff-version): revert the change of interactive-p to
called-interactively-p.
2009-11-22 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (Radix modes): Discuss alternate bases for two's complement
...
...
lisp/ChangeLog
View file @
953e0c1a
2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
* emulation/viper-cmd.el: Use viper-last-command-char instead of
last-command-char/last-command-event.
(viper-prefix-arg-value): Do correct conversion of event-char for
XEmacs.
* emulation/viper-util.el, emulation/viper.el: Use
viper-last-command-char instead of last-command-char/last-command-event.
* ediff-init.el, ediff-mult.el, ediff-util.el: Replace
last-command-char and last-command-event with (ediff-last-command-char)
everywhere.
* ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
created in fundamental mode.
* ediff.el (ediff-version): Revert the change of interactive-p to
called-interactively-p.
2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
...
...
@@ -6006,7 +6026,7 @@
2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el (viper-insert-isearch-string): New function.
*
emulation/
viper-cmd.el (viper-insert-isearch-string): New function.
(viper-if-string): Redefine C-s in the minibuffer to insert the last
incremental search string.
...
...
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