aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-08-28 22:44:20 +0900
committerKenichi Handa2012-08-28 22:44:20 +0900
commit4eb4de01df384be9b8d811f7ab476eeb37ece748 (patch)
treed04f0dae31dd8b533a0c3cd738430841ce7ebb84 /lisp/ChangeLog
parentfabc1281e9cde34ff9a19d843316d2ceca8647ad (diff)
parent4f2daf31078e2cc059710e129dffe0beed8fc7c2 (diff)
downloademacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.tar.gz
emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.zip
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog109
1 files changed, 108 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4296280b22e..3dd2b7b1272 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,101 @@
12012-08-28 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-fontify-node): Hide empty lines at the end of
4 the node. (Bug#12272)
5
62012-08-27 Drew Adams <drew.adams@oracle.com>
7
8 * dired.el (dired-pop-to-buffer): Make window start at beginning
9 of buffer (Bug#12281).
10
112012-08-26 Chong Yidong <cyd@gnu.org>
12
13 * window.el (special-display-regexps, special-display-frame-alist)
14 (special-display-buffer-names, special-display-function)
15 (display-buffer-reuse-frames): Mark as obsolete.
16
17 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
18
19 * help.el (help-print-return-message): Don't treat
20 display-buffer-reuse-frames specially.
21
222012-08-26 Chong Yidong <cyd@gnu.org>
23
24 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action): New
25 variable, replacing gdb-frame-parameters.
26 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
27 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
28 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
29 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
30 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
31 the functions directly with gdb-display-buffer-other-frame-action.
32 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
33 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
34 (gdb-display-stack-buffer, gdb-display-locals-buffer)
35 (gdb-display-registers-buffer): Define directly.
36 (def-gdb-display-buffer): Macro deleted.
37 (gdb-display-buffer): Remove second and third args, callers don't
38 use them. Defer to the default display-buffer behavior, apart
39 from making windows dedicated.
40 (gdb-setup-windows): Don't call display-buffer unnecessarily.
41
42 * progmodes/gud.el (gud-display-line): Just use display-buffer.
43
44 * window.el (display-buffer-pop-up-frame): Handle a
45 pop-up-frame-parameters alist entry.
46 (display-buffer): Document it.
47
482012-08-26 Chong Yidong <cyd@gnu.org>
49
50 * isearch.el (search-whitespace-regexp): Make string and nil
51 values apply to both ordinary and regexp search. Allow a cons
52 cell value to distinguish between the two.
53 (isearch-whitespace-regexp, isearch-search-forward)
54 (isearch-search-backward): New functions.
55 (isearch-occur, isearch-search-fun-default, isearch-search)
56 (isearch-lazy-highlight-new-loop): Use them.
57 (isearch-forward, isearch-forward-regexp): Doc fix.
58
592012-08-26 Chong Yidong <cyd@gnu.org>
60
61 * faces.el (help-argument-name): Always inherit from italic
62 (Bug#12213).
63
642012-08-25 Martin Rudalics <rudalics@gmx.at>
65
66 * window.el (window--even-window-heights): Even heights when
67 WINDOW and the selected window form a vertical combination.
68 (display-buffer-use-some-window): Provide that window used gets
69 sized back by quit-window. (Bug#11880) and (Bug#12091)
70
712012-08-24 Paul Eggert <eggert@cs.ucla.edu>
72
73 Fix file time stamp problem with bzr and CVS (Bug#12001).
74 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
75 in the file's time stamp, since the version control system loses
76 that information.
77
782012-08-22 Juri Linkov <juri@jurta.org>
79
80 * info.el (Info-fontify-node): Hide the suffix of the
81 Info file name in the header line. (Bug#12187)
82
832012-08-22 Glenn Morris <rgm@gnu.org>
84
85 * calendar/cal-tex.el (cal-tex-weekly-common):
86 Restore leading blank page.
87
882012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
89
90 * misc.el (forward-to-word, backward-to-word): Activate or extend
91 the region under `shift-select-mode'. (Bug#12231)
92
932012-08-22 Bastien Guerry <bzg@gnu.org>
94
95 * progmodes/executable.el (executable-prefix): Set to "#!" instead
96 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
97 gives details on why the space is never needed.
98
12012-08-22 Martin Rudalics <rudalics@gmx.at> 992012-08-22 Martin Rudalics <rudalics@gmx.at>
2 100
3 * window.el (walk-window-tree, window-with-parameter): New 101 * window.el (walk-window-tree, window-with-parameter): New
@@ -7,6 +105,15 @@
7 (window-in-direction): Simplify and rewrite doc-string. 105 (window-in-direction): Simplify and rewrite doc-string.
8 (window--size-ignore): Rename to window--size-ignore-p. Update 106 (window--size-ignore): Rename to window--size-ignore-p. Update
9 callers. 107 callers.
108 (display-buffer-in-atom-window, window--major-non-side-window)
109 (window--major-side-window, display-buffer-in-major-side-window)
110 (delete-side-window, display-buffer-in-side-window): New
111 functions.
112 (window--side-check, window-deletable-p, delete-window)
113 (delete-other-windows, split-window): Handle side windows and
114 atomic windows appropriately.
115 (window--display-buffer): Call display-buffer-record-window also
116 when the window buffer did not change.
10 117
112012-08-22 Christopher Schmidt <christopher@ch.ristopher.com> 1182012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
12 119
@@ -391,7 +498,7 @@
391 498
3922012-08-13 Bastien Guerry <bzg@gnu.org> 4992012-08-13 Bastien Guerry <bzg@gnu.org>
393 500
394 * window.el (special-display-popup-frame): Small docstring 501 * window.el (special-display-popup-frame): Minor docstring
395 enhancement. (Bug#12172) 502 enhancement. (Bug#12172)
396 503
3972012-08-13 Andreas Schwab <schwab@linux-m68k.org> 5042012-08-13 Andreas Schwab <schwab@linux-m68k.org>