Commit Graph
641 Commits
Author SHA1 Message Date
freesource aacb3559a9 Added a check to show the user what packages aren't installed on the system,
but let the user decide what to do next.  Obviously required packages are a
more important consideration.
2001-09-14 02:45:53 +00:00
freesource dbb1ae9e1e Fixed a textual mistake. 2001-09-13 18:37:36 +00:00
freesource 454deedccf Commented out some unnecessary variables. 2001-09-13 18:33:38 +00:00
freesource 4030f3425b More treatment for ubd0. 2001-09-13 17:40:24 +00:00
freesource 03bea312be Better dependencies .. ofcourse this is extreme because it works with the
make_debian creation which doesn't have all standard packages.
2001-09-13 17:39:52 +00:00
freesource 0bc1664340 Better sh. 2001-09-13 17:39:06 +00:00
freesource ee7d526fc2 Shows people what lines to add to their sources.list. 2001-09-13 16:49:28 +00:00
freesource 81a991730b Arch from any to all .. which works properly in debian/files created during the
build.
2001-09-11 16:57:04 +00:00
freesource a34fee07da Corrects a mistake where replacements was specified rather then Replacements. 2001-09-11 16:53:29 +00:00
freesource 52c5916af6 More like it. 2001-09-11 05:49:08 +00:00
freesource 0d68973489 Need this or ldconfig won't allow X11 to be found. 2001-09-11 04:32:41 +00:00
freesource 18498a371a Reflects correct date. 2001-09-11 04:31:17 +00:00
freesource e099f86ce8 Section change. 2001-09-11 04:29:18 +00:00
freesource 25bcab5af8 Updated. 2001-09-11 04:28:36 +00:00
freesource 681dd3d72d Creates ubd0 2001-09-11 04:28:18 +00:00
freesource 8888fe3b43 Now it is getting the way it should be, it filters out mknod|dev from the
Makefile, and runs debuild.
2001-09-11 04:21:56 +00:00
freesource dd791da247 Adds a better check for the version. 2001-09-10 19:00:17 +00:00
freesource b6654a93ef The initial changelog. 2001-09-10 18:46:28 +00:00
freesource f14fb359aa The beginnings. 2001-09-10 18:45:37 +00:00
freesource 0a8a183d50 The rules, ofcourse. 2001-09-10 18:45:07 +00:00
freesource eef83727ce Adds $DESTDIR. 2001-09-10 18:44:02 +00:00
freesource 93b7a397d5 More changes. 2001-09-10 18:43:01 +00:00
freesource 35fd054bba Updates the changelog now. 2001-09-10 17:28:57 +00:00
freesource 8c89f1b5cc Some good additions. 2001-09-07 17:15:45 +00:00
freesource 6ba6f2ab26 The Makefile used by the gbootroot package archive. 2001-09-07 15:52:57 +00:00
freesource e7ac1c07e4 The Lazy Guy's packaging tool for gBootRoot. 2001-09-07 15:52:15 +00:00
freesource b8e1669085 This properly adds mem=16M to the initial options file. 2001-08-30 05:12:12 +00:00
freesource e19266ba0a More about permissions. 2001-08-30 04:37:02 +00:00
freesource 145d1c2bb9 The newest user-mode-linux 2.4.9. 2001-08-30 04:23:46 +00:00
freesource b71a79fd60 This just adds mem=16M to the UML box options, this happens to be the default
for the uml kernel, but more is desirable, hopefully, this will be obvious to th
user.
2001-08-30 04:10:00 +00:00
freesource b04224d6f1 This corrects a bug where onto_proc_filesystem was edited incorrectly and wasn't
checking for the proc_dev return value in the way originally intended.
2001-08-29 17:08:25 +00:00
freesource 86ff0a8eea Updated Alt-S to Alt-A for error messages for save_as. 2001-08-29 16:50:00 +00:00
freesource 6da033c5e6 This comments out some code which broke the yard box when the default
/dev/fd0 wasn't available.  This check is unecessary, since it is handled in
other places.
2001-08-29 07:22:51 +00:00
freesource 1ded9fbb1b This makes sure that root filename is current when the ars is closed and
reopened, and also updates $ars->{filename} to the current $entry_advanced[4].
2001-08-29 05:46:17 +00:00
freesource 52fbcbfaff Makes the submit button the default for the replacements box. 2001-08-29 04:01:55 +00:00
freesource 04e2351a58 And this removes a breaker point. 2001-08-29 03:52:41 +00:00
freesource dbee69230f Cool, that should cover it for the ssearch for now. It has netscape-like
behavior with some konqueror-like enhancements.
2001-08-29 03:50:31 +00:00
freesource e9979b17d3 A little more tweaking so that $offset is undef when search_window closes. 2001-08-28 20:47:21 +00:00
freesource e48e66e93a This finishes search backwards for both Esc && Return .. all that is left is
issuing an error when nothing is found and search ne undef.
2001-08-28 20:40:15 +00:00
freesource e639d5c69e Cancel working nicely for index .. Esc && Return, too. 2001-08-28 20:14:57 +00:00
freesource 6ff0be05d9 Creating a search box is a lesson in study, and finding bugs in other programs. 2001-08-28 17:00:30 +00:00
freesource aff16e7b76 A bug fix where keywords weren't changing because of the prior effeciency
add-on for tr///.
2001-08-28 08:01:27 +00:00
freesource 50b04ef3a5 Getting closer, modal transient window is half there. 2001-08-28 07:47:30 +00:00
freesource b347463546 Search window stays on top now thanks to
search_window->set_transient_for(leader_window)
2001-08-28 06:54:38 +00:00
freesource c2d142e96a This changes the default behavior of search, file_system, and replacements to
not close when the shortcuts or menu are used after they are visible .. they can
only be closed from the their own actual window.  This is traditional UI.
2001-08-28 06:18:15 +00:00
freesource 027b932f24 search_window is destroyed when yard_window is which clears the buffer. 2001-08-28 05:05:05 +00:00
freesource 5a51b1f26c This enhances the search box, so it remembers and highlights the last search
text entered.
2001-08-28 04:39:20 +00:00
freesource a43ab55b66 This makes the insensitive search more effecient by not continuously invocating
tr///.
2001-08-28 04:18:55 +00:00
freesource acbb8bb20f Had case sensitive and case insensitive backwards. 2001-08-28 04:08:43 +00:00
freesource f06430c4c8 Now case-insensitive works. Everything works, but a dialog which pops up when
the end or beginning has been reached, and another dialog when nothing is found.
2001-08-28 03:38:09 +00:00