aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-02-27 07:43:30 -0500
committerEli Zaretskii2010-02-27 07:43:30 -0500
commitd23cd5eeb2993e55943d250ea8c2015da5b06a24 (patch)
tree2b3eac653fd6869f83179e393a467d81f6421cf9 /lisp/ChangeLog
parent918f41599dfab54071920441d86c306ced83b550 (diff)
parent8ff35869753b7ef1bd479d99fe685a47fa6b73ed (diff)
downloademacs-d23cd5eeb2993e55943d250ea8c2015da5b06a24.tar.gz
emacs-d23cd5eeb2993e55943d250ea8c2015da5b06a24.zip
Merge frome mainline.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5613793edff..1eb01818750 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,72 @@
12010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2
3 * progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow
4 the characters _<> in the stack entry (Bug#5653).
5
62010-02-26 Kenichi Handa <handa@m17n.org>
7
8 * language/burmese.el: Fix entries in composition-function-table.
9 (myanmar-composable-pattern): New variable.
10
11 * international/fontset.el (setup-default-fontset): Add an entry
12 for myanmar.
13
14 * international/characters.el (script-list): Add Myanmar
15 Extended-A.
16
172010-02-26 Glenn Morris <rgm@gnu.org>
18
19 * custom.el (custom-initialize-delay): Doc fix.
20
21 * mail/sendmail.el (send-mail-function): Autoload the call
22 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
23
242010-02-25 Alan Mackenzie <acm@muc.de>
25
26 * progmodes/cc-engine.el (c-clear-<-pair-props)
27 (c-clear->-pair-props): Correct to wipe category text props, not
28 syntax-table ones.
29
30 * progmodes/cc-mode.el (c-after-change): Remove any hard
31 syntax-table properties for <, > which, e.g., C-y has
32 inopportunely converted from category properties.
33
342010-02-24 Chong Yidong <cyd@stupidchicken.com>
35
36 * files.el (hack-local-variables-filter): For eval forms, also
37 check safe-local-variable-p (Bug#5636).
38
392010-02-24 Eduard Wiebe <usenet@pusto.de>
40
41 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
42 and use c(ad)r of cddr (Bug#5640).
43
442010-02-22 Michael Albinus <michael.albinus@gmx.de>
45
46 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
47 setting the modes by `ignore-errors'. It might fail, for example
48 if the file is not owned by the user but the group.
49 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
50
512010-02-21 Chong Yidong <cyd@stupidchicken.com>
52
53 * files.el (directory-listing-before-filename-regexp): Use
54 stricter matching for iso-style dates, to avoid false matches with
55 date-like filenames (Bug#5597).
56
57 * htmlfontify.el (htmlfontify): Doc fix.
58
59 * eshell/eshell.el (eshell): Doc fix.
60
61 * startup.el (fancy-about-screen): In mode-line, apply
62 mode-line-buffer-id face only to the buffer name (Bug#5613).
63
642010-02-20 Kevin Ryde <user42@zip.com.au>
65
66 * progmodes/compile.el (compilation-error-regexp-alist-alist): In
67 `watcom' anchor regexp to start of line, to avoid slowness
68 (Bug#5599).
69
12010-02-20 Eli Zaretskii <eliz@gnu.org> 702010-02-20 Eli Zaretskii <eliz@gnu.org>
2 71
3 * subr.el (remove-yank-excluded-properties): Explain in a comment 72 * subr.el (remove-yank-excluded-properties): Explain in a comment