From 5165d44a786798f59c880d23dd3569d263009b51 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 8 Jul 2013 01:05:52 +0200 Subject: [PATCH] ChangeLog fixes. --- lib-src/ChangeLog | 6 +++--- lisp/ChangeLog | 51 ++++++++++++++++++++++------------------------- src/ChangeLog | 2 +- 3 files changed, 28 insertions(+), 31 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4a43a741e54..875e6b167d5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -6134,7 +6134,7 @@ 1995-06-13 Geoff Voelker - * etags.c (process_file,absolute_filename): Handle filenames + * etags.c (process_file, absolute_filename): Handle filenames starting with a drive letter. * makefile.nt (install): Copy wakeup.exe properly. @@ -6161,12 +6161,12 @@ 1995-05-25 Geoff Voelker * makefile.nt (LIBS): Use BASE_LIBS. - (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend + (make-docfile.exe, hexl.exe, wakeup.exe, etags.exe): Don't depend upon LIBS. (DOC): Use del instead of rm. (DOC) [WINDOWS95]: Use DOC. (clean): Handle MSVC aux files. - (config.h,paths.h): Use $(CP) instead of cp. + (config.h, paths.h): Use $(CP) instead of cp. (config.h): Use $(CONFIG_H) (make-docfile.obj): Depend upon config.h. Clean up comments. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed022001447..c5d8b71bb8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,39 +3,36 @@ * subr.el (read-quoted-char): Remove unused local variable `char'. 2013-07-07 Michael Kifer + Stefan Monnier - * faces.el (tty-run-terminal-initialization): function changed (Stefan - Monnier's patch). - - * viper.el (viper-emacs-state-mode-list): add egg-status-buffer-mode. - (viper-version): version update. - (viper-go-away,viper-setup-hooks): function changed (Stefan Monnier's - patch). - (viper--lookup-key,viper-catch-tty-ESC,viper-uncatch-tty-ESC, - viper-setup-ESC-to-escape): new functions (Stefan Monnier's - patch). - - * viper-cmd.el: (viper-del-forward-char-in-insert): new function. - (viper-save-kill-buffer): check if buffer is modified. - (viper-envelop-ESC-key): function deleted (Stefan Monnier's patch). - (viper-intercept-ESC-key): function changed (Stefan Monnier's patch). - - * viper-keym.el (viper-ESC-key): constant changed (Stefan Monnier's - patch). - - * ediff.el (ediff-files-command,ediff3-files-command): new functions. - (ediff-merge-command,ediff-merge-with-ancestor-command): new functions. - (ediff-directories-command,ediff-directories3-command): new functions. - (ediff-merge-directories-command): new function. - (ediff-merge-directories-with-ancestor-command): new function. + * faces.el (tty-run-terminal-initialization): Function changed. + + * viper.el (viper-emacs-state-mode-list): Add egg-status-buffer-mode. + (viper-version): Version update. + (viper-go-away, viper-setup-hooks): Function changed. + (viper--lookup-key, viper-catch-tty-ESC, viper-uncatch-tty-ESC) + (viper-setup-ESC-to-escape): New functions. + + * viper-cmd.el (viper-del-forward-char-in-insert): New function. + (viper-save-kill-buffer): Check if buffer is modified. + (viper-envelop-ESC-key): Function deleted. + (viper-intercept-ESC-key): Function changed. + + * viper-keym.el (viper-ESC-key): Constant changed. + + * ediff.el (ediff-files-command, ediff3-files-command): New functions. + (ediff-merge-command, ediff-merge-with-ancestor-command): New functions. + (ediff-directories-command, ediff-directories3-command): New functions. + (ediff-merge-directories-command): New function. + (ediff-merge-directories-with-ancestor-command): New function. All the above are command-line interfaces to ediff: facilitate calling Emacs with the appropriate ediff functions invoked. - (ediff-version): version update. + (ediff-version): Version update. 2013-07-07 Eli Zaretskii - * simple.el (default-font-height, window-screen-lines): New - functions. + * simple.el (default-font-height, window-screen-lines): + New functions. (line-move, line-move-partial): Use them instead of frame-char-height and window-text-height. This makes scrolling text smoother when the buffer's default face uses a font that is diff --git a/src/ChangeLog b/src/ChangeLog index 9eb7b5b862a..f73c94f0752 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -713,7 +713,7 @@ (VALMASK): Also a constant, for benefit of old GDB. (LISP_INT_TAG_P): Remove; no longer needed as the only caller is INTEGERP, which can fold it in. - (XLI, XIL, XHASH, XTYPE,XINT, XFASTINT, XUINT) + (XLI, XIL, XHASH, XTYPE, XINT, XFASTINT, XUINT) (make_number, XPNTR, XUNTAG, EQ, XCONS, XVECTOR, XSTRING, XSYMBOL) (XFLOAT, XPROCESS, XWINDOW, XTERMINAL, XSUBR, XBUFFER, XCHAR_TABLE) (XSUB_CHAR_TABLE, XBOOL_VECTOR, make_lisp_ptr, CHECK_TYPE) -- 2.39.2