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
|
pdmenu (1.2.59) frozen unstable; urgency=low
* Rebuilt to remove cvs cruft "man pages". No code changes. Closes: #58030
-- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2000 14:55:09 -0800
pdmenu (1.2.58) frozen unstable; urgency=low
* Ok, the signal blocking added in the last version just breaks other
things, so I have reverted it entirely. This version is identical
to 1.2.56 except for the changelog. Closes: #55651
* This should go in frozen, since 1.2.57 is broken pretty bad, and this is
just a reversion to an earlier version.
-- Joey Hess <joeyh@debian.org> Wed, 19 Jan 2000 16:13:19 -0800
pdmenu (1.2.57) unstable; urgency=low
* Block signals before running command, so if it receives a signal while
the command it running, it doesn't wake up and fight with the command for
the tty.
-- Joey Hess <joeyh@debian.org> Thu, 13 Jan 2000 12:49:53 -0800
pdmenu (1.2.56) unstable; urgency=low
* Ah, I figured out the shadow weirdness issue at last -- fixed.
-- Joey Hess <joeyh@debian.org> Fri, 7 Jan 2000 14:05:34 -0800
pdmenu (1.2.55) unstable; urgency=low
* Corrected off-by-one error in SHADOW.
-- Joey Hess <joeyh@debian.org> Fri, 7 Jan 2000 02:59:05 -0800
pdmenu (1.2.54) unstable; urgency=low
* Modified menu method to not crash if ran as a user -- it just doesn't do
anything. Closes: #53933
-- Joey Hess <joeyh@debian.org> Wed, 5 Jan 2000 14:09:05 -0800
pdmenu (1.2.53) unstable; urgency=low
* Build deps added.
-- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 15:09:54 -0800
pdmenu (1.2.52) unstable; urgency=low
* Reupload, the source in the debian archive is borked.
-- Joey Hess <joeyh@debian.org> Thu, 2 Dec 1999 12:42:01 -0800
pdmenu (1.2.51) unstable; urgency=low
* Built with a newer slang library, Closes: #50689
-- Joey Hess <joeyh@debian.org> Mon, 25 Oct 1999 10:44:53 -0700
pdmenu (1.2.50) unstable; urgency=low
* Fixed a file descriptior leak. Closes: #46885
-- Joey Hess <joeyh@debian.org> Thu, 7 Oct 1999 14:00:10 -0700
pdmenu (1.2.49) unstable; urgency=low
* First actual code change since february. Fixed a problem with pdmenu not
closing the mouse when it runs programs. gpm_active was not being set.
Thanks to Kevin Ryde for pinpointing the problem. (Closes: #46627)
-- Joey Hess <joeyh@debian.org> Mon, 4 Oct 1999 15:03:28 -0700
pdmenu (1.2.48) unstable; urgency=low
* Fixed probable error in redhat spec file, uses FHS man pages now.
I hope Red Hat can handle FHS..
-- Joey Hess <joeyh@debian.org> Mon, 6 Sep 1999 16:47:45 -0700
pdmenu (1.2.47) unstable; urgency=low
* Fully FHS compliant.
-- Joey Hess <joeyh@debian.org> Mon, 6 Sep 1999 16:17:07 -0700
pdmenu (1.2.46) unstable; urgency=low
* Oops, last upload broke my web page, fixed.
-- Joey Hess <joeyh@debian.org> Sat, 4 Sep 1999 22:27:28 -0700
pdmenu (1.2.45) unstable; urgency=low
* Deleted a lot of accidental cruft.
-- Joey Hess <joeyh@debian.org> Sat, 4 Sep 1999 22:24:55 -0700
pdmenu (1.2.44) unstable; urgency=low
* Corrected CHANGES link.
* Integrated with my local build system to auto-update home page.
-- Joey Hess <joeyh@debian.org> Fri, 27 Aug 1999 20:11:26 -0700
pdmenu (1.2.43) unstable; urgency=low
* Rebuilt with new slang1-dev to fix slang dependancy.
* Checked into CVS. Set up a debian/fixlinks script to correct
symlinks.
-- Joey Hess <joeyh@debian.org> Fri, 27 Aug 1999 19:59:12 -0700
pdmenu (1.2.42) unstable; urgency=low
* Removed redundant part of regexp in debian pdmenurc.
-- Joey Hess <joeyh@debian.org> Mon, 2 Aug 1999 13:28:57 -0700
pdmenu (1.2.41) unstable; urgency=low
* Updates to console and display detection in debian pdmenurc
(Closes: #42300)
-- Joey Hess <joeyh@debian.org> Mon, 2 Aug 1999 10:34:17 -0700
pdmenu (1.2.40) unstable; urgency=low
* Renamed /var/lib/pdmenu/pdmenurc_auto to .pdmenurc_auto. Had to do this
so if we have a per-user .pdmenurc_auto, it actually has that name, not
pdmenurc_auto.
* Added a compatability symlink it /var/lib/pdmenu/ so pdmenurc files that
use the old pdmenurc_auto name will keep working.
* Modified /etc/pdmenurc to use the new name.
-- Joey Hess <joeyh@debian.org> Thu, 25 Feb 1999 23:40:02 -0800
pdmenu (1.2.39) unstable; urgency=low
* Copyright updates.
* Removed duplicate GPL.
* Now complains about invalid screen part names.
* Fixed "color:selbarhot".
-- Joey Hess <joeyh@debian.org> Fri, 19 Feb 1999 12:33:47 -0800
pdmenu (1.2.38) unstable; urgency=low
* Rebuilt with ncurses 4.
-- Joey Hess <joeyh@debian.org> Fri, 30 Oct 1998 19:27:29 -0800
pdmenu (1.2.37) unstable; urgency=low
* Removed icon=none from debian menu file.
-- Joey Hess <joeyh@debian.org> Wed, 5 Aug 1998 14:25:23 -0700
pdmenu (1.2.36) unstable; urgency=low
* Added --numeric flag, which disables use of '2' and '8' for cursor
movement. (Useful if you want numbered hotkeys.)
-- Joey Hess <joeyh@debian.org> Mon, 4 May 1998 13:12:30 -0700
pdmenu (1.2.35) unstable; urgency=low
* Now linked with slang 1.2.
-- Joey Hess <joeyh@debian.org> Sat, 25 Apr 1998 16:36:11 -0700
pdmenu (1.2.34) unstable; urgency=low
* Fixed minor lintian errors. (No du file, control file permissions.)
-- Joey Hess <joeyh@debian.org> Sat, 14 Mar 1998 20:01:12 -0800
pdmenu (1.2.33) unstable; urgency=low
* Updated COPYING file to new version of GPL, and updated
debian/copyright to new fsf address.
-- Joey Hess <joeyh@debian.org> Mon, 9 Feb 1998 12:51:17 -0800
pdmenu (1.2.32) unstable; urgency=low
* No longer depend on perl for cpp.pl, perl-base is sufficient.
-- Joey Hess <joeyh@debian.org> Sat, 7 Feb 1998 19:27:48 -0800
pdmenu (1.2.31) unstable; urgency=low
* Added a check to configure to see if cc understands -pipe.
-- Joey Hess <joeyh@debian.org> Sun, 1 Feb 1998 17:02:06 -0800
pdmenu (1.2.30) unstable; urgency=low
* Updated pdmenurc.newbie.
* Updated doc/ANNOUNCE.
* Added doc/ANNOUCE into /usr/doc/pdmenu in debian package.
-- Joey Hess <joeyh@debian.org> Tue, 23 Dec 1997 11:07:44 -0500
pdmenu (1.2.29.5) unstable; urgency=low
* Don't force --lowbit mode on when --retro is used.
-- Joey Hess <joeyh@debian.org> Wed, 10 Dec 1997 14:04:28 -0500
pdmenu (1.2.29.4) unstable; urgency=low
* Fixed a problem exhibited if you exec some programs (including telnet)
from pdmenu when it has read its pdmenurc file from stdin.
-- Joey Hess <joeyh@debian.org> Mon, 8 Dec 1997 16:36:19 -0500
pdmenu (1.2.29.3) unstable; urgency=low
* Beautiful shadows, thanks to JED.
-- Joey Hess <joeyh@debian.org> Sat, 6 Dec 1997 01:17:28 -0500
pdmenu (1.2.29.2) unstable; urgency=low
* Added --lowbit switch, which makes pdmenu not use high bit ascii line
drawing characters. This fixes the #1 FAQ about pdmenu.
-- Joey Hess <joeyh@debian.org> Fri, 5 Dec 1997 00:58:17 -0500
pdmenu (1.2.29.1) unstable; urgency=low
* Added better spec file by Jeff Covey.
-- Joey Hess <joeyh@debian.org> Fri, 28 Nov 1997 21:02:32 -0500
pdmenu (1.2.29) unstable; urgency=low
* Added pdmenurc.newbie file and some helper scripts by Jeff Covey
<jeff.covey@pobox.com>
* Added ba.lpd file by Randolph Chung <rc42@cornell.edu>
* Modified showdir.pl so if it is called as editdir.pl, it edits files
instead of displaying them.
-- Joey Hess <joeyh@debian.org> Thu, 27 Nov 1997 23:38:10 -0500
pdmenu (1.2.28) unstable; urgency=low
* Fixed tab expansion problem.
* Fixed problem with continutation lines being used where they shouldn't
be.
* Install showdir.pl into /usr/lib/pdmenu/.
* Fixed (for the second time) segfault if exec::show command returns no
output.
-- Joey Hess <joeyh@debian.org> Wed, 26 Nov 1997 14:28:18 -0500
pdmenu (1.2.27) unstable; urgency=low
* Changed all occurrences of kite.ml.org to kitenet.net.
-- Joey Hess <joeyh@debian.org> Mon, 17 Nov 1997 15:39:10 -0500
pdmenu (1.2.26) unstable; urgency=low
* Wrote a small, simplistic cpp like program in perl, and now use this
program instead of cpp for parsing /var/lib/pdmenu/pdmenurc_auto.
Using plain cpp had undesirable side effects.
* Suggests perl again. no longer suggests cpp.
* Added md5sums file back in.
-- Joey Hess <joeyh@debian.org> Sun, 2 Nov 1997 20:54:47 -0500
pdmenu (1.2.25) unstable; urgency=low
* Conflicts: menu (<< 1.4), becuase of things it does in the menu-methods
file that old versions of menu do not understand.
-- Joey Hess <joeyh@debian.org> Fri, 17 Oct 1997 16:12:36 -0400
pdmenu (1.2.24) unstable; urgency=low
* Modified configure to check for asprintf, and if not found, use more
standard functions.
* Got rid of sinclude in Makefile (changed to include), for portability.
* For portability, make sure the -L comes before the -lslang.
* Added setenv() code, to be used if setenv is not otherwise available. The
code is from: ftp://ftp.uu.net/systems/unix/bsd-sources/lib/libc/stdlib/
* Cleaned up setenv() code so gcc doesn't complain about it.
* No longer use rint() or floor() at all.
-- Joey Hess <joeyh@debian.org> Tue, 7 Oct 1997 20:22:33 -0400
pdmenu (1.2.23) unstable; urgency=low
* Removed the limit on the number of items that can be in a menu.
* Removed limits.h (hurrah!)
* Merged ShowMessage() and RunShow() for a speedup.
* Added helptext back in when viewing a file (removed by accident).
* Doesn't crash on very long home directories now.
-- Joey Hess <joeyh@debian.org> Sun, 5 Oct 1997 22:08:29 -0400
pdmenu (1.2.22) unstable; urgency=low
* Got rid of the limit on the number of windows that can appear on the
screen at one time.
* Got rid of the limit on the number of menus that can be defined in the
rc file.
* Made rc file syntax errors easier to understand.
* Simplified the build process.
-- Joey Hess <joeyh@debian.org> Sat, 4 Oct 1997 21:41:23 -0400
pdmenu (1.2.21) unstable; urgency=low
* Emacs-indented the source.
-- Joey Hess <joeyh@debian.org> Sat, 4 Oct 1997 19:29:06 -0400
pdmenu (1.2.20) unstable; urgency=low
* Let debhelper automatically generate calls to update-menus in postinst,
postrm.
-- Joey Hess <joeyh@debian.org> Sat, 27 Sep 1997 13:30:31 -0400
pdmenu (1.2.19) unstable; urgency=low
* Uses debhelper to build.
* Fix a bug in how putenv is used. Unfortunatly, this introduces a memory
leak. Modified configure script to detect if setenv is present and use
it instead if possible, eliminating the problem for linux systems.
* Rename getline to pdgetline.
* Allow use of RunSetEnv even if we don't have putenv or setenv, so you
can still do chdir.
* Fixed bug if you try to set an environment variable using a non-existant
command.
* Fixed exec flag initialization bug. (Again? I think I lost this fix.)
* Read stdin if asked to open file named "-".
* Removed unused /usr/sbin directory from package.
-- Joey Hess <joeyh@debian.org> Sat, 20 Sep 1997 21:29:08 -0400
pdmenu (1.2.18) unstable; urgency=low
* Minor optimzations to CalcMenu, pdstrtok.
* getline: remove trailing \n always.
* Routine update of debian/rules:
Fixed binary-indep target.
-- Joey Hess <joeyh@debian.org> Sat, 13 Sep 1997 16:22:24 -0400
pdmenu (1.2.17) unstable; urgency=low
* Fixed a memory leak.
* Modified menu methods file so debian menus are always available, even
during pdmenu install.
* /var/lib/pdmenu/pdmenurc_auto is no longer part of the package.
* /etc/pdmenurc modified so it does not display an error if
/var/lib/pdmenu/pdmenurc_auto is not present.
* Remove /var/lib/pdmenu/pdmenurc_auto on purge.
* Removing the package works ok now if you have already deleted
/etc/menu-methods/pdmenu.
-- Joey Hess <joeyh@debian.org> Wed, 30 Jul 1997 22:51:25 -0400
pdmenu (1.2.16) unstable; urgency=low
* Removed more arbitrary limits: no more limit on size of menu item text,
menu item command, or rc file line length, or on the length of strings
pdmenu uses for any other purpose.
* Fixed bug when there was no \n at eof of a pdmenurc file.
* Use SLsmg_Tab_Width when appropriate.
* Made pdmenu resize immediately. (Something of a hack..)
* Fixed rare crash on resize.
* Unified error handling.
* Fixed makefile problem (listed .c files by accident, not .o files)
* Only suggests, not recommends, menu and cpp.
* Rebuilt with fixed gpm library, to fix dependancies. (#11593)
* Fixed some other problems using checker. What a godsend..
- SelHotKey was not skipping items with no hotkey.
- Menu flags were not always initialized properly, with odd results.
- ShowMessage was not setting item->type on all menu items.
- RunShow was overflowing a string.
* Checker seems happy with pdmenu now.
* If a exec:{display,truncate} command returns no output, display the error
message on the status bar, not in a window.
* Changed behavior of exec:setenv command - now it parses the first line of
output, not the last.
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 1997 20:37:03 -0400
pdmenu (1.2.15) unstable; urgency=low
* Added #include <stdio.h> to actions.c
* Added a test for terminfo, if not found, link with -ltermcap
* Fixed bug introduced in 1.2.13 in the truncate flag.
* Removed some (but not all) arbitrary limits: no more limit on size of
menu name, menu title, or menu helptext.
-- Joey Hess <joeyh@debian.org> Sat, 19 Jul 1997 14:30:47 -0400
pdmenu (1.2.14) unstable; urgency=low
* /usr/doc/pdmnu/changelog was bad symlink. Fixed.
* Routine update of debian/rules:
Fakeroot and sudo fixes.
-- Joey Hess <joeyh@debian.org> Fri, 18 Jul 1997 17:23:42 -0400
pdmenu (1.2.13) unstable; urgency=low
* showdir.pl: sort directory listing.
* RunShow: handle tabs in input.
* I thought I'd already done this, but turn off mouse support immediatly if
it doesn't initalize, so if pdmenu crashes or is killed, cut and paste
isn't messed up.
* I thought I'd done this too (did I lose a version somewhere?), but fixed
a problem in ShowMessage that was leading to frequent crashes.
* Code reorganization.
* Routine update of debian/rules:
Only run sudo when really necessary - makes fakeroot work.
-- Joey Hess <joeyh@debian.org> Mon, 14 Jul 1997 13:49:45 -0400
pdmenu (1.2.12) unstable; urgency=low
* Fixed a crash if the menu file was a single "nop".
* Built with new gpm library, so it is now entirely libc6, not libc5 and
libc6 mixed.
* Fixed a bug in ShowMessage()
-- Joey Hess <joeyh@debian.org> Tue, 1 Jul 1997 11:50:23 -0400
pdmenu (1.2.11) unstable; urgency=low
* Merged changes from menu package pdmenu example menu method. Now it
includes menu.h, so you can toggle between long and short titles easily.
* So that can work, updated to recommend menu >= 1.4
* Fixed problem with debian menus that was preventing urls from being used
in menu items, becuase cpp thought everything after "//" was a comment.
-- Joey Hess <joeyh@debian.org> Thu, 26 Jun 1997 14:16:43 -0400
pdmenu (1.2.10) unstable; urgency=low
* Changed debian menu method to not allow +, -, 2, or 8 to be used as
hotkeys, since they can be used for navigation.
-- Joey Hess <joeyh@debian.org> Wed, 25 Jun 1997 14:32:20 -0400
pdmenu (1.2.9) unstable; urgency=low
* Rebuilt to use libc6.
-- Joey Hess <joeyh@debian.org> Mon, 23 Jun 1997 22:31:41 -0400
pdmenu (1.2.8) unstable; urgency=low
* configure script no longer uses perl to figure out the version number.
-- Joey Hess <joeyh@debian.org> Fri, 13 Jun 1997 14:56:04 -0400
pdmenu (1.2.7) unstable; urgency=low
* Added --retro command line option that makes pdmenu use the pre-1.2.4
look.
-- Joey Hess <joeyh@debian.org> Wed, 11 Jun 1997 12:44:22 -0400
pdmenu (1.2.6) unstable; urgency=low
* Fixed some buffer overflows.
* Fixed overoptimization that had weird results with empty menus.
* NOP's are now allowed as the first item in a menu.
* Fixed a bug with menu items with an empty text field.
* Fixed longstanding bug that there was no \n after the "Press enter to
return to pdmenu." prompt.
* Made flags case-insensitive.
* Fixed resizing if an item is added to a menu on the fly.
* Integrated in several changes that were almost lost in a disk crash last
week.
-- Joey Hess <joeyh@debian.org> Thu, 5 Jun 1997 16:25:28 -0400
pdmenu (1.2.5) unstable; urgency=low
* Added group commands. These are menu items that execute more than one
pdmenu command when selected.
* The makemenu flag no longer displays the menu it makes. If you used this
feature, you must change your pdmenurc file to run a group command
that runs the makemenu command and then runs a show command to display
the menu.
* This fixes a bug in the makemenu flag if the generated menu is empty.
* Changed remove to be a command that can appear only in menus and groups.
Also, remove command has a (currently unused) flags field now, and a
description field.
* Fixed a memory leak in the remove command.
-- Joey Hess <joeyh@debian.org> Mon, 26 May 1997 15:35:24 -0400
pdmenu (1.2.4) unstable; urgency=low
* Menus that are not active can now change to a different color and
lose some decorations.
* Introduced a new easy to understand long form for the flags to the exec
command.
* Worked around a bug in makemenu flag if generated menu is empty (not
yet really fixed).
* Added a make dep target.
* Routine update of debian/rules:
Run dpkg-gencontrol after debstd, and delete substvars during clean.
* Fixed column mis-align in --help text.
-- Joey Hess <joeyh@debian.org> Thu, 22 May 1997 13:23:04 -0400
pdmenu (1.2.3) unstable; urgency=low
* Fixed a bug in the postinst, that would cause a failure if a version of
menu older than 1.0 was installed when pdmenu installs.
* move compat= in menu method to first non-comment line, at request from
Joost.
-- Joey Hess <joeyh@debian.org> Tue, 6 May 1997 13:20:50 -0400
pdmenu (1.2.2) unstable; urgency=low
* No longer depends on perl.
* Updated menu file to version 1.0 format.
* Does not depend on menu, only recommends it.
-- Joey Hess <joeyh@debian.org> Mon, 21 Apr 1997 21:08:28 -0400
pdmenu (1.2.1) unstable; urgency=low
* Got rid of pdmenu-genmenu. Replaced with a menu-method file that depends
on menu 1.0 or greater.
* Previously, if a menu was defined twice, the second definition could add
items to the menu, but would not change the title or help text of the
menu. Now, it does change the title and help text.
* It is no longer a fatal error for a menu to be completly empty. (Such
menus are now ignored.)
-- Joey Hess <joeyh@debian.org> Sat, 19 Apr 1997 22:40:23 -0400
pdmenu (1.2.0) unstable; urgency=low
* Added 'm' flag to exec, which allows you to generate and display
submenus on the fly while pdmenu is running.
* Added remove keyword, to remove a menu.
* '\' can now be used to escape out ':' characters in pdmenurc files.
* Patch from Peter Tobias <tobias@et-inf.fho-emden.de> to fix bug in 's'
flag.
* Increaded size of MENU_ITEM_COMMANDSIZE to 512 characters.
* Reorganized the sample pdmenurc files.
* Added a pdmenurc.complex that shows off the more advanced features.
* Reorganized pdmenurc(5).
-- Joey Hess <joeyh@debian.org> Thu, 10 Apr 1997 14:40:51 -0400
pdmenu (1.1.8) unstable; urgency=low
* Added --menu= option to jump to a submenu on startup.
* Man page and --help fixups.
* Cleaned up version string.
-- Joey Hess <joeyh@debian.org> Wed, 9 Apr 1997 12:55:27 -0400
pdmenu (1.1.7) unstable; urgency=low
* Fixed another problem with install -d
* Fixed two buffer overruns.
* Comments can end with \ to continue over to the next line now.
* Fixed problem with whitespace not being allowed before comments.
* Routine update of debian/rules:
Run dpkg-gencontrol after debstd, and delete substvars during clean.
-- Joey Hess <joeyh@debian.org> Mon, 7 Apr 1997 13:27:52 -0400
pdmenu (1.1.6) unstable; urgency=low
* Added --unpark option, which lets the cursor move to the selected line
on a menu, to make pdmenu more friendly to speech generation software.
-- Joey Hess <joeyh@debian.org> Sun, 30 Mar 1997 23:36:13 -0500
pdmenu (1.1.5) unstable; urgency=low
* Fixed a bug in input box, that could cause random crashes and other
problems.
-- Joey Hess <joeyh@debian.org> Thu, 27 Mar 1997 22:41:45 -0500
pdmenu (1.1.4) unstable; urgency=low
* Fixed a stupid typo in the pdmenurc file.
-- Joey Hess <joeyh@debian.org> Sun, 23 Mar 1997 14:38:02 -0500
pdmenu (1.1.3) unstable; urgency=low
* Fixed problem with debian menu generation: if a command had
"text","x11", or "vc" in its name, there were problems.
-- Joey Hess <joeyh@debian.org> Sat, 22 Mar 1997 21:56:03 -0500
pdmenu (1.1.2) unstable; urgency=low
* Run dpkg-gencontrol after debstd.
* Oops, fixed problem in pdmenurc file from last version.
-- Joey Hess <joeyh@debian.org> Thu, 20 Mar 1997 01:44:07 -0500
pdmenu (1.1.1) unstable; urgency=low
* SYSV3 portability changes:
* Fall back on floor() if rint() is not available.
* Fix CFLAGS in Makefile.
* Got rid of use of perl in pdmenurc.debian file.
* Increased maximum length of menu name up to 80 characters from 32,
because deeply nested debian menus can have quite long names.
* Fall back on autoconf/install-sh if install -d doesn't work.
* Improved line wrapping when displaying command output in a window.
* Added 't' flag, which is the same as 'd', but truncates command output.
Makes some things look much better when displayed in windows.
(At request of Steve Frampton.)
* Malloc only as many menus and as much space in the menus as we actually
need.
* Fixed bug in hotkey processing.
* Improved make localdist.
* Recognize '\' continuation lines.
* Added --version switch.
-- Joey Hess <joeyh@debian.org> Tue, 18 Mar 1997 12:31:56 -0500
pdmenu (1.0.2) unstable; urgency=low
* Fall back on mkdir if install -d fails, for compatability with bsdinstall.
* Depends on slang0.99.34 (> 0.99.38)
-- Joey Hess <joeyh@debian.org> Mon, 17 Mar 1997 12:46:29 -0500
pdmenu (1.0.1) unstable; urgency=low
* Fix date in LSM.
* Routine update of debian/rules:
Clean up junk files in subdirs.
* Portability modifications for AIX:
* Test if compiler is gcc. If not, don't set some CFLAGS values.
* malloc() some strings, instead of using fixed-length arrays that xlc
chokes on. Only had to do this in two places that used a
calculated expression as the size of the string.
* Fixed input box so backspace will work in my xterm (it sends 127 for
some reason).
-- Joey Hess <joeyh@debian.org> Sat, 15 Mar 1997 00:25:23 -0500
pdmenu (1.0.0) unstable; urgency=low
* Small documentation changes.
* Added doc/ANNOUNCE file.
* Removed outdated copy of lsm file.
* Fixed spec file.
-- Joey Hess <joeyh@debian.org> Thu, 6 Mar 1997 22:17:05 -0500
pdmenu (0.6.4) unstable; urgency=low
* Cleaned up base directory -- moved sources into src/, docs into doc/,
autoconf stuff into autoconf/
* Fixed a few minor bugs in Makefile.
* Minor doc fixes.
* Added copyright header to all source files, etc.
* Fixed very long standing problem with make test -- now it's a little
quicker.
-- Joey Hess <joeyh@debian.org> Sat, 1 Mar 1997 18:49:19 -0500
pdmenu (0.6.3) unstable; urgency=low
* Now builds on SunOS.
* Fixed a bug that would cause pdmenu to crash after the screen was
refreshed 30 times, or after 30 interactive programs were run.
* make distclean removes autoconf generated slang.h.
* Several small portability changes:
* Work if getopt_long and/or getopt are unavailable.
* Work with versions of tar that don't have the 'x' option.
* Allow user to specify location of slang header file and of slang
libraries when running configure.
* Make sure a GNU compatable date is used to generate LSM file date.
* Guess the size of the tar file more portably, using perl.
* Use putenv, not setenv.
* Include both string.h and strings.h.
* Add -D__USE_FIXED_PROTOTYPES__ to gcc command line.
* Moved man pages to subdirectory.
* Routine update of debian/rules:
Modifications for multiple binary package support.
-- Joey Hess <joeyh@debian.org> Thu, 27 Feb 1997 20:06:34 -0500
pdmenu (0.6.2) unstable; urgency=low
* Fixed a bug in the automatically generated menus.
if the id of a menu entry was the same as part of the command to run,
there were problems.
* Routine update of debian/rules:
Call debstd after fixing file perms.
-- Joey Hess <joeyh@debian.org> Sat, 1 Feb 1997 22:28:56 -0500
pdmenu (0.6.1) unstable; urgency=low
* ^L will redraw screen, as well as ^R.
* More mods to configure script (redhat compatability).
* Fixed pdmenu-genmenu problem with menu items that could run in either
text or x11 mode showing up twice on the menus.
-- Joey Hess <joeyh@debian.org> Sat, 18 Jan 1997 21:34:42 -0500
pdmenu (0.6.0) unstable; urgency=low
* Converted to use autoconf.
* Lots of code reorganization and other changes; no changes to actual
functionality of the program.
-- Joey Hess <joeyh@debian.org> Thu, 16 Jan 1997 20:18:18 -0500
pdmenu (0.5.10) unstable; urgency=low
* Rewrote pdmenu-genmenu so it will only work with menu >= 0.10, but is
simpler and faster. Updated man page, changed package dependancies
accordingly.
-- Joey Hess <joeyh@debian.org> Tue, 7 Jan 1997 18:48:27 -0500
pdmenu (0.5.9) unstable; urgency=low
* More fixes to postinst, postrm scripts, thanks to Joost.
-- Joey Hess <joeyh@debian.org> Tue, 7 Jan 1997 18:26:28 -0500
pdmenu (0.5.8) unstable; urgency=low
* Rewrote and cleaned up rc file processing.
* Fixed bug in postinst, postrm, that was making the pdmenurc_auto file
0 bytes long on upgrades.
* postrm purge will remove conffile /etc/menu-methods/pdmenu
* debstd no longer handles the menu file. (Because I need to handle things
differently than the standard case.)
-- Joey Hess <joeyh@debian.org> Mon, 6 Jan 1997 21:43:17 -0500
pdmenu (0.5.7) unstable; urgency=low
* Added redhat spec file, and built RPMs of pdmenu for the first time in
a long while, thanks to Rob Lesan.
-- Joey Hess <joeyh@debian.org> Wed, 1 Jan 1997 20:44:57 -0500
pdmenu (0.5.6) unstable; urgency=low
* Added a man page for pdmenu-genmenu (#6285)
* Routine update of debian/rules:
Use build-stamp instead of build.
-- Joey Hess <joeyh@debian.org> Tue, 31 Dec 1996 20:55:59 -0500
pdmenu (0.5.5) unstable; urgency=low
* Fixed another bad bug in pdmenu-genmenu that made the menus unusable.
* Fixed a minor hotkey bug in pdmenu-genmenu.
-- Joey Hess <joeyh@debian.org> Fri, 27 Dec 1996 21:24:09 -0500
pdmenu (0.5.4) unstable; urgency=low
* Large cleanup of pdmenu-genmenu; fixed several serious bugs in it.
* Moved pdmenu-genmenu into /usr/sbin.
* Made /etc/menu-methods/pdmenu be a conffile, similar to those installed
in the same directory by the menu package.
-- Joey Hess <joeyh@debian.org> Thu, 26 Dec 1996 21:41:43 -0500
pdmenu (0.5.3) unstable; urgency=low
* Fixed a bug with hotkey selection on debian auto-generated menus.
* Cursor doesn't jump around the screen anymore.
* Now handles screen resizing properly.
-- Joey Hess <joeyh@debian.org> Thu, 26 Dec 1996 11:26:38 -0500
pdmenu (0.5.2) unstable; urgency=low
* Added rc file preprocessing via the preproc command.
* Pdmenu will now detect if X or the linux console is available, and
automatically add/remove menu items that depend on X or the console.
* Added Reccommends: cpp to control file.
* Upped the maximum number of menus from 20 to 50.
* Handle upper and lowercase "needs" fields in pdmenu-genmenu.
* Fixed a bug that occurred when a rc file containing just a menu keyword
was read.
-- Joey Hess <joeyh@debian.org> Fri, 20 Dec 1996 13:38:53 -0500
pdmenu (0.5.1) unstable; urgency=low
* Fixed a bug if escape was hit in an edit window at the linux console.
-- Joey Hess <joeyh@debian.org> Thu, 19 Dec 1996 19:38:05 -0500
pdmenu (0.5.0) unstable; urgency=low
* Built with new version of slang library.
* Key handling fixed to work properly, thanks to new features of slang.
* Escape key will close the current window.
* A line of help is displayed if an invalid key is pressed.
* The TERMCAP problem is solved! Slang will now work even if TERMCAP is
set to something like "co#80:li#24:". Removed advice in README.debian
about how to deal with this problem.
* Fixed a bug that would mess up cut and paste in an xterm after pdmenu
ran.
* Added long options.
* Added ctrl-u (pageup) and ctrl-v (pagedown)
-- Joey Hess <joeyh@debian.org> Wed, 18 Dec 1996 23:33:00 -0500
pdmenu (0.4.2) unstable; urgency=low
* Changed author and maintainer email address, and updated name of ftp site.
* Reset gpm to normal while shelled out to run a program or in a text box
* Can now hold down on shift to use gpm to cut and paste normally.
* Improved rc file parsing and sanity checking.
* Fixed compilation without gpm support.
* Skip over "nops" when moving in the menu.
-- Joey Hess <joeyh@debian.org> Mon, 16 Dec 1996 15:50:57 -0500
pdmenu (0.4.1) unstable; urgency=low
* libgpm1 is required.
* Cleanups to mouse support, and right mouse button exits a menu now.
* Fixed compiled-in version number.
* Added a debian menu entry for pdmenu (in Apps/Shells).
* Supports -f option to the menu generator.
* Added check for screen too small.
* Ctrl-g will not exit program if -q option is passed on the command line.
-- Joey Hess <jeh22@cornell.edu> Sun, 15 Dec 1996 01:54:01 -0500
pdmenu (0.4.0) unstable; urgency=low
* Experimental GPM mouse support added, thanks to Randolph Chung.
* Makefile autodetects version number from this changelog.
* Threw in a warning about how xterm and slang conflict over
how TERMCAP should be set.
-- Joey Hess <jeh22@cornell.edu> Sat, 14 Dec 1996 21:10:16 -0500
pdmenu (0.3.4) unstable; urgency=low
* Pdmenu now works in rxvt with TERM=rxvt, and in some windows telnet
clients.
-- Joey Hess <jeh22@cornell.edu> Sat, 14 Dec 1996 14:15:12 -0500
pdmenu (0.3.3) unstable; urgency=low
* Modified "menu" command in rc file so existing menus can be added to
later in the rc file.
* Added support for debian's "menu" package.
Menus created by the "menu" package can now be used in pdmenu.
* Added README.debian with instructions for using update-menu menus
with pdmenu.
* Added "read" command to rc file, to let above change work.
* Added dependencies on perl and menu.
-- Joey Hess <jeh22@cornell.edu> Mon, 25 Nov 1996 23:30:21 -0500
pdmenu (0.3.2) unstable; urgency=low
* Routine update of debian/rules.
* Split man page in two: pdmenu and pdmenurc
* Lots of cleanups and additions to the man pages.
-- Joey Hess <jeh22@cornell.edu> Sun, 10 Nov 1996 20:30:24 -0500
pdmenu (0.3.1) unstable; urgency=low
* Debianized.
* Autogenerate .lsm file.
* Added code to detect the correct screen size when used with
broken termcap/terminfo files.
-- Joey Hess <jeh22@cornell.edu> Sun, 3 Nov 1996 19:31:59 -0500
0.3 3rd public release 21JUN96
Removed "-n" flag. Now, color is off by default. To turn it
on, either use the "-c" flag, or set the COLORTERM
environment variable. (Setting COLORTERM has the side
effect of making color work properly in jed, slrn, and
maybe other programs that use the slang library.)
"make config" now works even if you only have perl 4.x, not
just 5.x
Ctrl-r forces a screen redraw.
Split config.h up into lots of little .h files, should make
it easier to configure different things.
0.3pre6 Final bugfix 15JUN96
'p' flag works again (oops...)
Revamped rc file processing.
Control and high-bit characters in menus are changed to spaces.
Tab characters in menus/windows are ok now.
Avoided making color combos that blink on the linux console
be the default colors.
Allowed default colors to be configured in config.h
Commands that return null output can be run with the 'w'
flag without problems.
Added "nop" command for a blank line in the menu.
0.3pre5 More bugfixing 11MAR96
Kept it from stomping on $HOME. (oops..)
Fixed key handling, although it's still far from perfect.
Added home and end key handling.
Other minor fixes.
0.3pre4 Bugfix and minor improvements 27JAN96
No shadows in B&W mode, faster scrolling on slow terminals,
and other cosmetic fixes.
Fixed nasty problem with menus greater than 127 lines long.
Fixed ShowMessage to work with broken gcc.
's' flag to exec command to set environment variables.
More robust parsing of rc file.
Sped up screen redraws, thanks to John E. Davis, author of
S-LANG.
Fixed make config.
0.3pre3 Creeping featureitus 18JAN96
Fixed 'd' without 'n' flag so it'll not segfault.
'e' flag to exec command to let you enter text.
'd' flag to exec command to display output of command in a
window.
Configurable colors via the "color" command.
Menus can now contain more items than will fit on the
screen; they scroll.
0.3pre2 Bugfix 11JAN96
Created autoconfig script ("make config").
Lots and lots of bugs fixed.
Added -n and -q switches.
0.3pre1 The need for speed 10JAN96
**IMPORTANT** This version is a total rewrite in C. It is
like the earlier versions in spirit only. There are sure to
be lots of bugs, and there is no support for configurable
menu colors in this version. However, it's now MUCH faster,
and easier to use, with loads of new options.
0.2 The enevitable bugfix 02DEC95
Added support for multiple menu files being used at once.
Just specify them all as parameters.
Got rid of the width item in the menu definitions.
Because of conflicts with multiple other programs named
"menu", the Makefile now installs it as pdmenu
instead. See INSTALL for details.
Added support for different colored menus.
Added a background title to the menus.
Fixed bug in detection of menus.
0.1 First public release 26NOV95
Local variables:
mode: debian-changelog
End:
|