commit 83bc9337d6b895c8c4930ae6bc2d6704e6c77223 Author: Paolo Borelli Date: 2011-12-07 Display the accelartor label, not its internal representation M plugins/externaltools/tools/manager.py commit e60e937509803e05293a2160df5a6ba12a978cb2 Author: Ignacio Casal Quinteiro Date: 2011-12-08 When right clicking in a tab set the tab as active. Most of this code has been borrowed from gnome-terminal. Fixes bug: https://bugzilla.gnome.org/show_bug.cgi?id=665640 M gedit/gedit-multi-notebook.c M gedit/gedit-notebook.c commit 2190822e2a6c6906aa487185436f683fe2307868 Author: Paolo Borelli Date: 2011-12-03 Fix duplicated tool accel dialog M plugins/externaltools/tools/manager.py commit 530dd13f593a8525fb832a71628fbe0c6d6748bb Author: Paolo Borelli Date: 2011-12-03 Clear the tools accel entry on backspace To intercept backspace we need to connect to the backspace signal. Fixes bug #659656 M plugins/externaltools/tools/manager.py M plugins/externaltools/tools/tools.ui commit 2924e3227472da1368cfda15897555144feabc73 Author: Paolo Borelli Date: 2011-11-29 Ignore the result of gtk_file_chooser_set_file The value is undefined in recent version of gtk since the filechooser is now async. Pointed out by Federico Mena Quintero. M gedit/gedit-commands-file.c commit fb834790748704e22de094adaaac3c9fa2da754a Author: Paolo Borelli Date: 2011-11-28 Make restoring default print fonts actually work We need to reset the gsettings to the original value specified in the schema. M gedit/gedit-print-job.c commit 75eb3a468b4d425497b4b0ebb3b5f036470bec2b Author: Luca Bruno Date: 2011-10-18 Add missing column_pos parameter to the GeditDocument::load signal https://bugzilla.gnome.org/show_bug.cgi?id=662145 M gedit/gedit-document.c commit d0df9b9f037db334552f9c31d37e1b9d4eec8858 Author: Paolo Borelli Date: 2011-11-27 Actually set the tooltip on the recent file actions We built the tooltip string but we never set the property. Fixes bug #664884. M gedit/gedit-window.c commit c808961c1958757e2c96a7c622c6bd4d8e1c1440 Author: Paolo Borelli Date: 2011-11-27 Remove show_all from view_new It does not belong there and the caller already takes care of showing the view once created. M gedit/gedit-view.c commit cafad51f0dc3e27eeff116b491126508dae31663 Author: Paolo Borelli Date: 2011-11-26 Action name string should be freed in all cases. M gedit/gedit-window.c commit ecda583d88544f26cd3137a40b822a01f97cbf27 Author: Ignacio Casal Quinteiro Date: 2011-11-15 Release 3.2.3 M NEWS M README M configure.ac