aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-01 06:17:55 +0000
committerGlenn Morris2007-08-01 06:17:55 +0000
commitf3e82d6997144e6925c86dedd0f2f828d8a3cd29 (patch)
treed46513d25c2b4886a1c44de131c1008a6f2a3557
parentd84fcc304f91c9a201ded5cc87342014e881d51b (diff)
downloademacs-f3e82d6997144e6925c86dedd0f2f828d8a3cd29.tar.gz
emacs-f3e82d6997144e6925c86dedd0f2f828d8a3cd29.zip
*** empty log message ***
-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