summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2006-11-16 09:57:45 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2006-11-16 09:57:45 +0000
commitcbf6d898fb44589a12d8df49a005291259311d45 (patch)
tree5073d96afa560d41e62d5af253a4b6aa39679f79 /ChangeLog
parentb99bea24892a501010d403dd696b7ad6c52db333 (diff)
downloadgtk+-cbf6d898fb44589a12d8df49a005291259311d45.tar.gz
Provide a fast path returning NULL when the limit is set to 0.
2006-11-16 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c: Provide a fast path returning NULL when the limit is set to 0. * gtk/gtkrecentchooserdefault.c: * gtk/gtkrecentchoosermenu.c: Add the same fast path inside the RecentChooser implementation; add a check in the list clamping code. (#373466 and duplicates)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c5ccd61a8..4b2d6bd8a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-11-16 Emmanuele Bassi <ebassi@gnome.org>
+
+ * gtk/gtkrecentmanager.c: Provide a fast path returning
+ NULL when the limit is set to 0.
+
+ * gtk/gtkrecentchooserdefault.c:
+ * gtk/gtkrecentchoosermenu.c: Add the same fast path
+ inside the RecentChooser implementation; add a check
+ in the list clamping code. (#373466 and duplicates)
+
2006-11-15 Matthias Clasen <mclasen@redhat.com>
* modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options):