Mercurial > emacs
changeset 54637:df2f0fcc5fa2
printing 6.7.3.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 29 Mar 2004 02:58:56 +0000 |
parents | be1994e2a5ce |
children | 4860d5ef0587 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 29 02:51:59 2004 +0000 +++ b/lisp/ChangeLog Mon Mar 29 02:58:56 2004 +0000 @@ -17,9 +17,6 @@ 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> - * printing.el (pr-update-menus): Modify interactive declaration. - Reported by Drew Adams <drew.adams@oracle.com>. - * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments. * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to @@ -32,6 +29,14 @@ (ebnf-syntax-alist): Add ebnfx initialization. (ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx. + * printing.el: Doc fix. + (pr-version): New version number (6.7.3). + (pr-menu-position): Adjust X and Y positions when mouse-pixel-position + returns nil for mouse position. Reported by Drew Adams + <drew.adams@oracle.com>. + (pr-update-menus): Modify interactive declaration. Reported by Drew + Adams <drew.adams@oracle.com>. + 2004-03-28 Nick Roberts <nick@nick.uklinux.net> * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)