Convert to UTF-8.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2998 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2005-08-22 08:45:37 +00:00
parent 8bcf43b137
commit a8db26010b
1 changed files with 24 additions and 24 deletions

View File

@ -353,7 +353,7 @@ CVS code -
- doc/man/nanorc.5: - doc/man/nanorc.5:
- Explain how the "none" and "default" syntaxes work. (DLR) - Explain how the "none" and "default" syntaxes work. (DLR)
- doc/man/fr/nano.1, doc/man/fr/nanorc.5: - doc/man/fr/nano.1, doc/man/fr/nanorc.5:
- Updated translation by Jean-Philippe Gérard. - Updated translation by Jean-Philippe Guérard.
- src/Makefile.am: - src/Makefile.am:
- Add text.c to nano_SOURCES. (DLR) - Add text.c to nano_SOURCES. (DLR)
@ -486,7 +486,7 @@ GNU nano 1.3.8 - 2005.06.30
totlines a size_t, and change related variables to match. totlines a size_t, and change related variables to match.
(DLR, initial problem with parse_line_column() found by Mike (DLR, initial problem with parse_line_column() found by Mike
Frysinger) Frysinger)
- Rework the credits handling to display Florian König's name - Rework the credits handling to display Florian König's name
properly whether we're in a UTF-8 locale or not, and without properly whether we're in a UTF-8 locale or not, and without
requiring a massive function that we only use once. Changes requiring a massive function that we only use once. Changes
to do_credits(); removal of make_valid_mbstring(). (DLR) to do_credits(); removal of make_valid_mbstring(). (DLR)
@ -1497,7 +1497,7 @@ GNU nano 1.3.5 - 2004.11.22
to" messages on the statusbar. (DLR) to" messages on the statusbar. (DLR)
input_tab() input_tab()
- Fix snprintf() call so that we don't segfault when trying to - Fix snprintf() call so that we don't segfault when trying to
complete a filename containing %'s. (Ulf Härnhammar) complete a filename containing %'s. (Ulf Härnhammar)
- global.c: - global.c:
shortcut_init() shortcut_init()
- Remove redundant NANO_SMALL #ifdef. (DLR) - Remove redundant NANO_SMALL #ifdef. (DLR)
@ -1711,7 +1711,7 @@ GNU nano 1.3.5 - 2004.11.22
option makes aspell not create backup files, and this is option makes aspell not create backup files, and this is
consistent with the internal spell checker's behavior. (DLR) consistent with the internal spell checker's behavior. (DLR)
- doc/man/fr/nano.1, doc/man/fr/nanorc.1: - doc/man/fr/nano.1, doc/man/fr/nanorc.1:
- Updated manpage translations by Jean-Philippe Guérard. - Updated manpage translations by Jean-Philippe Guérard.
- README.CVS: - README.CVS:
- Mention the requirement for glib 2.x on systems lacking - Mention the requirement for glib 2.x on systems lacking
v?snprintf(), and add minor formatting changes. v?snprintf(), and add minor formatting changes.
@ -2835,7 +2835,7 @@ GNU nano 1.3.1 - 2004.01.09
do_writeout() do_writeout()
- Prompt the user if we're trying to save an existing file (and - Prompt the user if we're trying to save an existing file (and
not just a selection of it) under a different name. (DLR; not just a selection of it) under a different name. (DLR;
suggested by Jean-Philippe Guérard) suggested by Jean-Philippe Guérard)
- Overhaul the code used to write a selection of a file to - Overhaul the code used to write a selection of a file to
temporarily set fileage and filebot to the top and bottom of temporarily set fileage and filebot to the top and bottom of
the selection and then call write_file(), instead of following the selection and then call write_file(), instead of following
@ -3123,7 +3123,7 @@ GNU nano 1.3.0 - 2003.10.22
interpreted as Ctrl-[character], and the support for Pico's interpreted as Ctrl-[character], and the support for Pico's
Esc Esc [three-digit decimal ASCII code] input method, if Esc Esc [three-digit decimal ASCII code] input method, if
applicable. (DLR) applicable. (DLR)
- French translation by Jean-Philippe Guérard. - French translation by Jean-Philippe Guérard.
- nano.1.html, nanorc.5.html: - nano.1.html, nanorc.5.html:
- Regenerated. (DLR) - Regenerated. (DLR)
- nanorc.sample: - nanorc.sample:
@ -3190,7 +3190,7 @@ GNU nano 1.2.2 - 2003.08.11
comments) added by DLR. comments) added by DLR.
- THANKS: - THANKS:
- Added Laurentiu Buzdugan, for Romanian. - Added Laurentiu Buzdugan, for Romanian.
- Added Geir Helland, for Norwegian Bokmål. - Added Geir Helland, for Norwegian Bokmål.
- TODO: - TODO:
- Move the items for nano 1.2 to the "Old Requests" section, - Move the items for nano 1.2 to the "Old Requests" section,
and mark color syntax highlighting as done. (David Benbennick) and mark color syntax highlighting as done. (David Benbennick)
@ -3198,7 +3198,7 @@ GNU nano 1.2.2 - 2003.08.11
- Added question about nano's not showing color when it's - Added question about nano's not showing color when it's
compiled with color support. (DLR; suggested by Jordi) compiled with color support. (DLR; suggested by Jordi)
- nano.1, nanorc.5: - nano.1, nanorc.5:
- Formatting improvements by Jean-Philippe Guérard. - Formatting improvements by Jean-Philippe Guérard.
- Minor fixes by DLR. - Minor fixes by DLR.
- nano.1.html, nanorc.5.html: - nano.1.html, nanorc.5.html:
- Regenerated from nano.1 and nanorc.5. (DLR) - Regenerated from nano.1 and nanorc.5. (DLR)
@ -4389,7 +4389,7 @@ GNU nano 1.1.9 - 05/12/2002
- po/de.po: - po/de.po:
- German translation updates (Michael Piefel). - German translation updates (Michael Piefel).
- po/fr.po: - po/fr.po:
- French translation updates (Jean-Philippe Guérard). - French translation updates (Jean-Philippe Guérard).
- po/ca.po, po/es.po: - po/ca.po, po/es.po:
- Catalan and Spanish translation updates (Jordi). - Catalan and Spanish translation updates (Jordi).
- po/sv.po: - po/sv.po:
@ -4455,7 +4455,7 @@ GNU nano 1.1.8 - 03/30/2002
- Fix errno->strerror(errno) mismatch. - Fix errno->strerror(errno) mismatch.
parse_rcfile() parse_rcfile()
- Don't use i for both for loop and atoi(), fixes lots of - Don't use i for both for loop and atoi(), fixes lots of
potential crashes, 1st reported by Jean-Philippe Guérard. potential crashes, 1st reported by Jean-Philippe Guérard.
rcfile_error() rcfile_error()
- Don't print out the file name if we haven't opened the file - Don't print out the file name if we haven't opened the file
yet (lineno == 0). yet (lineno == 0).
@ -4488,7 +4488,7 @@ GNU nano 1.1.8 - 03/30/2002
- Catalan and Spanish translation updates (Jordi). - Catalan and Spanish translation updates (Jordi).
- Typo (DLR). - Typo (DLR).
- po/fr.po: - po/fr.po:
- French translation updates (Jean-Philippe Guérard). - French translation updates (Jean-Philippe Guérard).
- po/gl.po: - po/gl.po:
- Galician translation updates (Jacobo Tarrio). - Galician translation updates (Jacobo Tarrio).
- po/uk.po, po/ru.po: - po/uk.po, po/ru.po:
@ -4496,7 +4496,7 @@ GNU nano 1.1.8 - 03/30/2002
- po/pl.po: - po/pl.po:
- Polish translation updates (Wojciech Kotwica). - Polish translation updates (Wojciech Kotwica).
- po/fr.po: - po/fr.po:
- French translation updates (Jean-Philippe Guérard). - French translation updates (Jean-Philippe Guérard).
- po/it.po: - po/it.po:
- Italian translation updates (Marco Colombo). - Italian translation updates (Marco Colombo).
- po/da.po: - po/da.po:
@ -4599,7 +4599,7 @@ GNU nano 1.1.7 - 03/05/2002
- po/sv.po: - po/sv.po:
- Swedish translation updates (Christian Rose). - Swedish translation updates (Christian Rose).
- po/fr.po: - po/fr.po:
- French translation updates (Jean-Philippe Guérard). - French translation updates (Jean-Philippe Guérard).
- po/nn.po: - po/nn.po:
- Norwegian nynorsk translation updates (Kjetil Torgrim Homme). - Norwegian nynorsk translation updates (Kjetil Torgrim Homme).
- po/de.po: - po/de.po:
@ -4616,7 +4616,7 @@ GNU nano 1.1.7 - 03/05/2002
- po/da.po: - po/da.po:
- Danish translation updates (Keld Simonsen). - Danish translation updates (Keld Simonsen).
- po/nb.po: - po/nb.po:
- Norwegian bokmål translation updates (Stig E Sandoe). - Norwegian bokmål translation updates (Stig E Sandoe).
- po/nl.po: - po/nl.po:
- Dutch translation updates (Guus Sliepen). - Dutch translation updates (Guus Sliepen).
- po/pl.po: - po/pl.po:
@ -4701,7 +4701,7 @@ nano-1.1.6 - 01/25/2002
users into the fact that their regex is doing something bad. users into the fact that their regex is doing something bad.
- THANKS: - THANKS:
- Oops, correct Eivind's entry. His translation was Norwegian nynorsk, - Oops, correct Eivind's entry. His translation was Norwegian nynorsk,
not bokmål as we claimed (Jordi). not bokmål as we claimed (Jordi).
- .cvsignore - .cvsignore
- Added config.guess config.sub install-sh missing & mkinstalldirs - Added config.guess config.sub install-sh missing & mkinstalldirs
- po/ca.po, po/es.po: - po/ca.po, po/es.po:
@ -4711,7 +4711,7 @@ nano-1.1.6 - 01/25/2002
- po/de.po: - po/de.po:
- German translation update (Michael Piefel). - German translation update (Michael Piefel).
- po/fr.po: - po/fr.po:
- French translation update (Jean-Philippe Guérard). - French translation update (Jean-Philippe Guérard).
- po/ru.po, po/uk.po: - po/ru.po, po/uk.po:
- Russian and Ukrainian translation updates (Sergey A. Ribalchenko). - Russian and Ukrainian translation updates (Sergey A. Ribalchenko).
- po/no.po: - po/no.po:
@ -4719,7 +4719,7 @@ nano-1.1.6 - 01/25/2002
- po/nn.po: - po/nn.po:
- Norwegian nynorsk translation updates (Kjetil Torgrim Homme). - Norwegian nynorsk translation updates (Kjetil Torgrim Homme).
- po/nb.po: - po/nb.po:
- New Norwegian bokmål translation (Stig E Sandoe <stig@ii.uib.no>). - New Norwegian bokmål translation (Stig E Sandoe <stig@ii.uib.no>).
- po/da.po: - po/da.po:
- Danish translation update (Keld Simonsen). - Danish translation update (Keld Simonsen).
@ -4790,13 +4790,13 @@ nano-1.1.5 - 01/05/2002
- po/fr.po: - po/fr.po:
- French translation update (Michel Robitaille). - French translation update (Michel Robitaille).
- po/gl.po: - po/gl.po:
- Galician translation update (Jacobo Tarrío). - Galician translation update (Jacobo Tarrío).
- po/it.po: - po/it.po:
- Italian translation update (Marco Colombo). - Italian translation update (Marco Colombo).
- po/de.po: - po/de.po:
- German translation update (Michael Piefel). - German translation update (Michael Piefel).
- po/fr.po: - po/fr.po:
- French translation update (Jean-Philippe Guérard). - French translation update (Jean-Philippe Guérard).
nano-1.1.4 - 12/11/2001 nano-1.1.4 - 12/11/2001
- General - General
@ -5001,7 +5001,7 @@ nano-1.1.2 - 10/03/2001
- po/ca.po, po/es.po: - po/ca.po, po/es.po:
- Updated Catalan and Spanish translation (Jordi). - Updated Catalan and Spanish translation (Jordi).
- po/gl.po: - po/gl.po:
- Updated Galician translation (Jacobo Tarrío). - Updated Galician translation (Jacobo Tarrío).
- po/da.po: - po/da.po:
- New Danish translation, by Keld Simonsen <keld@dkuug.dk>. - New Danish translation, by Keld Simonsen <keld@dkuug.dk>.
- po/sv.po: - po/sv.po:
@ -5221,7 +5221,7 @@ nano-1.1.0 - 07/15/2001
- po/es.po, po/ca.po: - po/es.po, po/ca.po:
- Updated (Jordi). - Updated (Jordi).
- po/gl.po: - po/gl.po:
- Galician translation by Jacobo Tarrío. - Galician translation by Jacobo Tarrío.
- po/uk.po, po/ru.po: - po/uk.po, po/ru.po:
- New Ukrainian and Russian translations by Sergey A. Ribalchenko - New Ukrainian and Russian translations by Sergey A. Ribalchenko
<fisher@obu.ck.ua>, thanks! <fisher@obu.ck.ua>, thanks!
@ -5230,7 +5230,7 @@ nano-1.1.0 - 07/15/2001
- po/it.po - po/it.po
- Updated Italian translation by Marco Colombo. - Updated Italian translation by Marco Colombo.
- po/no.po: - po/no.po:
- New Norwegian translation by Eivind Kjørstad <ekj@vestdata.no>. - New Norwegian translation by Eivind Kjørstad <ekj@vestdata.no>.
- po/sv.po: - po/sv.po:
- New Swedish translation by Christian Rose <menthos@menthos.com>. - New Swedish translation by Christian Rose <menthos@menthos.com>.
@ -5337,7 +5337,7 @@ nano-0.9.99pre3 - 02/19/2001
- Added localized yes, no and all strings to function and rewrote - Added localized yes, no and all strings to function and rewrote
handler for the new format. handler for the new format.
- de.po: - de.po:
- Translation updates by Florian König. - Translation updates by Florian König.
- fi.po: - fi.po:
- Translation updates by Pauli Virtanen. - Translation updates by Pauli Virtanen.
- hu.po: - hu.po:
@ -6228,7 +6228,7 @@ nano-0.9.7 - 05/14/2000
- nano.c: - nano.c:
do_home(), do_end(): do_home(), do_end():
- Added calls to update_line for the current line, fixes - Added calls to update_line for the current line, fixes
lack of update (bug discovered by Alberto García). lack of update (bug discovered by Alberto García).
main(): main():
- Added SET(FOLLOW_SYMLINKS) before getopt call, fixes not - Added SET(FOLLOW_SYMLINKS) before getopt call, fixes not
following symlinks even when -l isn't set, and "no changes" following symlinks even when -l isn't set, and "no changes"