Release Notes
Changes to version 1.4
- Added customization of log level regexps.
- Added case sensitive highlighting.
- Fixed some compilation warnings.
Changes to version 1.3
-
Changed load method to autoload. The installation instructions have
been updated to reflect this.
- Fixed several XEmacs related bugs.
- Added customization of Auto Revert mode.
Changes to version 1.2.1
- Updated to work with jtags version 0.95.
Changes to version 1.2
-
Log4j mode is now a full major mode, not a Generic mode. XEmacs users
no longer need generic-mode.el.
-
Rewrote syntax highlighting and filtering to support multi-line log
records.
- Major improvement in filtering performance.
- Added source code browsing using package jtags.
- Added commands M-{ and M-} that move across multi-line log records.
- Added Log4j mode hook variables.
Changes to version 1.1
- Ported Log4j mode to XEmacs 21.4.19.
- Log4j mode now highlights the entire log record instead of just the log level keyword.
- Changed key bindings to follow the Emacs Lisp major mode conventions.
- Changed function names, comments, etc to follow the Emacs Lisp coding conventions.
Back