From 5827e9d4606d749340690d776fd362a114043b3f Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 19 Apr 2005 10:11:26 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 11 ++++++++--- lisp/ChangeLog | 12 ++++++++++++ lispref/ChangeLog | 5 +++++ man/ChangeLog | 6 +++++- src/ChangeLog | 6 ++++++ 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 121ca16deb6..cb383d0534c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -142,7 +142,11 @@ commands cp, mv, and ln follow.) Thus, M-x copy-file RET ~/foo RET M-o M-o requests refontification. +++ -** M-g is now a prefix key. M-g g and M-g M-g run goto-line. +** M-g is now a prefix key. + +M-g g and M-g M-g run goto-line. +M-g n and M-g M-n run next-error (like C-x `). +M-g p and M-g M-p run previous-error. +++ ** font-lock-lines-before specifies a number of lines before the @@ -309,8 +313,9 @@ characters. in the current input method to input a character at point. +++ -** Convenient commands to switch buffers in a cyclic order are C-x -(prev-buffer) and C-x (next-buffer). +** You can now switch buffers in a cyclic order with C-x C-left and +(prev-buffer) and C-x C-right (next-buffer). C-x left and C-x right +can be used as well. --- ** Commands winner-redo and winner-undo, from winner.el, are now bound to diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d8e8c6dd52..2c7af82c87a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2005-04-19 Kim F. Storm + + * simple.el (next-buffer, prev-buffer, next-error) + (scroll-other-window, keyboard-quit, keyboard-escape-quit) + (clone-indirect-buffer-other-window): Move bindings to bindings.el. + + * bindings.el (next-buffer, prev-buffer, next-error) + (scroll-other-window, keyboard-quit, keyboard-escape-quit) + (clone-indirect-buffer-other-window): Move bindings from simple.el. + (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. + (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings. + 2005-04-18 Stefan Monnier * isearch.el (isearch-edit-string): Make the search-ring available for diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 14be8680906..59fc7b2ed38 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-04-19 Kim F. Storm + + * symbols.texi (Symbol Plists): Add safe-get. + Mention that `get' may signal an error. + 2005-04-18 Nick Roberts * customize.texi (Variable Definitions): Replace tooltip-mode diff --git a/man/ChangeLog b/man/ChangeLog index 694196c47b8..bda82361828 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,8 +1,12 @@ +2005-04-19 Kim F. Storm + + * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings. + 2005-04-18 Lars Hansen * misc.texi (Saving Emacs Sessions): Add that "--no-desktop" now turns off desktop-save-mode. - + 2005-04-17 Luc Teirlinck * frames.texi (XTerm Mouse): Xterm Mouse mode is no longer enabled diff --git a/src/ChangeLog b/src/ChangeLog index e4a9f4eae9f..30d0158b417 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2005-04-19 Kim F. Storm + * xdisp.c (handle_stop): Set saved_face_id to current face if + selective_display_ellipsis_p so ellipsis will be shown in same + face as preceding text. + (setup_for_ellipsis): Don't set saved_face_id here. + (next_element_from_display_vector): Default to saved_face_id. + * fns.c (Fsafe_get): New function. (syms_of_fns): Defsubr it. -- 2.39.2