=== gedit 2.13.1 === 2006-01-02 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.13.1 released 2006-01-02 Paolo Borelli * plugins/spell/gedit-spell-plugin.c: remove bogus assertion. 2006-01-02 Paolo Maggi New Modelines plugin by Steve Frécinaux * configure.ac: added plugins/modelines/Makefile to AC_OUTPUT * data/gedit.schemas.in: added modelines to the list of default plugins * plugins/Makefile.am: added modelines to [DIST_]SUBDIRS * plugins/modelines/Makefile.am: * plugins/modelines/modelines.gedit-plugin.desktop.in: * plugins/modelines/modelines.py: new modelines plugin 2006-01-02 Paolo Borelli * gedit/dialogs/gedit-search-dialog.c: make sure Replace All is sensitive when search options become less strict (#325377) 2006-01-02 Steve Frécinaux * gedit/gedit-panel.[ch]: reworked layout of panels, given their orientation: - add "orientation" construction property - remove tab labels from left panel, show them for bottom one - ellipsize left panel title - remove title bar from bottom panel - placeholder for future panel toolbars to get panel orientation * gedit/gedit-window.c: adapt for the above changes * bindings/python/gedit.defs: add GeditPanel.get_orientation() 2005-12-30 Paolo Borelli * gedit/gedit-ui.xml: add a placeholder in the tab popup. 2005-12-29 Paolo Borelli * gedit/gedit-utils.[ch]: add some string escaping utils. * gedit/gedit-window.c: properly escape action names and labels. 2005-12-29 Paolo Borelli * gedit/gedit.c: make sure window is realized before setting the startup timestamp. 2005-12-28 Steve Frécinaux * plugins/indent/gedit-indent-plugin.c: retrieve tab settings directly from GtkSourceView instead of using the prefs-manager. 2005-12-18 Michael Terry * .cvsignore: * Makefile.am: * configure.ac: Convert help system to gnome-doc-utils (bug #318486). Further changes documented in help/ChangeLog. 2005-12-15 Paolo Borelli * plugins/spell/gedit-spell-plugin.c: add ellipsis to the "Set Language" menu item, as per HIG. (bug #314964) 2005-12-14 Paolo Borelli * gedit/gedit-ui.h: * gedit/gedit-widow-private.h: * gedit/gedit-widow.c: Move Quit and View menitems to separate groups so that they are sensitive even when there are no tabs. (bug #324078)