aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-11-27 15:04:57 -0500
committerChong Yidong2010-11-27 15:04:57 -0500
commit07976ae3b816dea4fd541bbba862603d3132eb2c (patch)
tree4a437b7cb3abb01fb144530a130c991882a1b7f2 /lisp/ChangeLog
parent9610796712a3bc43730c99005906571a2c0bccbd (diff)
parent402c8a49571227f8a4e678d4a6cdd6ba7841aef9 (diff)
downloademacs-07976ae3b816dea4fd541bbba862603d3132eb2c.tar.gz
emacs-07976ae3b816dea4fd541bbba862603d3132eb2c.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog122
1 files changed, 117 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f26911298e3..8544b0e53d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,113 @@
12010-11-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
4 stand-alone lines, since that is handled by log-edit-match-to-eoh
5 (Bug#6465).
6
72010-11-27 Eduard Wiebe <usenet@pusto.de>
8
9 * dired.el (dired-get-filename): Replace backslashes with slashes
10 in file names on MS-Windows, needed by `locate'. (Bug#7308)
11 * locate.el (locate-default-make-command-line): Don't consider
12 drive letter and root directory part of
13 `directory-listing-before-filename-regexp'. (Bug#7308)
14 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
15
162010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
19 of :smie-open/close-alist.
20 (smie-next-sexp): Make it accept a "start token" as argument.
21 (smie-indent-keyword): Be careful not to misidentify tokens that span
22 more than one line, as empty lines. Add argument `token'.
23
242010-11-27 Kenichi Handa <handa@m17n.org>
25
26 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
27 multipart subtypes, insert all as usual.
28
29 * mail/rmail.el: Require rfc2047.
30
312010-11-27 Kenichi Handa <handa@m17n.org>
32
33 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
34 (rmail-mime-entity-disposition)
35 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
36 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
37 (rmail-mime-save): Handle the case that the button's `data' is a
38 MIME entity.
39 (rmail-mime-insert-text): New function.
40 (rmail-mime-insert-image): Handle the case that DATA is a MIME
41 entity.
42 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
43 (rmail-mime-insert-bulk): New function mostly copied from the old
44 rmail-mime-bulk-handler.
45 (rmail-mime-multipart-handler): Just call
46 rmail-mime-process-multipart.
47 (rmail-mime-process-multipart): New funciton mostly copied from
48 the old rmail-mime-multipart-handler.
49 (rmail-mime-show): Just call rmail-mime-process.
50 (rmail-mime-process): New funciton mostly copied from the old
51 rmail-mime-show.
52 (rmail-mime-insert-multipart, rmail-mime-parse)
53 (rmail-mime-insert, rmail-show-mime)
54 (rmail-insert-mime-forwarded-message)
55 (rmail-insert-mime-resent-message): New functions.
56 (rmail-insert-mime-forwarded-message-function): Set to
57 rmail-insert-mime-forwarded-message.
58 (rmail-insert-mime-resent-message-function): Set to
59 rmail-insert-mime-resent-message.
60
61 * mail/rmailsum.el: Require rfc2047.
62 (rmail-header-summary): Handle multiline Subject: field.
63 (rmail-summary-line-decoder): Change the default to
64 rfc2047-decode-string.
65
66 * mail/rmail.el (rmail-enable-mime): Change the default to t.
67 (rmail-mime-feature): Change the default to `rmailmm'.
68 (rmail-quit): Delete the specifal code for rmail-enable-mime.
69 (rmail-display-labels): Likewise.
70 (rmail-show-message-1): Check rmail-enable-mime, and use
71 rmail-show-mime-function for a MIME message. Decode the headers
72 according to RFC2047.
73
742010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * progmodes/which-func.el (which-func-imenu-joiner-function):
77 Return a string, as expected.
78 (which-function-mode): Make sure we stop any previous timer before
79 starting a new one.
80
812010-11-27 Michael Albinus <michael.albinus@gmx.de>
82
83 * net/tramp.el (tramp-default-method-alist)
84 (tramp-default-user-alist, tramp-default-proxies-alist):
85 Adapt custom options type. (Bug#7445)
86
872010-11-27 Chong Yidong <cyd@stupidchicken.com>
88
89 * progmodes/python.el: Add Ipython support (Bug#5390).
90 (python-shell-prompt-alist)
91 (python-shell-continuation-prompt-alist): New options.
92 (python--set-prompt-regexp): New function.
93 (inferior-python-mode, run-python, python-shell):
94 Require ansi-color. Use python--set-prompt-regexp to set the comint
95 prompt based on the Python interpreter.
96 (python--prompt-regexp): New var.
97 (python-check-comint-prompt)
98 (python-comint-output-filter-function): Use it.
99 (run-python): Use a pipe (Bug#5694).
100
1012010-11-27 Chong Yidong <cyd@stupidchicken.com>
102
103 * progmodes/python.el (run-python): Doc fix.
104 (python-keep-current-directory-in-path): New var (Bug#7454).
105
1062010-11-27 Chong Yidong <cyd@stupidchicken.com>
107
108 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
109 Prompt user before actually printing.
110
12010-11-27 Eli Zaretskii <eliz@gnu.org> 1112010-11-27 Eli Zaretskii <eliz@gnu.org>
2 112
3 * international/characters.el (glyphless-char-display-control): 113 * international/characters.el (glyphless-char-display-control):
@@ -227,7 +337,8 @@
2272010-11-18 Stefan Monnier <monnier@iro.umontreal.ca> 3372010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
228 338
229 * simple.el (kill-new, kill-append, kill-region): 339 * simple.el (kill-new, kill-append, kill-region):
230 * comint.el (comint-kill-region): Make the yank-handler argument obsolete. 340 * comint.el (comint-kill-region): Make the yank-handler argument
341 obsolete.
231 342
2322010-11-18 Stefan Monnier <monnier@iro.umontreal.ca> 3432010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
233 344
@@ -6074,7 +6185,7 @@
6074 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the 6185 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
6075 VC backend. Use it when non-nil. 6186 VC backend. Use it when non-nil.
6076 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate. 6187 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
6077 (Bug#6487) 6188 (Bug#6487).
6078 6189
6079 Fix vc-annotate-show-changeset-diff-revision-at-line for git. 6190 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
6080 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal): 6191 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
@@ -9735,7 +9846,8 @@
9735 9846
97362010-02-06 Dan Nicolaescu <dann@ics.uci.edu> 98472010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
9737 9848
9738 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header. 9849 * vc-bzr.el (vc-bzr-dir-extra-headers):
9850 Disable the pending merges header.
9739 9851
97402010-02-05 Juri Linkov <juri@jurta.org> 98522010-02-05 Juri Linkov <juri@jurta.org>
9741 9853
@@ -10624,8 +10736,8 @@
106242009-12-18 Ulf Jasper <ulf.jasper@web.de> 107362009-12-18 Ulf Jasper <ulf.jasper@web.de>
10625 10737
10626 * calendar/icalendar.el (icalendar--convert-tz-offset): 10738 * calendar/icalendar.el (icalendar--convert-tz-offset):
10627 Fix timezone names. 10739 Fixed timezone names.
10628 (icalendar--convert-tz-offset): Fix the "last-day-problem". 10740 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
10629 (icalendar--add-diary-entry): Remove the trailing blank that 10741 (icalendar--add-diary-entry): Remove the trailing blank that
10630 diary-make-entry inserts. 10742 diary-make-entry inserts.
10631 10743