aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.7
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.7')
-rw-r--r--lisp/ChangeLog.721
1 files changed, 10 insertions, 11 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 85dfaeaf35f..f89cb7b0d47 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -23104,8 +23104,8 @@
23104 * message.el (message-mode): Delete abbrev mode initialization. 23104 * message.el (message-mode): Delete abbrev mode initialization.
23105 (message-mode-hook): Move it here, instead, so the user can 23105 (message-mode-hook): Move it here, instead, so the user can
23106 override it. 23106 override it.
23107 (message-y-or-n-p, message-talkative-question, 23107 (message-y-or-n-p, message-talkative-question)
23108 message-flatten-list, message-flatten-list-1): Move utility 23108 (message-flatten-list, message-flatten-list-1): Move utility
23109 functions up so macro is defined before first invocation. 23109 functions up so macro is defined before first invocation.
23110 23110
23111 * f90.el (f90-auto-fill-mode): Function deleted, all references 23111 * f90.el (f90-auto-fill-mode): Function deleted, all references
@@ -23115,24 +23115,23 @@
23115 23115
231161996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se> 231161996-08-13 Torbjorn Einarsson <etxeina@etxdn.ericsson.se>
23117 23117
23118 * f90.el: (f90-do-auto-fill): Fixed bug which made program hang for 23118 * f90.el: (f90-do-auto-fill): Fix bug which made program hang for
23119 space in fill-column. 23119 space in fill-column.
23120 (f90-font-lock-keywords-1): Now we have common font-lock 23120 (f90-font-lock-keywords-1): Now we have common font-lock
23121 exps for Emacs and XEmacs 23121 exps for Emacs and XEmacs
23122 (f90-font-lock-keywords-2): Changed reg-exp for line number. A 23122 (f90-font-lock-keywords-2): Change reg-exp for line number.
23123 number must be followed by a letter to be highlighted. Fixed 23123 A number must be followed by a letter to be highlighted.
23124 highlighting of declarations with trailing comments. 23124 Fix highlighting of declarations with trailing comments.
23125 (f90-match-end): Fixed bug due to new message syntax. 23125 (f90-match-end): Fix bug due to new message syntax.
23126 (f90-mode): Fixed setup of variable font-lock-defaults. 23126 (f90-mode): Fix setup of variable font-lock-defaults.
23127 (f90-looking-at-program-block-start): Small error in detecting of 23127 (f90-looking-at-program-block-start): Small error in detecting of
23128 function start. Made the detection of subroutine start more flexible. 23128 function start. Made the detection of subroutine start more flexible.
23129 (f90-mode-map): Much nicer menu with sections and added submenus 23129 (f90-mode-map): Much nicer menu with sections and added submenus
23130 for highlighting and keyword case change. 23130 for highlighting and keyword case change.
23131 Also added 'menu-enable' properties for region-based commands. 23131 Also added 'menu-enable' properties for region-based commands.
23132 (f90-imenu-generic-expression): Fixed expression to find 23132 (f90-imenu-generic-expression): Fix expression to find
23133 procedures, modules and types. 23133 procedures, modules and types.
23134 (f90-add-imenu-menu): New function for adding imenu menu to the 23134 (f90-add-imenu-menu): New function for adding imenu menu to the menubar.
23135 menubar.
23136 23135
231371996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 231361996-08-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
23138 23137