aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-1251/+0
* Modify `e_gethostbyname_r()' so that it doesn't report an error if theEttore Perazzoli2001-05-191-0/+11
* add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-171-0/+6
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-0/+4
* Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-091-0/+6
* Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-021-0/+3
* Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-021-0/+6
* Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-301-0/+9
* Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-271-0/+4
* Remove UNICODE_CFLAGS (libeutil_la_LIBADD): Change UNICODE_LIBS toDan Winship2001-04-271-0/+5
* Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-261-0/+22
* If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-251-0/+7
* Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-241-0/+6
* remove prototype for e_gethostbyname_init.Chris Toshok2001-04-241-0/+10
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-241-0/+6
* Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-241-0/+6
* add e-host-utils.[ch]Chris Toshok2001-04-231-0/+8
* ">From" is not a citation unless the previous or following line is aDan Winship2001-04-191-0/+7
* Start parsing the sexp with parse_value(), not parse_list(), because weFederico Mena Quintero2001-04-161-0/+6
* Setup up the conduit library building better so the files get distedJP Rosevear2001-04-081-0/+5
* Added a question mark to the set of valid characters for symbol names.Federico Mena Quintero2001-04-061-0/+7
* Fix headers.Kjartan Maraas2001-04-051-0/+4
* Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_tFederico Mena Quintero2001-04-041-0/+20
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-0/+8
* Check that first_colon < last_at, to prevent horrible things fromJon Trowbridge2001-03-311-0/+6
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+15
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-0/+27
* new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-211-0/+12
* added function to format just the time.Damon Chaplin2001-03-191-0/+5
* Fix a bug noticed by kmaraasDan Winship2001-03-171-0/+4
* Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-151-0/+5
* update cflag macrosJP Rosevear2001-03-131-0/+4
* Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-071-0/+5
* new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-051-0/+5
* New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-021-0/+9
* Make it handle a NULL string as an empty string.Not Zed2001-03-021-0/+5
* Turned off some of the debug.Not Zed2001-02-231-0/+1
* Wait a lot lot longer for threads to finish.Not Zed2001-02-231-0/+5
* Changed to allocate raw blocks for the data, and keep track of them withNot Zed2001-02-081-0/+6
* Turn on joining of cancelled threads. (e_msgport_wait): Put a cleanupNot Zed2001-01-311-0/+6
* If we have waiting threads, then dont start a new one for the NEW case.Not Zed2001-01-291-0/+9
* Add chunk allocators.Not Zed2001-01-251-0/+12
* Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-241-0/+10
* Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-231-0/+23
* New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-231-0/+13
* New function, name describes it well. (gtk_radio_button_select_nth): NewJason Leach2001-01-191-0/+6
* Ximianified.Federico Mena Quintero2001-01-171-0/+4
* Dup the string passed in, not the temporary string. d'oh.JP Roseveaer2001-01-151-0/+5
* #define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0Dan Winship2001-01-061-0/+6
* Merge from camel-mt-branch.Not Zed2000-12-241-0/+27
* Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-211-0/+5
* Convert cal component strings to pilot character setJP Rosevear2000-12-201-0/+9
* make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-131-0/+5
* Updated documentation comment.Federico Mena Quintero2000-12-091-0/+5
* New `e-corba-utils.c' module, for now just containing a function toEttore Perazzoli2000-12-051-0/+7
* Fix typename of args (for all funcs). (e_strv_set_ref): Assert the indexNot Zed2000-11-301-0/+8
* Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-291-0/+13
* New function, set a reference to a string that is then owned/free'd by theNot Zed2000-11-221-0/+4
* If we dont get a big enough chunk in the first node, give up. Otherwise weNot Zed2000-11-211-0/+8
* New function to strdup into a mempool.Not Zed2000-11-211-0/+1
* New function to allocate a zero'd out chunk.Not Zed2000-11-211-0/+5
* New routines for fast memory management and compact string array storage.Not Zed2000-11-211-0/+7
* oops thats func not *funcJP Rosevear2000-11-101-0/+6
* Build e-dbhash.[hc]JP Rosevear2000-11-081-0/+8
* #include <string.h> to quench warning. #include <stdlib.h> for sameKjartan Maraas2000-10-311-0/+5
* build md5-utils72000-10-281-0/+9
* Return null if no pnode was found.72000-10-271-0/+5
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-271-0/+12
* unsigned chars.Michael Meeks2000-10-271-0/+8
* Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-261-0/+6
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-251-0/+8
* Remove unused GNOMELOCALEDIR setting.Dan Winship2000-10-241-0/+5
* Use new libeconduit calls and abstractionJP Rosevear2000-10-241-0/+11
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-241-0/+6
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-191-4/+10
* *** empty log message ***Jesse Pavel2000-10-181-0/+5
* g_strconcat needs a NULL.Iain Holmes2000-10-121-0/+5
* Added $(EXTRA_GNOME_CFLAGS).Christopher James Lahey2000-09-271-0/+4
* add ename as a SUBDIRJeffrey Stedfast2000-09-261-0/+4
* Made e_list a bit more reentrant. If a iterator gets its data pulled outChristopher James Lahey2000-09-211-0/+7
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+16
* Fixed an uninitialized variable.Christopher James Lahey2000-09-141-0/+4
* Use underscores for untranslated characters fro Gtk+Lauris Kaplinski2000-09-131-0/+6
* Change this a bit so that if you pass it a bold font, it puts that inDan Winship2000-09-131-0/+8
* Thou shalt leave space for the trailing \0.Dan Winship2000-09-121-0/+3
* The return value should not be const. (Well, unless the input was, but youDan Winship2000-09-121-0/+5
* Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text.Christopher James Lahey2000-09-111-0/+5
* EFont should now use real bold typeface, if availableLauris Kaplinski2000-09-111-0/+5
* Implemented a new `e_gtk_signal_connect_full_while_alive()' utilityEttore Perazzoli2000-09-111-0/+7
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-0/+4
* remove consts from the EPopupMenu structure: the caller may want to modifyDan Winship2000-09-091-0/+6
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+10
* Remove incorrect optimization. Events are read-only!Federico Mena Quintero2000-09-071-0/+5
* New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-051-0/+5
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-0/+6
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-0/+9
* #define gnome_font_lookup_default for gnome-print 0.20Lauris Kaplinski2000-08-311-1/+2
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-0/+5
* make e-util depend on libunicodeDan Winship2000-08-301-0/+9
* More UTF-8 handlingLauris Kaplinski2000-08-251-0/+5
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-0/+5
* Constify.Federico Mena Quintero2000-08-241-0/+4
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-0/+8
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-0/+7
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-221-0/+5
* Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-221-0/+5
* Moved e-text to UTF-8Lauris Kaplinski2000-08-201-0/+4
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-201-0/+6
* Infrastructure for date-based queriesPeter Williams2000-08-151-0/+5
* Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-111-0/+6
* Remove. The shell tells the components where the evolution homedir is now.Dan Winship2000-08-111-0/+5
* If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-111-0/+5
* Fix the bug where it truncates the last itemChristopher James Lahey2000-08-091-0/+4
* Ooops.Christopher James Lahey2000-08-091-0/+4
* Added uncompiled e_read_uri function.Christopher James Lahey2000-08-091-0/+4
* Added a hide_mask argument to the two popup menu functions.Christopher James Lahey2000-08-091-0/+5
* Added e_container_change_tab_order.Christopher James Lahey2000-08-081-0/+5
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-281-1/+6
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-271-0/+9
* Typo fixPeter Williams2000-07-261-0/+5
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-261-0/+5
* Added a bunch of e_marshal functions.Christopher James Lahey2000-07-251-0/+4
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-0/+4
* Removed some debugging printfs.Christopher James Lahey2000-07-121-0/+6
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-111-0/+6
* Fix warnings.Dan Winship2000-07-111-0/+4
* Added e_list_duplicate.Christopher James Lahey2000-07-091-0/+4
* Added e_strsplit to work around a bug in g_strsplit.Christopher James Lahey2000-07-081-0/+5
* Added last and insert functions.Christopher James Lahey2000-07-081-0/+5
* Added docstrings. This file did not have them at all. EEEEEEK!Federico Mena Quintero2000-07-071-0/+5
* Kill debugging messageDan Winship2000-07-061-0/+4
* New list class with iterators.Christopher James Lahey2000-07-041-0/+9
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-0/+6
* Add simple deadkey support.Jody Goldberg2000-06-301-0/+9
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-291-0/+5
* Fix typo.Ettore Perazzoli2000-06-271-0/+5
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-271-0/+5
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+7
* Added a variable to keep track of the cursor. Set the cursor whenChristopher James Lahey2000-06-211-0/+6
* Grab the focus when setting the cursor.Christopher James Lahey2000-06-211-0/+4
* Built a system for doing selections and/or a cursor in canvas.Christopher James Lahey2000-06-211-0/+5
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-131-0/+7
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-111-0/+12
* Fixed e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-021-0/+4
* Added e_marshal_INT__INT_INT_POINTER.Christopher James Lahey2000-06-021-0/+4
* Duh! -1 != 1. :)Dan Winship2000-06-021-0/+4
* g_return_val_if_fail to prevent a crash.Christopher James Lahey2000-06-021-0/+4
* Utility function to build a bool as part of an expression string.Not Zed2000-05-311-0/+6
* Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-311-0/+6
* Flush - FedericoFederico Mena Quintero2000-05-301-0/+18
* Moved over from event-editor-utils.c. (e_dialog_editable_get): Likewise.Federico Mena Quintero2000-05-281-0/+17
* Removed.Christopher James Lahey2000-05-251-0/+4
* Commit for if my laptop dies - FedericoFederico Mena Quintero2000-05-241-0/+16
* Added e_write_file.Christopher James Lahey2000-05-231-0/+4
* New files with utilities for hooking up widgets in Glade-generatedFederico Mena Quintero2000-05-201-0/+7
* Added e_container_foreach_leaf.Christopher James Lahey2000-05-191-0/+4
* Add imagesdir support.Christopher James Lahey2000-05-191-0/+7
* xmlGetProp appears to return malloced memory. Thus we must free it.Christopher James Lahey2000-05-161-0/+5
* Utility function to free a GList of strings.Ettore Perazzoli2000-05-161-0/+4
* Added e_strdup_strip which returns a copy of the string with the leadingChristopher James Lahey2000-05-141-0/+5
* Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-121-0/+5
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-091-0/+4
* Got rid of some warnings.Christopher James Lahey2000-05-071-0/+8
* New function to free a list of referenced objects.Ettore Perazzoli2000-05-031-0/+6
* set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-031-0/+6
* Free the parse tree if we have one. (e_sexp_parse): If we already have aNotZed2000-05-031-0/+5
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+4
* Constified XML utility functions.Ettore Perazzoli2000-05-021-0/+4
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-281-0/+5
* New file. Implements easy to use popup menus.Miguel de Icaza2000-04-261-0/+4
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-0/+8
* Added e_xml_get_child_by_name_by_lang.Christopher James Lahey2000-04-191-0/+5
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-161-0/+5
* Added a note field.Christopher James Lahey2000-04-151-0/+4
* Add g_return_if_fails.Christopher James Lahey2000-04-151-0/+4
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-0/+4
* Added proper keyboard focus handling.Christopher James Lahey2000-04-111-0/+4
* + (mkdir_if_necessary): New function.Matthew Loper2000-04-071-1/+3
* + * shell/main.c (evolution_boot): Make sure our data directory isMatthew Loper2000-04-071-0/+5
* ChangeLog shuffling.Miguel de Icaza2000-03-271-0/+70