emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113319: ChangeLog fixes.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113319: ChangeLog fixes.
Date: Sun, 07 Jul 2013 23:06:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113319
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2013-07-08 01:05:52 +0200
message:
  ChangeLog fixes.
modified:
  lib-src/ChangeLog              changelog-20091113204419-o5vbwnq5f7feedwu-1608
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-07-02 00:35:28 +0000
+++ b/lib-src/ChangeLog 2013-07-07 23:05:52 +0000
@@ -6134,7 +6134,7 @@
 
 1995-06-13  Geoff Voelker  <address@hidden>
 
-       * 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  <address@hidden>
 
        * 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.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-07 22:50:34 +0000
+++ b/lisp/ChangeLog    2013-07-07 23:05:52 +0000
@@ -3,39 +3,36 @@
        * subr.el (read-quoted-char): Remove unused local variable `char'.
 
 2013-07-07  Michael Kifer  <address@hidden>
-
-       * 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.
+            Stefan Monnier  <address@hidden>
+
+       * 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  <address@hidden>
 
-       * 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

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-07-07 18:48:16 +0000
+++ b/src/ChangeLog     2013-07-07 23:05:52 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]