diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-29 01:38:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-29 01:38:19 +0800 |
commit | 93c335f91a7b6f48a0f1aa16e1d493a6dbbe115f (patch) | |
tree | 7a3497e2c9f463139b335228dedf4d550b2fe2a5 /ChangeLog | |
parent | 7da6219f9b4d1fe0142ddce67846afa1cc7fd2f8 (diff) | |
download | gsoc2013-epiphany-93c335f91a7b6f48a0f1aa16e1d493a6dbbe115f.tar.gz gsoc2013-epiphany-93c335f91a7b6f48a0f1aa16e1d493a6dbbe115f.tar.zst gsoc2013-epiphany-93c335f91a7b6f48a0f1aa16e1d493a6dbbe115f.zip |
Move notebook in src/. An abstract notebook is an overkill.
2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/Makefile.am:
* lib/widgets/ephy-notebook.c:
* lib/widgets/ephy-notebook.h:
* src/Makefile.am:
* src/ephy-notebook.c: (ephy_notebook_get_type),
* src/ephy-notebook.h:
Move notebook in src/. An abstract notebook is an overkill.
* src/toolbar.c: (ensure_bookmark_action):
Fix compilation issue on 2.95
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2003-04-28 Marco Pesenti Gritti <marco@it.gnome.org> + + * lib/widgets/Makefile.am: + * lib/widgets/ephy-notebook.c: + * lib/widgets/ephy-notebook.h: + * src/Makefile.am: + * src/ephy-notebook.c: (ephy_notebook_get_type), + * src/ephy-notebook.h: + + Move notebook in src/. An abstract notebook is an overkill. + + * src/toolbar.c: (ensure_bookmark_action): + + Fix compilation issue on 2.95 + 2003-04-28 David Bordoley <bordoley@msu.edu> * embed/ephy-embed-types.h: |