summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-04-12 20:34:37 +0000
committerDarin Adler <darin@src.gnome.org>2000-04-12 20:34:37 +0000
commitbaebdb1ad125e9247e85d558228f07fac93af767 (patch)
tree0f90aa0929e5970ba9caae81337b38110a26c7af /ChangeLog-20000414
parent951e7313c66e0d8be29ae30350c3ffefaa0744c7 (diff)
downloadnautilus-baebdb1ad125e9247e85d558228f07fac93af767.tar.gz
This is a new Perl script for searching for FIXME in the code. It reports
* check-FIXME.pl: This is a new Perl script for searching for FIXME in the code. It reports any FIXME that does not have a bug number next to it, or any with a bug number that's not an open bug. * libnautilus/nautilus-bookmark.c: Attached a bug number to a FIXME for script-testing purposes. * docs/architecture.txt: Removed a FIXME. So sue me! * src/file-manager/fm-icon-text-window.c (create_attributes_option_menu): Added a call to gettext since the attribute_labels are now N_ strings. * po/.cvsignore: Ignore the generated files. * libnautilus/nautilus-icon-factory.c: Formatting tweak.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041416
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 4d0365532..89744523e 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,3 +1,19 @@
+2000-04-12 Darin Adler <darin@eazel.com>
+
+ * check-FIXME.pl: This is a new Perl script for searching for FIXME
+ in the code. It reports any FIXME that does not have a bug number
+ next to it, or any with a bug number that's not an open bug.
+ * libnautilus/nautilus-bookmark.c: Attached a bug number to a FIXME
+ for script-testing purposes.
+ * docs/architecture.txt: Removed a FIXME. So sue me!
+
+ * src/file-manager/fm-icon-text-window.c
+ (create_attributes_option_menu): Added a call to gettext since the
+ attribute_labels are now N_ strings.
+ * po/.cvsignore: Ignore the generated files.
+
+ * libnautilus/nautilus-icon-factory.c: Formatting tweak.
+
2000-04-12 Ramiro Estrugo <ramiro@eazel.com>
* src/file-manager/fm-icon-text-window.c: