# HG changeset patch # User Glenn Morris # Date 1208833046 0 # Node ID f40151ef10ee8110dd8c28ef3d5c2e2f4ef56697 # Parent c5e5de94d51ffca34b29969decc7ec8c66137c7d *** empty log message *** diff -r c5e5de94d51f -r f40151ef10ee lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 22 02:55:58 2008 +0000 +++ b/lisp/ChangeLog Tue Apr 22 02:57:26 2008 +0000 @@ -1,3 +1,22 @@ +2008-04-22 Glenn Morris + + * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function. + + * whitespace.el (whitespace-display-table) + (whitespace-display-table-was-local): Move definitions before use. + + * emacs-lisp/copyright.el (copyright-at-end-flag): New option. + (copyright-limit): Respect copyright-at-end-flag. + (copyright-re-search, copyright-start-point) + (copyright-offset-too-large-p): New functions. + (copyright-update-year): Use copyright-re-search. + (copyright-update, copyright-fix-years): Use copyright-start-point, + and copyright-re-search. + (copyright): Use copyright-offset-too-large-p. + * add-log.el (change-log-mode): Set copyright-at-end-flag. + + * add-log.el (top-level): Require 'cl when compiling. + 2008-04-22 Stefan Monnier * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)