Mercurial > emacs
comparison lisp/ChangeLog @ 54637:df2f0fcc5fa2
printing 6.7.3.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 29 Mar 2004 02:58:56 +0000 |
parents | 55314eeb3692 |
children | aa979e2a3cb4 |
comparison
equal
deleted
inserted
replaced
54636:be1994e2a5ce | 54637:df2f0fcc5fa2 |
---|---|
14 (vc-diff-internal): Use it. | 14 (vc-diff-internal): Use it. |
15 | 15 |
16 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test. | 16 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test. |
17 | 17 |
18 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 18 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
19 | |
20 * printing.el (pr-update-menus): Modify interactive declaration. | |
21 Reported by Drew Adams <drew.adams@oracle.com>. | |
22 | 19 |
23 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments. | 20 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments. |
24 | 21 |
25 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to | 22 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to |
26 specify XML (EBNFX). | 23 specify XML (EBNFX). |
29 (ebnf-version): New version number (4.1). | 26 (ebnf-version): New version number (4.1). |
30 (ebnf-syntax): Adjust customization. | 27 (ebnf-syntax): Adjust customization. |
31 (ebnf-style-database): Add ebnfx entry. | 28 (ebnf-style-database): Add ebnfx entry. |
32 (ebnf-syntax-alist): Add ebnfx initialization. | 29 (ebnf-syntax-alist): Add ebnfx initialization. |
33 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx. | 30 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoloaded funs from ebnf-ebx. |
31 | |
32 * printing.el: Doc fix. | |
33 (pr-version): New version number (6.7.3). | |
34 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position | |
35 returns nil for mouse position. Reported by Drew Adams | |
36 <drew.adams@oracle.com>. | |
37 (pr-update-menus): Modify interactive declaration. Reported by Drew | |
38 Adams <drew.adams@oracle.com>. | |
34 | 39 |
35 2004-03-28 Nick Roberts <nick@nick.uklinux.net> | 40 2004-03-28 Nick Roberts <nick@nick.uklinux.net> |
36 | 41 |
37 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) | 42 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) |
38 (gud-gdba-marker-filter): Log the process input and output, if | 43 (gud-gdba-marker-filter): Log the process input and output, if |