From 675d000fab59c3fce5a3626652ca719552056e78 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Jan 2003 09:12:53 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 4 ++++ etc/NEWS | 6 ++++++ lib-src/ChangeLog | 5 +++++ lisp/ChangeLog | 3 ++- man/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 5919a9b8371..27bd4eede3f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Joanna Pluta + + * TUTORIAL.pl: Updated. + 2003-01-11 Pavel Jan,Bm(Bk * TUTORIAL.sk: Updated to reflect changes in English version. diff --git a/etc/NEWS b/etc/NEWS index 46f2ab08bbc..df0f7d4dc0b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1045,6 +1045,12 @@ Keyboard macros can now be debugged and edited interactively. 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. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 691b5584d6d..46dc4e1f78b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Richard M. Stallman + + * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): + New targets. + 2003-01-06 Kim F. Storm * pop.c (__P): Renamed from _P to avoid problems on Cygwin. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61565d5fb1d..8bcf544302f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default diff --git a/man/ChangeLog b/man/ChangeLog index 9f4f2c03ff9..3fc2c95d28d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Richard M. Stallman + + * killing.texi (Rectangles): Document C-x c r. + 2003-01-19 Jan D. * xresources.texi (GTK resources): New node. diff --git a/src/ChangeLog b/src/ChangeLog index 295609135a0..3f0eb5db6a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-01-20 Richard M. Stallman + + * xdisp.c (redisplay_window): If mini window's buffer is not + a minibuffer, then redisplay it like other windows. + 2003-01-20 Jan D. * gtkutil.c (xg_create_frame_widgets): Check if there is an -- 2.39.2