emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116046: ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116046: ChangeLog fixes
Date: Fri, 17 Jan 2014 01:54:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116046
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-16 20:54:23 -0500
message:
  ChangeLog fixes
modified:
  leim/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1629
  lisp/ChangeLog.1               
changelog.1-20091113204419-o5vbwnq5f7feedwu-1398
  lisp/ChangeLog.2               
changelog.2-20091113204419-o5vbwnq5f7feedwu-1399
  lisp/ChangeLog.6               
changelog.6-20091113204419-o5vbwnq5f7feedwu-1403
  lisp/ChangeLog.9               
changelog.9-20091113204419-o5vbwnq5f7feedwu-2383
  lisp/gnus/ChangeLog.2          
changelog.2-20091113204419-o5vbwnq5f7feedwu-3223
  src/ChangeLog.1                
changelog.1-20091113204419-o5vbwnq5f7feedwu-1404
  src/ChangeLog.2                
changelog.2-20091113204419-o5vbwnq5f7feedwu-1405
  src/ChangeLog.6                
changelog.6-20091113204419-o5vbwnq5f7feedwu-1409
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2014-01-14 08:13:13 +0000
+++ b/leim/ChangeLog    2014-01-17 01:54:23 +0000
@@ -200,7 +200,7 @@
 
 2012-06-12  Nguyen Thai Ngoc Duy  <address@hidden>
 
-       * quail/vnvi.el: New file (Bug#4747).
+       * quail/vnvni.el: New file (Bug#4747).
 
 2012-05-22  Glenn Morris  <address@hidden>
 

=== modified file 'lisp/ChangeLog.1'
--- a/lisp/ChangeLog.1  2014-01-16 08:34:43 +0000
+++ b/lisp/ChangeLog.1  2014-01-17 01:54:23 +0000
@@ -777,7 +777,7 @@
 
 1985-12-14  Richard M. Stallman  (address@hidden)
 
-       * various:
+       * Various:
        Change uses of copy-sequence on keymaps to copy-alist.
        Use run-hooks for all hooks.
 

=== modified file 'lisp/ChangeLog.2'
--- a/lisp/ChangeLog.2  2014-01-01 07:43:34 +0000
+++ b/lisp/ChangeLog.2  2014-01-17 01:54:23 +0000
@@ -2624,7 +2624,7 @@
 
 1986-11-04  Richard M. Stallman  (address@hidden)
 
-       * various files (dired-mode, Edit-options-mode, rmail-mode)
+       * Various files (dired-mode, Edit-options-mode, rmail-mode)
        (rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
        Give these symbols `special' as a `mode-class' property.
 

=== modified file 'lisp/ChangeLog.6'
--- a/lisp/ChangeLog.6  2014-01-01 07:43:34 +0000
+++ b/lisp/ChangeLog.6  2014-01-17 01:54:23 +0000
@@ -3471,7 +3471,7 @@
 
 1996-01-14  Erik Naggum  <address@hidden>
 
-       * all files: Update FSF's address in, and unify formatting of,
+       * All files: Update FSF's address in, and unify formatting of,
        comment preambles.
 
 1996-01-13  Erik Naggum  <address@hidden>

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2014-01-16 08:34:43 +0000
+++ b/lisp/ChangeLog.9  2014-01-17 01:54:23 +0000
@@ -12434,8 +12434,8 @@
        (vc-cvs-merge-news): Set workfile version to nil if not known.
        (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
 
-       * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
-       via stdout. (Merge from main line.)
+       * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-checkout): Switch off
+       coding systems for checkout via stdout. (Merge from main line.)
 
 2000-09-04  Stefan Monnier  <address@hidden>
 
@@ -12695,21 +12695,22 @@
        (vc-backend): Reintroduce the test for `file = nil' now that I
        know why it was there (and added a comment to better remember).
 
-       * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
-       code from vc-sccs-hooks.el.
+       * vc-sccs-hooks.el: Merge into vc-sccs.el
+       * vc-sccs.el: Merge in code from vc-sccs-hooks.el.
        (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
        'vc anymore.
        (vc-sccs-responsible-p): Use expand-file-name instead of concat
        and file-directory-p instead of file-exists-p.
        (vc-sccs-check-headers): Simplify the regexp.
 
-       * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
-       from vc-rcs-hooks.el.  Don't require 'vc anymore.
+       * vc-rcs-hooks.el: Merge into vc-rcs.el
+       * vc-rcs.el: Merge in code from vc-rcs-hooks.el.
+       Don't require 'vc anymore.
        (vc-rcs-responsible-p): Use expand-file-name instead of concat and
        file-directory-p instead of file-exists-p.
 
-       * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
-       from vc-cvs-hooks.el.
+       * vc-cvs-hooks.el: Merge into vc-cvs.el
+       * vc-cvs.el: Merge in code from vc-cvs-hooks.el.
        (proto vc-cvs-registered): Require 'vc-cvs instead of
        'vc-cvs-hooks.  Don't require 'vc anymore.
        (vc-cvs-responsible-p): Use expand-file-name instead of concat and

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2014-01-16 08:34:43 +0000
+++ b/lisp/gnus/ChangeLog.2     2014-01-17 01:54:23 +0000
@@ -9597,7 +9597,7 @@
 
 2002-02-20  Katsumi Yamaoka  <address@hidden>
 
-       * many files: Remove trailing whitespaces, replace spc+tab with
+       * Many files: Remove trailing whitespaces, replace spc+tab with
        tab, replace leading whitespaces with tabs.
 
 2002-02-19  Paul Jarc  <address@hidden>
@@ -12532,7 +12532,7 @@
 
 2001-11-06 10:00:00  ShengHuo ZHU  <address@hidden>
 
-       * many files: Fix copyright lines.
+       * Many files: Fix copyright lines.
 
 2001-11-05 07:00:00  ShengHuo ZHU  <address@hidden>
 

=== modified file 'src/ChangeLog.1'
--- a/src/ChangeLog.1   2014-01-16 08:34:43 +0000
+++ b/src/ChangeLog.1   2014-01-17 01:54:23 +0000
@@ -2279,7 +2279,7 @@
        Postpone fixup of free_at_end_vpos
        until unchanged_at_bottom is set up.
 
-       * everywhere:
+       * Everywhere:
        Remove many variables not really used.
 
        * process.c (count_active_processes):

=== modified file 'src/ChangeLog.2'
--- a/src/ChangeLog.2   2014-01-15 03:06:07 +0000
+++ b/src/ChangeLog.2   2014-01-17 01:54:23 +0000
@@ -4131,7 +4131,7 @@
        and DEFVAR_PER_BUFFER.  They expand into calls to
        defvar_lisp, etc.
 
-       * all .c files:
+       * All .c files:
        All Def...Var renamed to DEFVAR... in syms_of_....
 
        * doc.c (FSnarf_documentation): Understand new DOC format

=== modified file 'src/ChangeLog.6'
--- a/src/ChangeLog.6   2014-01-01 07:43:34 +0000
+++ b/src/ChangeLog.6   2014-01-17 01:54:23 +0000
@@ -5354,6 +5354,10 @@
 
 See ChangeLog.5 for earlier changes.
 
+;; Local Variables:
+;; coding: utf-8
+;; End:
+
   Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.


reply via email to

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