Mercurial > emacs
comparison lisp/ChangeLog @ 65387:b08e4ec02015
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 09 Sep 2005 01:37:45 +0000 |
parents | 792e39b7cf7e |
children | 0c2fe60ac484 |
comparison
equal
deleted
inserted
replaced
65386:95aa6fb80959 | 65387:b08e4ec02015 |
---|---|
1 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. | |
4 (sh-mode): Locally set skeleton-pair-default-alist. | |
5 | |
6 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. | |
7 | |
8 * progmodes/flymake.el: Require `compile' unconditionally. | |
9 | |
10 * mail/sendmail.el (send-mail-function): Add Mailclient alternative. | |
11 | |
12 * woman.el (woman-file-name): Provide a default, not initial input. | |
13 | |
14 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. | |
15 | |
16 * font-lock.el (font-lock-support-mode): Doc fix. | |
17 | |
18 * descr-text.el (describe-property-list): Handle non-symbol prop names. | |
19 | |
20 2005-08-30 Richard M. Stallman <rms@gnu.org> | |
21 | |
22 * simple.el (blink-matching-open): Get rid of text props from | |
23 the string shown in echo area. Don't permanently set point. | |
24 Some rearrangements. | |
25 | |
26 * files.el (risky-local-variable-p): | |
27 Match `-predicates' and `-commands. | |
28 | |
29 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
30 (custom-save-all): Visit the file if necessary; | |
31 kill the buffer if we created it. | |
32 (custom-save-delete): Don't visit file or kill buffer here. | |
33 | |
1 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> | 34 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> |
2 | 35 |
3 * recentf.el (recentf-filename-handler): Add custom choice | 36 * recentf.el (recentf-filename-handler): Add custom choice |
4 `abbreviate-file-name'. | 37 `abbreviate-file-name'. |
5 | 38 |
62 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks | 95 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks |
63 when using a header line. Otherwise, use mouse-1-click-follows-link. | 96 when using a header line. Otherwise, use mouse-1-click-follows-link. |
64 | 97 |
65 * mouse.el (mouse-drag-header-line): Do nothing if the header-line | 98 * mouse.el (mouse-drag-header-line): Do nothing if the header-line |
66 can't be moved; don't signal an error. | 99 can't be moved; don't signal an error. |
67 | |
68 * custom.el (custom-push-theme): Fix last change. | |
69 | 100 |
70 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | 101 2005-09-05 Chong Yidong <cyd@stupidchicken.com> |
71 | 102 |
72 * cus-theme.el (custom-theme-write-faces): Save the current face | 103 * cus-theme.el (custom-theme-write-faces): Save the current face |
73 spec, not the defface spec. | 104 spec, not the defface spec. |
272 (tramp-handle-make-auto-save-file-name): Rename from | 303 (tramp-handle-make-auto-save-file-name): Rename from |
273 `tramp-make-auto-save-file-name'. | 304 `tramp-make-auto-save-file-name'. |
274 (tramp-exists-file-name-handler): New defun. | 305 (tramp-exists-file-name-handler): New defun. |
275 (tramp-advice-make-auto-save-file-name): Make defadvice only when | 306 (tramp-advice-make-auto-save-file-name): Make defadvice only when |
276 `make-auto-save-file-name' is not a magic file name operation. | 307 `make-auto-save-file-name' is not a magic file name operation. |
308 | |
309 2005-08-30 Richard M. Stallman <rms@gnu.org> | |
310 | |
311 * files.el (risky-local-variable-p): | |
312 Match `-predicates' and `-commands. | |
313 | |
314 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
315 (custom-save-all): Visit the file if necessary; | |
316 kill the buffer if we created it. | |
317 (custom-save-delete): Don't visit file or kill buffer here. | |
277 | 318 |
278 2005-08-30 Carsten Dominik <dominik@science.uva.nl> | 319 2005-08-30 Carsten Dominik <dominik@science.uva.nl> |
279 | 320 |
280 * textmodes/org.el (org-special-keyword): New face. | 321 * textmodes/org.el (org-special-keyword): New face. |
281 (org-table-copy-down, org-table-eval-formula) | 322 (org-table-copy-down, org-table-eval-formula) |