diff options
| author | Gerd Moellmann | 1999-11-04 20:52:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-04 20:52:05 +0000 |
| commit | a09754e6c6ca945105c1cbfc91d246dab551f501 (patch) | |
| tree | d16972bc7c27a55399e2840c2c5a47ac880814e8 /lisp/ChangeLog | |
| parent | b7b66466a9e0ec45cd655ee3616716485304fe7c (diff) | |
| download | emacs-a09754e6c6ca945105c1cbfc91d246dab551f501.tar.gz emacs-a09754e6c6ca945105c1cbfc91d246dab551f501.zip | |
(gud-perldb-massage-args): Handle the case "perl -e 0"
the default when invoking perldb in a non-Perl buffer) and other
cases involving -e or --.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 29bfa1aeeab..83c1597fb1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 1999-11-04 John Tobey <jtobey@epsilondev.com> | ||
| 2 | |||
| 3 | * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0", | ||
| 4 | the default when invoking perldb in a non-Perl buffer, and other | ||
| 5 | cases involving -e or --. | ||
| 6 | |||
| 1 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> | 7 | 1999-11-04 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 9 | * simple.el (previous-matching-history-element) | ||
| 10 | (next-history-element): Use delete-field instead of erase-field. | ||
| 11 | |||
| 12 | * isearch.el (isearch-ring-advance-edit, isearch-complete-edit): | ||
| 13 | Use delete-field instead of erase-field. | ||
| 14 | |||
| 3 | * faces.el (secondary-selection): Change background to yellow. | 15 | * faces.el (secondary-selection): Change background to yellow. |
| 4 | 16 | ||
| 5 | * complete.el (PC-do-completion): Use minibuffer-prompt-end to | 17 | * complete.el (PC-do-completion): Use minibuffer-prompt-end to |