diff options
| author | Gerd Moellmann | 2000-03-23 13:56:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-23 13:56:58 +0000 |
| commit | 1a3199d9877357d9900ed38b95b26b606ea1ce45 (patch) | |
| tree | 98eac57d6580a2907ca9cb569eb8c1da229e3221 | |
| parent | 47d2ac754529212615c9eabb63ef2ac1e844c204 (diff) | |
| download | emacs-1a3199d9877357d9900ed38b95b26b606ea1ce45.tar.gz emacs-1a3199d9877357d9900ed38b95b26b606ea1ce45.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 20 |
2 files changed, 24 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3f0bd39c1bd..e398f782c5c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-prin1.ps: Eliminate SkipFirstPage. | ||
| 4 | |||
| 1 | 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 5 | 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 6 | ||
| 3 | * ps-prin0.ps: Define command only for language level 1. | 7 | * ps-prin0.ps: Define command only for language level 1. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a675b5d3324..6139a258079 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * ps-print.el: Skip banner page fix. | ||
| 4 | (ps-print-version): New version number (5.1.2). | ||
| 5 | (ps-begin-file, ps-end-file, ps-generate): Code fix. | ||
| 6 | |||
| 7 | 2000-03-23 Dave Pearson <davep@davep.org> | ||
| 8 | |||
| 9 | * net/quickurl.el Changed the type of parameter passed to the | ||
| 10 | function defined by `quickurl-format-function'. Before only the | ||
| 11 | text of the URL was passed. Now the whole URL structure is passed | ||
| 12 | and the function is responsible for extracting the parts it | ||
| 13 | requires. Changed the default of `quickurl-format-function' | ||
| 14 | accordingly. | ||
| 15 | (quickurl-insert): Changed the `funcall' of | ||
| 16 | `quickurl-format-function' to match the above change. | ||
| 17 | (quickurl-list-insert): Changed the `url' case so that it makes | ||
| 18 | use of `quickurl-format-function', previous to this the format was | ||
| 19 | hard wired. | ||
| 20 | |||
| 1 | 2000-03-22 Gerd Moellmann <gerd@gnu.org> | 21 | 2000-03-22 Gerd Moellmann <gerd@gnu.org> |
| 2 | 22 | ||
| 3 | * startup.el: Change some spellings for the X Window System. | 23 | * startup.el: Change some spellings for the X Window System. |