comparison lisp/ChangeLog @ 80398:1a844d29f8e3

(vc-do-command): Don't show internal temp buffers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 29 Mar 2008 19:37:56 +0000
parents 9f51ca9e6082
children 5f25ace3fc90
comparison
equal deleted inserted replaced
80397:9f51ca9e6082 80398:1a844d29f8e3
1 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc.el (vc-do-command): Don't show internal temp buffers.
4
1 2008-03-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 5 2008-03-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * term/mac-win.el (mac-ae-reopen-application): New function. 7 * term/mac-win.el (mac-ae-reopen-application): New function.
4 (mac-apple-event-map): Bind "reopen application" Apple event to it. 8 (mac-apple-event-map): Bind "reopen application" Apple event to it.
5 9
15 19
16 * info.el (Info-isearch-search): Always return point. 20 * info.el (Info-isearch-search): Always return point.
17 21
18 2008-03-23 Andreas Schwab <schwab@suse.de> 22 2008-03-23 Andreas Schwab <schwab@suse.de>
19 23
20 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix 24 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
21 radio button condition. 25 Fix radio button condition.
22 [box]: Likewise. 26 [box]: Likewise.
23 [customize]: Add radio button. 27 [customize]: Add radio button.
24 28
25 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu> 29 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
26 30
28 single file argument. 32 single file argument.
29 (vc-bzr-show-log-entry): Fix typo. 33 (vc-bzr-show-log-entry): Fix typo.
30 34
31 2008-03-19 Wilson Snyder <wsnyder@wsnyder.org> 35 2008-03-19 Wilson Snyder <wsnyder@wsnyder.org>
32 36
33 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New 37 * progmodes/verilog-mode.el (verilog-easy-menu-filter):
34 function. 38 New function.
35 (verilog-stmt-menu, verilog-menu): Add :help. 39 (verilog-stmt-menu, verilog-menu): Add :help.
36 (verilog-customize, verilog-font-customize) 40 (verilog-customize, verilog-font-customize)
37 (electric-verilog-backward-sexp, electric-verilog-forward-sexp) 41 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
38 (verilog-mode): Update documentation strings to match tool tips. 42 (verilog-mode): Update documentation strings to match tool tips.
39 (verilog-auto-search-do, verilog-auto-re-search-do) 43 (verilog-auto-search-do, verilog-auto-re-search-do)
40 (verilog-skip-forward-comment-or-string): Fix verilog-auto 44 (verilog-skip-forward-comment-or-string): Fix verilog-auto
41 expansion when a .* appears inside a string. 45 expansion when a .* appears inside a string.
42 (verilog-re-search-forward, verilog-re-search-backward): Add 46 (verilog-re-search-forward, verilog-re-search-backward):
43 comment to recall how this works. 47 Add comment to recall how this works.
44 48
45 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de> 49 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
46 50
47 * net/tls.el (open-tls-stream): Reindent. 51 * net/tls.el (open-tls-stream): Reindent.
48 52