Commit Graph

248 Commits

Author SHA1 Message Date
Miguel de Icaza c1d7b0ecfd Do not force -g on the user, let the user use CFLAGS 1998-04-25 18:06:53 +00:00
Paul Sheer 7beb4c1266 optimisations to syntax highlighting 1998-04-25 11:52:29 +00:00
Miguel de Icaza f037975889 1998-04-24 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gwidget.c (x_create_radio): Fix the WRadio widgets.
1998-04-24 23:55:44 +00:00
Miguel de Icaza 3acd011d4f Revert the color back to its previous state.
Amazingly this change apparently was not required and was
just a typo from Paul.

The syntax coloring is extremely nice.

Miguel.
1998-04-24 18:52:40 +00:00
Paul Sheer 38a912e1e2 editor updated to reflect cooledit-3.6.0
syntax highlighting added and doc files updated
1998-04-24 15:18:08 +00:00
Paul Sheer 003c7b8e49 updated to reflect cooledit 3.6.0 1998-04-24 13:52:53 +00:00
Miguel de Icaza c752ec9d97 Reorgranized the script execution code to fix a race condition that
only happened in the GNOME code (as the execution of anything from
the file manager in the GNOME version is done in background).

Miguel.
1998-04-24 01:08:06 +00:00
Miguel de Icaza 9f508487f2 . 1998-04-23 19:31:32 +00:00
Miguel de Icaza 301a9f4846 Put desktop icons on bottom 1998-04-23 18:23:32 +00:00
Miguel de Icaza c02bca1dac All mighthy sync! -mig 1998-04-22 06:01:38 +00:00
Elliot Lee 23d97198aa remove autogenerated file 1998-04-21 22:25:21 +00:00
Miguel de Icaza ce0d7d5e02 argp fixes for gnome edition 1998-04-20 19:35:22 +00:00
Norbert Warmuth 83c8465663 Mon Apr 20 01:32:20 1998 Norbert Warmuth <k3190@fh-sw.de>
* configure.in: Don't try to link MC against SLang >= 1.0. I will
remove this restriction when I'm sure that it's save to use the new
version (the documentation to SLang mentions some changes of
return values).
1998-04-19 23:45:04 +00:00
Marc Ewing b4c9dbd812 Removed tkmc.
-Marc
1998-04-19 18:49:32 +00:00
Pavel Machek a754100836 MC for OS/2 shows hidden and system files now 1998-04-19 02:57:57 +00:00
Vincent Renardias 83b792b299 Fri, 17 Apr 1998 23:48:12 +0200 [Vincent]
Update the French translations a bit everywhere...

Major changes for:
* gnome-help (New)
* ee (Much more complete translations plus fixed a typo in the original version ;)
* ghex (New)
* gncal (New)
* mc (Updated, Added more translations, still needs work through)
1998-04-18 00:01:57 +00:00
Miguel de Icaza 76523ad6a5 File command reports JPEG as 'JPEG image', add this to mc.ext.in 1998-04-17 21:40:30 +00:00
Marc Ewing ad8e2a60ec Function returns void to match prototype
-Marc <marc@redhat.com>
1998-04-17 04:45:04 +00:00
Miguel de Icaza f46d8b3054 Fix problem reported by Matthew Wagner -mig 1998-04-17 02:43:16 +00:00
Miguel de Icaza f1afd65290 Property changes on the desktop -mig 1998-04-17 02:23:29 +00:00
Pavel Machek 618d865e21 Minor fixes in dirent.c and dirent.h for Windows NT 1998-04-17 02:04:43 +00:00
Miguel de Icaza b4dadfbecd Minor fix -mig 1998-04-17 01:21:27 +00:00
Miguel de Icaza 3b2ad8a238 Lots of prototypes added, warnings removed -miguel 1998-04-17 00:59:58 +00:00
Miguel de Icaza 0f31fb67d0 Fixes 80% of the bugs reported by Elliot on his last email.
This does not fix some major "problems", which require some bigger
changes to the program.

