diff options
| author | Jay Belanger | 2009-11-02 02:59:23 +0000 |
|---|---|---|
| committer | Jay Belanger | 2009-11-02 02:59:23 +0000 |
| commit | 6292c59952a47bdf315223db70e31c9e4e11fbdc (patch) | |
| tree | 1f3f5b431a714dded21d3378ee68dc2e7dd56a05 /lisp/ChangeLog | |
| parent | 0f063651e220bcb450d760e9e365a05acf1aed30 (diff) | |
| download | emacs-6292c59952a47bdf315223db70e31c9e4e11fbdc.tar.gz emacs-6292c59952a47bdf315223db70e31c9e4e11fbdc.zip | |
(calc-date-notation): Check to see if the format is whitespace
instead of only the empty string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88b6a6ab98d..f8c718a424b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com> | ||
| 2 | |||
| 3 | * calc/calc-forms.el (calc-date-notation): Allow a "blank string" | ||
| 4 | to be made up of whitespace. | ||
| 5 | |||
| 1 | 2009-11-02 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-11-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * minibuffer.el (read-file-name): Don't use file dialogs for | 8 | * minibuffer.el (read-file-name): Don't use file dialogs for |