comparison etc/NEWS @ 27005:e9167a5cfad2

Alto's change to add-log.el.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Dec 1999 12:36:23 +0000
parents 2939daf50656
children 62cd5f1749cc
comparison
equal deleted inserted replaced
27004:99e734c7df9b 27005:e9167a5cfad2
302 Maximum height for resizing mini-windows. If a float, it specifies a 302 Maximum height for resizing mini-windows. If a float, it specifies a
303 fraction of the mini-window frame's height. If an integer, it 303 fraction of the mini-window frame's height. If an integer, it
304 specifies a number of lines. If nil, don't resize. 304 specifies a number of lines. If nil, don't resize.
305 305
306 Default is 0.25. 306 Default is 0.25.
307
308 ** Changes to Change Log mode
309
310 Change Log mode now adds a file's version number to change log entries
311 if user-option `change-log-version-info-enabled' is non-nil.
312
313 The search for a file's version number is performed based on regular
314 expressions from `change-log-version-number-regexp-list' which can be
315 cutomized. Version numbers are only found in the first 10 percent of
316 a file.
307 317
308 ** Changes in Font Lock 318 ** Changes in Font Lock
309 319
310 *** The new function `font-lock-remove-keywords' can be used to remove 320 *** The new function `font-lock-remove-keywords' can be used to remove
311 font-lock keywords from the current buffer or from a specific major 321 font-lock keywords from the current buffer or from a specific major