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