# HG changeset patch # User David Kastrup # Date 1152387384 0 # Node ID 8dd983bf9226857582d6c22f0e359c06b351f348 # Parent a1def56332246892cbb06c6c4907a8f682c8a2c8 Suggest consolidation with user customization when the system default of a customized variable changes. diff -r a1def5633224 -r 8dd983bf9226 etc/ChangeLog --- a/etc/ChangeLog Sat Jul 08 18:27:47 2006 +0000 +++ b/etc/ChangeLog Sat Jul 08 19:36:24 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-08 David Kastrup + + * TODO: Suggest consolidation with user customization when the + system default of a customized variable changes. + 2006-07-08 Thien-Thi Nguyen * compilation.txt: Add an example "Compilation started ..." line. diff -r a1def5633224 -r 8dd983bf9226 etc/TODO --- a/etc/TODO Sat Jul 08 18:27:47 2006 +0000 +++ b/etc/TODO Sat Jul 08 19:36:24 2006 +0000 @@ -171,11 +171,18 @@ to save their changes. If the user says yes, show them in a Custom buffer using customize-customized. +** Record the sxhash of the default value for customized variables + and notify the user (maybe by adding a menu item or toolbar button, + as the detection can occur during autoload time) when the default + changes (meaning that new versions of the Lisp source with a changed + default value got installed) and offer ediff on the respective + customization buffers. + ** Emacs Lisp mode could put an overlay on the defun for every - function that has advice. The overlay could have `after-text' like " - [Function has advice]". It might look like - (defun foo [Function has advice] (x y) - The overlay could also be a button that you could use to view the advice. + function that has advice. The overlay could have `after-text' like + " [Function has advice]". It might look like (defun foo [Function + has advice] (x y) The overlay could also be a button that you could + use to view the advice. ** ange-ftp *** understand sftp