Mercurial > emacs
comparison lisp/ChangeLog @ 109445:051595eb9b58
Merge changes from emacs-23 branch.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 16 Jul 2010 11:42:15 -0400 |
parents | 9e514d1076b4 0c54c271bb98 |
children | 334eb7871775 |
comparison
equal
deleted
inserted
replaced
109443:9e514d1076b4 | 109445:051595eb9b58 |
---|---|
1 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de> | |
2 | |
3 * vc.el (vc-coding-system-inherit-eol): New defvar. | |
4 (vc-coding-system-for-diff): Use it to decide whether to inherit | |
5 from the file the EOL format for reading the diffs of that file. | |
6 (Bug#4451) | |
7 | |
8 2010-07-16 Eli Zaretskii <eliz@gnu.org> | |
9 | |
10 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer | |
11 unibyte, so compressed attachments are not compressed again. | |
12 | |
1 2010-07-16 Michael Albinus <michael.albinus@gmx.de> | 13 2010-07-16 Michael Albinus <michael.albinus@gmx.de> |
2 | 14 |
3 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired | 15 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired |
4 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'. | 16 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'. |
5 (tramp-find-shell): Simplify setting connection property. | 17 (tramp-find-shell): Simplify setting connection property. |
19 | 31 |
20 2010-07-14 Karl Fogel <kfogel@red-bean.com> | 32 2010-07-14 Karl Fogel <kfogel@red-bean.com> |
21 | 33 |
22 * bookmark.el (bookmark-load-hook): Fix doc string as suggested | 34 * bookmark.el (bookmark-load-hook): Fix doc string as suggested |
23 by Drew Adams (Bug#5504). | 35 by Drew Adams (Bug#5504). |
36 | |
37 2010-07-14 Jan Djärv <jan.h.d@swipnet.se> | |
38 | |
39 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127 | |
40 now that unicode is used (Bug#6594). | |
24 | 41 |
25 2010-07-14 Chong Yidong <cyd@stupidchicken.com> | 42 2010-07-14 Chong Yidong <cyd@stupidchicken.com> |
26 | 43 |
27 * term/x-win.el (x-select-enable-clipboard): Default to t. | 44 * term/x-win.el (x-select-enable-clipboard): Default to t. |
28 (x-initialize-window-system): Don't overwrite Paste menu item. | 45 (x-initialize-window-system): Don't overwrite Paste menu item. |
117 | 134 |
118 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com> | 135 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com> |
119 | 136 |
120 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass | 137 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass |
121 empty argument to gvfs-copy. | 138 empty argument to gvfs-copy. |
139 | |
140 2010-07-10 Glenn Morris <rgm@gnu.org> | |
141 | |
142 * calendar/calendar.el (calendar-week-end-day): New function. | |
143 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars. | |
144 Respect calendar-week-start-day. (Bug#6606) | |
145 (cal-tex-insert-day-names, cal-tex-insert-blank-days) | |
146 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day. | |
147 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and | |
148 respect calendar-week-start-day. | |
149 | |
150 2010-07-10 Chong Yidong <cyd@stupidchicken.com> | |
151 | |
152 * simple.el (use-region-p): Doc fix (Bug#6607). | |
122 | 153 |
123 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change) | 154 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change) |
124 | 155 |
125 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add | 156 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add |
126 regexps for cucumber and ruby. | 157 regexps for cucumber and ruby. |