comparison lisp/ChangeLog @ 112340:c904f3196c20

* lisp/electric.el (electric-indent-post-self-insert-function): Don't auto-indent for indent-to-left-margin, it's too often counter-productive.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 17 Jan 2011 21:11:51 -0500
parents c8102d1f162e
children 67bea318ed68
comparison
equal deleted inserted replaced
112339:9163a061402f 112340:c904f3196c20
1 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * electric.el (electric-indent-post-self-insert-function):
4 Don't auto-indent for indent-to-left-margin, it's too often
5 counter-productive.
6
1 2011-01-16 Tassilo Horn <tassilo@member.fsf.org> 7 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2 8
3 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with 9 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
4 spaces if the frame was resized, so that the full visible buffer 10 spaces if the frame was resized, so that the full visible buffer
5 serves as canvas for strokes. 11 serves as canvas for strokes.
52 * subr.el (locate-user-emacs-file): If .emacs.d does not exist, 58 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
53 make it with permission 700. 59 make it with permission 700.
54 60
55 2011-01-15 Kenichi Handa <handa@m17n.org> 61 2011-01-15 Kenichi Handa <handa@m17n.org>
56 62
57 * mail/rmailmm.el (rmail-mime-insert-header): Set 63 * mail/rmailmm.el (rmail-mime-insert-header):
58 rmail-mime-coding-system to a cons whose car is the last coding 64 Set rmail-mime-coding-system to a cons whose car is the last coding
59 system used to decode the header. 65 system used to decode the header.
60 (rmail-mime-find-header-encoding): New function. 66 (rmail-mime-find-header-encoding): New function.
61 (rmail-mime-insert-decoded-text): Override 67 (rmail-mime-insert-decoded-text):
62 rmail-mime-coding-system if it is a cons. 68 Override rmail-mime-coding-system if it is a cons.
63 (rmail-show-mime): If only a header part was decoded, find the 69 (rmail-show-mime): If only a header part was decoded, find the
64 coding system while ignoring mm-charset-override-alist. 70 coding system while ignoring mm-charset-override-alist.
65 71
66 2011-01-15 Chong Yidong <cyd@stupidchicken.com> 72 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
67 73
70 2011-01-15 Kenichi Handa <handa@m17n.org> 76 2011-01-15 Kenichi Handa <handa@m17n.org>
71 77
72 * mail/rmailmm.el (rmail-mime-next-item) 78 * mail/rmailmm.el (rmail-mime-next-item)
73 (rmail-mime-previous-item): Delete them. 79 (rmail-mime-previous-item): Delete them.
74 (rmail-mime-shown-mode): Recursively call for children. 80 (rmail-mime-shown-mode): Recursively call for children.
75 (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers 81 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
76 changed. 82 Callers changed.
77 (rmail-mime-raw-mode): Recursively call for children. 83 (rmail-mime-raw-mode): Recursively call for children.
78 (rmail-mode-map): Change mapping of tab and backtab to 84 (rmail-mode-map): Change mapping of tab and backtab to
79 forward-button and backward-button respectively. 85 forward-button and backward-button respectively.
80 (rmail-mime-insert-tagline): Always insert "Hide" or "Show" 86 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
81 button. 87 button.
82 (rmail-mime-update-tagline): New function. 88 (rmail-mime-update-tagline): New function.
83 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the 89 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
84 body display is changed. 90 body display is changed.
85 (rmail-mime-toggle-button): Renamed from rmail-mime-image. 91 (rmail-mime-toggle-button): Rename from rmail-mime-image.
86 (rmail-mime-image): Delete this button type. 92 (rmail-mime-image): Delete this button type.
87 (rmail-mime-toggle): New button type. 93 (rmail-mime-toggle): New button type.
88 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the 94 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
89 body display is changed. Change the save button label to "Save". 95 body display is changed. Change the save button label to "Save".
90 Don't process show/hide button here. 96 Don't process show/hide button here.
327 333
328 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize 334 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
329 menus. Add menu item for customize-themes. 335 menus. Add menu item for customize-themes.
330 336
331 * cus-theme.el (customize-themes): 337 * cus-theme.el (customize-themes):
332 * emacs-lisp/package.el (package--list-packages): Use 338 * emacs-lisp/package.el (package--list-packages):
333 switch-to-buffer. 339 Use switch-to-buffer.
334 340
335 2011-01-11 Johan Bockgård <bojohan@gnu.org> 341 2011-01-11 Johan Bockgård <bojohan@gnu.org>
336 342
337 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms. 343 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
338 344