xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
<root> / ChangeLog (9364085fb64ac17203c48a2a41b9cac36f7cad4f) (43KiB) (mode 100644) [raw]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 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 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265
------------------------------------------------------------------------
r307 | neroden-guest | 2006-08-15 11:02:33 -0400 (Tue, 15 Aug 2006) | 6 lines

Add old testcase for old bug.

A    tests
A    tests/long-node.texi
A    tests/long-node.info

------------------------------------------------------------------------
r306 | neroden-guest | 2006-08-15 10:55:22 -0400 (Tue, 15 Aug 2006) | 4 lines

Recover ro.po.

A    po/ro.po

------------------------------------------------------------------------
r305 | neroden-guest | 2006-08-15 10:54:08 -0400 (Tue, 15 Aug 2006) | 4 lines

Recover the eu.po file.

A    po/eu.po

------------------------------------------------------------------------
r304 | neroden-guest | 2006-08-15 10:47:35 -0400 (Tue, 15 Aug 2006) | 5 lines

Commit "forgotten" files.

A    src/curse_utils.cxx
A    src/curse_utils.h

------------------------------------------------------------------------
r303 | neroden-guest | 2006-08-15 10:45:19 -0400 (Tue, 15 Aug 2006) | 6 lines

Merge CXX branch from trunk revision 302.  Includes translation updates (unfuzzied)
and FSF address updates, as well as most code changes.  Certain changes on trunk
were already fixed better on the branch and are not included.  A few extra random
fixes probably crept in.

------------------------------------------------------------------------
r302 | bas | 2006-06-24 11:16:14 -0400 (Sat, 24 Jun 2006) | 1 line

Fixed parsing of the FTPVIEWER option.  Thansk to jieryn@gmail.com for a patch.

------------------------------------------------------------------------
r301 | bas | 2006-03-16 11:19:22 -0500 (Thu, 16 Mar 2006) | 2 lines

Release 0.6.9

------------------------------------------------------------------------
r300 | bas | 2006-03-16 11:17:53 -0500 (Thu, 16 Mar 2006) | 2 lines

Updated po files

------------------------------------------------------------------------
r299 | bas | 2006-03-16 16:40:38 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/doc/pinfo.texi

Fixed section of info file

------------------------------------------------------------------------
r298 | bas | 2006-03-16 16:07:38 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/mainfunction.c

Fixed compiler warnings

------------------------------------------------------------------------
r297 | bas | 2006-03-16 16:00:53 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/doc/Makefile.am

Make sure generated doc files are removed on make clean

