+2002-06-12 Richard M. Stallman <rms@gnu.org>
+
+ * international/mule-diag.el (describe-char-after): Doc fix.
+
+ * view.el (view-mode-enter): Clarify echo area message.
+
+ * info.el (Info-select-node): Turn header line on or off here.
+ (Info-setup-header-line): Function deleted.
+ (Info-mode): Make Info-header-line local.
+ (Info-fontify-node): Ignore Info-use-header-line.
+ Unconditionally compute what the header line should be, and
+ store it on the `header-line' property of the node's first char.
+ Bind [header-line down-mouse-1].
+ Use `keymap' property, not `local-map'.
+ Bind [mouse-2] for mouse clicks on the node line in the text.
+
+ * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
+
2002-06-12 Miles Bader <miles@gnu.org>
* comint.el (comint-send-input): Properly handle empty and
POS defaults to point.
The information includes character code, charset and code points in it,
syntax, category, how the character is encoded in a file,
-which font is being used for displaying the character."
+which font is being used for displaying the character,
+and text properties."
(interactive)
(or pos
(setq pos (point)))
(insert "\nText properties\n")
(require 'descr-text)
(describe-text-properties props))))))
-
\f
;;; CODING-SYSTEM