mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
*** empty log message ***
This commit is contained in:
parent
d33eb73faa
commit
ec96237403
2 changed files with 21 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2002-07-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* info.el (Info-index): Get immediate error if used in `dir'.
|
||||
|
||||
* textmodes/picture.el (picture-forward-column)
|
||||
(picture-move-down): Never deactivate the mark.
|
||||
|
||||
2002-06-30 Simon Josefsson <jas@extundo.com>
|
||||
|
||||
* menu-bar.el (menu-bar-options-menu): Move elisp mode names from
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
2002-07-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* keyboard.c (timer_last_idleness_start_time): New variable.
|
||||
(timer_start_idle): Set that.
|
||||
(read_key_sequence): Use that to reset timer_idleness_start_time
|
||||
to previous value.
|
||||
|
||||
* window.c (Frecenter): With arg, set optional_new_start.
|
||||
|
||||
* xdisp.c (redisplay_internal): Make optional_new_start really work.
|
||||
|
||||
* minibuf.c (Fminibuffer_complete_and_exit): Move to end of
|
||||
buffer for completion.
|
||||
|
||||
2002-06-29 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
|
||||
|
|
|
|||
Loading…
Reference in a new issue