comparison lisp/ChangeLog @ 108840:bace4ba4c137

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 31 May 2010 22:34:49 -0400
parents b29291853540 1b1048318854
children 46a99dfe8970
comparison
equal deleted inserted replaced
108839:481f67c74989 108840:bace4ba4c137
1 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4 `file-directory-p' to the filename part rather than to the whole text.
5
6 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
7
8 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
9 (bug#6231).
10
11 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
14
1 2010-05-31 Drew Adams <drew.adams@oracle.com> 15 2010-05-31 Drew Adams <drew.adams@oracle.com>
2 16
3 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298). 17 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4 18
5 2010-05-31 Juanma Barranquero <lekktu@gmail.com> 19 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
63 77
64 * ls-lisp.el (ls-lisp-classify-file): New function. 78 * ls-lisp.el (ls-lisp-classify-file): New function.
65 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294). 79 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
66 (ls-lisp-classify): Call ls-lisp-classify-file. 80 (ls-lisp-classify): Call ls-lisp-classify-file.
67 (insert-directory): Remove blanks from switches. 81 (insert-directory): Remove blanks from switches.
82
83 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
84
85 * ansi-color.el: Delete unused escape sequences (Bug#6085).
86 (ansi-color-drop-regexp): New constant.
87 (ansi-color-apply, ansi-color-filter-region)
88 (ansi-color-apply-on-region): Delete unrecognized control sequences.
89 (ansi-color-apply): Build string list before calling concat.
68 90
69 2010-05-28 Juri Linkov <juri@jurta.org> 91 2010-05-28 Juri Linkov <juri@jurta.org>
70 92
71 * image-dired.el (image-dired-dired-toggle-marked-thumbs): 93 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
72 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil. 94 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
209 skip comments. 231 skip comments.
210 (smie-default-forward-token): Rename from smie-forward-token and 232 (smie-default-forward-token): Rename from smie-forward-token and
211 skip comments. 233 skip comments.
212 (smie-next-sexp): Handle nil results from next-token. 234 (smie-next-sexp): Handle nil results from next-token.
213 (smie-indent-calculate): Add a new case for special `fixindent' comments. 235 (smie-indent-calculate): Add a new case for special `fixindent' comments.
236
237 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
238
239 * progmodes/verilog-mode.el (verilog-type-font-keywords):
240 Use font-lock-constant-face, not obsolete font-lock-reference-face.
241
242 2010-05-27 Masatake YAMATO <yamato@redhat.com>
243
244 * htmlfontify.el (hfy-face-resolve-face): New function.
245 (hfy-face-to-style): Use it (Bug#6279).
214 246
215 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca> 247 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
216 248
217 * progmodes/ada-xref.el (ada-gnat-parse-gpr): 249 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
218 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name "."). 250 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
314 346
315 * language/hebrew.el (hebrew-shape-gstring): New function. 347 * language/hebrew.el (hebrew-shape-gstring): New function.
316 Register it in composition-function-table for all Hebrew combining 348 Register it in composition-function-table for all Hebrew combining
317 characters. 349 characters.
318 350
351 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * epa.el (epa--select-keys): Don't explicitly delete the window since
354 that can fail (e.g. sole window in frame). Use dedication instead.
355
319 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change) 356 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
357 2010-05-19 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
320 358
321 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201). 359 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
322 360
323 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca> 361 2010-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
324 362