aboutsummaryrefslogtreecommitdiffstats
path: root/camel/CODING.STYLE
diff options
context:
space:
mode:
authorRoss Golder <rossg@src.gnome.org>2000-05-29 19:09:32 +0800
committerRoss Golder <rossg@src.gnome.org>2000-05-29 19:09:32 +0800
commita3a1843acf549ea6dc46fddefa4f7dd93c88bcbf (patch)
tree2f250a9d5e06ba44bb19e2774f2a9fd839368a05 /camel/CODING.STYLE
parentfb320bf9dad4d986978cbda4cf0d8a38b8014d69 (diff)
downloadgsoc2013-evolution-a3a1843acf549ea6dc46fddefa4f7dd93c88bcbf.tar.gz
gsoc2013-evolution-a3a1843acf549ea6dc46fddefa4f7dd93c88bcbf.tar.zst
gsoc2013-evolution-a3a1843acf549ea6dc46fddefa4f7dd93c88bcbf.zip
Typo
svn path=/trunk/; revision=3257
Diffstat (limited to 'camel/CODING.STYLE')
-rw-r--r--camel/CODING.STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/CODING.STYLE b/camel/CODING.STYLE
index a236f0060f..58e9c68bbe 100644
--- a/camel/CODING.STYLE
+++ b/camel/CODING.STYLE
@@ -2,7 +2,7 @@ Note to hackers
---------------
When hacking on camel (and on the gnome mailer in general),
-be sure to follow the same coding style as the intial authors.
+be sure to follow the same coding style as the initial authors.
Please read the file HACKING in gnumeric and follow the
general guidelines explained in it.
13-evolution/commit/?h=EVOLUTION_2_3_8&id=9a904c937f8fecd8dd7ead89c1d05008932f6ead'>Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-032-0/+7 * Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-0310-1/+955 * new file.Chris Toshok2001-05-034-0/+581 * I commited patches to mail and calendar summary which relied on this, but forgotGediminas Paulauskas2001-05-032-0/+7 * Found out that I forgot to commit this.Gediminas Paulauskas2001-05-032-4/+7 * Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-034-18/+31 * unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+2 * unref the book if the view is being destroyedJP Rosevear2001-05-033-0/+23 * initialize "continuation_line" to 0JP Rosevear2001-05-032-0/+6 * Updated Slovenian translationAndraz Tori2001-05-031-1913/+2507 * Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-032-14/+12 * Rescue the KPOP code from bit rot.Dan Winship2001-05-022-23/+21 * Updated Azeri file Enabled Dutch headerPablo Saratxaga2001-05-023-6754/+5023 * Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1 * Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-027-197/+234 * Debugging routine. (Only works for recursive mutexes right now.)Dan Winship2001-05-023-0/+12 * Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-022-3/+11 * remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0 * Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-016-73/+469 * if the view does not contain a search context, the result is by defaultJP Rosevear2001-05-012-0/+10 * Mockups of the inline send and receiving mail dialog; including one using ico...Anna Dirks2001-05-011-0/+534 * New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-014-38/+89 * only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11 * Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-302-1/+15 * Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53 * Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-302-62/+61 * Mojo this a bit so that "\n\n>" gets translated to "<br><blockquote>"Dan Winship2001-04-302-8/+23 * Updated Swedish translation.Christian Rose2001-04-292-80/+84 * Added widgets/e-categories-master-list-dialog-model.lo andChristopher James Lahey2001-04-291-3/+25 * Added a read only argument "model" to ETable.Christopher James Lahey2001-04-291-1/+10 * Updated Finnish translationjjranta2001-04-292-1211/+1408 * (Make the alternating row colors a option in ETableSpecification insteadJason Leach2001-04-2911-17/+67 * Reflect Danw's move of mail/session.c to mail/mail-session.cPeter Williams2001-04-292-1/+6 * Updated Ukrainian transaltionYuri Syrota2001-04-281-1096/+1159 * Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-285-226/+254 * Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-2810-244/+361 * remove hardcoded values (edit_attendee): ditto, and there are only 4 rolesJP Rosevear2001-04-284-27/+38 * add e-completion-testDan Winship2001-04-281-0/+1 * Updated Swedish translation.Christian Rose2001-04-272-122/+135 * use enums not hard code valuesJP Rosevear2001-04-273-2/+6 * icalparameter_new_rsvp now takes an enumJP Rosevear2001-04-272-1/+6 * the value type should be inited with ICAL_VALUE_* rather than ICAL_*_VALUEJP Rosevear2001-04-272-3/+9 * No need to camel_shutdown() anymore...Jeffrey Stedfast2001-04-272-2/+2 * Automagically call camel_shutdown() atexit() ;-) (camel_init): AlsoJeffrey Stedfast2001-04-273-16/+25 * helps to spell right ;-)Jeffrey Stedfast2001-04-271-1/+1 * Added Next/Previous toolbar buttons.Jeffrey Stedfast2001-04-272-1/+20 * Replace "<" by "<=" in the comparison for due dates against the currentFederico Mena Quintero2001-04-273-3/+17 * Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): NewJeffrey Stedfast2001-04-273-2/+30 * Set the default size of the dialog to 600x400, which seems to be a niceJeffrey Stedfast2001-04-272-2/+12 * Updated to use camel-file-util routines. (hide_save_1): Same.Jeffrey Stedfast2001-04-272-17/+31 * Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-272-1/+6 * Merge build fix from the branch:Ettore Perazzoli2001-04-272-0/+5 * Updated Swedish translation again.Christian Rose2001-04-272-138/+150 * Make the Solaris and no-gethostbyname_r implementations behave more likeDan Winship2001-04-272-4/+24 * #include <sys/types.h> for off_t.Jeffrey Stedfast2001-04-272-0/+5 * #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living...Jeffrey Stedfast2001-04-271-2/+3 * Check for gethostbyname_r so e_gethostbyname_r will DTRT.Dan Winship2001-04-272-1/+5 * New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-279-363/+447 * this shouldn't have been here (at least not containing ".deps")Dan Winship2001-04-271-1/+0 * Remove UNICODE_LIBSDan Winship2001-04-273-2/+7 * Remove UNICODE_CFLAGS (libeutil_la_LIBADD): Change UNICODE_LIBS toDan Winship2001-04-272-2/+6 * We no longer depend on libunicode.Dan Winship2001-04-273-21/+19 * Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-2713-103/+83 * Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): UseDan Winship2001-04-276-736/+35 * Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-272-9/+8 * Remove UNICODE_CFLAGSDan Winship2001-04-266-4/+10 * Use <font color=...> to mark citations rather than italicizing them, whichDan Winship2001-04-262-4/+17 * UpdateKjartan Maraas2001-04-262-0/+2 * Update this a bitKjartan Maraas2001-04-262-12/+12 * Updated Ukrainian transaltionYuri Syrota2001-04-261-56/+35 * Updated Ukrainian transaltionYuri Syrota2001-04-261-45/+19 * Updated Ukrainian transaltionYuri Syrota2001-04-261-132/+69 * Added "MessageSearch" verb.Jon Trowbridge2001-04-269-2/+348 * Updated Ukrainian transaltionYuri Syrota2001-04-261-85/+50 * Updated Swedish translation.Christian Rose2001-04-262-713/+860 * Blah blah fix for xml1 broken utf8 encoding, and use "g" memory for allNot Zed2001-04-262-16/+36 * Applied jacob's patches for e-poolv stuff.Not Zed2001-04-267-67/+122 * Modified to match e_strv_get behaviour. Assert on bad cases, and return ""Not Zed2001-04-263-6/+362 * Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-2638-3396/+282 * Remove this section, which doesn't apply to anything since there are noDan Winship2001-04-265-24/+12 * Remove $(UNICODE_LIBS).Dan Winship2001-04-263-3/+6 * Remove call to unicode_init.Dan Winship2001-04-262-3/+5 * free the private memberJP Rosevear2001-04-262-1/+5 * block/unblock redrawRadek Doulik2001-04-262-0/+9 * Add the header height to the returned y location here so that things willChristopher James Lahey2001-04-261-1/+3 * Made this return -1 instead of -2 for not found if the root is notChristopher James Lahey2001-04-262-3/+8 * One-line fix (missing a 'break' at the end of the ARG_SELECTION_MODELJason Leach2001-04-251-0/+1 * Updated Ukrainian transaltionYuri Syrota2001-04-251-3225/+5791 * New foot-shooting-prevention helper function. (edit_msg_internal,Dan Winship2001-04-252-0/+36 * signature changingRadek Doulik2001-04-255-32/+36 * signature changingRadek Doulik2001-04-256-65/+142 * #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-2527-25/+62 * Updated Norwegian translation. Major overhaul.Kjartan Maraas2001-04-253-836/+991 * Updated Swedish translation.Christian Rose2001-04-252-767/+992 * Fixed Strftime so it uses the locale prefered way to display date/time.Duncan Mak2001-04-252-1/+7 * Added a new signal, "message_loaded" that gets emitted when the messageJeffrey Stedfast2001-04-254-13/+59 * If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-252-16/+23 * Updated Spanish translation.Hector Garcia2001-04-252-352/+407 * Add accelerators to the context menu. (on_right_click): UseDan Winship2001-04-253-28/+73 * Bump up the gal requirementDan Winship2001-04-252-1/+5 * Updated russian translation.Valek Frob2001-04-242-480/+548 * Updated tr.poFatih Demir2001-04-242-611/+835 * UpdateKjartan Maraas2001-04-241-2/+3 * Added #include <glib.h> and moved corresponding local headers to the top.Kjartan Maraas2001-04-247-10/+30 * Added #include <glib.h>.Kjartan Maraas2001-04-243-1/+9 * Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-246-8/+17 * remove prototype for e_gethostbyname_init.Chris Toshok2001-04-243-41/+43 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-248-145/+294 * Documented this function properly.Christopher James Lahey2001-04-243-118/+159 * Added get_cell_geometry method.Christopher James Lahey2001-04-248-9/+122 * Add camel-vee-folder.h and camel-digest-folder.hJeffrey Stedfast2001-04-242-0/+4 * New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-245-1/+366 * Changed dependency for install-data-local from "evolution" toJon Trowbridge2001-04-244-2/+12 * Include glib.h, so that the g_warning in e_gethostbyname_r will be treatedJon Trowbridge2001-04-242-0/+7 * #include gnome-window-icon.hJeffrey Stedfast2001-04-242-0/+5 * Added mail/message-browser.c and removed mail/mail-view.cJeffrey Stedfast2001-04-242-1/+6 * Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-2411-267/+425 * Port builddir != srcdir patch from the evolution-0-10-branch.Ettore Perazzoli2001-04-2412-14/+40 * Added #include <stdlib.h>.Christopher James Lahey2001-04-241-0/+1 * Made it so that if a message is from the last 8 hours, it only prints theChristopher James Lahey2001-04-241-5/+21 * Make pixbuf columns show their title if there is space.Christopher James Lahey2001-04-241-2/+23 * Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42 * Updated Norwegian translation.Kjartan Maraas2001-04-242-798/+1127 * remove UNICODE_CFLAGSDan Winship2001-04-241-21/+20 * bump to 0.7.99.1, add gal/unicode/Makefile. gal no longer internallyDan Winship2001-04-242-52/+53 * Append a "/" to the result of g_get_home_dir so gets the default dir itDan Winship2001-04-242-2/+9 * Re-commit ChangeLog.Ettore Perazzoli2001-04-242-4/+0 * Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-2413-38/+76 * Updated translationMatthias Warkus2001-04-232-628/+673 * Updated Hungarian translation (andras)Szabolcs Ban2001-04-232-1088/+768 * add e-host-utils.[ch]Chris Toshok2001-04-234-0/+188 * ugh, don't bother checking if the header values are non-NULL - it doesn't hur...Jeffrey Stedfast2001-04-232-14/+3 * Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-233-12/+33 * We need to link in more than just libnspr4, we also need libpthread.Jeffrey Stedfast2001-04-232-3/+9 * Make sure we have a context before we try and use it.Jeffrey Stedfast2001-04-232-2/+10 * Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-233-3/+10 * Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.Mikael Hallendal2001-04-232-1/+6 * Added save_source_data here.Christopher James Lahey2001-04-222-0/+7 * Translations from keldKeld Jørn Simonsen2001-04-221-2495/+2584 * translate "Things to do" etc. and convert them to utf8. Changed some linkGediminas Paulauskas2001-04-222-13/+24 * use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-228-34/+41 * Set window_icon of the Composer window to be compose-message.pngDuncan Mak2001-04-222-1/+10 * Set window_icon of the splash screen to "evolution.png"Duncan Mak2001-04-222-0/+6 * Added in "compose-messages.png" in the Makefile of evolution/artDuncan Mak2001-04-222-0/+5 * Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-223-12/+46 * Translations from KeldKenneth Christiansen2001-04-221-1066/+3613 * I get "cannot obtain lock on directory /cvs/gnome/..../.deps: no such file or...Gediminas Paulauskas2001-04-221-0/+1 * For Dirk-Jan C. Binnema <dirkjan@gnome.org> :Almer S. Tigelaar2001-04-212-35/+41 * Convert the result of g_get_real_name() from the locale charset to UTF8.Dan Winship2001-04-212-1/+7 * Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-214-15/+754 * Use a CamelPgpType. (mail_config_get_pgp_type): Return a CamelPgpType.Jeffrey Stedfast2001-04-213-6/+90 * changed path to the importer header files, since we've had reports thatDamon Chaplin2001-04-214-6/+18 * Fix a dumb thinko in my 04-11 patch.Dan Winship2001-04-212-1/+6 * Pull up fix for translation of filter direction drop down menu from theKjartan Maraas2001-04-212-1/+12 * Convert subject from utf8 before passing it on.Dan Winship2001-04-202-5/+18 * Fixed typoHector Garcia2001-04-202-36/+38 * Fixed bug that prevented new translationsHector Garcia2001-04-202-4/+22 * Updated Spanish TranslationHector Garcia2001-04-2032-466/+808 * Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-204-29/+98 * Update Hungarian translation (andras)Szabolcs Ban2001-04-20