Mercurial > emacs
comparison lisp/ChangeLog @ 72420:b6050f44ed8c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Aug 2006 05:17:30 +0000 |
parents | da520c71020b |
children | f60405031861 7f3f771c85fa |
comparison
equal
deleted
inserted
replaced
72419:351a59835b3a | 72420:b6050f44ed8c |
---|---|
1 2006-08-16 Richard Stallman <rms@gnu.org> | |
2 | |
3 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec. | |
4 (special-event-map): Process drag-n-drop events this way. | |
5 | |
6 * simple.el (move-beginning-of-line): Test whether fields | |
7 would prevent motion back to line's first visible character. | |
8 If so, stop where the fields would stop the motion. | |
9 | |
10 * newcomment.el (comment-indent): Fully update INDENT | |
11 before checking to see if it will change the text. | |
12 | |
13 * cus-edit.el (custom-newline): New function. | |
14 (custom-mode-map): Bind newline to custom-newline. | |
15 | |
16 * compare-w.el (compare-windows): Factor compare-ignore-whitespace | |
17 into ignore-whitespace. | |
18 Check each buffer for its skip-function. | |
19 Handle compare-windows-skip-whitespace special-case test | |
20 by returning t from default skip function. | |
21 | |
1 2006-08-15 Carsten Dominik <dominik@science.uva.nl> | 22 2006-08-15 Carsten Dominik <dominik@science.uva.nl> |
2 | 23 |
3 * textmodes/org.el (org-clock-special-range, | 24 * textmodes/org.el (org-clock-special-range, |
4 org-clock-update-time-maybe): New functions. | 25 org-clock-update-time-maybe): New functions. |
5 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, | 26 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars, |