diff options
| author | David Kastrup | 2006-07-08 19:36:24 +0000 |
|---|---|---|
| committer | David Kastrup | 2006-07-08 19:36:24 +0000 |
| commit | 8c9676fb6da613e472b64d86027f5df1cde34ef9 (patch) | |
| tree | 0b384ef9071b6779f5952f20c54ede65bb6de5d5 | |
| parent | 89fb9154901ec4b5633455c7d6064074106e4688 (diff) | |
| download | emacs-8c9676fb6da613e472b64d86027f5df1cde34ef9.tar.gz emacs-8c9676fb6da613e472b64d86027f5df1cde34ef9.zip | |
Suggest consolidation with user customization when the
system default of a customized variable changes.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/TODO | 15 |
2 files changed, 16 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 676e09a73f9..613ff0a095f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-08 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * TODO: Suggest consolidation with user customization when the | ||
| 4 | system default of a customized variable changes. | ||
| 5 | |||
| 1 | 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org> | 6 | 2006-07-08 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 7 | ||
| 3 | * compilation.txt: Add an example "Compilation started ..." line. | 8 | * compilation.txt: Add an example "Compilation started ..." line. |
| @@ -171,11 +171,18 @@ typically due to pilot errors and should thus be in debug-ignored-errors. | |||
| 171 | to save their changes. If the user says yes, show them | 171 | to save their changes. If the user says yes, show them |
| 172 | in a Custom buffer using customize-customized. | 172 | in a Custom buffer using customize-customized. |
| 173 | 173 | ||
| 174 | ** Record the sxhash of the default value for customized variables | ||
| 175 | and notify the user (maybe by adding a menu item or toolbar button, | ||
| 176 | as the detection can occur during autoload time) when the default | ||
| 177 | changes (meaning that new versions of the Lisp source with a changed | ||
| 178 | default value got installed) and offer ediff on the respective | ||
| 179 | customization buffers. | ||
| 180 | |||
| 174 | ** Emacs Lisp mode could put an overlay on the defun for every | 181 | ** Emacs Lisp mode could put an overlay on the defun for every |
| 175 | function that has advice. The overlay could have `after-text' like " | 182 | function that has advice. The overlay could have `after-text' like |
| 176 | [Function has advice]". It might look like | 183 | " [Function has advice]". It might look like (defun foo [Function |
| 177 | (defun foo [Function has advice] (x y) | 184 | has advice] (x y) The overlay could also be a button that you could |
| 178 | The overlay could also be a button that you could use to view the advice. | 185 | use to view the advice. |
| 179 | 186 | ||
| 180 | ** ange-ftp | 187 | ** ange-ftp |
| 181 | *** understand sftp | 188 | *** understand sftp |