]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
89e1e6ec82dee415e838455020862dff089f1be3
[gnu-emacs-elpa] / ChangeLog
1 2011-09-23 Julien Danjou <julien@danjou.info>
2
3 * packages/oauth2/oauth2.el: New package.
4
5 2011-08-28 PJ Weisberg <pjweisberg@gmail.com>
6
7 * packages/load-dir/load-dir.el (load-dir-one): Avoid infinite
8 recursion.
9
10 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
11
12 * packages/uni-confusables-0.1/confusables.txt: Unicode UTS-39
13 confusables mapping database.
14
15 * packages/uni-confusables-0.1/gen-confusables.el: Add converter
16 from confusables.txt to uni-confusables.el.
17
18 * packages/uni-confusables-0.1/uni-confusables.el: Add generated
19 file.
20
21 * packages/uni-confusables-0.1/uni-confusables-pkg.el: Add package tag.
22
23 2011-04-26 Teodor Zlatanov <tzz@lifelogs.com>
24
25 * html/index.html: Add link to /packages directory in the front page.
26
27 * packages/markchars-0.2.0.el: New package.
28
29 * packages/epoch-view-0.0.1.el: New package.
30
31 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * packages/all-1.0.el: Change version. Address byte-compiler warnings.
34 Rename the `marker' property to `all-marker'.
35 (all-mode-map): Move initialization into declaration.
36 (all-buffer): Mark buffer-local.
37 (all-mode): Use define-derived-mode. Setup the change-functions
38 buffer-locally.
39 (all): Use read-string. Let-bind all-initialization-p.
40 (all-insert): Use a `match' face text property rather then
41 a `highlight' face overlay for the match highlight.
42 * admin/archive-contents.el (batch-make-archive-contents): Don't burp
43 if a commentary section is missing.
44 * .bzrignore: Ignore .elc files.
45 * packages/load-dir-0.0.2.el: Update Commentary from
46 load-dir-readme.txt.
47
48 2011-04-20 Per Abrahamsen <abraham@dina.kvl.dk>
49
50 * packages/all-19970304.el: New package.
51
52 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * admin/archive-contents.el: New file.
55 * packages/rainbow-mode-readme.txt:
56 * packages/js2-mode-readme.txt: Auto-update from the commentary.
57 * packages/js2-mode-20090814.el: Capitalize the description.
58 * packages/debbugs-0.1/debbugs.el: Require cl since it uses `case'.
59 (debbugs-get-bugs): Fix up typo.
60 * packages/company-0.5/company-gtags.el
61 (company-gtags-gnu-global-program-name): Pass the "when" argument.
62 * packages/auctex-11.86/auctex-pkg.el: Capitalize the description.
63 * packages/archive-contents: Almost auto-regenerate.
64
65 2010-11-25 Teodor Zlatanov <tzz@lifelogs.com>
66
67 * README: Explain how to run the repo build script.
68
69 * admin/org-synch.el (org-synch): Take a package filename
70 parameter instead of guessing the package name. Extract the date
71 as a fixed substring and do sanity checking on it.
72
73 * admin/org-synch.sh: Use PATH instead of explicit executables.
74 Qualify $pkgname consistently. Run org-synch.el with --eval to
75 pass $pkgname directly.
76
77 * admin/package-update.sh: Disable org-mode fetch by default.
78 Add option ($2 set to anything) to run fetchers anyway. Use PATH
79 instead of explicit executables. Create tarballs from the
80 unpackages packages in $PACKAGE_TARBALLS.
81
82 2010-11-20 Teodor Zlatanov <tzz@lifelogs.com>
83
84 * html/index.html, html/layout.css : Initial import.
85
86 * admin/org-synch.el (org-synch): Use just the current directory
87 and files.
88
89 * admin/package-update.sh: Export tarball after everything else
90 is done.
91
92 * admin/org-synch.sh, admin/package-update.sh: Rewrite for
93 in-place exporting.
94
95 * packages/archive-contents, packages/auctex-11.86,
96 packages/auctex-readme.txt, packages/company-0.5/,
97 packages/company-readme.txt, packages/elpa.rss,
98 packages/js2-mode-20090814.el, packages/js2-mode-readme.txt,
99 packages/muse-3.20/, packages/muse-readme.txt,
100 packages/org-readme.txt, packages/rainbow-mode-0.1.el,
101 packages/rainbow-mode-readme.txt: Renamed from the root directory.
102
103 * COPYING, ChangeLog, README, admin/org-synch.el,
104 admin/org-synch.sh, admin/package-update.sh: Initial import.
105
106 ;; Local Variables:
107 ;; coding: utf-8
108 ;; add-log-time-zone-rule: t
109 ;; End:
110
111 Copyright (C) 2010, 2011 Free Software Foundation, Inc.
112
113 This file is part of GNU Emacs.
114
115 GNU Emacs is free software: you can redistribute it and/or modify
116 it under the terms of the GNU General Public License as published by
117 the Free Software Foundation, either version 3 of the License, or
118 (at your option) any later version.
119
120 GNU Emacs is distributed in the hope that it will be useful,
121 but WITHOUT ANY WARRANTY; without even the implied warranty of
122 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
123 GNU General Public License for more details.
124
125 You should have received a copy of the GNU General Public License
126 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.