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