diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-09 15:48:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-09 15:48:11 +0000 |
commit | a6ecdec89c437b664589d3aa5c77e95a31dceb2e (patch) | |
tree | 284c9c52f228838746bb532beac5a68e4ae45e0e | |
parent | 96b16428cc3c7fbdeab6adb58ea03f021fb7e273 (diff) | |
download | coreutils-a6ecdec89c437b664589d3aa5c77e95a31dceb2e.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 16 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8644287de..419ecaa0a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,19 @@ +2000-07-05 Paul Eggert <eggert@twinsun.com> + + The old behavior of quoting `like this' doesn't look good with + newer, ISO-style fonts. See: + http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html + + Instead, quote "like this" by default. Let the translator + tailor the locale-specific quoting behavior by providing + translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}. + + * quotearg.c (N_): New macro. + (gettext_default): New function. + (quotearg_buffer_restyled): Use + gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and + gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote. + 2000-07-09 Jim Meyering <meyering@lucent.com> * Most files: Update copyright dates to include 2000. diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e05319453..f77419670 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +2000-07-05 Paul Eggert <eggert@twinsun.com> + + * doc/fileutils.texi: Don't use ` and ' for quoting. + 2000-07-01 Jim Meyering <meyering@lucent.com> * Version 4.0w. |