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