Robin Deits
|
6e65cfcc9a
|
fish_title now sets both tab and window titles in iTerm2
|
2012-06-10 00:50:00 -07:00 |
|
Carl Johan Crafoord
|
96a4b7eaa7
|
Check for libiconv_open if we can't find iconv_open
|
2012-06-10 00:33:01 -07:00 |
|
ridiculousfish
|
64afada7f0
|
Switched from using 'type' to 'functions --query' since it's a lot cheaper
|
2012-06-10 00:21:11 -07:00 |
|
adisbladis
|
9f563f4873
|
Introduced fish_user_keybindings
|
2012-06-10 00:21:11 -07:00 |
|
Siteshwar Vashisht
|
ca61d0ee8b
|
Fixed crash in history builtin for inputs like : history --search -prefix "echo"
|
2012-06-10 01:08:19 +05:30 |
|
Siteshwar Vashisht
|
e96dabadf1
|
Add Rekonq in list of browsers to display help
|
2012-06-08 21:11:26 +05:30 |
|
Siteshwar Vashisht
|
b6601338c2
|
Made C-d delete characters in multiple lines.
|
2012-06-07 21:18:02 +05:30 |
|
Siteshwar Vashisht
|
8167e1e07e
|
Add new line after printing job information with jobs builtin.
|
2012-06-07 21:07:34 +05:30 |
|
Siteshwar Vashisht
|
23ce927301
|
Fixed a bug in manpage generator.
|
2012-06-07 20:48:54 +05:30 |
|
Siteshwar Vashisht
|
c7941fc7b0
|
Use manpath instead of man --path to find man page paths.
|
2012-06-07 00:00:43 +05:30 |
|
Siteshwar Vashisht
|
1078ad9ae9
|
Fixed following bugs in history function:
1. history function without any argument now correctly shows user's command history.
2. history --save now saves user's command history.
|
2012-06-06 20:54:27 +05:30 |
|
adisbladis
|
c0085cbc61
|
Python3 fixes in import_bash_settings.py
|
2012-06-05 20:40:51 -07:00 |
|
Adam
|
a49d245b92
|
Python3 fixes for webconfig.py
|
2012-06-05 20:40:51 -07:00 |
|
Adam
|
0ce6829e4c
|
Python3 fixes in make_completions.py
|
2012-06-05 20:40:51 -07:00 |
|
Adam
|
4e3acdcbdc
|
Unicode error fix in manpage completion with python3
|
2012-06-05 15:26:11 -07:00 |
|
Adam
|
85f808130d
|
Manpage generation now works with python3
|
2012-06-05 15:26:11 -07:00 |
|
ridiculousfish
|
b187538339
|
Bump OS X installer package version
|
2012-06-05 02:06:44 -07:00 |
|
ridiculousfish
|
93f6aabe12
|
Fix to stop identifying SnowLeopard's terminal as term256
|
2012-06-05 02:06:33 -07:00 |
|
ridiculousfish
|
10aa107380
|
Updated relnotes
|
2012-06-05 01:22:25 -07:00 |
|
ridiculousfish
|
53cba2a2e6
|
Improved webconfig.py's handling of combined term256 and classic colors
|
2012-06-05 01:19:59 -07:00 |
|
ridiculousfish
|
d871095d0b
|
Updated "last run version" to __fish_init_1_50_0. Updated colors for non term-256 compatibility
|
2012-06-05 01:01:30 -07:00 |
|
ridiculousfish
|
9bf8a5e877
|
Updated release notes for new history syntax
|
2012-06-05 00:42:45 -07:00 |
|
ridiculousfish
|
3836bfe5a1
|
Added history completion file
Updated history function to assume --search as the default behavior
|
2012-06-05 00:40:42 -07:00 |
|
ridiculousfish
|
7698553c3a
|
Made a bare history call end with a newline
|
2012-06-04 23:59:04 -07:00 |
|
ridiculousfish
|
be1d216b34
|
Relnoted history builtin
Tweaked validation regex to use extended regexs
|
2012-06-04 23:54:43 -07:00 |
|
ridiculousfish
|
85cbb943b5
|
Tweaks to the history function
|
2012-06-04 23:40:08 -07:00 |
|
Siteshwar Vashisht
|
ec34f2527a
|
Adding history builtin
|
2012-06-05 09:54:42 +05:30 |
|
ridiculousfish
|
b877181e17
|
Fix for what I believe to be a bug in fish trunk where you can't always successfully control-C out of some while loops
|
2012-06-04 15:10:35 -07:00 |
|
ridiculousfish
|
69446be1ee
|
Signal handling cleanup and improved safety
Fixes issue where you couldn't control-C out of a loop (https://github.com/ridiculousfish/fishfish/issues/13)
Also stops doing memory allocation in the signal handler (oops) https://github.com/ridiculousfish/fishfish/issues/27
|
2012-06-04 14:20:01 -07:00 |
|
ridiculousfish
|
cc90f9cf80
|
path_make_canonical mishandles empty string.
Fixes https://github.com/ridiculousfish/fishfish/issues/26
|
2012-06-04 12:00:59 -07:00 |
|
ridiculousfish
|
457e6a5f46
|
Updated some relnotes for beta r2
|
2012-06-03 17:58:25 -07:00 |
|
ridiculousfish
|
e7db18bae2
|
Added Debian description-pak file
|
2012-06-02 18:07:11 -07:00 |
|
ridiculousfish
|
f8e3e853aa
|
Fix to disable VDSUSP, which allows control-Y to serve as yank on OS X
|
2012-06-02 15:43:18 -07:00 |
|
ridiculousfish
|
b7ba252965
|
Restore implicit cd for paths starting with ., .., or ~
|
2012-06-02 14:04:25 -07:00 |
|
ridiculousfish
|
ae12e1b537
|
insert_tabs called wcstring::append with arguments in the wrong order
Should fix https://github.com/ridiculousfish/fishfish/issues/18
|
2012-06-01 14:38:41 -07:00 |
|
ridiculousfish
|
9255f625fa
|
Disable internalized scripts
|
2012-06-01 14:00:04 -07:00 |
|
adisbladis
|
377d93d1cf
|
Missing -s to which fixed
|
2012-05-30 21:08:44 +02:00 |
|
adisbladis
|
19d14c7c3a
|
Python 3 compatibility fix in make_completions.py
|
2012-05-30 11:52:49 +02:00 |
|
adisbladis
|
6e3a823b7b
|
Python 3 compatibility fix in internalize_scripts.py
|
2012-05-30 11:42:32 +02:00 |
|
ridiculousfish
|
51f9ff5389
|
Updated make_tarball.sh to stop dumping files in the extract directory
|
2012-05-30 01:06:25 -07:00 |
|
ridiculousfish
|
4986e6e3f9
|
Fix to set up 10.6 SDK correctly when building on 10.7
|
2012-05-30 00:27:50 -07:00 |
|
Peter Ammon
|
9d8ae184c9
|
Fix for annoying messages when launching on SnowLeopard
Fix for missing .o file in Makefile.in
|
2012-05-30 00:22:45 -07:00 |
|
ridiculousfish
|
4afdcf56fc
|
Tweak a few default colors
Fix the make_pkg script to actually build an installable package that doesn't immediately barf
|
2012-05-29 21:14:19 -07:00 |
|
ridiculousfish
|
0fe43eb880
|
Fix to (really) no longer require Doxygen to build fish
|
2012-05-29 20:50:27 -07:00 |
|
ridiculousfish
|
4edfd6d9d6
|
Update set_color documentation
|
2012-05-25 02:14:26 -07:00 |
|
ridiculousfish
|
8351ec0afd
|
Document some of the new commands
|
2012-05-25 02:07:21 -07:00 |
|
ridiculousfish
|
92ce84c26a
|
More tweaks to Debian build script
|
2012-05-25 00:48:39 -07:00 |
|
ridiculousfish
|
9d31e52b2a
|
Updated Debian package build script
|
2012-05-24 23:58:16 -07:00 |
|
ridiculousfish
|
dcd7d6769d
|
Updated some build scripts
|
2012-05-24 23:56:07 -07:00 |
|
ridiculousfish
|
87c0e0e971
|
Tweaked make_deb script
|
2012-05-22 00:09:39 -07:00 |
|