comparison lisp/ChangeLog @ 66119:bc2d2dc9f534

(compilation-goto-locus): Display the compilation buffer first and the source buffer second, in case they're in overlapping frames. Don't raise the compilation frame if it was the selected window upon entry. Pass the `other-window' arg to pop-to-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Oct 2005 14:12:50 +0000
parents 8e27f6e245f1
children d61c5c1cd4c6
comparison
equal deleted inserted replaced
66118:c0fac24c378a 66119:bc2d2dc9f534
1 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-goto-locus): Display the
4 compilation buffer first and the source buffer second, in case they're
5 in overlapping frames. Don't raise the compilation frame if it was the
6 selected window upon entry. Pass the `other-window' arg to
7 pop-to-buffer.
8
9 * info.el (Info-fontify-node): Use dolist.
10 Change add-text-properties to put-text-property.
11
12 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13
14 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15 bound of search.
16
1 2005-10-16 Masatake YAMATO <jet@gyve.org> 17 2005-10-16 Masatake YAMATO <jet@gyve.org>
2 18
3 * dabbrev.el (dabbrev-completion): Pass the common 19 * dabbrev.el (dabbrev-completion): Pass the common
4 prefix substring of completion to `display-completion-list'. 20 prefix substring of completion to `display-completion-list'.
5 21
135 151
136 * international/fontset.el (ccl-encode-unicode-font): 152 * international/fontset.el (ccl-encode-unicode-font):
137 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. 153 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
138 Handle the case that ucs-mule-to-mule-unicode translates a character to 154 Handle the case that ucs-mule-to-mule-unicode translates a character to
139 ASCII (usually for IPA characters). 155 ASCII (usually for IPA characters).
156
157 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
160 Don't hide the underline of titles if font-lock-mode is disabled.
140 161
141 2005-10-12 Bill Wohler <wohler@newt.com> 162 2005-10-12 Bill Wohler <wohler@newt.com>
142 163
143 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads. 164 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
144 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any 165 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10181 * files.el (minibuffer-with-setup-hook): New macro. 10202 * files.el (minibuffer-with-setup-hook): New macro.
10182 (find-file-read-args): Use it to avoid let-binding 10203 (find-file-read-args): Use it to avoid let-binding
10183 minibuffer-with-setup-hook (which breaks turning on/off 10204 minibuffer-with-setup-hook (which breaks turning on/off
10184 file-name-shadow-mode while in the prompt). 10205 file-name-shadow-mode while in the prompt).
10185 10206
10186 * complete.el (PC-read-include-file-name-internal): Use 10207 * complete.el (PC-read-include-file-name-internal):
10187 test-completion. 10208 Use test-completion.
10188 10209
10189 2005-03-28 Luc Teirlinck <teirllm@auburn.edu> 10210 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10190 10211
10191 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o. 10212 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10192 10213