comparison lisp/ChangeLog @ 96179:65cbed0b91c9

Add bug-reference-url-format local setting.
author Glenn Morris <rgm@gnu.org>
date Sat, 21 Jun 2008 20:14:27 +0000
parents 68c23dc0c0cc
children 04672578b29d
comparison
equal deleted inserted replaced
96178:382d88eb4f25 96179:65cbed0b91c9
13 (variable-pitch): Use "Sans" family. 13 (variable-pitch): Use "Sans" family.
14 (face-font-family-alternatives): Define alternatives for "Sans" 14 (face-font-family-alternatives): Define alternatives for "Sans"
15 and "Monospace". 15 and "Monospace".
16 16
17 2008-06-21 Glenn Morris <rgm@gnu.org> 17 2008-06-21 Glenn Morris <rgm@gnu.org>
18
19 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
20 rather than mouse-1.
21 (bug-reference-url-format): Autoload safe if string.
22 (bug-reference-bug-regexp): Make space after "bug" optional.
23 (bug-reference-fontify): Save match data.
18 24
19 * Makefile.in (all): Explicitly pass EMACS to sub-make, 25 * Makefile.in (all): Explicitly pass EMACS to sub-make,
20 for some non-GNU makes. 26 for some non-GNU makes.
21 27
22 * cus-dep.el (custom-dependencies-no-scan-regexp): 28 * cus-dep.el (custom-dependencies-no-scan-regexp):
10381 See ChangeLog.13 for earlier changes. 10387 See ChangeLog.13 for earlier changes.
10382 10388
10383 ;; Local Variables: 10389 ;; Local Variables:
10384 ;; coding: utf-8 10390 ;; coding: utf-8
10385 ;; add-log-time-zone-rule: t 10391 ;; add-log-time-zone-rule: t
10392 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10386 ;; End: 10393 ;; End:
10387 10394
10388 Copyright (C) 2008 Free Software Foundation, Inc. 10395 Copyright (C) 2008 Free Software Foundation, Inc.
10389 10396
10390 This file is part of GNU Emacs. 10397 This file is part of GNU Emacs.