diff options
| author | João Távora | 2018-06-05 14:20:42 +0100 |
|---|---|---|
| committer | João Távora | 2018-06-05 15:17:49 +0100 |
| commit | bd4f22b6289d51762db1365d8d05de529ec77aeb (patch) | |
| tree | 9cae7b05f4cc3bceed48ce09305d2d41d497c849 | |
| parent | 5d23382455c8b7a89ab81415a1c2aacd54438a61 (diff) | |
| download | emacs-bd4f22b6289d51762db1365d8d05de529ec77aeb.tar.gz emacs-bd4f22b6289d51762db1365d8d05de529ec77aeb.zip | |
Update version information for Flymake package and manual
* doc/misc/flymake.texi: Update date and version.
Make myself the first author.
* lisp/progmodes/flymake.el: Update Maintainer and Version fields.
* lisp/progmodes/flymake-proc.el
(flymake-proc--diagnostics-for-pattern): Update Maintainer and Version fields.
| -rw-r--r-- | doc/misc/flymake.texi | 6 | ||||
| -rw-r--r-- | lisp/progmodes/flymake-proc.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index eb82ef04ad1..9260f4f22ba 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | \input texinfo @c -*-texinfo; coding: utf-8 -*- | 1 | \input texinfo @c -*-texinfo; coding: utf-8 -*- |
| 2 | @comment %**start of header | 2 | @comment %**start of header |
| 3 | @setfilename ../../info/flymake.info | 3 | @setfilename ../../info/flymake.info |
| 4 | @set VERSION 0.3 | 4 | @set VERSION 1.0 |
| 5 | @set UPDATED April 2004 | 5 | @set UPDATED June 2018 |
| 6 | @settitle GNU Flymake @value{VERSION} | 6 | @settitle GNU Flymake @value{VERSION} |
| 7 | @include docstyle.texi | 7 | @include docstyle.texi |
| 8 | @syncodeindex pg cp | 8 | @syncodeindex pg cp |
| @@ -37,7 +37,7 @@ modify this GNU manual.'' | |||
| 37 | @titlepage | 37 | @titlepage |
| 38 | @title GNU Flymake | 38 | @title GNU Flymake |
| 39 | @subtitle for version @value{VERSION}, @value{UPDATED} | 39 | @subtitle for version @value{VERSION}, @value{UPDATED} |
| 40 | @author Pavel Kobiakov(@email{pk_at_work@@yahoo.com}) and João Távora. | 40 | @author João Távora and Pavel Kobiakov(@email{pk_at_work@@yahoo.com}). |
| 41 | @page | 41 | @page |
| 42 | @vskip 0pt plus 1filll | 42 | @vskip 0pt plus 1filll |
| 43 | @insertcopying | 43 | @insertcopying |
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index 867df7d1389..e38e4a75d45 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
| 6 | ;; Maintainer: Leo Liu <sdl.web@gmail.com> | 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
| 7 | ;; Version: 0.3 | 7 | ;; Version: 1.0 |
| 8 | ;; Keywords: c languages tools | 8 | ;; Keywords: c languages tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 56f43e4bb36..ee0da45bd91 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> | 5 | ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> |
| 6 | ;; Maintainer: Leo Liu <sdl.web@gmail.com> | 6 | ;; Maintainer: João Távora <joaotavora@gmail.com> |
| 7 | ;; Version: 0.3 | 7 | ;; Version: 1.0 |
| 8 | ;; Keywords: c languages tools | 8 | ;; Keywords: c languages tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |