]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
More Administrivia
[gnu-emacs-elpa] / ChangeLog
1 2010-09-30 rocky <rocky@gnu.org>
2
3 * .gitignore: git Administrivia.
4
5 2010-09-30 rocky <rocky@gnu.org>
6
7 Merge branch 'master' of github.com:rocky/emacs-load-relative
8 Conflicts: .gitignore
9
10 2010-09-30 rocky <rocky@gnu.org>
11
12 * .gitignore, COPYING, Makefile.am, README, configure.ac:
13 Administrivia. Add COPYING, update README and .gitignore, bump
14 version number.
15
16 2010-08-17 R. Bernstein <rocky@gnu.org>
17
18 * INSTALL: Customize more for emacs.
19
20 2010-08-13 R. Bernstein <rocky@gnu.org>
21
22 * .gitignore, INSTALL: Make INSTALL less generic and more specific
23 to Emacs
24
25 2010-07-25 rocky <rocky@gnu.org>
26
27 * AUTHORS, Makefile.am, configure.ac, load-relative.el: Add Emacs
28 Lisp Code Archive (ELCA) meta-comments.
29
30 2010-03-08 rocky <rocky@gnu.org>
31
32 Merge branch 'master' of
33 git@github.com:rocky/emacs-load-relative
34
35 2010-03-08 rocky <rocky@gnu.org>
36
37 * .gitignore: elisp-comp is now in the repository
38
39 2009-12-18 rocky <rocky@gnu.org>
40
41 * .gitignore, autogen.sh, elisp-comp: Don't overwrigte elisp-comp.
42
43 2009-12-18 rocky <rocky@gnu.org>
44
45 * autogen.sh: Add --enable-maintainer-mode to configure when running
46 autogen.sh
47
48 2009-12-14 rocky <rocky@gnu.org>
49
50 Merge branch 'master' of
51 git@github.com:rocky/emacs-load-relative
52
53 2009-12-13 rocky <rocky@gnu.org>
54
55 * test/behave.el, test/test-load.el, test/test-require-list.el:
56 Remove local behave.el in favor of new installed package test-unit.
57
58
59 2009-12-13 rocky <rocky@gnu.org>
60
61 * .gitignore, ChangeLog, Makefile.am, configure.ac: Administrivia.
62
63 2009-12-13 rocky <rocky@gnu.org>
64
65 Merge branch 'master' of
66 git@github.com:rocky/emacs-load-relative
67
68 2009-12-13 rocky <rocky@gnu.org>
69
70 * configure.ac: Fix package name typo.
71
72 2009-12-13 rocky <rocky@gnu.org>
73
74 * Makefile.am: Include textile README in distribution tarball
75
76 2009-12-12 rocky <rocky@gnu.org>
77
78 * README.textile: Reformat without line breaks
79
80 2009-12-12 rocky <rocky@gnu.org>
81
82 * README.md, README.textile: Try textile for readme
83
84 2009-12-12 rocky <rocky@gnu.org>
85
86 * README.md, README.redcloth: Try using .md extension for doc.
87
88 2009-11-29 rocky <rocky@gnu.org>
89
90 * test/behave.el: Add assert-raises.
91
92 2009-11-25 rocky <rocky@gnu.org>
93
94 * test/behave.el: behave.el: fix incorrect initialization on
95 *behave-total-assertions*.
96
97 2009-11-24 rocky <rocky@gnu.org>
98
99 * test/behave.el: Show number of assertions run.
100
101 2009-11-22 rocky <rocky@gnu.org>
102
103 * load-relative.el: Add provision for getting __FILE__ when we are
104 byte compiling.
105
106 2009-11-22 rocky <rocky@gnu.org>
107
108 * load-relative.el, test/require-file2.el, test/require-file3.el,
109 test/test-load.el: Add optional prefix to require-relative,
110 require-relative and provide-me which will add that prefix to the
111 feature name.
112
113 2009-11-22 rocky <rocky@gnu.org>
114
115 * test/test-load.el: Minimal test of provide-me.
116
117 2009-11-22 rocky <rocky@gnu.org>
118
119 * load-relative.el: Doc string fix.
120
121 2009-11-21 rocky <rocky@gnu.org>
122
123 * Makefile.am, README, README.redcloth: Turn README back into text.
124 Add special redcloth version.
125
126 2009-11-21 rocky <rocky@gnu.org>
127
128 * README, README.markup: Nope changing the name made things worse.
129
130 2009-11-21 rocky <rocky@gnu.org>
131
132 * README, README.markup: See if changing the name from README to
133 README.markup gives github a clue
134
135 2009-11-21 rocky <rocky@gnu.org>
136
137 * README, load-relative.el: load-relative.el: Add provide-me and
138 make GPL v3. README: expand and turn into red-cloth markup.
139
140 2009-11-19 R. Bernstein <rocky@gnu.org>
141
142 * test/test-load.el: Another test of (__FILE__). Make test-load more
143 eval-current'able.
144
145 2009-11-19 R. Bernstein <rocky@gnu.org>
146
147 * test/test-load.el: Add first __FILE__ test.
148
149 2009-11-17 R. Bernstein <rocky@gnu.org>
150
151 * load-relative.el: Bug: was not require-relative when not at
152 compile time.
153
154 2009-11-15 rocky <rocky@gnu.org>
155
156 * load-relative.el: Working towards a more perfect __FILE__. Perhaps
157 I am flailing here. Need much better tests.
158
159 2009-11-15 rocky <rocky@gnu.org>
160
161 * Makefile.am, load-relative.el, test/test-require-list.el: Add
162 macro to handle relative requires using a list. And use this list
163 eval-when-compile to remove the undefined function messages in
164 byte-compilation.
165
166 2009-11-13 rocky <rocky@gnu.org>
167
168 * load-relative.el: Go over __FILE__ test ordering and more comments
169 to as to why we do what we do.
170
171 2009-11-13 rocky <rocky@gnu.org>
172
173 * load-relative.el: Update __FILE__ docstring comment.
174
175 2009-11-13 rocky <rocky@gnu.org>
176
177 * load-relative.el: Also try #$ - "the name of this file as a
178 string". Thanks due to grischka for the suggestion.
179
180 2009-11-13 rocky <rocky@gnu.org>
181
182 * test/require-file1.el: Used in testing require-relative
183
184 2009-11-13 rocky <rocky@gnu.org>
185
186 * load-relative.el, test/load-file2.el, test/test-load.el:
187 load-relative.el: Use current-load-list to get loaded/eval'd file
188 name. It is perhaps is the most reliable but also the most low-level
189 and it is an undocumented API. Update doc strings to record what we
190 now understand. Allow an optional symbol -- just in case. Update
191 tests.
192
193 2009-11-12 rocky <rocky@ubuntu-vm.(none)>
194
195 * test/behave.el, test/test-load.el: test-load.el: add a
196 require-relative test behave.el: sync up with emacs-dbgr - one bug
197 removed.
198
199 2009-11-12 rocky <rocky@gnu.org>
200
201 * load-relative.el: Add require-relative.
202
203 2009-11-12 rocky <rocky@gnu.org>
204
205 Merge branch 'master' of
206 git@github.com:rocky/emacs-load-relative Conflicts:
207 load-relative.el
208
209 2009-11-12 rocky <rocky@gnu.org>
210
211 * load-relative.el, test/test-load.el: Add require-relative.
212
213 2009-11-10 R. Bernstein <rocky@gnu.org>
214
215 * load-relative.el, test/behave.el, test/test-load.el: test-load.el:
216 I think we need to expand the filename before calling load.
217 behave.el: reduce dependency on spec part.
218
219 2009-11-09 rocky <rocky@gnu.org>
220
221 * load-relative.el, test/load-file1.el, test/test-load.el: Allow
222 load-relative to accept a list of strings of files to load.
223
224 2009-11-09 rocky <rocky@gnu.org>
225
226 * Relative loads for Emacs Lisp files. Adds functions __FILE__ and
227 load-relative.
228