diff options
| author | Vinicius Jose Latorre | 2007-01-21 13:07:12 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-01-21 13:07:12 +0000 |
| commit | 830f437ef1cf048448706d9d935dfbf8823dea86 (patch) | |
| tree | 33ee43f9f3180957cb048f9fb5b8b0d39fed8b3e /lisp/ChangeLog.unicode | |
| parent | e35ae98e41ee3c7b511aa351455683aff26fc3cd (diff) | |
| download | emacs-830f437ef1cf048448706d9d935dfbf8823dea86.tar.gz emacs-830f437ef1cf048448706d9d935dfbf8823dea86.zip | |
Handle frame parameters changing dynamically
Diffstat (limited to 'lisp/ChangeLog.unicode')
| -rw-r--r-- | lisp/ChangeLog.unicode | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode index 7e436513471..7d2b53b680b 100644 --- a/lisp/ChangeLog.unicode +++ b/lisp/ChangeLog.unicode | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * ps-print.el: Handle frame parameters (background and/or foreground | ||
| 4 | colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>. | ||
| 5 | (ps-print-version): New Version 7.1. | ||
| 6 | (ps-x-frame-property, ps-e-frame-parameter): New aliases. | ||
| 7 | (ps-frame-parameter): New fun. | ||
| 8 | (ps-default-fg, ps-default-bg): New default value ('frame-parameter). | ||
| 9 | Fix doc and customization. | ||
| 10 | (ps-begin-job): Get frame parameters (background and/or foreground | ||
| 11 | colors). | ||
| 12 | (ps-do-despool): Ensure ps-printer-name has a valid value. | ||
| 13 | |||
| 1 | 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 14 | 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 15 | ||
| 3 | * progmodes/ebnf-abn.el: | 16 | * progmodes/ebnf-abn.el: |