Mercurial > emacs
comparison lisp/ChangeLog @ 54631:ec452a2865a8
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 29 Mar 2004 00:53:28 +0000 |
parents | 0018770bf0b3 |
children | d1e68d393f21 |
comparison
equal
deleted
inserted
replaced
54630:d6dd8c390fc2 | 54631:ec452a2865a8 |
---|---|
1 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * subr.el (interactive-form): Delete. Now implemented in C. | |
4 | |
5 * pcvs.el (cvs-parse-process): Workaround for Darwin. | |
6 | |
7 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'. | |
8 (vc-diff-label): New fun. | |
9 (vc-diff-internal): Use it. | |
10 | |
11 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test. | |
12 | |
1 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 13 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 14 |
3 * printing.el (pr-update-menus): Modify interactive declaration. | 15 * printing.el (pr-update-menus): Modify interactive declaration. |
4 Reported by Drew Adams <drew.adams@oracle.com>. | 16 Reported by Drew Adams <drew.adams@oracle.com>. |
5 | 17 |