# HG changeset patch # User Lute Kamstra # Date 1065428819 0 # Node ID 7a0586a6cfadcf37c14c950036ec15ebe8f9ddf8 # Parent 00608f913b6fa22cab718dad6177eaed862af313 *** empty log message *** diff -r 00608f913b6f -r 7a0586a6cfad lispref/ChangeLog --- a/lispref/ChangeLog Mon Oct 06 08:26:26 2003 +0000 +++ b/lispref/ChangeLog Mon Oct 06 08:26:59 2003 +0000 @@ -1,3 +1,8 @@ +2003-10-06 Lute Kamstra + + * tips.texi (Coding Conventions): Mention naming conventions for + hooks. + 2003-10-05 Luc Teirlinck * loading.texi (Library Search): Correct default value of @@ -11,7 +16,7 @@ (Unloading): In unload-feature, use new var name unload-feature-special-hooks. -2003-10-03 Lute Kamstra +2003-10-03 Lute Kamstra * modes.texi (Major Mode Conventions): Mention third way to set up Imenu. @@ -28,14 +33,14 @@ * display.texi (Overlay Properties): Clarify `evaporate' property. -2003-09-29 Lute Kamstra +2003-09-29 Lute Kamstra * modes.texi (Mode Line Data): Explain when symbols in mode-line constructs should be marked as risky. Change cons cell into proper list. (Mode Line Variables): Change cons cell into proper list. -2003-09-26 Lute Kamstra +2003-09-26 Lute Kamstra * modes.texi (Mode Line Data): Document the :propertize construct. (Mode Line Variables): Reorder the descriptions of the variables @@ -104,7 +109,7 @@ * display.texi (Fontsets): Add char-displayable-p. (Scroll Bars): New node. -2003-09-08 Lute Kamstra +2003-09-08 Lute Kamstra * modes.texi (%-Constructs): Document new `%i' and `%I' constructs.