aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-05 18:04:54 +0000
committerRichard M. Stallman2005-03-05 18:04:54 +0000
commitbb96021a1d4989252f63e345f623fbf7506d88a9 (patch)
tree8bc281bc6587a55b927ad5c1d4caada8221567c4
parent00a369aca266f18f561df5848c64b26538519e97 (diff)
downloademacs-bb96021a1d4989252f63e345f623fbf7506d88a9.tar.gz
emacs-bb96021a1d4989252f63e345f623fbf7506d88a9.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f5a97622450..039cf316ff4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,6 +103,12 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
103 103
104* Changes in Emacs 22.1 104* Changes in Emacs 22.1
105 105
106** C-u M-x goto-line now switches to the most recent previous buffer,
107and goes to the specified line in that buffer.
108
109When goto-line starts to execute, if there's a number in the buffer at
110point then it acts as the default argument for the minibuffer.
111
106** Emacs now responds to mouse-clicks on the mode-line, header-line and 112** Emacs now responds to mouse-clicks on the mode-line, header-line and
107display margin, when run in an xterm. 113display margin, when run in an xterm.
108 114
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c068cf33959..ad601c58d13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-03-05 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (goto-line): Use a number at point as the default.
4 With C-u as arg, switch buffers.
5
12005-03-05 Juri Linkov <juri@jurta.org> 62005-03-05 Juri Linkov <juri@jurta.org>
2 7
3 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup' 8 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'