emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs leim/quail/croatian.el lib-src/cvtmail.c ...


From: Glenn Morris
Subject: [Emacs-diffs] emacs leim/quail/croatian.el lib-src/cvtmail.c ...
Date: Sat, 10 Jan 2009 21:50:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/10 21:50:42

Modified files:
        leim/quail     : croatian.el 
        lib-src        : cvtmail.c 
        lisp           : font-lock.el vc-bzr.el 
        lisp/international: ogonek.el 
        lisp/language  : tibetan.el 
        lisp/mh-e      : mh-junk.el 
        lisp/org       : org-bbdb.el 

Log message:
        Comments (minor fixes of some header conventions).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/leim/quail/croatian.el?cvsroot=emacs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/cvtmail.c?cvsroot=emacs&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/font-lock.el?cvsroot=emacs&r1=1.346&r2=1.347
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-bzr.el?cvsroot=emacs&r1=1.72&r2=1.73
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/ogonek.el?cvsroot=emacs&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/language/tibetan.el?cvsroot=emacs&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-junk.el?cvsroot=emacs&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/org/org-bbdb.el?cvsroot=emacs&r1=1.17&r2=1.18

Patches:
Index: leim/quail/croatian.el
===================================================================
RCS file: /sources/emacs/emacs/leim/quail/croatian.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- leim/quail/croatian.el      8 Jan 2009 04:02:11 -0000       1.11
+++ leim/quail/croatian.el      10 Jan 2009 21:50:40 -0000      1.12
@@ -3,8 +3,7 @@
 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
 ;;   Free Software Foundation, Inc.
 
-;; Author: Hrvoje Nik¹iæ <address@hidden>,
-;;         modeled after czech.el by Milan Zamazal.
+;; Author: Hrvoje Nik¹iæ <address@hidden>
 ;; Keywords: i18n
 
 ;; This file is part of GNU Emacs.
