Mercurial > emacs
changeset 49341:aa7e1948ad31
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Jan 2003 09:12:53 +0000 |
parents | b027da192726 |
children | 5ec3f0cdf610 |
files | etc/ChangeLog etc/NEWS lib-src/ChangeLog lisp/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 6 files changed, 26 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Mon Jan 20 09:09:10 2003 +0000 +++ b/etc/ChangeLog Mon Jan 20 09:12:53 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-20 Joanna Pluta <joanna_p@gazeta.pl> + + * TUTORIAL.pl: Updated. + 2003-01-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * TUTORIAL.sk: Updated to reflect changes in English version.
--- a/etc/NEWS Mon Jan 20 09:09:10 2003 +0000 +++ b/etc/NEWS Mon Jan 20 09:12:53 2003 +0000 @@ -1045,6 +1045,12 @@ C-x C-k SPC will step through the last keyboard macro one key sequence at a time, prompting for the actions to take. +--- +** The old Octave mode bindings C-c f and C-c i have been changed +to C-c C-f and C-c C-i. The C-c C-i subcommands now have duplicate +bindings on control characters--thus, C-c C-i C-b is the same as +C-c C-i b, and so on. + +++ ** Calc is now part of the Emacs distribution.
--- a/lib-src/ChangeLog Mon Jan 20 09:09:10 2003 +0000 +++ b/lib-src/ChangeLog Mon Jan 20 09:12:53 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-20 Richard M. Stallman <rms@gnu.org> + + * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): + New targets. + 2003-01-06 Kim F. Storm <storm@cua.dk> * pop.c (__P): Renamed from _P to avoid problems on Cygwin.
--- a/lisp/ChangeLog Mon Jan 20 09:09:10 2003 +0000 +++ b/lisp/ChangeLog Mon Jan 20 09:12:53 2003 +0000 @@ -9,7 +9,8 @@ * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings to C-c C-i. Duplicate its bindings with last char a ctl char. - + Also change C-c f to C-c C-f. + 2003-01-20 Markus Rost <rost@math.ohio-state.edu> * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
--- a/man/ChangeLog Mon Jan 20 09:09:10 2003 +0000 +++ b/man/ChangeLog Mon Jan 20 09:12:53 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-20 Richard M. Stallman <rms@gnu.org> + + * killing.texi (Rectangles): Document C-x c r. + 2003-01-19 Jan D. <jan.h.d@swipnet.se> * xresources.texi (GTK resources): New node.
--- a/src/ChangeLog Mon Jan 20 09:09:10 2003 +0000 +++ b/src/ChangeLog Mon Jan 20 09:12:53 2003 +0000 @@ -1,3 +1,8 @@ +2003-01-20 Richard M. Stallman <rms@gnu.org> + + * xdisp.c (redisplay_window): If mini window's buffer is not + a minibuffer, then redisplay it like other windows. + 2003-01-20 Jan D. <jan.h.d@swipnet.se> * gtkutil.c (xg_create_frame_widgets): Check if there is an