Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/ChangeLog Sun Aug 20 15:53:57 2006 +0000 +++ b/etc/ChangeLog Sun Aug 20 17:54:48 2006 +0000 @@ -1,3 +1,15 @@ +2006-08-20 Dave Love <fx@gnu.org> + + * emacs.py: 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. + 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.