@@ -22,6 +21,10 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
+;; Modeled after czech.el by Milan Zamazal.
+
 ;;; Code:
 
 (require 'quail)

Index: lib-src/cvtmail.c
===================================================================
RCS file: /sources/emacs/emacs/lib-src/cvtmail.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- lib-src/cvtmail.c   8 Jan 2009 03:38:51 -0000       1.21
+++ lib-src/cvtmail.c   10 Jan 2009 21:50:40 -0000      1.22
@@ -1,5 +1,10 @@
-/* Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+/* cvtmail.c --- convert Gosling Emacs mail directories into RMAIL format
+
+Copyright (C) 1985, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+  2008, 2009  Free Software Foundation, Inc.
+
+Author: Larry Kolodney
+Created: 1985
 
 This file is part of GNU Emacs.
 
@@ -17,21 +22,19 @@
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 
-/* cvtmail:
- * Program to convert oldstyle goslings emacs mail directories into
- * gnu-rmail format.  Program expects a directory called Messages to
- * exist in your home directory, containing individual mail messages in
- * separate files in the standard gosling emacs mail reader format.
- *
- * Program takes one argument: an output file.  This file will contain
- * all the messages in Messages directory, in berkeley mail format.
- * If no output file is mentioned, messages are put in ~/OMAIL.
- *
- * In order to get rmail to read the messages, the resulting file must
- * be mv'ed to ~/mbox, and then have rmail invoked on them.
- *
- * Author: Larry Kolodney, 1985
- */
+/* Commentary:
+
+Program to convert oldstyle goslings emacs mail directories into
+gnu-rmail format.  Program expects a directory called Messages to
+exist in your home directory, containing individual mail messages in
+separate files in the standard gosling emacs mail reader format.
+
+Program takes one argument: an output file.  This file will contain
+all the messages in Messages directory, in berkeley mail format.
+If no output file is mentioned, messages are put in ~/OMAIL.
+
+In order to get rmail to read the messages, the resulting file must
+be mv'ed to ~/mbox, and then have rmail invoked on them.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>

Index: lisp/font-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/font-lock.el,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -b -r1.346 -r1.347
--- lisp/font-lock.el   5 Jan 2009 03:19:12 -0000       1.346
+++ lisp/font-lock.el   10 Jan 2009 21:50:41 -0000      1.347
@@ -4,7 +4,9 @@
 ;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 ;;   Free Software Foundation, Inc.
 
-;; Author: Jamie Zawinski, Richard Stallman, Stefan Monnier
+;; Author: Jamie Zawinski
+;;     Richard Stallman
+;;     Stefan Monnier
 ;; Maintainer: FSF
 ;; Keywords: languages, faces
 

Index: lisp/vc-bzr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-bzr.el,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- lisp/vc-bzr.el      5 Jan 2009 03:19:51 -0000       1.72
+++ lisp/vc-bzr.el      10 Jan 2009 21:50:41 -0000      1.73
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
-;; Author: Dave Love <address@hidden>, Riccardo Murri <address@hidden>
+;; Author: Dave Love <address@hidden>
+;;        Riccardo Murri <address@hidden>
 ;; Keywords: tools
 ;; Created: Sept 2006
 ;; Version: 2008-01-04 (Bzr revno 25)

Index: lisp/international/ogonek.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/ogonek.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- lisp/international/ogonek.el        5 Jan 2009 03:22:23 -0000       1.18
+++ lisp/international/ogonek.el        10 Jan 2009 21:50:41 -0000      1.19
@@ -1,10 +1,11 @@
 ;;; ogonek.el --- change the encoding of Polish diacritics
 
-;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
2009
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008, 2009  Free Software Foundation, Inc.
 
-;; Author: W{\l}odek Bzyl, Ryszard Kubiak
-;; Maintainer: address@hidden (Ryszard Kubiak)
+;; Author: W{\l}odek Bzyl
+;;        Ryszard Kubiak
+;; Maintainer: Ryszard Kubiak <address@hidden>
 ;; Keywords: i18n
 
 ;; This file is part of GNU Emacs.

Index: lisp/language/tibetan.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/language/tibetan.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- lisp/language/tibetan.el    5 Jan 2009 03:22:29 -0000       1.34
+++ lisp/language/tibetan.el    10 Jan 2009 21:50:41 -0000      1.35
@@ -1,7 +1,7 @@
 ;;; tibetan.el --- support for Tibetan language -*- coding: iso-2022-7bit; -*-
 
-;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009  Free Software Foundation, Inc.
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 ;;   2006, 2007, 2008, 2009
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -10,6 +10,8 @@
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H13PRO009
 
+;; Author: Toru TOMABECHI <address@hidden>
+;; Created: Feb. 17. 1997
 ;; Keywords: multilingual, Tibetan, i18n
 
 ;; This file is part of GNU Emacs.
@@ -27,11 +29,8 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-;; Author: Toru TOMABECHI, <address@hidden>
-
-;; Created: Feb. 17. 1997
+;;; History:
 
-;; History:
 ;; 1997.03.13 Modification for special signs and punctuations.
 
 ;;; Commentary:

Index: lisp/mh-e/mh-junk.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mh-e/mh-junk.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- lisp/mh-e/mh-junk.el        5 Jan 2009 03:22:41 -0000       1.27
+++ lisp/mh-e/mh-junk.el        10 Jan 2009 21:50:42 -0000      1.28
@@ -1,6 +1,7 @@
 ;;; mh-junk.el --- MH-E interface to anti-spam measures
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 
Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Satyaki Das <address@hidden>,
 ;;         Bill Wohler <address@hidden>

Index: lisp/org/org-bbdb.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/org/org-bbdb.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- lisp/org/org-bbdb.el        5 Jan 2009 03:23:00 -0000       1.17
+++ lisp/org/org-bbdb.el        10 Jan 2009 21:50:42 -0000      1.18
@@ -1,6 +1,7 @@
 ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
 
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 
Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
+;;   Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <carsten at orgmode dot org>,
 ;;         Thomas Baumann <thomas dot baumann at ch dot tum dot de>




reply via email to

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