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