+ + * default_user/Makefile.am: new file. + + * default_user/Main_Shortcuts.xml: New file; is used to fill the + shortcut bar's "main shortcuts" pane. + + * default_user/Other_Shortcuts.xml: New file, used to fill the + shortcut bar's "other shortcuts" pane. + + * default_user/Inbox.mbox: New file. This is the first message a + new user will see when they fire up Evolution. Needs work. + + * Makefile.am: added default_user directory. + * configure.in: same. + + * e-paned.c: New file. Makes a GtkPaned with more than two + children. + * e-paned.h: same. + + * Makefile.am: added e-paned.[ch]. + + * e-shell-view.h: Added hpaned and treeview widgets to + EShellView. Added e_shell_view_toggle_shortcut_bar() and + e_shell_view_toggle_treeview(). + + * e-shell-view.c (e_shell_view_setup_shortcut_display): Use EPaned + widget to house our shortcut bar. + (e_shell_view_toggle_shortcut_bar): New function; toggles whether + the shortcut bar is showing. + (e_shell_view_toggle_treeview): Same, for the treeview (NYI). + (e_shell_view_new): Put the notebook view in our EPaned widget. + + * e-shell-view-menu.c (esv_cmd_toggle_shortcut_bar): New function; + toggles whether the shortcut bar is viewed. + (esv_cmd_toggle_treeview): Same, but with the treeview. Added + menuitems in the "view" menu to allow access to the above. + svn path=/trunk/; revision=2575
112 lines
3.2 KiB
Plaintext
112 lines
3.2 KiB
Plaintext
2000-04-24 Matt Loper <matt@helixcode.com>
|
|
|
|
* e-paned.c: New file. Makes a GtkPaned with more than two
|
|
children.
|
|
* e-paned.h: same.
|
|
|
|
* Makefile.am: added e-paned.[ch].
|
|
|
|
2000-04-19 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-xml-utils.c, e-xml-utils.h: Added
|
|
e_xml_get_child_by_name_by_lang.
|
|
|
|
2000-04-16 Anders Carlsson <andersca@gnu.org>
|
|
|
|
* e-canvas.c (e_canvas_class_init): Add realize.
|
|
(e_canvas_realize): Set the back pixmap to NULL to reduce flicker.
|
|
|
|
2000-04-14 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-xml-utils.c: Fixing a warning.
|
|
|
|
2000-04-14 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-xml-utils.c: Add g_return_if_fails.
|
|
|
|
2000-04-12 Miguel de Icaza <miguel@gnu.org>
|
|
|
|
* e-cursors.c (e_cursor_get): Prevent next hacker to get bitten by this.
|
|
|
|
2000-04-10 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-canvas.c: Added proper keyboard focus handling.
|
|
|
|
2000-04-06 Matt Loper <matt@helixcode.com>
|
|
|
|
* e-setup.c (e_setup_base_dir): Get/set Evolution's base directory
|
|
via gnome-config.
|
|
(mkdir_if_necessary): New function.
|
|
(e_setup_base_dir): Use mkdir_if_necessary().
|
|
|
|
2000-03-22 NotZed <NotZed@HelixCode.com>
|
|
|
|
* e-util/e-sexp.h: Formatting cleanup.
|
|
|
|
2000-03-07 NotZed <NotZed@HelixCode.com>
|
|
|
|
* e-util/Makefile.am (libeutil_la_SOURCES): s-sexp.h -> e-sexp.h.
|
|
|
|
2000-03-12 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-canvas.c, e-util/e-canvas.h: Fixed some bugs here to
|
|
speed up reflow and to make it fail less often.
|
|
|
|
2000-03-10 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-canvas.c, e-util/e-canvas.h: Designed a new system for
|
|
doing hierarchical displays in the canvas. Adds an extra idle
|
|
loop to the canvas system.
|
|
|
|
2000-03-05 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-xml-utils.c: Fixed e_xml_set_integer_prop_by_name.
|
|
|
|
2000-03-04 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added
|
|
e_xml_set_integer_prop_by_name.
|
|
|
|
2000-02-28 NotZed <NotZed@HelixCode.com>
|
|
|
|
* e-util/e-sexp.[ch]: Added. moved from filter-sexp.[ch]
|
|
|
|
* e-util/Makefile.am (libeutil_a_SOURCES): Add e-sexp.
|
|
(noinst_LTLIBRARIES): Changed to a libtool library.
|
|
|
|
2000-02-24 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added
|
|
e_xml_get_integer_prop_by_name.
|
|
|
|
* e-util/Makefile.am: Added e-util.c.
|
|
|
|
* e-util/e-util.h: Added e-util.c functions.
|
|
|
|
* e-util/e-util.c: New file for compare functions
|
|
|
|
2000-02-24 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/e-canvas-utils.h: Fixed the comment at the top and added
|
|
#ifndef __E_CANVAS_UTILS__.
|
|
|
|
* e-util/Makefile.am: Added e-xml-utils.c and
|
|
e-xml-utils.h.
|
|
|
|
* e-util/e-xml-utils.h, e-util/e-xml-utils.c: Added files for some
|
|
xml utilities.
|
|
|
|
* e-util/e-util.h: Added type EFocus which describes which
|
|
direction the focus will be coming from.
|
|
|
|
2000-02-23 Dan Winship <danw@helixcode.com>
|
|
|
|
* e-util/e-setup.c (e_setup_base_dir): Make ~/evolution mode 700
|
|
rather than mode 600 (and use the symbolic name rather than the
|
|
number).
|
|
|
|
2000-02-09 Christopher James Lahey <clahey@helixcode.com>
|
|
|
|
* e-util/Makefile.am: Add canvas utilities to libeutil.
|
|
|