diff options
| author | Glenn Morris | 2011-01-15 12:38:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-15 12:38:27 -0800 |
| commit | d52969e8afaa19ed1acc01f4ff0bb651bf7869a7 (patch) | |
| tree | a51a042adc70e362c982f1aec9e9e3d07097a85c /lisp/ChangeLog | |
| parent | 362b9d483c714a8fd87966ddbd8686850f870e34 (diff) | |
| parent | 9f19b8ddfe3a46d8a5ae86b6c8d2394562d02843 (diff) | |
| download | emacs-d52969e8afaa19ed1acc01f4ff0bb651bf7869a7.tar.gz emacs-d52969e8afaa19ed1acc01f4ff0bb651bf7869a7.zip | |
Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
Note:
emacs-23 2010-05-20T01:32:08Z!lekktu@gmail.com is rendered unnecessary by pre-existing 2010-05-20
trunk change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c0bfe3aaeb..1c772934c20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,65 @@ | |||
| 1 | 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu> | ||
| 2 | |||
| 3 | * files.el (backup-buffer): Make last-resort backup file in | ||
| 4 | .emacs.d (Bug#6953). | ||
| 5 | |||
| 6 | * subr.el (locate-user-emacs-file): If .emacs.d does not exist, | ||
| 7 | make it with permission 700. | ||
| 8 | |||
| 9 | 2011-01-15 Kenichi Handa <handa@m17n.org> | ||
| 10 | |||
| 11 | * mail/rmailmm.el (rmail-mime-insert-header): Set | ||
| 12 | rmail-mime-coding-system to a cons whose car is the last coding | ||
| 13 | system used to decode the header. | ||
| 14 | (rmail-mime-find-header-encoding): New function. | ||
| 15 | (rmail-mime-insert-decoded-text): Override | ||
| 16 | rmail-mime-coding-system if it is a cons. | ||
| 17 | (rmail-show-mime): If only a header part was decoded, find the | ||
| 18 | coding system while ignoring mm-charset-override-alist. | ||
| 19 | |||
| 20 | 2011-01-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 21 | |||
| 22 | * subr.el (event-start, event-end): Doc fix (Bug#7826). | ||
| 23 | |||
| 24 | 2011-01-15 Kenichi Handa <handa@m17n.org> | ||
| 25 | |||
| 26 | * mail/rmailmm.el (rmail-mime-next-item) | ||
| 27 | (rmail-mime-previous-item): Delete them. | ||
| 28 | (rmail-mime-shown-mode): Recursively call for children. | ||
| 29 | (rmail-mime-hidden-mode): Delete the 2nd arg TOP. Callers | ||
| 30 | changed. | ||
| 31 | (rmail-mime-raw-mode): Recursively call for children. | ||
| 32 | (rmail-mode-map): Change mapping of tab and backtab to | ||
| 33 | forward-button and backward-button respectively. | ||
| 34 | (rmail-mime-insert-tagline): Always insert "Hide" or "Show" | ||
| 35 | button. | ||
| 36 | (rmail-mime-update-tagline): New function. | ||
| 37 | (rmail-mime-insert-text): Call rmail-mime-update-tagline if the | ||
| 38 | body display is changed. | ||
| 39 | (rmail-mime-toggle-button): Renamed from rmail-mime-image. | ||
| 40 | (rmail-mime-image): Delete this button type. | ||
| 41 | (rmail-mime-toggle): New button type. | ||
| 42 | (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the | ||
| 43 | body display is changed. Change the save button label to "Save". | ||
| 44 | Don't process show/hide button here. | ||
| 45 | (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if | ||
| 46 | the body display is changed. Unconditionally call | ||
| 47 | rmail-mime-insert for children. | ||
| 48 | (rmail-mime-handle): Update `display' vector of the just inserted | ||
| 49 | entity. | ||
| 50 | (rmail-mime-process): If mail-header-parse-content-type returns | ||
| 51 | nil, use "text/plain" as the fallback type. | ||
| 52 | (rmail-mime-insert): For raw-mode, recursively call | ||
| 53 | rmail-mim-insert for children. | ||
| 54 | (rmail-mime): Handle the case that the current buffer is not rmail | ||
| 55 | buffer (e.g. in summary buffer). | ||
| 56 | |||
| 57 | 2011-01-15 Kenichi Handa <handa@m17n.org> | ||
| 58 | |||
| 59 | * mail/rmailmm.el (rmail-mime-next-item) | ||
| 60 | (rmail-mime-previous-item): Skip the body of a non-multipart | ||
| 61 | entity if a tagline is shown. | ||
| 62 | |||
| 1 | 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca> | 63 | 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 64 | ||
| 3 | * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721). | 65 | * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721). |