Mercurial > emacs
comparison lisp/ChangeLog @ 77810:967cc946f6a4
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 25 May 2007 15:05:39 +0000 |
parents | 97f97985d989 |
children | 8424b9c6d741 |
comparison
equal
deleted
inserted
replaced
77809:20f40276359e | 77810:967cc946f6a4 |
---|---|
1 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * textmodes/fill.el (canonically-space-region): Make the second arg | |
4 a marker if it's not already the case. | |
5 | |
6 * xt-mouse.el (xterm-mouse-truncate-wrap): New function. | |
7 (xterm-mouse-event): Use it. | |
8 | |
1 2007-05-25 Miles Bader <miles@fencepost.gnu.org> | 9 2007-05-25 Miles Bader <miles@fencepost.gnu.org> |
2 | 10 |
3 * vc-hooks.el (vc-find-root): Fix file attribute test. | 11 * vc-hooks.el (vc-find-root): Fix file attribute test. |
4 | 12 |
5 2007-05-24 Richard Stallman <rms@gnu.org> | 13 2007-05-24 Richard Stallman <rms@gnu.org> |
44 | 52 |
45 * simple.el (push-mark): Doc fix. | 53 * simple.el (push-mark): Doc fix. |
46 | 54 |
47 2007-05-18 Rob Riepel <riepel@Stanford.EDU> | 55 2007-05-18 Rob Riepel <riepel@Stanford.EDU> |
48 | 56 |
49 * emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to | 57 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to |
50 tpu-global-map. | 58 tpu-global-map. |
51 (tpu-original-global-map) Variable deleted. | 59 (tpu-original-global-map): Delete variable. |
52 (tpu-control-keys-map) New keymap variable. | 60 (tpu-control-keys-map): New keymap variable. |
53 (tpu-set-control-keys) Use tpu-reset-control-keys rather than | 61 (tpu-set-control-keys): Use tpu-reset-control-keys rather than |
54 setting keymapping directly. | 62 setting keymapping directly. |
55 (tpu-reset-control-keys) Use tpu-control-keys-map instead of | 63 (tpu-reset-control-keys): Use tpu-control-keys-map instead of |
56 tpu-global-map. | 64 tpu-global-map. |
57 (tpu-edt-on): Activate the tpu-global-map. | 65 (tpu-edt-on): Activate the tpu-global-map. |
58 (tpu-edt-off): Deactivate the tpu-global-map. | 66 (tpu-edt-off): Deactivate the tpu-global-map. |
59 | 67 |
60 2007-05-18 Ryan Yeske <rcyeske@gmail.com> | 68 2007-05-18 Ryan Yeske <rcyeske@gmail.com> |
61 | 69 |
62 * textmodes/ispell.el (ispell-get-word): Return markers | 70 * textmodes/ispell.el (ispell-get-word): Return markers |
63 for start and end positions. | 71 for start and end positions. |
64 (ispell-word): Assume END is a marker. | 72 (ispell-word): Assume END is a marker. |
117 * view.el (view-inhibit-help-message): Fix typo in docstring. | 125 * view.el (view-inhibit-help-message): Fix typo in docstring. |
118 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes. | 126 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes. |
119 | 127 |
120 2007-05-14 Eli Zaretskii <eliz@gnu.org> | 128 2007-05-14 Eli Zaretskii <eliz@gnu.org> |
121 | 129 |
122 * mail/rmail.el (rmail-convert-to-babyl-format): Check | 130 * mail/rmail.el (rmail-convert-to-babyl-format): |
123 content-transfer-encoding _last_, because we need its position in | 131 Check content-transfer-encoding _last_, because we need its position |
124 base64-header-field-end. | 132 in base64-header-field-end. |
125 | 133 |
126 2007-05-14 Juanma Barranquero <lekktu@gmail.com> | 134 2007-05-14 Juanma Barranquero <lekktu@gmail.com> |
127 | 135 |
128 * files.el (mode-require-final-newline, require-final-newline) | 136 * files.el (mode-require-final-newline, require-final-newline) |
129 (enable-local-variables, enable-local-eval): Doc fixes. | 137 (enable-local-variables, enable-local-eval): Doc fixes. |