diff options
| author | Stefan Monnier | 2006-08-20 17:54:48 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-08-20 17:54:48 +0000 |
| commit | 67b595a2904e477aa06913ebf46e7ce7130801f9 (patch) | |
| tree | ded039d731c0000d3e436c1b9890979d13b03cba /etc/ChangeLog | |
| parent | c7bb83bdeb37144192a4924535a11daa8d57535a (diff) | |
| download | emacs-67b595a2904e477aa06913ebf46e7ce7130801f9.tar.gz emacs-67b595a2904e477aa06913ebf46e7ce7130801f9.zip | |
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.
Diffstat (limited to 'etc/ChangeLog')
| -rw-r--r-- | etc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ec2b017c25c..6f177e3b890 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |