comparison lisp/ChangeLog @ 64274:33ac839960ee

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:38:25 +0000
parents 566a139a0315
children b5d88178dd8d
comparison
equal deleted inserted replaced
64273:ce14666827c6 64274:33ac839960ee
1 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4 a continuation line if the \ is preceded by SPC or TAB.
5 (sh-get-indent-info): Simplify.
6 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
7 Use with-current-buffer.
8
9 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10 when the matched text is empty.
11
1 2005-07-12 Luc Teirlinck <teirllm@auburn.edu> 12 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * startup.el (command-line): Revert to previous handling of 14 * startup.el (command-line): Revert to previous handling of
4 tooltip-mode. Explain in comment why the complexity is needed. 15 tooltip-mode. Explain in comment why the complexity is needed.
5 16
29 40
30 2005-07-11 Jay Belanger <belanger@truman.edu> 41 2005-07-11 Jay Belanger <belanger@truman.edu>
31 42
32 * calc/calc.el (calc-embedded-announce-formula-alist) 43 * calc/calc.el (calc-embedded-announce-formula-alist)
33 (calc-embedded-open-close-plain-alist) 44 (calc-embedded-open-close-plain-alist)
34 (calc-embedded-open-close-mode-alist): Added checks for additional 45 (calc-embedded-open-close-mode-alist): Add checks for additional
35 major modes (due to Robert J. Chassell <bob@rattlesnake.com>). 46 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
36 47
37 2005-07-11 Juanma Barranquero <lekktu@gmail.com> 48 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
38 49
39 * custom.el (custom-enable-theme): Don't add theme to 50 * custom.el (custom-enable-theme): Don't add theme to
135 (debugger-setup-buffer): Use eval-buffer-list 146 (debugger-setup-buffer): Use eval-buffer-list
136 to handle eval-buffer frames. 147 to handle eval-buffer frames.
137 148
138 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change) 149 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
139 150
140 * timezone.el (timezone-parse-date): Changed first regexp 151 * timezone.el (timezone-parse-date): Change first regexp
141 so it will not mistakenly match dates with no time zone. 152 so it will not mistakenly match dates with no time zone.
142 153
143 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change) 154 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
144 155
145 * facemenu.el (facemenu-read-color): Do case-insensitive matching. 156 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
232 Unconditionally try to leave point at the same old place. 243 Unconditionally try to leave point at the same old place.
233 244
234 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change) 245 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
235 246
236 * comint.el (comint-postoutput-scroll-to-bottom) 247 * comint.el (comint-postoutput-scroll-to-bottom)
237 (comint-show-maximum-output): Take scroll-margin into 248 (comint-show-maximum-output): Take scroll-margin into consideration.
238 consideration.
239 249
240 2005-07-08 Kim F. Storm <storm@cua.dk> 250 2005-07-08 Kim F. Storm <storm@cua.dk>
241 251
242 * ido.el (ido-use-filename-at-point): New choice `guess'. 252 * ido.el (ido-use-filename-at-point): New choice `guess'.
243 (ido-file-internal): Try ffap-guesser if selected. 253 (ido-file-internal): Try ffap-guesser if selected.
274 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's 284 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
275 new address as well. 285 new address as well.
276 286
277 2005-07-07 Kenichi Handa <handa@m17n.org> 287 2005-07-07 Kenichi Handa <handa@m17n.org>
278 288
279 * international/mule.el (make-coding-system): Describe 289 * international/mule.el (make-coding-system):
280 `ascii-incompatible' property in the docstring. 290 Describe `ascii-incompatible' property in the docstring.
281 (set-file-name-coding-system): Signal an error if coding-system is 291 (set-file-name-coding-system): Signal an error if coding-system is
282 ascii-incompatible. 292 ascii-incompatible.
283 (set-keyboard-coding-system): Likewise. 293 (set-keyboard-coding-system): Likewise.
284 294
285 * international/mule-cmds.el (set-default-coding-systems): 295 * international/mule-cmds.el (set-default-coding-systems):
286 Don't set default-file-name-coding-system and 296 Don't set default-file-name-coding-system and
287 default-keyboard-coding-system if coding-system is 297 default-keyboard-coding-system if coding-system is ASCII-incompatible.
288 ASCII-incompatible.
289 298
290 * international/utf-16.el: Declare that all UTF-16-based coding 299 * international/utf-16.el: Declare that all UTF-16-based coding
291 systems are ASCII-incompatible. 300 systems are ASCII-incompatible.
292 301
293 2005-07-07 Nick Roberts <nickrob@snap.net.nz> 302 2005-07-07 Nick Roberts <nickrob@snap.net.nz>