~ubuntu-branches/ubuntu/utopic/goby/utopic

« back to all changes in this revision

Viewing changes to debian/patches/900_changelog.patch

  • Committer: Package Import Robot
  • Author(s): Tatsuya Kinoshita
  • Date: 2013-12-15 22:11:28 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20131215221128-xcnf3z7am5bsloi4
Tags: 1.1+0.20131109-1
* Imported Upstream version 1.1+0.20131109
* New patch 900_changelog.patch to genarate ChangeLog
* Workaround for emacsen-common <2 and debhelper <9.20131104
* Use fonts-* instead of ttf-*
* Add Vcs-Git and Vcs-Browser
* Update debian/copyright
* Update Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Subject: Genarate ChangeLog from Git commit logs
 
2
From: Tatsuya Kinoshita <tats@debian.org>
 
3
 
 
4
Converted with: git log --no-merges --numstat | gitlog2changelog > ChangeLog
 
5
Note that gitlog2changelog is in Debian w3m source.
 
6
 
 
7
diff --git a/ChangeLog b/ChangeLog
 
8
new file mode 100644
 
9
index 0000000..9021141
 
10
--- /dev/null
 
11
+++ b/ChangeLog
 
12
@@ -0,0 +1,62 @@
 
13
+2013-11-09  Kazu Yamamoto  <kazu@iij.ad.jp>
 
14
+
 
15
+       * goby-view.el: buffer-local vs let-binding.
 
16
+
 
17
+2013-09-02  Kazu Yamamoto  <kazu@iij.ad.jp>
 
18
+
 
19
+       * goby-emacs.el, goby-vars.el, goby-view.el:
 
20
+       Supporting Emacs 24.3 or later.
 
21
+
 
22
+       * goby.el: Using set-visited-file-modtime.
 
23
+
 
24
+       * goby-ps.el: -mix option hack for pngtopnm.
 
25
+
 
26
+2012-01-28  Jonas Bernoulli  <jonas@bernoul.li>
 
27
+
 
28
+       * goby.el: follow header conventions
 
29
+
 
30
+2011-06-29  Kazu Yamamoto  <kazu@iij.ad.jp>
 
31
+
 
32
+       * Makefile: adding "make archive".
 
33
+
 
34
+       * goby.el: ver up.
 
35
+
 
36
+       * goby-ps.el: catching up to netpbm.
 
37
+
 
38
+2011-01-05  Kazu Yamamoto  <kazu@iij.ad.jp>
 
39
+
 
40
+       * goby-emacs.el, goby.el:
 
41
+       use buffer-local var instead of frame-local var.
 
42
+
 
43
+       * goby-vars.el, goby.el: moving var to vars.el.
 
44
+
 
45
+       * goby-emacs.el: Supporting emacs-app +fullscreen of MacPorts.
 
46
+
 
47
+       * goby-view.el: prevent double view mode.
 
48
+
 
49
+       * goby.el: option for italic math fonts.
 
50
+
 
51
+2010-02-19  Kazu Yamamoto  <kazu@iij.ad.jp>
 
52
+
 
53
+       * .gitignore: Adding .gitignore.
 
54
+
 
55
+       * Makefile, goby-emacs.el, goby-ps.el, goby-vars.el, goby-view.el:
 
56
+       * goby.el: Removing trailing white spaces.
 
57
+
 
58
+2010-01-07  Kazu Yamamoto  <kazu@iij.ad.jp>
 
59
+
 
60
+       * goby-emacs.el: frame-local is obsoleted.
 
61
+
 
62
+       * goby-ps.el, goby-view.el: mapcar -> mapc.
 
63
+
 
64
+2010-01-06  Kazu Yamamoto  <kazu@iij.ad.jp>
 
65
+
 
66
+       * README: doc fix.
 
67
+
 
68
+       * goby-emacs.el, goby-ps.el, goby-vars.el, goby.el: fixing pi in PS.
 
69
+       private images in PS.
 
70
+
 
71
+       * Makefile, README, README.jp, goby-emacs.el, goby-ps.el, goby-vars.el:
 
72
+       * goby-view.el, goby.el, sample/lionfish.jpg, sample/sample-jp.gby:
 
73
+       * sample/sample.gby, sample/squilla.jpg: first import.
 
74
+