aboutsummaryrefslogtreecommitdiffstats
path: root/korean/imhangul
ModeNameSize
-rw-r--r--Makefile809logstatsplainblame
-rw-r--r--distinfo276logstatsplainblame
-rw-r--r--pkg-descr220logstatsplainblame
-rw-r--r--pkg-plist524logstatsplainblame
2-08-277-103/+98 * call g_strdup in the correct place, or we'll return the internal copy.Rodrigo Moya2002-08-272-2/+7 * Fixes #12326Rodrigo Moya2002-08-265-157/+107 * only set the key if the value is different from what we've already readRodrigo Moya2002-08-262-0/+18 * Updated Hungarian translation.Andras Timar2002-08-262-810/+841 * Updated French translation.Christophe Merlet2002-08-262-697/+782 * updatedJeffrey Stedfast2002-08-263-0/+6 * If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-242-3/+38 * Address most of bug #4940. Fails on the last page of the add accountPeter Williams2002-08-242-2/+90 * update more a littleAaron Weber2002-08-241-28/+35 * Don't set the item id; clear search isn't in the menu anymore. FixesPeter Williams2002-08-242-1/+5 * remove shortcuts that didn't actually get added to the app.Aaron Weber2002-08-231-22/+3 * added "key_changed" signal to class. (property_change_cb): emitRodrigo Moya2002-08-233-34/+156 * updatedRadek Doulik2002-08-231-2000/+2297 * Reset the X-Evolution-PostTo header.Jeffrey Stedfast2002-08-233-0/+13 * Fixes bug #29016Jeffrey Stedfast2002-08-233-89/+118 * If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-233-8/+36 * Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-233-11/+43 * if its a non-participant, add it as a resource to match dialog labelJP Rosevear2002-08-232-2/+17 * change Exchange descriptionAaron Weber2002-08-234-55/+116 * updatedRadek Doulik2002-08-231-2055/+1792 * Remove an e_path directory, and its parent "subfolders" dir if it's nowDan Winship2002-08-233-0/+54 * Add bug fix number.JP Rosevear2002-08-221-0/+2 * if the value given is a date, convert to a time in the current zoneJP Rosevear2002-08-222-4/+17 * don't adjust for two digit dates here, the e_time_parse routines do thatJP Rosevear2002-08-223-23/+5 * if the year was two digits, add the current centuryJP Rosevear2002-08-222-1/+25 * Spawn a new thread to ping the server but only if it is connected.Jeffrey Stedfast2002-08-222-4/+62 * Don't bother overloading the timeout virtual methods since they don'tJeffrey Stedfast2002-08-225-9/+45 * Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-224-109/+11 * Count overdue tasks as tasks due todayIain Holmes2002-08-212-1/+6 * not sure what i was thinking here... the EBook isn't valid if we couldn'tChris Toshok2002-08-212-7/+9 * be sure that widget is realized so that e_utf8_from_gtk_string worksRadek Doulik2002-08-212-0/+10 * guard against the view_instance disappearing during earlier CORBA work.Mike Kestner2002-08-212-0/+10 * up the timeout to 10 minutesJeffrey Stedfast2002-08-211-1/+1 * Override the default noop implementation.Jeffrey Stedfast2002-08-215-3/+100 * Once we hit the target node, update the cursor_uid if it's set. FixesPeter Williams2002-08-212-0/+9 * Plug some large leaks in the indexing code.Peter Williams2002-08-213-4/+18 * Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-212-6/+12 * don't set the tasks ui component until the container is set, remove unusedJP Rosevear2002-08-212-5/+8 * Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-213-7/+12 * new class for config database access and monitoring.Rodrigo Moya2002-08-204-0/+375 * add the listener_id slot.Chris Toshok2002-08-203-11/+23 * take and pass the CallStatus to our listener.Chris Toshok2002-08-2019-31/+262 * disconnect destroy signal callbacks on tablesJP Rosevear2002-08-202-3/+13 * Updated Norwegian (bokmål) translation.Kjartan Maraas2002-08-202-493/+529 * add "cache-completions" here, since file completion results are blanketChris Toshok2002-08-203-3/+41 * clone the ical component before adding itJP Rosevear2002-08-202-1/+13 * Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-202-1/+5 * Updated Bulgarian translation. Not full: +~300 location places to 4305Yanko Kaneti2002-08-202-542/+609 * If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-202-6/+25 * Fix a copy/paste-o. Use the pgp_path GnomeFileEntry widget rather than theJeffrey Stedfast2002-08-202-1/+8 * Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-2032-357/+206 * Get the "addresses" property of the select names control rather thanDan Winship2002-08-202-5/+6 * add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"Dan Winship2002-08-202-0/+29 * make sure to get the date in the current zone, not at UTCJP Rosevear2002-08-202-1/+6 * (mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORTDan Winship2002-08-202-3/+7 * source_type_changed may try to change the transport optionmenuDan Winship2002-08-202-4/+13 * Fix the names of these functions. (They previously used "register" insteadDan Winship2002-08-195-8/+20 * stop adding redundant information for start/end/due/complete timesJP Rosevear2002-08-192-42/+33 * If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-192-0/+12 * Use an EvolutionFolderSelectorButton instead of a label to indicate theDan Winship2002-08-192-7/+22 * If the selected URI is of an invalid type, don't accept it.Dan Winship2002-08-173-45/+101 * Change this into a GnomeApp so we get a statusbar and the dialog is aPeter Williams2002-08-174-83/+208 * fix c&p error that was losing the ssl setting.Chris Toshok2002-08-172-1/+7 * err, oops.Chris Toshok2002-08-171-2/+0 * remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-172-2/+10 * Added new library to scan programRodrigo Moya2002-08-161-0/+1 * Import into the default book not the local oneIain Holmes2002-08-163-1/+19 * added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-165-0/+89 * new class for controlling a component, to detect when it dies.Rodrigo Moya2002-08-164-0/+284 * new function to save a little typing. (find_book_view): same.Chris Toshok2002-08-162-96/+175 * Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1 * Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10 * [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-164-19/+52 * Updated Bulgarian translation. Not full: +~400 location places to 3991.Yanko Kaneti2002-08-162-750/+730 * ref/unref the gvmMike Kestner2002-08-152-0/+8 * Don't turn on pgp signing if this is an iMIP message and pgp_no_imip_signDan Winship2002-08-152-1/+17 * Add a "don't sign meeting requests" option to the security pane, sinceDan Winship2002-08-156-0/+42 * added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318 * listen for the time editors to changeJP Rosevear2002-08-154-7/+89 * Use the default uris instead of always changing to localIain Holmes2002-08-143-7/+41 * Sort tasks in the correct orderIain Holmes2002-08-142-0/+12 * Use the task components coloursIain Holmes2002-08-142-3/+35 * Make the warning dialog display the message subject so that it is moreJeffrey Stedfast2002-08-142-12/+28 * Removed an unused variable.Jeffrey Stedfast2002-08-143-2/+10 * Remove a bunch of old #if 0 code. (update_item): SetDan Winship2002-08-144-180/+28 * Update po files to speed up snap build.JP Rosevear2002-08-13