------------------------------------------------------------------------
r296 | bas | 2006-03-16 15:07:22 +0100 (Thu, 16 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h

Replace calls to tempnam() by a custom function based on tmpfile().

------------------------------------------------------------------------
r295 | bas | 2006-03-15 22:52:38 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h
   M /pinfo/trunk/src/video.c

Fix highlighting of search terms, and moved calculate_len() to utils.c

------------------------------------------------------------------------
r294 | bas | 2006-03-15 13:49:21 +0100 (Wed, 15 Mar 2006) | 2 lines
Changed paths:
   D /pinfo/trunk/Changelog

Removed dpublicated changelog

------------------------------------------------------------------------
r293 | bas | 2006-03-15 13:32:09 +0100 (Wed, 15 Mar 2006) | 4 lines
Changed paths:
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/utils.c

Fixed a segfault caused by highlighting of a regular expression that failed to
compile.  Regexps that turn out to be faulty are now no longer stored in the
history.  Thanks to Jelmer Vernooij for noticing this.

------------------------------------------------------------------------
r292 | bas | 2006-03-15 13:10:52 +0100 (Wed, 15 Mar 2006) | 3 lines
Changed paths:
   M /pinfo/trunk/src/mainfunction.c

Clear the status line before displaying an error message when a search fails
(thanks Jelmer, for noticing this)

------------------------------------------------------------------------
r291 | bas | 2006-03-10 14:25:23 +0100 (Fri, 10 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/pinfo.spec.in

Fixed upstream addresses in spec file

------------------------------------------------------------------------
r290 | bas | 2006-03-09 22:01:57 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/configure.ac

Readline 4 is sufficient, no need to demand version 5

------------------------------------------------------------------------
r289 | bas | 2006-03-09 21:54:43 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/doc/pinfo.1.in
   M /pinfo/trunk/doc/pinfo.texi
   M /pinfo/trunk/src/datatypes.c

Also search the current directory

------------------------------------------------------------------------
r288 | bas | 2006-03-09 21:52:08 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/NEWS
   M /pinfo/trunk/po/vi.po

Spacing/comments

------------------------------------------------------------------------
r287 | bas | 2006-03-09 21:50:09 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/doc/pinfo.1.in
   M /pinfo/trunk/doc/pinfo.texi
   M /pinfo/trunk/src/datatypes.c

Also search in /usr/info and /usr/local/info

------------------------------------------------------------------------
r286 | bas | 2006-03-09 21:26:53 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/NEWS
   M /pinfo/trunk/configure.ac
   A /pinfo/trunk/po/vi.po

Added Vietnamese translation by Clytie Siddall

------------------------------------------------------------------------
r285 | bas | 2006-03-09 21:11:14 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/configure.ac

Changed version to 0.6.9-rc1

------------------------------------------------------------------------
r284 | bas | 2006-03-09 21:10:23 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/eu.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/nl.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/pt_BR.po
   M /pinfo/trunk/po/ro.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/filehandling_functions.c

Updated po files

------------------------------------------------------------------------
r283 | bas | 2006-03-09 21:09:59 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   A /pinfo/trunk/Changelog (from /pinfo/trunk/ChangeLog:281)
   M /pinfo/trunk/Makefile.am
   M /pinfo/trunk/macros/Makefile.am

Fixed "make dist" errors

------------------------------------------------------------------------
r282 | bas | 2006-03-09 21:09:20 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   D /pinfo/trunk/macros/Makefile.in

Removed generated file

------------------------------------------------------------------------
r281 | bas | 2006-03-09 20:49:12 +0100 (Thu, 09 Mar 2006) | 3 lines
Changed paths:
   A /pinfo/trunk/ChangeLog (from /pinfo/trunk/Changelog:279)
   D /pinfo/trunk/Changelog

Stupid fscking GNU utilities are forcing me to write ChangeLog instead of
Changelog

------------------------------------------------------------------------
r280 | bas | 2006-03-09 20:44:48 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/COPYING
   M /pinfo/trunk/README
   M /pinfo/trunk/configure.ac
   M /pinfo/trunk/macros/curses.m4
   M /pinfo/trunk/macros/wchar.m4
   M /pinfo/trunk/src/colors.c
   M /pinfo/trunk/src/colors.h
   M /pinfo/trunk/src/common_includes.h
   M /pinfo/trunk/src/datatypes.c
   M /pinfo/trunk/src/datatypes.h
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/filehandling_functions.h
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/initializelinks.h
   M /pinfo/trunk/src/keyboard.h
   M /pinfo/trunk/src/localestuff.h
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/mainfunction.h
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/manual.h
   M /pinfo/trunk/src/menu_and_note_utils.c
   M /pinfo/trunk/src/menu_and_note_utils.h
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/parse_config.h
   M /pinfo/trunk/src/pinfo.c
   M /pinfo/trunk/src/printinfo.c
   M /pinfo/trunk/src/printinfo.h
   M /pinfo/trunk/src/rcsid.h
   M /pinfo/trunk/src/readlinewrapper.c
   M /pinfo/trunk/src/readlinewrapper.h
   M /pinfo/trunk/src/regexp_search.c
   M /pinfo/trunk/src/regexp_search.h
   M /pinfo/trunk/src/sigblock.h
   M /pinfo/trunk/src/signal_handler.c
   M /pinfo/trunk/src/signal_handler.h
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h
   M /pinfo/trunk/src/video.c
   M /pinfo/trunk/src/video.h

Fixed FSF address

------------------------------------------------------------------------
r279 | bas | 2006-03-09 20:30:44 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/README

Fixed spacing

------------------------------------------------------------------------
r278 | bas | 2006-03-09 20:30:34 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS

Added Nathanael to the Authors file

------------------------------------------------------------------------
r277 | bas | 2006-03-09 20:27:22 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   D /pinfo/trunk/ChangeLog
   A /pinfo/trunk/ChangeLog.old (from /pinfo/trunk/ChangeLog:276)
   A /pinfo/trunk/Changelog
   M /pinfo/trunk/NEWS
   M /pinfo/trunk/README
   D /pinfo/trunk/TODO

Prepare for release: fix Changelog, README, etc

------------------------------------------------------------------------
r276 | bas | 2006-03-09 19:41:33 +0100 (Thu, 09 Mar 2006) | 4 lines
Changed paths:
   M /pinfo/trunk/src/pinforc.in

Changed the default pinforc to use the terminal's default foreground and
background colors.  Thansk to Rob Funk for bringing this issue to my attention
and sending a patch.

------------------------------------------------------------------------
r275 | bas | 2006-03-09 19:33:36 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/configure.ac
   A /pinfo/trunk/po/pt_BR.po

Added Brazilian translation by Felipe Augusto van de Wiel

------------------------------------------------------------------------
r274 | bas | 2006-03-09 19:28:45 +0100 (Thu, 09 Mar 2006) | 3 lines
Changed paths:
   M /pinfo/trunk/configure.ac

Fixed the readline check in autoconf.ac, which caused ./configure to fail if
readline was not found.

------------------------------------------------------------------------
r273 | bas | 2006-03-09 19:27:59 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   A /pinfo/trunk/autogen.sh (from /pinfo/trunk/tools/autogen.sh:272)
   D /pinfo/trunk/tools

Moved autogen.sh to the main dir

------------------------------------------------------------------------
r272 | bas | 2006-03-09 19:10:31 +0100 (Thu, 09 Mar 2006) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/eu.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/nl.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ro.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po

Updated po files

------------------------------------------------------------------------
r270 | bas | 2005-11-14 15:47:38 +0100 (Mon, 14 Nov 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/doc/pinfo.1.in

Spelling fixes to man page

------------------------------------------------------------------------
r269 | bas | 2005-11-05 13:51:49 +0100 (Sat, 05 Nov 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/ro.po

Unfuzzied Romanian translation, thanks to Eddy Petrişor

------------------------------------------------------------------------
r268 | bas | 2005-10-12 19:33:26 +0200 (Wed, 12 Oct 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/po/cs.po

Updated Czech translation by Katarína Machálková

------------------------------------------------------------------------
r267 | bas | 2005-10-12 19:18:00 +0200 (Wed, 12 Oct 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/po/ru.po

Updated Russian translation by Yuri Kozlov 

------------------------------------------------------------------------
r266 | bas | 2005-10-12 19:14:11 +0200 (Wed, 12 Oct 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/configure.ac
   A /pinfo/trunk/po/ro.po

Added Romanian translation by Eddy Petrişor

------------------------------------------------------------------------
r265 | bas | 2005-10-12 19:08:50 +0200 (Wed, 12 Oct 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/po/sv.po

Added Swedish translation by Daniel Nylander

------------------------------------------------------------------------
r264 | bas | 2005-10-01 00:48:53 +0200 (Sat, 01 Oct 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/configure.ac
   A /pinfo/trunk/po/eu.po

- Added Basque translation by Piarres Beobide
- Added annotation in AUTHORS file for Polish translator

------------------------------------------------------------------------
r263 | bas | 2005-10-01 00:41:49 +0200 (Sat, 01 Oct 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/po/pl.po

Added updated polish translation by Krzysztof Krzyzaniak

------------------------------------------------------------------------
r262 | bas | 2005-09-29 21:55:55 +0200 (Thu, 29 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/configure.ac
   M /pinfo/trunk/macros/readline.m4

Fixed readline detection: we requite either version 5, of no readline at all

------------------------------------------------------------------------
r261 | bas | 2005-09-28 22:22:47 +0200 (Wed, 28 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/nl.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po

po sync

------------------------------------------------------------------------
r260 | bas | 2005-09-27 17:23:27 +0200 (Tue, 27 Sep 2005) | 10 lines
Changed paths:
   M /pinfo/trunk/config.h.in
   M /pinfo/trunk/configure.ac
   M /pinfo/trunk/macros/Makefile.in
   M /pinfo/trunk/macros/curses.m4
   M /pinfo/trunk/macros/readline.m4
   A /pinfo/trunk/macros/wchar.m4
   M /pinfo/trunk/src/Makefile.am
   M /pinfo/trunk/src/common_includes.h
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h

Fixed displaying of multibyte (like UTF8) and wide (like kanji) characters.
This basically consists of 3 parts:
 - detect (n)curses's wchar capabilities and only use them if supported
   (and rewrite the entire curses.m4 while we're at it)
 - detect the flags we need for the C library to make wcwidth() available
 - replace all the position-dependent stuff (link positions, mostly) to
   use the width of the string rather than the length of the string
 - remove some obsolete string functions (like strsep()) that aren't supported
   with _XOPEN_SOURCE=600 (which we need for wcwidth())

------------------------------------------------------------------------
r222 | bas | 2005-09-10 19:37:17 +0200 (Sat, 10 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/utils.c

Oops 2, don't forget to declare variables...

------------------------------------------------------------------------
r221 | bas | 2005-09-10 17:23:50 +0200 (Sat, 10 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/utils.c

Oops, forgot to free() a local variable in check_node_name()

------------------------------------------------------------------------
r220 | bas | 2005-09-10 17:06:55 +0200 (Sat, 10 Sep 2005) | 5 lines
Changed paths:
   M /pinfo/trunk/src/pinfo.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h

Added a check to automatically fix broken tag tables.
If the node we find isn't the same node we were looking
for, we set ForceManualTagTable to 1 (simulating a -t 
command line option) and reload the current file.

------------------------------------------------------------------------
r219 | bas | 2005-09-10 12:46:18 +0200 (Sat, 10 Sep 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/nl.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c

- Corrected some english text and updated po files
- Updated german translation by Rene van Bevern

------------------------------------------------------------------------
r217 | bas | 2005-09-08 23:01:50 +0200 (Thu, 08 Sep 2005) | 8 lines
Changed paths:
   M /pinfo/trunk/src/initializelinks.c

Fixed scanning for node links of the form:
 * Rules: Rpcalc Rules.  Grammar Rules for rpcalc, with explanation.
(example taken from bison info page).  These weren't detected because
finddot() looked for the last occurrence of a '.' (or ',' or '\t', or '\n'),
instead of the first one.  
This fixes Debian bug #235134.


------------------------------------------------------------------------
r216 | bas | 2005-09-08 22:34:56 +0200 (Thu, 08 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/initializelinks.c

Oops, removed one goto too many...  reverted that

------------------------------------------------------------------------
r215 | bas | 2005-09-08 22:33:44 +0200 (Thu, 08 Sep 2005) | 5 lines
Changed paths:
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/pinfo.c

*ARGRG*
- rewrap code to make it fit in my terminal window
- introduced some if's in this code to the concept of && and ||
- removed some evil goto's

------------------------------------------------------------------------
r214 | bas | 2005-09-08 16:04:14 +0200 (Thu, 08 Sep 2005) | 6 lines
Changed paths:
   M /pinfo/trunk/po/Makevars
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/nl.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c

Backport of r205 of braches/cxx to trunk:
 - fix English text in 2 messages
 - update pot/po files
 - unfuzzy translations
 - fix copyright holders in po/Makevars

------------------------------------------------------------------------
r189 | neroden-guest | 2005-09-07 04:29:35 +0200 (Wed, 07 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/mainfunction.c

Fix an off-by-one bug which affects display when moving up.  Whee.

------------------------------------------------------------------------
r186 | neroden-guest | 2005-09-07 03:58:42 +0200 (Wed, 07 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fix reversed return value in matchfile.

------------------------------------------------------------------------
r179 | bas | 2005-09-06 17:37:53 +0200 (Tue, 06 Sep 2005) | 12 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/filehandling_functions.h

Fixed the search sequence for info pages: 
  - first look for a perfect match on filename
  - then look for a perfect (case-insensitive) match on links in 
    the "dir" files
  - then look for a partial (c-i) match on links in "dir" files
  - finally fall back on man
This makes out bahaviour consistent with GNU info, and leads to a saner 
sequence ("pinfo python", for example, now directly gives the python 
api reference).
This fixes Debian bug #299891.
Also reindented and cleaned up the code a tiny bit.

------------------------------------------------------------------------
r164 | bas | 2005-09-04 02:54:10 +0200 (Sun, 04 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/datatypes.c
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/pinfo.c
   M /pinfo/trunk/src/video.c

Fixed -Wshadow warnings

------------------------------------------------------------------------
r163 | bas | 2005-09-04 02:39:51 +0200 (Sun, 04 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/common_includes.h
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/signal_handler.c
   M /pinfo/trunk/src/utils.h

Fixed -Wall warnings

------------------------------------------------------------------------
r162 | bas | 2005-09-04 02:18:13 +0200 (Sun, 04 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fix compile error introduced in r112

------------------------------------------------------------------------
r161 | bas | 2005-09-04 02:16:53 +0200 (Sun, 04 Sep 2005) | 4 lines
Changed paths:
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/video.c

Backport of r155->r156 from the cxx branch:
 - Fix an apparent off-by-one error in mouse handling
 - Fix return type of tmpfiles routines

------------------------------------------------------------------------
r160 | bas | 2005-09-04 01:55:39 +0200 (Sun, 04 Sep 2005) | 4 lines
Changed paths:
   M /pinfo/trunk/src/pinforc.in
   M /pinfo/trunk/src/utils.c

Change default "no group" group to "nogroup", which it is in Linux
and *BSD.  This corresponds to the second part of r153->r154 in the cxx branch.


------------------------------------------------------------------------
r113 | bas | 2005-09-01 21:58:45 +0200 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/configure.ac
   A /pinfo/trunk/po/nl.po

Added a dutch translation

------------------------------------------------------------------------
r112 | bas | 2005-09-01 21:58:23 +0200 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/manual.c

Updated and merged some strings in the code, and rebuilt the *.po files.

------------------------------------------------------------------------
r111 | bas | 2005-09-01 21:15:33 +0200 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po

ran po update

------------------------------------------------------------------------
r110 | bas | 2005-09-01 21:13:47 +0200 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/video.c

Added an extra safety check on message[i] in showscreen()

------------------------------------------------------------------------
r109 | bas | 2005-09-01 21:11:35 +0200 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fixed a small memory leak.

------------------------------------------------------------------------
r108 | bas | 2005-08-31 23:30:42 +0200 (Wed, 31 Aug 2005) | 6 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fixed a heap corruption: index headers of info files contain \0 characters,
which totally fucks up any strlen() commands, and thereby all kinds of
reallocs.  The read_item() function now checks for \0 (and \b) chars and
changes them to spaces.
This also fixes displaying indices in general, which now works.

------------------------------------------------------------------------
r107 | bas | 2005-08-31 20:09:31 +0200 (Wed, 31 Aug 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/POTFILES.in

Removed reference to keyboard.c, which was removed.

------------------------------------------------------------------------
r46 | neroden-guest | 2005-08-26 12:21:26 +0200 (Fri, 26 Aug 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fix transposed for loop.


------------------------------------------------------------------------
r35 | neroden-guest | 2005-08-23 03:20:17 +0200 (Tue, 23 Aug 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/INSTALL
   M /pinfo/trunk/macros/Makefile.in
   M /pinfo/trunk/src/Makefile.am
   D /pinfo/trunk/src/keyboard.c

Remove keyboard.c because it does nothing and contains nothing.
It's a complete waste of space.

------------------------------------------------------------------------
r33 | neroden-guest | 2005-08-23 02:20:15 +0200 (Tue, 23 Aug 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/menu_and_note_utils.c
   M /pinfo/trunk/src/video.c

Eliminate unused variables in several functions in several files.


------------------------------------------------------------------------
r28 | neroden-guest | 2005-08-11 16:26:21 +0200 (Thu, 11 Aug 2005) | 6 lines
Changed paths:
   M /pinfo/trunk/src/video.c

Put a hack in video.c (info_addstr) to solve Debian bug 288877 (mostly).
Couldn't get the whole thing because tabs are embedded in some 
hyperlinks (which is a bug elsewhere in pinfo).

Also, fix a typo.

------------------------------------------------------------------------
r27 | neroden-guest | 2005-08-11 14:39:19 +0200 (Thu, 11 Aug 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Remember to initialize to NULL.  Avoid another segfault.


------------------------------------------------------------------------
r26 | neroden-guest | 2005-08-11 13:53:17 +0200 (Thu, 11 Aug 2005) | 6 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Fix segfault in src/filehandling_functions.c.  We were strdup()ing the 
result of getenv() without checking whether it was NULL.  Further, we
were using the result as an array without checking whether *it* was 
NULL.  Both wrapped in a null pointer check.


------------------------------------------------------------------------
r25 | bas | 2005-07-25 22:51:44 +0200 (Mon, 25 Jul 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/README

Updated AUTORS AND README (added myself as maintainer)

------------------------------------------------------------------------
r24 | bas | 2005-07-25 22:47:44 +0200 (Mon, 25 Jul 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/configure.ac
   M /pinfo/trunk/src/colors.c
   M /pinfo/trunk/src/colors.h
   M /pinfo/trunk/src/common_includes.h
   M /pinfo/trunk/src/datatypes.c
   M /pinfo/trunk/src/datatypes.h
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/filehandling_functions.h
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/initializelinks.h
   M /pinfo/trunk/src/keyboard.c
   M /pinfo/trunk/src/keyboard.h
   M /pinfo/trunk/src/localestuff.h
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/mainfunction.h
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/manual.h
   M /pinfo/trunk/src/menu_and_note_utils.c
   M /pinfo/trunk/src/menu_and_note_utils.h
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/parse_config.h
   M /pinfo/trunk/src/pinfo.c
   M /pinfo/trunk/src/printinfo.c
   M /pinfo/trunk/src/printinfo.h
   M /pinfo/trunk/src/rcsid.h
   M /pinfo/trunk/src/readlinewrapper.c
   M /pinfo/trunk/src/readlinewrapper.h
   M /pinfo/trunk/src/regexp_search.c
   M /pinfo/trunk/src/regexp_search.h
   M /pinfo/trunk/src/sigblock.h
   M /pinfo/trunk/src/signal_handler.c
   M /pinfo/trunk/src/signal_handler.h
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h
   M /pinfo/trunk/src/video.c
   M /pinfo/trunk/src/video.h

Added copyright messages to all source files.

------------------------------------------------------------------------
r23 | bas | 2005-07-25 22:15:15 +0200 (Mon, 25 Jul 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/config.h.in
   M /pinfo/trunk/configure.ac

Added an autoconf check for strsep

------------------------------------------------------------------------
r22 | bas | 2005-07-25 22:14:49 +0200 (Mon, 25 Jul 2005) | 9 lines
Changed paths:
   M /pinfo/trunk/macros/readline.m4
   M /pinfo/trunk/src/readlinewrapper.c
   M /pinfo/trunk/src/utils.c

Fixed the readline code 
 - search and check for libreadline version 5
 - enabled use of libreadline by default
 - fixed cooperation between ncurses and libreadline by specifying a custom
   output routine
 - fixed the history behaviour of the non-libreadline input code:
   the last history entry is shown by default, but it is deleted automatically
   on input of a non-edit key (this fixes Debian bug #222651)

------------------------------------------------------------------------
r21 | bas | 2005-07-25 18:52:10 +0200 (Mon, 25 Jul 2005) | 4 lines
Changed paths:
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h

The return value of regcom() is now checked for errors.  If a regexp can't be
compiled, show an error message instead of segfaulting.
(fixes Debian bug #222650)

------------------------------------------------------------------------
r20 | bas | 2005-07-25 01:13:04 +0200 (Mon, 25 Jul 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c

Small fix to the language code in initpaths(): make sure we only allocate
langshort once.

------------------------------------------------------------------------
r19 | bas | 2005-07-25 01:04:09 +0200 (Mon, 25 Jul 2005) | 8 lines
Changed paths:
   M /pinfo/trunk/src/datatypes.c
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/filehandling_functions.h

Fixed the path search for info dirs:
 - use correct default info dirs as defined by FHS in datatypes.c
 - rewrote initpaths() in filehandling_functions.c;  
   - added better support for languages (a locale of en_GB.UTF8 now causes
	 pinfo to also search for .../info/en_GB and .../info/en dirs) 
   - added a check to make sure we don't use anu duplicate paths (caused by
	 symlinks or so) (fixes Debian bug #181907)

------------------------------------------------------------------------
r18 | bas | 2005-07-23 22:08:22 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/config.h.in
   M /pinfo/trunk/configure.ac
   M /pinfo/trunk/doc/Makefile.am
   M /pinfo/trunk/doc/pinfo.1.in
   M /pinfo/trunk/doc/pinfo.texi
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/pl.po
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/Makefile.am

Added svn:keywords properties on build tools, docs and po files

------------------------------------------------------------------------
r17 | bas | 2005-07-23 22:05:31 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   D /pinfo/trunk/doc/Makefile.in
   D /pinfo/trunk/doc/pinfo.info

Removed automatically generated doc files

------------------------------------------------------------------------
r16 | bas | 2005-07-23 22:02:29 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   D /pinfo/trunk/Makefile.in

Removed another generated file

------------------------------------------------------------------------
r15 | bas | 2005-07-23 21:58:05 +0200 (Sat, 23 Jul 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/COPYING
   M /pinfo/trunk/INSTALL
   M /pinfo/trunk/Makefile.in
   M /pinfo/trunk/config.h.in
   M /pinfo/trunk/po/Makefile.in.in
   D /pinfo/trunk/tools/config.guess
   D /pinfo/trunk/tools/config.rpath
   D /pinfo/trunk/tools/config.sub
   D /pinfo/trunk/tools/depcomp
   D /pinfo/trunk/tools/install-sh
   D /pinfo/trunk/tools/ltmain.sh
   D /pinfo/trunk/tools/missing
   D /pinfo/trunk/tools/mkinstalldirs
   D /pinfo/trunk/tools/texinfo.tex

Ran autoreconf and removed the files that are generated and/or automatically
copied into the source tree

------------------------------------------------------------------------
r14 | bas | 2005-07-23 21:34:57 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   D /pinfo/trunk/macros/autogen.sh
   A /pinfo/trunk/tools/autogen.sh (from /pinfo/trunk/macros/autogen.sh:11)

Replaced autogen.sh by a newer version

------------------------------------------------------------------------
r13 | bas | 2005-07-23 21:31:41 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   D /pinfo/trunk/configure

Removed configure (generated file)

------------------------------------------------------------------------
r12 | bas | 2005-07-23 21:30:53 +0200 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/Makefile.in
   D /pinfo/trunk/aclocal.m4
   D /pinfo/trunk/config.guess
   D /pinfo/trunk/config.rpath
   D /pinfo/trunk/config.sub
   M /pinfo/trunk/configure
   M /pinfo/trunk/configure.ac
   D /pinfo/trunk/depcomp
   M /pinfo/trunk/doc/Makefile.in
   D /pinfo/trunk/doc/pinfo.1
   D /pinfo/trunk/doc/texinfo.tex
   D /pinfo/trunk/install-sh
   D /pinfo/trunk/ltmain.sh
   M /pinfo/trunk/macros/Makefile.in
   D /pinfo/trunk/missing
   D /pinfo/trunk/mkinstalldirs
   D /pinfo/trunk/pinfo.spec
   M /pinfo/trunk/po/Makefile.in.in
   D /pinfo/trunk/src/Makefile.in
   A /pinfo/trunk/tools
   A /pinfo/trunk/tools/config.guess (from /pinfo/trunk/config.guess:11)
   A /pinfo/trunk/tools/config.rpath (from /pinfo/trunk/config.rpath:11)
   A /pinfo/trunk/tools/config.sub (from /pinfo/trunk/config.sub:11)
   A /pinfo/trunk/tools/depcomp (from /pinfo/trunk/depcomp:11)
   A /pinfo/trunk/tools/install-sh (from /pinfo/trunk/install-sh:11)
   A /pinfo/trunk/tools/ltmain.sh (from /pinfo/trunk/ltmain.sh:11)
   A /pinfo/trunk/tools/missing (from /pinfo/trunk/missing:11)
   A /pinfo/trunk/tools/mkinstalldirs (from /pinfo/trunk/mkinstalldirs:11)
   A /pinfo/trunk/tools/texinfo.tex (from /pinfo/trunk/doc/texinfo.tex:11)

Revised autoconf and friends yet again

------------------------------------------------------------------------
r11 | bas | 2005-07-23 18:45:32 +0200 (Sat, 23 Jul 2005) | 3 lines
Changed paths:
   M /pinfo/trunk/po/de.po

- German translation fixes by Jens Seidel
  (Debian bug #313928)

------------------------------------------------------------------------
r10 | bas | 2005-06-01 19:54:03 +0200 (Wed, 01 Jun 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/printinfo.c

Fixed some typos

------------------------------------------------------------------------
r9 | bas | 2005-06-01 19:49:24 +0200 (Wed, 01 Jun 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/src/colors.c
   M /pinfo/trunk/src/colors.h
   M /pinfo/trunk/src/common_includes.h
   M /pinfo/trunk/src/datatypes.c
   M /pinfo/trunk/src/datatypes.h
   M /pinfo/trunk/src/filehandling_functions.c
   M /pinfo/trunk/src/filehandling_functions.h
   M /pinfo/trunk/src/initializelinks.c
   M /pinfo/trunk/src/initializelinks.h
   M /pinfo/trunk/src/keyboard.c
   M /pinfo/trunk/src/keyboard.h
   M /pinfo/trunk/src/localestuff.h
   M /pinfo/trunk/src/mainfunction.c
   M /pinfo/trunk/src/mainfunction.h
   M /pinfo/trunk/src/manual.c
   M /pinfo/trunk/src/manual.h
   M /pinfo/trunk/src/menu_and_note_utils.c
   M /pinfo/trunk/src/menu_and_note_utils.h
   M /pinfo/trunk/src/parse_config.c
   M /pinfo/trunk/src/parse_config.h
   M /pinfo/trunk/src/pinfo.c
   M /pinfo/trunk/src/printinfo.c
   M /pinfo/trunk/src/printinfo.h
   M /pinfo/trunk/src/rcsid.h
   M /pinfo/trunk/src/readlinewrapper.c
   M /pinfo/trunk/src/regexp_search.c
   M /pinfo/trunk/src/sigblock.c
   M /pinfo/trunk/src/signal_handler.c
   M /pinfo/trunk/src/signal_handler.h
   M /pinfo/trunk/src/snprintf.c
   M /pinfo/trunk/src/utils.c
   M /pinfo/trunk/src/utils.h
   M /pinfo/trunk/src/video.c
   M /pinfo/trunk/src/video.h

Fixed indentation and comments

------------------------------------------------------------------------
r8 | bas | 2005-05-17 19:38:20 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/po/cs.po
   M /pinfo/trunk/po/de.po
   A /pinfo/trunk/po/insert-header.sin
   M /pinfo/trunk/po/ja.po
   M /pinfo/trunk/po/pinfo.pot
   M /pinfo/trunk/po/pl.po
   A /pinfo/trunk/po/remove-potcdate.sin
   M /pinfo/trunk/po/ru.po
   M /pinfo/trunk/po/sv.po

Updated po-shit

------------------------------------------------------------------------
r7 | bas | 2005-05-17 19:27:32 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/ChangeLog

Fixed Linus Åkerlund's name

------------------------------------------------------------------------
r6 | bas | 2005-05-17 19:23:52 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/AUTHORS
   M /pinfo/trunk/ChangeLog

translated AUTHORS en Changelog from iso8859-2 to utf8

------------------------------------------------------------------------
r5 | bas | 2005-05-17 19:16:35 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   M /pinfo/trunk/ABOUT-NLS
   D /pinfo/trunk/INSTALL.in
   M /pinfo/trunk/Makefile.am
   M /pinfo/trunk/Makefile.in
   D /pinfo/trunk/acconfig.h
   M /pinfo/trunk/aclocal.m4
   M /pinfo/trunk/config.guess
   M /pinfo/trunk/config.h.in
   A /pinfo/trunk/config.rpath
   M /pinfo/trunk/config.sub
   M /pinfo/trunk/configure
   A /pinfo/trunk/configure.ac (from /pinfo/trunk/configure.in:4)
   D /pinfo/trunk/configure.in
   A /pinfo/trunk/depcomp
   M /pinfo/trunk/doc/Makefile.in
   M /pinfo/trunk/doc/texinfo.tex
   M /pinfo/trunk/install-sh
   D /pinfo/trunk/intl
   A /pinfo/trunk/ltmain.sh
   M /pinfo/trunk/macros/Makefile.in
   M /pinfo/trunk/macros/curses.m4
   M /pinfo/trunk/macros/readline.m4
   M /pinfo/trunk/missing
   M /pinfo/trunk/mkinstalldirs
   M /pinfo/trunk/po/Makefile.in.in
   A /pinfo/trunk/po/Makevars
   D /pinfo/trunk/po/cs.gmo
   D /pinfo/trunk/po/de.gmo
   D /pinfo/trunk/po/ja.gmo
   D /pinfo/trunk/po/pl.gmo
   M /pinfo/trunk/po/pl.po
   D /pinfo/trunk/po/ru.gmo
   M /pinfo/trunk/po/ru.po
   D /pinfo/trunk/po/sv.gmo
   M /pinfo/trunk/po/sv.po
   M /pinfo/trunk/src/Makefile.in

Updated autoconf/automake/etc

------------------------------------------------------------------------
r2 | bas | 2005-05-17 15:42:42 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   A /pinfo/trunk/ABOUT-NLS
   A /pinfo/trunk/AUTHORS
   A /pinfo/trunk/COPYING
   A /pinfo/trunk/ChangeLog
   A /pinfo/trunk/INSTALL
   A /pinfo/trunk/INSTALL.in
   A /pinfo/trunk/Makefile.am
   A /pinfo/trunk/Makefile.in
   A /pinfo/trunk/NEWS
   A /pinfo/trunk/README
   A /pinfo/trunk/TECHSTUFF
   A /pinfo/trunk/TODO
   A /pinfo/trunk/acconfig.h
   A /pinfo/trunk/aclocal.m4
   A /pinfo/trunk/config.guess
   A /pinfo/trunk/config.h.in
   A /pinfo/trunk/config.sub
   A /pinfo/trunk/configure
   A /pinfo/trunk/configure.in
   A /pinfo/trunk/doc
   A /pinfo/trunk/doc/Makefile.am
   A /pinfo/trunk/doc/Makefile.in
   A /pinfo/trunk/doc/pinfo.1
   A /pinfo/trunk/doc/pinfo.1.in
   A /pinfo/trunk/doc/pinfo.info
   A /pinfo/trunk/doc/pinfo.texi
   A /pinfo/trunk/doc/texinfo.tex
   A /pinfo/trunk/install-sh
   A /pinfo/trunk/intl
   A /pinfo/trunk/intl/ChangeLog
   A /pinfo/trunk/intl/Makefile.in
   A /pinfo/trunk/intl/VERSION
   A /pinfo/trunk/intl/bindtextdom.c
   A /pinfo/trunk/intl/config.charset
   A /pinfo/trunk/intl/dcgettext.c
   A /pinfo/trunk/intl/dcigettext.c
   A /pinfo/trunk/intl/dcngettext.c
   A /pinfo/trunk/intl/dgettext.c
   A /pinfo/trunk/intl/dngettext.c
   A /pinfo/trunk/intl/explodename.c
   A /pinfo/trunk/intl/finddomain.c
   A /pinfo/trunk/intl/gettext.c
   A /pinfo/trunk/intl/gettext.h
   A /pinfo/trunk/intl/gettextP.h
   A /pinfo/trunk/intl/hash-string.h
   A /pinfo/trunk/intl/intl-compat.c
   A /pinfo/trunk/intl/l10nflist.c
   A /pinfo/trunk/intl/libgettext.h
   A /pinfo/trunk/intl/libgnuintl.h
   A /pinfo/trunk/intl/loadinfo.h
   A /pinfo/trunk/intl/loadmsgcat.c
   A /pinfo/trunk/intl/localcharset.c
   A /pinfo/trunk/intl/locale.alias
   A /pinfo/trunk/intl/localealias.c
   A /pinfo/trunk/intl/ngettext.c
   A /pinfo/trunk/intl/plural.c
   A /pinfo/trunk/intl/plural.y
   A /pinfo/trunk/intl/ref-add.sin
   A /pinfo/trunk/intl/ref-del.sin
   A /pinfo/trunk/intl/textdomain.c
   A /pinfo/trunk/macros
   A /pinfo/trunk/macros/Makefile.am
   A /pinfo/trunk/macros/Makefile.in
   A /pinfo/trunk/macros/aclocal-include.m4
   A /pinfo/trunk/macros/autogen.sh
   A /pinfo/trunk/macros/compiler-flags.m4
   A /pinfo/trunk/macros/curses.m4
   A /pinfo/trunk/macros/readline.m4
   A /pinfo/trunk/missing
   A /pinfo/trunk/mkinstalldirs
   A /pinfo/trunk/pinfo.spec
   A /pinfo/trunk/pinfo.spec.in
   A /pinfo/trunk/po
   A /pinfo/trunk/po/ChangeLog
   A /pinfo/trunk/po/Makefile.in.in
   A /pinfo/trunk/po/POTFILES.in
   A /pinfo/trunk/po/cs.gmo
   A /pinfo/trunk/po/cs.po
   A /pinfo/trunk/po/de.gmo
   A /pinfo/trunk/po/de.po
   A /pinfo/trunk/po/ja.gmo
   A /pinfo/trunk/po/ja.po
   A /pinfo/trunk/po/pinfo.pot
   A /pinfo/trunk/po/pl.gmo
   A /pinfo/trunk/po/pl.po
   A /pinfo/trunk/po/ru.gmo
   A /pinfo/trunk/po/ru.po
   A /pinfo/trunk/po/sv.gmo
   A /pinfo/trunk/po/sv.po
   A /pinfo/trunk/src
   A /pinfo/trunk/src/Makefile.am
   A /pinfo/trunk/src/Makefile.in
   A /pinfo/trunk/src/colors.c
   A /pinfo/trunk/src/colors.h
   A /pinfo/trunk/src/common_includes.h
   A /pinfo/trunk/src/datatypes.c
   A /pinfo/trunk/src/datatypes.h
   A /pinfo/trunk/src/filehandling_functions.c
   A /pinfo/trunk/src/filehandling_functions.h
   A /pinfo/trunk/src/initializelinks.c
   A /pinfo/trunk/src/initializelinks.h
   A /pinfo/trunk/src/keyboard.c
   A /pinfo/trunk/src/keyboard.h
   A /pinfo/trunk/src/localestuff.h
   A /pinfo/trunk/src/mainfunction.c
   A /pinfo/trunk/src/mainfunction.h
   A /pinfo/trunk/src/manual.c
   A /pinfo/trunk/src/manual.h
   A /pinfo/trunk/src/menu_and_note_utils.c
   A /pinfo/trunk/src/menu_and_note_utils.h
   A /pinfo/trunk/src/parse_config.c
   A /pinfo/trunk/src/parse_config.h
   A /pinfo/trunk/src/pinfo.c
   A /pinfo/trunk/src/pinforc.in
   A /pinfo/trunk/src/printinfo.c
   A /pinfo/trunk/src/printinfo.h
   A /pinfo/trunk/src/rcsid.h
   A /pinfo/trunk/src/readlinewrapper.c
   A /pinfo/trunk/src/readlinewrapper.h
   A /pinfo/trunk/src/regexp_search.c
   A /pinfo/trunk/src/regexp_search.h
   A /pinfo/trunk/src/sigblock.c
   A /pinfo/trunk/src/sigblock.h
   A /pinfo/trunk/src/signal_handler.c
   A /pinfo/trunk/src/signal_handler.h
   A /pinfo/trunk/src/snprintf.c
   A /pinfo/trunk/src/utils.c
   A /pinfo/trunk/src/utils.h
   A /pinfo/trunk/src/video.c
   A /pinfo/trunk/src/video.h
   A /pinfo/trunk/stamp-h.in

Import of pinfo 0.6.8

------------------------------------------------------------------------
r1 | bas | 2005-05-17 15:37:39 +0200 (Tue, 17 May 2005) | 2 lines
Changed paths:
   A /pinfo
   A /pinfo/branches
   A /pinfo/tags
   A /pinfo/trunk
   A /website
   A /website/trunk

Initial repository layout

------------------------------------------------------------------------
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master