aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-31 05:04:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-31 05:04:45 +0800
commit8ece4a00866094801a036d49d361c21ee420c333 (patch)
treeb3d0f7f07eb2ced5b024634226eb69d0cff625e8 /shell/ChangeLog
parent35ecbe2de53cac6071b705c171b3e222f973c851 (diff)
downloadgsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.gz
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.bz2
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.lz
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.xz
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.tar.zst
gsoc2013-evolution-8ece4a00866094801a036d49d361c21ee420c333.zip
Check for \r in the folder name, this is an invalid char. Also take a
2001-08-30 Jeffrey Stedfast <fejj@ximian.com> * e-shell-folder-creation-dialog.c (entry_name_is_valid): Check for \r in the folder name, this is an invalid char. Also take a "reason" argument so we can inform the user why his folder name is invalid. (dialog_clicked_cb): Tell the user why the folder name is invalid. svn path=/trunk/; revision=12533
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ba60165303..a736d59c11 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-30 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-shell-folder-creation-dialog.c (entry_name_is_valid): Check
+ for \r in the folder name, this is an invalid char. Also take a
+ "reason" argument so we can inform the user why his folder name is
+ invalid.
+ (dialog_clicked_cb): Tell the user why the folder name is invalid.
+
2001-08-28 Ettore Perazzoli <ettore@ximian.com>
[Fix #8125, Evolution crashes while starting.]