aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d98ca272e16..dd1f8eeb22a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12007-08-01 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
4 strings.
5 (fortran-tab-mode-default): Remove needless autoload.
6 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7 mark as risky.
8 (fortran-line-length): New buffer-local variable, safe if integer.
9 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
10 Change from variables to constants.
11 (fortran-font-lock-syntactic-keywords): Delete as a variable,
12 replace with a new function definition.
13 (fortran-mode): Use fortran-line-length, and
14 fortran-font-lock-syntactic-keywords as a function. Add a
15 hack-local-variables-hook function.
16 (fortran-line-length, fortran-hack-local-variables): New
17 functions.
18 (fortran-window-create, fortran-strip-sequence-nos): Doc fix. Use
19 fortran-line-length rather than 72.
20 (fortran-window-create-momentarily): Doc fix.
21
12007-07-31 Drew Adams <drew.adams@oracle.com> 222007-07-31 Drew Adams <drew.adams@oracle.com>
2 23
3 * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix 24 * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix