# HG changeset patch # User Juri Linkov # Date 1231893555 0 # Node ID 886c8ef66ffc3da19d58c4478e514a4f94217715 # Parent 0bcb0e9c72ca3fa1f7aea94337a13276da29181e Move Local Variables `add-log-time-zone-rule' and `bug-reference-url-format' to .dir-locals.el. diff -r 0bcb0e9c72ca -r 886c8ef66ffc lisp/ChangeLog --- a/lisp/ChangeLog Wed Jan 14 00:37:49 2009 +0000 +++ b/lisp/ChangeLog Wed Jan 14 00:39:15 2009 +0000 @@ -1,3 +1,11 @@ +2009-01-14 Juri Linkov + + * progmodes/bug-reference.el (bug-reference-fontify): Check for + non-nil `bug-reference-url-format' before putting an overlay + property `bug-reference-url'. + (bug-reference-mode, bug-reference-prog-mode): Don't check for + `bug-reference-url-format'. Doc fix. (Bug#1744) + 2009-01-13 Chong Yidong * menu-bar.el (menu-bar-file-menu): Do not hardbind key display @@ -939,6 +947,7 @@ condition-case. Do not delete more windows than necessary in the shrinking (delta < 0) case. Do not raise an error when the containing frame is too small to show all of buffer. (Bug#1488) + * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with min-height arg 1 to make sure that small buffers are shown. @@ -17156,8 +17165,6 @@ ;; Local Variables: ;; coding: utf-8 -;; add-log-time-zone-rule: t -;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" ;; End: Copyright (C) 2008, 2009 Free Software Foundation, Inc.