emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Wed, 14 Jan 2009 00:39:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/01/14 00:39:17

Modified files:
        lisp           : ChangeLog 

Log message:
        Move Local Variables `add-log-time-zone-rule' and
        `bug-reference-url-format' to .dir-locals.el.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15098&r2=1.15099

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15098
retrieving revision 1.15099
diff -u -b -r1.15098 -r1.15099
--- ChangeLog   13 Jan 2009 13:57:45 -0000      1.15098
+++ ChangeLog   14 Jan 2009 00:39:15 -0000      1.15099
@@ -1,3 +1,11 @@
+2009-01-14  Juri Linkov  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]