
New patches:

[some little corrections
'Jan Fader <jan.fader@web.de>'**20060110174907] {
hunk ./Makefile.in 441
-	rm $(TRANSLATIONS)
+	rm -f $(TRANSLATIONS)
hunk ./configure.ac 133
-AC_CHECK_LIB(socket, connect, rt, nanosleep)
+AC_CHECK_LIB(socket, connect)
+AC_CHECK_LIB(rt, nanosleep)
hunk ./doc_src/doc.hdr 674
-\c LANG, \cLC_ALL, \c LC_COLLATE, \c LC_CTYPE, \cLC_MESSAGES, \c
+\c LANG, \c LC_ALL, \c LC_COLLATE, \c LC_CTYPE, \c LC_MESSAGES, \c
}

Context:

[Remove the external tokenize command. One can use tr instead
axel@liljencrantz.se**20060110163603] 
[More minor completion description corrections, and another translation checkin for Swedish
axel@liljencrantz.se**20060109192815] 
[Reload completions on locale language change. This will mean that most translatable messages will be retranslated.
axel@liljencrantz.se**20060109174032] 
[Make command descriptions work when entering full path to a command
axel@liljencrantz.se**20060109171725] 
[Makecompletion functions work with completion descriptions regardless of if they contain a separator character or not
axel@liljencrantz.se**20060109171359] 
[Do not free allocated data when clearing a string_buffer_t
axel@liljencrantz.se**20060109171302] 
[More robust parsing of keybindings, allow sequences like \C-\ew and \C-?
axel@liljencrantz.se**20060109152506] 
[Correct incorrect arguments to futimes
axel@liljencrantz.se**20060109151740] 
[Improve detection of futimes function, and make it fail without giving an error message, since it is not critical anyways
axel@liljencrantz.se**20060109151047] 
[Documentation tweaks
axel@liljencrantz.se**20060109144813] 
[Minor completion description tweaks, try to use the same description for the same situation in multiple commands, to decrease number of strings to translate
axel@liljencrantz.se**20060109144730] 
[Fix two issues on OS X, a non-compatible use of the expr command and a bad init of a socket for the universal variable daemon
axel@liljencrantz.se**20060109144418] 
[Make description messages more uniform
axel@liljencrantz.se**20060108231306] 
[Improve locale implementation (should now behave identically to bash) and document locale variables behaviour
axel@liljencrantz.se**20060108230049] 
[Huge upade containing several bugfixes related to i18n, and a huge number of new translatable strings, including almost all description messages for command specific completions
axel@liljencrantz.se**20060108025656] 
[Move definition of the _ gettext alias out of fish_interactive, since it is needed in non-interactive, and in earlier functions as well
axel@liljencrantz.se**20060105170915] 
[Add more helpful error messages when trying to use Posix short circut operators (|| and &&)
axel@liljencrantz.se**20060105160228] 
[Change syntax of 'and' and 'or' to infix order
axel@liljencrantz.se**20060105153753] 
[Do not use \r sequence in translatable messages
axel@liljencrantz.se**20060105135411] 
[Translate most shellscript output, translate internal completion descriptions, and several translation bugfixes
axel@liljencrantz.se**20060105134159] 
[Improved description for the commandline builtin
axel@liljencrantz.se**20060104141541] 
[Output a message when changing LANG in interactive mode
axel@liljencrantz.se**20060104140735] 
[Further i18n tweaks
axel@liljencrantz.se**20060104135230] 
[Added a few notes to INSTALL file
axel@liljencrantz.se**20060104130154] 
[Minor fixes to i18n
axel@liljencrantz.se**20060104130124] 
[Add i18n through gettext, as well as a Swedish translation
axel@liljencrantz.se**20060104125102] 
[Minor text formating tweaks
axel@liljencrantz.se**20051230162919] 
[Add completions for nice and renice commands
axel@liljencrantz.se**20051230162835] 
[Pressing the enter key on an empty line scrolls a line
axel@liljencrantz.se**20051230125705] 
[TAG 1.19.0
axel@liljencrantz.se**20051225220455] 
Patch bundle hash:
82d5da433dac7d79113142dc5fe99679346f108b