Miguel.
1998-04-17 00:21:53 +00:00
Miguel de Icaza 8a6020da6b Layout for two dialog boxes that I had missed. Thanks Elliot! -miguel 1998-04-16 18:15:39 +00:00
Miguel de Icaza 6981cf6275 Compilation fixes, bugs reported by DrMike -mig 1998-04-16 18:08:08 +00:00
Miguel de Icaza 8f56dbcab1 More more more more -mig 1998-04-16 04:27:44 +00:00
Miguel de Icaza 482e8af0fb My vain attempts at getting Radio Buttons working properly -mig 1998-04-16 04:22:56 +00:00
Miguel de Icaza f494ada890 Ok, most of the "Elliot Lee confidential bug report" has been dealt
with with this commit.  This also addresses a bunch of the comments
from the status.shtml from DrMike.

Miguel.

1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* screen.c (GT): Assign two spaces for the minimum size of the
	"type" field for the GNOME edition.  This gives some extra space
	for the icon that gets displayed.

	* dlg.c (remove_widget): New function:  used to remove a widget
	from an existing Dlg_head;
	(destroy_widget): Destroy a specific Widget.
	(add_widgetl): Extended to deal with the fact that a running
	Dlg_head can become empty.

	* panelize.c (l_call): Update the input line every time the user
	selects the entry with the mouse (pretty common in the gnome
	edition).

	* hotlist.c (add_new_group_input): Removed an extra field that was
	causing problems.

	* find.c (find_parameters): Tree button is gone for gnome until we
	get the tree function working on gnome.

	* cmd.c (save_setup_cmd): Per Elliot's suggestion, do not pop up a
	dialog box to inform the user about the saved setup.

1998-04-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gcmd.c (gnome_close_panel): Implement the close-the-panel
	functionality.

	* gscreen.c (x_panel_destroy): Implement the gnome mode way of
	destroying the panel.

	* gview.c (view_status): Add cacheing of the information status,
	to avoid excessive flicker.  It would be better if GtkLabel did
	not flicker though.
	(scrollbar_moved): Scroll correctly.  We now use
	view_move_backward and view_move_forward to adjust the scrollbar
	contents.  This displays the scrollbar correctly.

	* gwidget.c (x_listbox_select_nth): This may be invoked before the
	widget has been created, work around this problem.

	* gscreen.c (show_dir): Set the title bar for the window to the
	current directoy.  Reported by both Mike and Elliot.

	* layout: Updated to the new hotlist dialog box.
1998-04-16 02:45:53 +00:00
Miguel de Icaza 506094f44a 1 line fix-mig 1998-04-15 22:38:36 +00:00
Miguel de Icaza c277a3e1e6 1998-04-15 Pavel Machek <pavel@elf.ucw.cz>
* cmd.c: Report failed chdir attempts.
1998-04-15 22:17:02 +00:00
Miguel de Icaza d47dbe9bc2 New es.po -mig 1998-04-15 20:26:21 +00:00
Miguel de Icaza c7236a4397 New ru.po from Alex 1998-04-15 20:11:12 +00:00
Miguel de Icaza 33bcad66ff Wed Apr 15 10:48:41 1998 Alex Tkachenko <alex@bcs.zp.ua>
* src/hotlist.c: changes to hotlist boxes i18n.

	* src/panelize.c: changes to panelize boxes i18n.

	* src/wtools.c (query_dialog): Take care about possible '&' in
	button names while calculating window sizes and button positions.
1998-04-15 20:09:13 +00:00
Miguel de Icaza 41eeb94d42 1998-04-15 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtrans.c (create_transparent_text_window): Destroy the cursor
	properly.
