Hello fish-user,

I have not attached the patch. Here is it


Am Tue, Jan 10, 2006 at 07:01:00PM +0100, hat Jan Fader geschrieben:
> Hello fish-user,
> I have take a look over the darcs and found some litte correction. 
> The patch is attached. Here is description of the changes I have made:
> 
> 1. clean-target in Makefile.in changed to prevent from stopping the
> clean-run if po/svn.gmo doesn't exist
> 
> 2. The patch (Wed Jan  4 13:51:02 CET 2006  [EMAIL PROTECTED]) add a wrong
> call of AC_CHECK_LIB (check
> http://vipe.technion.ac.il/~shlomif/lecture/Autotools/slides/common_macros/AC_CHECK_LIB.html)
> 
> 3. some little corrections in doc_src/doc.hdr
> 
> kind regards
> -- 
> -- Jan "The Bottle" Fader  ------------------  mailto:[EMAIL PROTECTED] --
> http://www.faderweb.de                         ICQ# 204982370 
> jabber: [EMAIL PROTECTED]                      PGP Key ID: 0xF63E7B5F
> -- nta-Isny                        -           http://www.nta-isny.de  --
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> Fish-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fish-users
> 
> 

Mit freundlichen Gruessen
-- 
-- Jan "The Bottle" Fader  ------------------  mailto:[EMAIL PROTECTED] --
http://www.faderweb.de                         ICQ# 204982370 
jabber: [EMAIL PROTECTED]                      PGP Key ID: 0xF63E7B5F
-- nta-Isny                        -           http://www.nta-isny.de  --
New patches:

[some little corrections
'Jan Fader <[EMAIL PROTECTED]>'**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
[EMAIL PROTECTED] 
[More minor completion description corrections, and another translation checkin 
for Swedish
[EMAIL PROTECTED] 
[Reload completions on locale language change. This will mean that most 
translatable messages will be retranslated.
[EMAIL PROTECTED] 
[Make command descriptions work when entering full path to a command
[EMAIL PROTECTED] 
[Makecompletion functions work with completion descriptions regardless of if 
they contain a separator character or not
[EMAIL PROTECTED] 
[Do not free allocated data when clearing a string_buffer_t
[EMAIL PROTECTED] 
[More robust parsing of keybindings, allow sequences like \C-\ew and \C-?
[EMAIL PROTECTED] 
[Correct incorrect arguments to futimes
[EMAIL PROTECTED] 
[Improve detection of futimes function, and make it fail without giving an 
error message, since it is not critical anyways
[EMAIL PROTECTED] 
[Documentation tweaks
[EMAIL PROTECTED] 
[Minor completion description tweaks, try to use the same description for the 
same situation in multiple commands, to decrease number of strings to translate
[EMAIL PROTECTED] 
[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
[EMAIL PROTECTED] 
[Make description messages more uniform
[EMAIL PROTECTED] 
[Improve locale implementation (should now behave identically to bash) and 
document locale variables behaviour
[EMAIL PROTECTED] 
[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
[EMAIL PROTECTED] 
[Move definition of the _ gettext alias out of fish_interactive, since it is 
needed in non-interactive, and in earlier functions as well
[EMAIL PROTECTED] 
[Add more helpful error messages when trying to use Posix short circut 
operators (|| and &&)
[EMAIL PROTECTED] 
[Change syntax of 'and' and 'or' to infix order
[EMAIL PROTECTED] 
[Do not use \r sequence in translatable messages
[EMAIL PROTECTED] 
[Translate most shellscript output, translate internal completion descriptions, 
and several translation bugfixes
[EMAIL PROTECTED] 
[Improved description for the commandline builtin
[EMAIL PROTECTED] 
[Output a message when changing LANG in interactive mode
[EMAIL PROTECTED] 
[Further i18n tweaks
[EMAIL PROTECTED] 
[Added a few notes to INSTALL file
[EMAIL PROTECTED] 
[Minor fixes to i18n
[EMAIL PROTECTED] 
[Add i18n through gettext, as well as a Swedish translation
[EMAIL PROTECTED] 
[Minor text formating tweaks
[EMAIL PROTECTED] 
[Add completions for nice and renice commands
[EMAIL PROTECTED] 
[Pressing the enter key on an empty line scrolls a line
[EMAIL PROTECTED] 
[TAG 1.19.0
[EMAIL PROTECTED] 
Patch bundle hash:
82d5da433dac7d79113142dc5fe99679346f108b

Reply via email to