comparison etc/ChangeLog @ 72458:18443633d75d

Update to Dave Love's latest version. (__all__): Fix args -> eargs. Add new `modpath' fun. (eargs): Add `imports' arg. (all_names): New fun. (complete): Rewrite without using rlcompleter. Remove `namespace' arg, add `imports' arg. (ehelp): Replace g and l args with `imports'. (eimport): Use __main__ rather than `emacs' namespace. (modpath): New fun.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 20 Aug 2006 17:54:48 +0000
parents 7ee3be446a3c
children f3381d44ce43
comparison
equal deleted inserted replaced
72457:7ee3be446a3c 72458:18443633d75d
1 2006-08-20 Dave Love <fx@gnu.org>
2
3 * emacs.py: Update to Dave Love's latest version.
4 (__all__): Fix args -> eargs. Add new `modpath' fun.
5 (eargs): Add `imports' arg.
6 (all_names): New fun.
7 (complete): Rewrite without using rlcompleter.
8 Remove `namespace' arg, add `imports' arg.
9 (ehelp): Replace g and l args with `imports'.
10 (eimport): Use __main__ rather than `emacs' namespace.
11 (modpath): New fun.
12
1 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) 13 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2 14
3 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. 15 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
4 16
5 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si> 17 2006-08-18 Primoz PETERLIN <primoz.peterlin@mf.uni-lj.si>