comparison lisp/ChangeLog @ 112420:f7f90410cc52

* lisp/progmodes/js.el (js--regexp-literal): Count backslashes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Jan 2011 15:48:20 -0500
parents a651b7492a78
children 36dcbf24a6f1
comparison
equal deleted inserted replaced
112419:a651b7492a78 112420:f7f90410cc52
1 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
4
1 2011-01-21 Jari Aalto <jari.aalto@cante.net> 5 2011-01-21 Jari Aalto <jari.aalto@cante.net>
2 6
3 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): (bug#7705) 7 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): (bug#7705)
4 Assume foo(bar) is a manpage reference rather than some unquoted symbol. 8 Assume foo(bar) is a manpage reference rather than some unquoted symbol.
5 9
26 * subr.el (locate-user-emacs-file): If .emacs.d does not exist, 30 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
27 make it with permission 700. 31 make it with permission 700.
28 32
29 2011-01-14 Kenichi Handa <handa@m17n.org> 33 2011-01-14 Kenichi Handa <handa@m17n.org>
30 34
31 * mail/rmailmm.el (rmail-mime-insert-header): Set 35 * mail/rmailmm.el (rmail-mime-insert-header):
32 rmail-mime-coding-system to a cons whose car is the last coding 36 Set rmail-mime-coding-system to a cons whose car is the last coding
33 system used to decode the header. 37 system used to decode the header.
34 (rmail-mime-find-header-encoding): New function. 38 (rmail-mime-find-header-encoding): New function.
35 (rmail-mime-insert-decoded-text): Override 39 (rmail-mime-insert-decoded-text):
36 rmail-mime-coding-system if it is a cons. 40 Override rmail-mime-coding-system if it is a cons.
37 (rmail-show-mime): If only a header part was decoded, find the 41 (rmail-show-mime): If only a header part was decoded, find the
38 coding system while ignoring mm-charset-override-alist. 42 coding system while ignoring mm-charset-override-alist.
39 43
40 2011-01-13 Chong Yidong <cyd@stupidchicken.com> 44 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
41 45
44 2011-01-12 Kenichi Handa <handa@m17n.org> 48 2011-01-12 Kenichi Handa <handa@m17n.org>
45 49
46 * mail/rmailmm.el (rmail-mime-next-item) 50 * mail/rmailmm.el (rmail-mime-next-item)
47 (rmail-mime-previous-item): Delete them. 51 (rmail-mime-previous-item): Delete them.
48 (rmail-mime-shown-mode): Recursively call for children. 52 (rmail-mime-shown-mode): Recursively call for children.
49 (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers 53 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
50 changed. 54 Callers changed.
51 (rmail-mime-raw-mode): Recursively call for children. 55 (rmail-mime-raw-mode): Recursively call for children.
52 (rmail-mode-map): Change mapping of tab and backtab to 56 (rmail-mode-map): Change mapping of tab and backtab to
53 forward-button and backward-button respectively. 57 forward-button and backward-button respectively.
54 (rmail-mime-insert-tagline): Always insert "Hide" or "Show" 58 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
55 button. 59 button.
56 (rmail-mime-update-tagline): New function. 60 (rmail-mime-update-tagline): New function.
57 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the 61 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
58 body display is changed. 62 body display is changed.
59 (rmail-mime-toggle-button): Renamed from rmail-mime-image. 63 (rmail-mime-toggle-button): Rename from rmail-mime-image.
60 (rmail-mime-image): Delete this button type. 64 (rmail-mime-image): Delete this button type.
61 (rmail-mime-toggle): New button type. 65 (rmail-mime-toggle): New button type.
62 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the 66 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
63 body display is changed. Change the save button label to "Save". 67 body display is changed. Change the save button label to "Save".
64 Don't process show/hide button here. 68 Don't process show/hide button here.