1998-04-15 07:45:51 +00:00
Miguel de Icaza 0a36428e84 Compilation fix -mig 1998-04-15 06:15:42 +00:00
Miguel de Icaza 036af40392 1998-04-15 Miguel de Icaza <miguel@nuclecu.unam.mx>
* screen.c (string_file_nlinks): The buffer was too small and we
	were overwriting parts of it.

	* subshell.c (do_subshell_chdir): Memory leak fix.

	* find.c (do_search): Do not use undefined order of evaluation.

	* user.c: Do not use undefined order of evaluation.

	* dlg.c (init_dlg): Do init the default return value.
1998-04-15 06:05:34 +00:00
Miguel de Icaza 515e64efdc 1. Use the old artificial drag start code.
2. Load/Save desktop-icon transparent state.
3. Add arrange icons code.
4. Add snap to grid option (default now).
5. Fixed viewer crash.

Still left to do:
- Nice config dialog to set the above variables.
1998-04-15 03:16:29 +00:00
Miguel de Icaza 1ff37554b8 1998-04-14 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gdesktop.h: Added extern declarations for the
	want_transparent_icons and want_transparent_text variables.

	* gtrans.c (set_window_text): Now we use the new global variables
	want_transparent_icons and want_transparent_text to decide how to
	paint the pixmap and mask.  The want_transparent_* variables can
	thus be configured for the smartness/speed of your X server when
	using shaped windows.
1998-04-14 19:08:15 +00:00
Pavel Machek a2059d69a1 Ignore files which are created on "make dist" 1998-04-14 18:05:58 +00:00
Pavel Machek 5f8d7d3107 Cosmetic changes in makefiles 1998-04-14 18:04:01 +00:00
Miguel de Icaza 1f9fcf18e0 Andrej Borsenkow's i18n compilation fixes 1998-04-14 16:53:04 +00:00
Pavel Machek becae6c1bb PC port will be copied on "make dist" instead of OS/2 and NT ports 1998-04-14 04:05:43 +00:00
Norbert Warmuth f325bd79c0 Sun Apr 12 03:09:17 1998 Norbert Warmuth <k3190@fh-sw.de>
* cmd.c (view_other_cmd): #ifdef'd application_keypad_mode and
numeric_keypad_mode (don't include it in non text editions)
1998-04-12 01:20:01 +00:00
Norbert Warmuth fd6cdb19cc Fri Apr 12 02:40:41 1998 Norbert Warmuth <k3190@fh-sw.de>
* gwidget.c (x_create_input): return 1 if the widget has been
        initialized manually (there was no return value)

        (x_create_buttonbar): to few arguments to sprintf (button number
        was missing); return a value.

Sun Apr 12 02:48:26 1998  Norbert Warmuth  <k3190@fh-sw.de>

        * xv/xvscreen.c: removed duplicate (conflicting) definition
        of do_enter()
1998-04-12 00:52:13 +00:00
Norbert Warmuth 6495812153 Sun Apr 12 02:24:57 1998 Norbert Warmuth <k3190@fh-sw.de>
* text.c (edition_post_exec), cmd.c (view_other_cmd): Don't change
the keypad mode when we don't use the alternate plus minus. Pavel
forgot an if-clause when he replaced the escape sequences (or
another point of view: I forgot one if-clause at different place).
1998-04-12 00:40:18 +00:00
Miguel de Icaza 17c155a00f Sync again for the 4.1.31 release -mig 1998-04-11 20:51:52 +00:00
Pavel Machek 0bfe2e0f77 Escape sequences are no more used on OS2_NT 1998-04-11 17:05:48 +00:00
Miguel de Icaza 95ac574288 Sync to my tree -mig 1998-04-11 02:53:35 +00:00
Norbert Warmuth 64c711b304 This should fix Torbens problem with segfaults when copying or moving files.
Fri Apr 10 10:35:06 1998  Norbert Warmuth  <k3190@fh-sw.de>

* file.c (file_mask_dialog): When the shell patterns option
was off source_mask was freed twice.
1998-04-10 22:03:02 +00:00