aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make the extra column pack-end so that when we hide it when it's empty, the o...Christian Persch2008-03-311-2/+2
* Fix build with latest glib.Wouter Bolsterlee2008-03-051-1/+1
* Declare variable at the beginning of the function to fix build withJens Granseuer2008-02-271-1/+3
* Accept empty password to unlock a token; and allow empty new password if the ...Christian Persch2008-02-261-13/+5
* Add Undo/Redo commands to the location entry, both in the context menuCosimo Cecchi2008-02-152-12/+98
* GConf option to disable messagebox about unsubmitted form data. (#516170)Xan Lopez2008-02-151-0/+1
* Popup the completion dropdown menu when we're focusing the location barCosimo Cecchi2008-02-021-0/+15
* Better fix for bug #511759.Cosimo Cecchi2008-01-252-5/+3
* Use g_file_new_for_uri () instead of g_file_new_for_path () inCosimo Cecchi2008-01-251-2/+2
* Fix build for builddir != srcdirXan Lopez2008-01-191-0/+1
* Missing files from last commit.Cosimo Cecchi2008-01-142-0/+691
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-148-630/+389
* Catch bookmarks and history in EphyLocationActionPrivate, it's smarter.Diego Escalante Urrelo2007-12-272-3/+5
* Moves the completion_func from lib/widgets/ephy-location-entry.c toDiego Escalante Urrelo2007-12-262-101/+16
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-241-0/+1
* Add "node-middle-clicked" signal to EphyNodeView.Cosimo Cecchi2007-12-082-0/+38
* Remove a FIXME in ephy_file_delete_directory. The function is alreadyDiego Escalante Urrelo2007-12-081-1/+0
* Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window andCosimo Cecchi2007-11-192-1/+8
* Fix a bug in EphyNodeView which caused weird problems when setting columnsCosimo Cecchi2007-11-191-0/+5
* Hide Back/Forward buttons when disable_history lockdown key is enabled. MakeCyril Brulebois2007-11-121-1/+5
* Adds a column in the history window showing the date and the time of theCosimo Cecchi2007-11-073-0/+323
* Update to latest EggToolbarEditor code.Felix Riemann2007-11-042-10/+62
* Remove unneeded marshallers. Fixes bug #484060.Felix Riemann2007-10-071-19/+0
* Changes g_value_set_string to g_value_take_string to avoid a leak. Also add theDiego Escalante Urrelo2007-09-301-1/+4
* Make the location entry completion cells smarter, now bookmarks take the fullDiego Escalante Urrelo2007-09-301-3/+35
* Implement ephy_file_delete_directory in lib/ephy-file-helpers.c so privateDiego Escalante Urrelo2007-09-291-4/+28
* Add a preview for the FileChooser. The default size is 150x150. Fixes bugDiego Escalante Urrelo2007-09-281-0/+39
* Make Epiphany properly remember the last saved location in the FileChooser.Cosimo Cecchi2007-09-261-0/+26
* Add a somewhat tricky fix for url titles not visible on the completionDiego Escalante Urrelo2007-09-191-30/+37
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-102-8/+16
* Fixes bad state syncing when adding zoom controls to the toolbar. FixesCosimo Cecchi2007-09-091-0/+4
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-272-0/+15
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-191-0/+1
* Fix multihead problems in toolbar editor.Carlos Garcia Campos2007-08-162-6/+15
* Remove an unused variable. One-liner by Cosimo Cecchi. Part of BugDiego Escalante Urrelo2007-07-311-1/+0
* Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173.Diego Escalante Urrelo2007-07-301-6/+0
* Fix memory leak.Carlos Garcia Campos2007-07-301-0/+3
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-212-4/+6
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-1/+1
* Update glib req to 2.13.4 so we can use g_get_user_special_dir.Christian Persch2007-07-111-162/+9
* Use the new gtk functions to persist and load the print settings and pageChristian Persch2007-07-112-183/+0
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-5/+0
* Port to new tooltips API.Christian Persch2007-07-102-28/+3
* Port to new tooltips API.Christian Persch2007-07-102-63/+4
* Install under hicolor and use "epiphany" named icon as application iconLuca Ferretti2007-07-101-1/+1
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-102-2/+2
* Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones inChristian Persch2007-07-102-9/+7
* removed added Rename to update-toolbareditor-from-libegg.sh Also updatedJaap Haitsma2007-07-046-124/+46
* script that syncs local toolbar editor copy with the one in libegg SVNJaap Haitsma2007-07-0111-44/+111
* use "document-page-setup" named icon for STOCK_PRINT_SETUP (now availableLuca Ferretti2007-06-261-1/+5
* Make named drag-icons toolbar-sized like the others. Part of bug #450590.Felix Riemann2007-06-251-1/+25
* Cleanups to my last commit. Fixes bug 450590 (Felix Riemann, Jaap Haitsma)Felix Riemann2007-06-251-28/+15
* Add a workaround to take into account that Gtk{Radio,Toggle}Actions onlyFelix Riemann2007-06-241-2/+13
* Adds some prefixes to web_prefixes for ftp sites. Bug #422114.Diego Escalante Urrelo2007-06-011-1/+5
* No need to make this data static.Christian Persch2007-05-271-1/+1
* Include config.h.Christian Persch2007-05-201-0/+2
* Support using named icons in the toolbareditor and attach them to theFelix Riemann2007-05-081-2/+16
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-022-2/+36
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-5/+19
* Use xdg-user-dirs to get a better default Downloads directory (Closes:Bastien Nocera2007-04-241-0/+150
* #if 0 some currently unused code. Bug #423907.Christian Persch2007-03-291-0/+2
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-1279-87/+87
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-112-12/+12
* Don't use C++-style comments in C files. No code changes, only commentsChristian Persch2007-03-061-14/+23
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-042-4/+4
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-033-163/+0
* Convert EphyNode to use GSlice.Christian Persch2007-01-291-16/+22
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-1/+33
* configure.acLuca Ferretti2007-01-182-2/+2
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-4/+2
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-6/+11
* Sorry, forgot to svn add this file from the previous commit. :(.Diego Escalante Urrelo2007-01-031-0/+34
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-0/+1
* Remove x bit from source filesChristian Persch2006-12-317-0/+0
* .cvsignore files are obsoleteChristian Persch2006-12-303-28/+0
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-203-6/+1
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-182-3/+15
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-182-3/+25
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-181-2/+2
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-172-123/+70
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-159-8/+21
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Add new "bookmark-view" icon from Andreas Nilsson, replacingLuca Ferretti2006-12-141-1/+1
* Updated icon for history from Andreas Nilsson.Luca Ferretti2006-12-131-1/+1
* Move code around.Christian Persch2006-12-091-0/+7
* Remove old stock iconsLuca Ferretti2006-12-092-11/+5
* Fix typoChristian Persch2006-12-051-2/+2
* Version 2.17.3.Christian Persch2006-12-053-61/+30
* Lower the priority of the spinner animation so that the animation does notBenjamin Berg2006-11-181-3/+5
* This is entirely my code, not marco'sChristian Persch2006-11-051-1/+1
* Remove debug spew.Christian Persch2006-11-041-2/+0
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-181-0/+2
* A lib/widgets/ephy-spinner-tool-item.c: AChristian Persch2006-10-183-4/+282
* Fix a crash after failing to get the spinner animation or rest icons.Christian Persch2006-10-182-18/+14
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-152-0/+24
* Fix a bug in the last commit.Christian Persch2006-10-092-2/+2
* Make the enum/flags values not global.Christian Persch2006-10-082-14/+14
* Fix compile warnings.Christian Persch2006-10-012-5/+4
* Fix compile warnings.Christian Persch2006-10-011-6/+1
* Simplify code and save some memory.Christian Persch2006-09-301-104/+111
* Fix spinner with new g-i-t. Fixes bug #330415. Fix a crash when failing toChristian Persch2006-09-302-164/+172
* Clicking favicon in the location bar selects URL. Fix bug #349557.Jean-François Rameau2006-09-141-0/+29
* Use UTF-8 copyright symbolChristian Persch2006-09-1378-123/+123
* Remove some unnecessary static data.Christian Persch2006-09-0724-28/+28
* Remove debug printfChristian Persch2006-08-181-2/+0
* Fix crash when reading the options file. Bug #351788. Actually return theChristian Persch2006-08-181-32/+36
* Don't crash on error. Bug #351187.Christian Persch2006-08-141-2/+2
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-102-1/+3
* Improve the a11y theme check.Christian Persch2006-08-081-2/+2
* Use variables here, not configure substitutions.Christian Persch2006-08-081-1/+1
* Fix the build.Christian Persch2006-08-061-0/+2
* A lib/ephy-print-utils.c: A lib/ephy-print-utils.h:Christian Persch2006-08-054-0/+618
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-262-7/+9
* Set default dictionary based on applicable locale names.Jean-François Rameau2006-07-251-5/+13
* Fix default activation.Christian Persch2006-07-251-0/+21
* Reset IM context before activation. Bug #348478, patch by Nguyễn TháiChristian Persch2006-07-251-0/+1
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-3/+53
* When resetting the entry also emit user-changed, to restore the originalChristian Persch2006-07-201-5/+18
* Work around bug #346662 by not changing selection while removing theChristian Persch2006-07-111-0/+15
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-5/+61
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-223-0/+812
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-093-0/+363
* Improve next-token logic for bookmark completion. Fixes #339167 (hopefullyWouter Bolsterlee2006-06-051-2/+2
* Make bookmark search ignore special characters (bug 339167)Frederic Peters2006-05-301-1/+1
* Fix crash when moving zoom widget on toolbar (#338682)Frederic Peters2006-05-301-0/+3
* Fix launching of desktop files.Christian Persch2006-05-301-1/+8
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-232-18/+146
* Shut upChristian Persch2006-05-121-0/+4
* Drop support for gecko 1.7.Christian Persch2006-05-113-45/+0
* #337140: Replace fallback favicon with more semantically correct 'text-html'Tommi Komulainen2006-04-151-3/+7
* A data/epiphany-pango.schemas:Christian Persch2006-04-101-0/+3
* Add ephy_guid_help_with_doc_id for use by e-e.Christian Persch2006-04-032-12/+27
* Use g_object_ref_sink().Christian Persch2006-03-293-6/+3
* Fix print format/arg mismatch.Christian Persch2006-03-241-2/+2
* Use GtkStatusIcon.Christian Persch2006-03-207-2286/+2
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-4/+15
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-216-92/+170
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-0/+2
* Remove ephy_gui_window_present.Christian Persch2006-02-142-32/+0
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-142-10/+26
* Save tons of g_type_from_name calls.Christian Persch2006-02-071-30/+38
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-042-52/+16
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-0/+4
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-4/+58
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-044-41/+186
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-032-0/+26
* Fix some memory leaks.Jean-François Rameau2006-02-031-3/+11
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-022-3/+13
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-021-3/+19
* lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.hPeter Harvey2006-01-312-0/+65
* Don't double-ref the UI manager. Don't try to set a cursor on windowlessChristian Persch2006-01-311-18/+21
* Fix the build with -Werror.Christian Persch2006-01-311-11/+14
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-312-170/+330
* Add a convenience function to get current event data.Christian Persch2006-01-303-2/+44
* Fix strings again. Bug #328747.Christian Persch2006-01-291-77/+77
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-77/+77
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-0/+1
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-252-17/+39
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-242-16/+34
* When updating the address bar, always update the address state, sometimesCrispin Flowerday2006-01-231-0/+3
* When adding a column that can be sorted on, re-create the sort model, soCrispin Flowerday2006-01-181-0/+8
* Add event type to the callback.Christian Persch2006-01-172-4/+19
* Fix number of /'s in URI.Christian Persch2006-01-177-18/+246
* lib/egg/egg-editable-toolbar.hPeter Harvey2006-01-171-2/+5
* EggEditableToolbar no longer supports middle-mouse-button drag.Peter Anthony Harvey2006-01-171-254/+124
* Added stock_bookmark as one of our stock icons.Peter Anthony Harvey2006-01-172-0/+2
* Do not try to store a string parameter if it is null (avoids segfault).Peter Anthony Harvey2006-01-171-0/+2
* Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, soJean-François Rameau2006-01-162-0/+20
* 2006-01-13 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-01-132-2/+0
* Removed unused struct.Peter Anthony Harvey2006-01-101-6/+0
* Fix compiler warnings.Christian Persch2006-01-042-0/+3
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-042-4/+0
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-032-4/+7
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-034-497/+4
* Put a marker in the environment to detect when we launch ourself as aChristian Persch2005-12-311-30/+40
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-203-0/+141
* Use a gtk stock cursor (GDK_HAND2) instead of already removed image. FixesClaudio Saavedra2005-12-171-5/+1
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix quote characterChristian Persch2005-12-121-2/+2
* Fix typoChristian Persch2005-12-121-1/+1
* Updated comment to refer to the schema autogeneration tool.Christian Persch2005-12-061-2/+2
* Add a method to generate collation keys for domain names.Christian Persch2005-11-292-0/+51
* === Release 1.9.2 ===Release192Christian Persch2005-11-131-29/+30
* lib/ephy-file-helpers.c lib/widgets/ephy-location-entry.cCrispin Flowerday2005-11-112-2/+2
* Don't translate param spec strings.Christian Persch2005-11-083-18/+21
* More static strings.Christian Persch2005-11-083-6/+6
* Mark strings in param specs as static.Christian Persch2005-11-0811-22/+22
* String cleanup.Christian Persch2005-11-041-4/+5
* R data/art/hand-open.png:Christian Persch2005-11-031-6/+5
* Simplify the drag icon code.Christian Persch2005-11-031-109/+21
* Show drag icon with page title + URL when dragging from the drag handle.Christian Persch2005-11-031-0/+238
* Return early when the action doesn't exist; don't crash. Patch by PeterChristian Persch2005-11-021-1/+4
* Use GINT_TO_POINTER/GPOINTER_TO_INT when stuffing ints into pointers, andChristian Persch2005-11-021-7/+9
* More curly quotes.Christian Persch2005-11-011-2/+2
* Constification.Christian Persch2005-11-011-2/+2
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-311-0/+1
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-314-205/+13
* Don't use BIND_LAZY when enabling debugging. That way we can find missingChristian Persch2005-10-311-6/+11
* Use G_MODULE_BIND_LAZY when dlopening modules.Emmanuele Bassi2005-10-312-4/+6
* Set the action's accel group. Fixes bug #319536.Christian Persch2005-10-301-1/+7
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-303-1/+44
* Use G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL when opening the extensionChristian Persch2005-10-291-1/+2
* Skip spinner update when we're not loaded. Should fix bug #320079.Christian Persch2005-10-291-7/+11
* Expose the extension description keyfile directly to the loaders.Christian Persch2005-10-215-20/+28
* Minor code cleanup.Christian Persch2005-10-201-6/+10
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-202-4/+0
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-176-1110/+1255
* Exten the EphyLinkAction to attach a mouse-release-event handler whichPhilip Langdale2005-10-171-1/+1
* Fix constness and don't strdup when returning early.Christian Persch2005-10-112-3/+3
* Bring back ephy_string_shorten.Christian Persch2005-10-102-3/+55
* Search the needle in the haystack, not the other way 'round.Christian Persch2005-10-101-1/+1
* Fix logging.Christian Persch2005-10-101-1/+1
* Fix logging.Christian Persch2005-10-101-1/+1
* Fix profiling in builddir != srcdir builds.Christian Persch2005-10-091-33/+49
* Ensure the images are loaded before starting to spin. Should fix crashesChristian Persch2005-10-091-7/+16
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-072-0/+106
* Use "position" property notification instead of size-allocate to monitorChristian Persch2005-10-031-5/+5
* Remove unused code.Christian Persch2005-10-021-1/+3
* Don't include config.h here.Christian Persch2005-10-024-58/+362
* Don't spin unmapped spinners. Slightly decrease the frequency. Might helpChristian Persch2005-10-021-4/+45
* Reset the IM context before activating the entry.Christian Persch2005-10-012-5/+10
* If the library path isn't absolute, look in the main extension dir, andCrispin Flowerday2005-09-252-1/+26
* Support "Library" argument.Christian Persch2005-09-241-1/+7
* Fix compile warnings.Christian Persch2005-09-221-2/+1
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-222-36/+5
* Only include execinfo.h if it exists.Christian Persch2005-08-301-0/+2
* Check for execinfo.h. Fixes bug #314776.Christian Persch2005-08-301-0/+4
* Version 1.9.Christian Persch2005-08-294-35/+9
* Add an "add-page" signal to the EphyHistory object that can be used toCrispin Flowerday2005-08-281-0/+1
* Change a g_return_if_fail into a regular return.Christian Persch2005-08-211-1/+1
* Remove "-s" argument which hasn't been supported for ages.Christian Persch2005-08-162-9/+130
* More gcc4 fixes.Christian Persch2005-08-131-1/+1
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-082-0/+10
* No need to add focus_width to borders anymore. Now we get the same heightChristian Persch2005-08-031-6/+0
* Use the entry's style's [xy]thickness, not our own. Fixes rendering withChristian Persch2005-08-031-25/+33
* A lib/widgets/testiconentry.c: A lib/widgets/ephy-icon-entry.c: AChristian Persch2005-08-035-92/+524
* Fix location entry favicon updating.Christian Persch2005-08-011-1/+3
* Allow set-but-empty EPHY_DEBUG_BREAK variable.Christian Persch2005-07-311-1/+1
* ALlow EPHY_DEBUG_BREAK even in non-debug builds.Christian Persch2005-07-301-17/+33
* Unify bookmarks/smart bookmarks address resolution, and add a signal toChristian Persch2005-07-271-0/+1
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-262-44/+155
* Don't crash in case the desktop file is not found.Christian Persch2005-07-251-0/+1
* Remove stray g_print.Christian Persch2005-07-171-2/+0
* Check all selected nodes if they allow dragging.Christian Persch2005-07-121-1/+39
* Implement a way to disallow dragging from resp. dropping on certain nodes.Christian Persch2005-07-114-13/+51
* Uppercase letters shouldn't breaks history autocompletion. Fix BugJean-François Rameau2005-07-101-2/+2
* Don't leak windows.Christian Persch2005-07-081-1/+2