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