# HG changeset patch # User Vinicius Jose Latorre # Date 1080529136 0 # Node ID df2f0fcc5fa20ea22c96a5405112b7d68db82246 # Parent be1994e2a5ce30dfca3a031dcd6dc62d99357070 printing 6.7.3. diff -r be1994e2a5ce -r df2f0fcc5fa2 lisp/ChangeLog --- 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 - * printing.el (pr-update-menus): Modify interactive declaration. - Reported by Drew Adams . - * 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 + . + (pr-update-menus): Modify interactive declaration. Reported by Drew + Adams . + 2004-03-28 Nick Roberts * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)