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