diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c9005237b6..d917297e933 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-01-14 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * progmodes/bug-reference.el (bug-reference-fontify): Check for | ||
| 4 | non-nil `bug-reference-url-format' before putting an overlay | ||
| 5 | property `bug-reference-url'. | ||
| 6 | (bug-reference-mode, bug-reference-prog-mode): Don't check for | ||
| 7 | `bug-reference-url-format'. Doc fix. (Bug#1744) | ||
| 8 | |||
| 1 | 2009-01-13 Chong Yidong <cyd@stupidchicken.com> | 9 | 2009-01-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 10 | ||
| 3 | * menu-bar.el (menu-bar-file-menu): Do not hardbind key display | 11 | * menu-bar.el (menu-bar-file-menu): Do not hardbind key display |
| @@ -939,6 +947,7 @@ | |||
| 939 | condition-case. Do not delete more windows than necessary in | 947 | condition-case. Do not delete more windows than necessary in |
| 940 | the shrinking (delta < 0) case. Do not raise an error when the | 948 | the shrinking (delta < 0) case. Do not raise an error when the |
| 941 | containing frame is too small to show all of buffer. (Bug#1488) | 949 | containing frame is too small to show all of buffer. (Bug#1488) |
| 950 | |||
| 942 | * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with | 951 | * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with |
| 943 | min-height arg 1 to make sure that small buffers are shown. | 952 | min-height arg 1 to make sure that small buffers are shown. |
| 944 | 953 | ||
| @@ -17156,8 +17165,6 @@ See ChangeLog.13 for earlier changes. | |||
| 17156 | 17165 | ||
| 17157 | ;; Local Variables: | 17166 | ;; Local Variables: |
| 17158 | ;; coding: utf-8 | 17167 | ;; coding: utf-8 |
| 17159 | ;; add-log-time-zone-rule: t | ||
| 17160 | ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" | ||
| 17161 | ;; End: | 17168 | ;; End: |
| 17162 | 17169 | ||
| 17163 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. | 17170 | Copyright (C) 2008, 2009 Free Software Foundation, Inc. |