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