# HG changeset patch # User Richard M. Stallman # Date 1040594798 0 # Node ID 34c0bb0d7b38d786698f2b51581a17867265dae5 # Parent 6047d93c991e37af9c524b2bc9e4937aea854ad7 *** empty log message *** diff -r 6047d93c991e -r 34c0bb0d7b38 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 22 22:05:52 2002 +0000 +++ b/lisp/ChangeLog Sun Dec 22 22:06:38 2002 +0000 @@ -1,3 +1,28 @@ +2002-12-22 Richard M. Stallman + + * subr.el (add-to-invisibility-spec): If it was t, start it out at (t). + + * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header): + Add defvars. + + * textmodes/tex-mode.el (tex-print): Call shell-quote-argument + on the file name. + + * textmodes/outline.el (outline-next-visible-heading): + When going forward, test outline-invisible-p at start of header. + +2002-12-22 Kevin Ryde + + * textmodes/makeinfo.el (makeinfo-buffer): Display result using + Info-mode. + (makeinfo-compilation-sentinel-buffer, makeinfo-current-node): + New functions. + (makeinfo-compile): Add a sentinel parameter. + (makeinfo-compilation-sentinel-region): Renamed from + makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil. + (makeinfo-region): Use this. + * info.el (Info-revert-find-node): New function. + 2002-12-22 Nick Roberts * tooltip.el (tooltip-gud-tips): Output tooltip without switching diff -r 6047d93c991e -r 34c0bb0d7b38 lwlib/ChangeLog --- a/lwlib/ChangeLog Sun Dec 22 22:05:52 2002 +0000 +++ b/lwlib/ChangeLog Sun Dec 22 22:06:38 2002 +0000 @@ -1,3 +1,10 @@ +2002-12-22 Richard M. Stallman + + * xlwmenu.c (pop_new_stack_if_no_contents): Do nothing if + new_depth is 1. + (remap_menubar): Don't look in new_stack[0]. + (Left): At level 1, do the same thing Right does. + 2002-11-21 Dave Love * lwlib-Xaw.c [PROTOTYPES]: Provide ISO C arglists for functions diff -r 6047d93c991e -r 34c0bb0d7b38 src/ChangeLog --- a/src/ChangeLog Sun Dec 22 22:05:52 2002 +0000 +++ b/src/ChangeLog Sun Dec 22 22:06:38 2002 +0000 @@ -1,3 +1,10 @@ +2002-12-22 Richard M. Stallman + + * xdisp.c (try_cursor_movement): Don't call try_window here. + (redisplay_window): Never redisplay minibuffer when inactive. + + * window.c (select_window_1): Undo 9/21 change. + 2002-12-22 Steven Tamm * macterm.c (XTread_socket): Call KeyTranslate for control and