Mercurial > emacs
comparison lisp/ChangeLog @ 37879:3c04f288def2
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 May 2001 18:40:47 +0000 |
parents | e4f6c3c27972 |
children | 838dd687e861 |
comparison
equal
deleted
inserted
replaced
37878:f79c061ff77a | 37879:3c04f288def2 |
---|---|
1 2001-05-23 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line | |
4 rather than beginning-of-line to avoid problems with fields. | |
5 (gud-perldb-massage-args): Use unless and push. | |
6 (gud-chdir-before-run): New var. | |
7 (gud-common-init): Use it. | |
8 | |
1 2001-05-24 Andrew Choi <akochoi@i-cable.com> | 9 2001-05-24 Andrew Choi <akochoi@i-cable.com> |
2 | 10 |
3 * international/titdic-cnv.el (quail-cxterm-package-ext-info): | 11 * international/titdic-cnv.el (quail-cxterm-package-ext-info): |
4 delete entries for chinese-ctlau and chinese-ctlaub. | 12 delete entries for chinese-ctlau and chinese-ctlaub. |
5 (quail-misc-package-ext-info): add entries for chinese-ctlau and | 13 (quail-misc-package-ext-info): Add entries for chinese-ctlau and |
6 chinese-ctlaub. | 14 chinese-ctlaub. |
7 (ctlau-converter): New function. | 15 (ctlau-converter): New function. |
8 (ctlau-gb-converter): New function. | 16 (ctlau-gb-converter): New function. |
9 (ctlau-b5-converter): New function. | 17 (ctlau-b5-converter): New function. |
10 | 18 |