comparison src/ChangeLog @ 32837:fdcf13c6716d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Oct 2000 21:18:06 +0000
parents 91d978fbe967
children 9e6054d90091
comparison
equal deleted inserted replaced
32836:2d9f4fc56dba 32837:fdcf13c6716d
1 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4
5 * delim-col.el: Now there is a column formatting mechanism.
6 Modified to customization mechanisms convention. Doc fix.
7 (columns): New group for delim-col.
8 (delimit-columns-before, delimit-columns-after)
9 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
10 (delimit-columns-end): New vars.
11 (delimit-columns-customize, delimit-columns-format): New funs.
12 (delimit-columns-region, delimit-columns-rectangle)
13 (delimit-columns-rectangle-line): Modified to support column
14 formatting.
15
1 2000-10-24 Andrew Innes <andrewi@gnu.org> 16 2000-10-24 Andrew Innes <andrewi@gnu.org>
2 17
3 * dired.c (directory_files_internal_unwind): New function. 18 * dired.c (directory_files_internal_unwind): New function.
4 (directory_files_internal): Use it to ensure closedir is called 19 (directory_files_internal): Use it to ensure closedir is called
5 even if expand-file-name or file-attributes throw, eg. because of 20 even if expand-file-name or file-attributes throw, eg. because of