summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* updated manpage and config_examples/rc.confhut2011-10-082-1/+7
|
* general updateshut2011-10-083-31/+25
|
* manpage: updatehut2011-10-052-32/+34
|
* removed doc/TODO; use "make todo"hut2011-10-051-118/+0
|
* defaults/commands: added cunmap, punmap, tunmaphut2011-10-052-4/+72
|
* Changed version to 1.5.0hut2011-10-021-1/+1
|
* doc/ranger.1: updated manpagehut2011-10-012-73/+123
|
* Extended rc.confhut2011-09-301-2/+3
|
* core.actions: added narg to move_parenthut2011-09-291-1/+1
|
* doc/TODO: updatedhut2011-09-291-15/+14
|
* doc/ranger.1: added missing documentationhut2011-09-292-12/+256
|
* core.main: added --list-unused-keys optionhut2011-09-292-1/+12
|
* another correction of the bash wrapper scriptshut2011-09-282-3/+5
|
* sanitized bash wrapper scripts, reformulated BUGS section in manualhut2011-09-282-13/+12
|
* removed doc/help link (why do we need that?)hut2011-09-281-1/+0
|
* improved bash wrappers in ranger.py and man pagehut2011-09-282-20/+24
|
* documented and improved DaPangus' changeshut2011-09-252-6/+4
|
* extended manpage and fixed {load,save}_copy_buffer commandshut2011-09-252-46/+66
|
* defaults.commands.py: added :bulkrename command from wikihut2011-09-251-0/+9
|
* doc/ranger.pod: extended the man pagehut2011-09-242-120/+845
|
* Overhauled manpage. It's in POD format now.hut2011-09-242-194/+797
|
* This gonna be cool once it's finished v1.4.3hut2011-04-051-1/+1
|
* Improved manpagehut2011-04-031-4/+5
|
* Next version will run on pure Lisp Machines only v1.4.2hut2011-03-051-1/+1
|
* If ranger won't run, you still got peanut butter to live for. v1.4.1hut2011-01-041-1/+1
|
* Moved HACKING and TODO to doc/hut2011-01-042-0/+214
|
* We are not authorized to disclose the commit message v1.4.0hut2010-12-221-1/+1
|
* updated doc/colorschemes.txthut2010-12-221-15/+6
|
* core.main: extended --copy-config optionhut2010-10-121-2/+3
|
* Merge branch 'cp+preview'hut2010-10-121-0/+4
|\
| * core.main: added --copy-config flaghut2010-10-111-0/+4
| |
* | new version: 1.3.1, merge with cp+preview branchhut2010-10-121-1/+1
|/
* Incremented version number to 1.3 (testing)hut2010-09-131-1/+1
|
* Beware of low-flying butterflies v1.2.0hut2010-09-131-1/+1
|
* chmodhut2010-09-111-0/+0
|
* Tuned versioning scheme to be more intuitive, back to 1.1.2hut2010-08-281-1/+1
|
* Changed version number to 1.2 (testing) to adhere with versioning schemehut2010-08-281-1/+1
|
* Changed default config dir to $XDG_CONFIG_HOME/rangerhut2010-08-282-6/+7
|
* Why did the astrophysicist order three hamburgers? v1.1.2hut2010-07-121-1/+1
|
* removed pydoc since it can be generated with "make doc" easilyhut2010-06-2146-6669/+0
|
* version = version + 1 v1.1.1hut2010-06-184-6/+7
|
* new stable version v1.1.0hut2010-06-092-3/+3
|
* updated manpagehut2010-06-091-5/+4
|
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-091-3/+3
| | | | The old name, --fail-if-run, is still valid and working.
* updated pydochut2010-06-0918-57/+113
|
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-092-2/+2
|
* updated pydochut2010-05-1647-666/+349
|
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+5
|
* updated pydochut2010-04-205-248/+10
|
* updated pydochut2010-04-1941-2286/+247
|
#n821'>821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080