diff --git a/etc/ChangeLog b/etc/ChangeLog index 5919a9b83712d1c62e99c1d57aa1d1e4184ee729..27bd4eede3fd103859b407a55f9a1d4a0a2734ba 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 46f2ab08bbc7c4f0f5fc9719e95f90071e67bf9b..df0f7d4dc0b66958245542f9a7d065ab0e3cf409 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 691b5584d6de927518f271b9f0cd04ee66d50511..46dc4e1f78b5119f5eefc300e75ca4711580c378 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 61565d5fb1d4106bc954162d6351426a13076257..8bcf544302fd2f3373a931477cf423b43c012d6e 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 9f4f2c03ff983f8d04fe777927050f8eeab1601f..3fc2c95d28d9ed6aacae8c2b9772c44120283a1f 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 295609135a09561ebb8c4321e63b4ed26b3f61ee..3f0eb5db6a994e8fe276c8e445f0b0af354dd208 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