top, left, right or bottom. The Options => Show/Hide menu has entries
for this.
-*** The colors for selected text (the region face) are taken from the GTK
-theme when Emacs is built with GTK.
+*** The colors for selected text (the `region' face) are taken from
+the GTK theme when Emacs is built with GTK.
*** Emacs uses GTK tooltips by default if built with GTK. You can turn that
off by customizing x-gtk-use-system-tooltips.
*** `deferred-action-list' and `deferred-action-function' are obsolete.
+*** `font-lock-maximum-size' is obsolete.
+
\f
* Changes in Emacs 24.1 on non-free operating systems
+2011-10-17 Chong Yidong <cyd@gnu.org>
+
+ * font-lock.el (font-lock-maximum-size): Mark as obsolete.
+
2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
* dirtrack.el (dirtrack): Support shell buffers with path
;; User variables.
(defcustom font-lock-maximum-size 256000
- "Maximum size of a buffer for buffer fontification.
-Only buffers less than this can be fontified when Font Lock mode is turned on.
+ "Maximum buffer size for unsupported buffer fontification.
+When `font-lock-support-mode' is nil, only buffers smaller than
+this are fontified. This variable has no effect if a Font Lock
+support mode (usually `jit-lock-mode') is enabled.
+
If nil, means size is irrelevant.
If a list, each element should be a cons pair of the form (MAJOR-MODE . SIZE),
where MAJOR-MODE is a symbol or t (meaning the default). For example:
(const :tag "none" nil)
(integer :tag "size")))))
:group 'font-lock)
+(make-obsolete-variable 'font-lock-maximum-size nil "24.1")
(defcustom font-lock-maximum-decoration t
"Maximum decoration level for fontification.