2008-04-26 |
John Paul Wallington |
(hexl-mode): Stash `eldoc-documentation-function' in
|
2008-02-12 |
Juanma Barranquero |
(hexl-mode): Don't make `font-lock-defaults' buffer-local;
|
2008-01-09 |
Miles Bader |
Merge from emacs--devo--0
|
2007-10-27 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-27 |
Miles Bader |
Merge from emacs--devo--0
|
2007-01-26 |
Miles Bader |
Merge from emacs--devo--0
|
2006-12-07 |
Miles Bader |
Merge from emacs--devo--0
|
2006-11-07 |
Miles Bader |
Merge from emacs--devo--0
|
2006-07-19 |
Miles Bader |
Merge from emacs--devo--0
|
2006-05-17 |
Miles Bader |
Merge from emacs--devo--0
unicode-pre-font-backend
|
2006-04-17 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56
|
2006-02-08 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
2005-08-26 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
2005-07-22 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
|
2005-07-07 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
2005-06-15 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-63
|
2005-06-06 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
|
2005-05-26 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
|
2005-05-20 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
|
2005-05-05 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
|
2005-01-02 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
|
2004-12-08 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
2004-06-28 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
|
2004-04-16 |
Kenichi Handa |
Sync to HEAD
|
2006-01-16 |
Henrik Enberg |
sync with trunk
|
2003-09-08 |
Kenichi Handa |
New directory
|
2008-01-07 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-10-21 |
Dan Nicolaescu |
* hexl.el (hexl-menu): New major mode menu.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-01-22 |
Juanma Barranquero |
(hexl-mode-exit): Add missing quote.
|
2007-01-18 |
Chong Yidong |
(hexl-before-revert-hook): New function.
|
2007-01-11 |
Stefan Monnier |
(hexlify-buffer, dehexlify-buffer): Don't complain and don't
|
2006-11-30 |
Juanma Barranquero |
(hexl-goto-address, hexl-forward-char, hexl-forward-short, hexl-forward-word,
|
2006-11-30 |
Masatake YAMATO |
(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings.
|
2006-11-30 |
Masatake YAMATO |
(hexl-mode-old-hl-line-range-function): New variable
|
2006-11-23 |
Stefan Monnier |
(hexl-mode): Don't try to guess the max-address: get it from the horse's mouth.
|
2006-11-06 |
Juanma Barranquero |
(hexl-mode): Fix typo in docstring.
|
2006-07-08 |
Eli Zaretskii |
(hexl-find-file): Doc fix.
|
2006-05-15 |
Stefan Monnier |
(hexlify-buffer): Encode process arguments manually.
|
2006-04-11 |
Stefan Monnier |
(hexl-isearch-search-function): Fix regexp-building code to
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-08-23 |
Masatake YAMATO |
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
|
2005-08-10 |
Masatake YAMATO |
(hexl-address-region):
|
2005-08-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-15 |
Juanma Barranquero |
(hexl-mode-map): Recognize also `ehelp-command' as a valid binding for
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-06-11 |
Andreas Schwab |
Add binding of `ESC functionkey' for every `M-functionkey'.
|
2005-05-26 |
Lute Kamstra |
(hexl-mode): Use run-mode-hooks.
|
2005-05-22 |
Richard M. Stallman |
(hexl-follow-line): Use with-no-warnings.
|
2005-05-16 |
Juanma Barranquero |
Replace `string-to-int' by `string-to-number'.
|
2005-04-26 |
Richard M. Stallman |
(hexl-mode): Use new name eldoc-documentation-function.
|
2004-12-27 |
Masatake YAMATO |
* hexl.el (hexlify-buffer): Remove fontification here.
|
2004-11-21 |
Richard M. Stallman |
(hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
|
2004-06-13 |
Richard M. Stallman |
(hexl-mode): Catch errors in hexl-goto-address.
|
2004-03-19 |
Kim F. Storm |
(hexl-follow-line): Don't require 'fringe.
|
2004-03-19 |
Kim F. Storm |
(hexl-mode-ruler): Adapt to new :align-to semantics.
|
2004-03-15 |
Masatake YAMATO |
2004-03-15 Masatake YAMATO <jet@gyve.org>
|
2004-03-09 |
Masatake YAMATO |
2004-03-09 Masatake YAMATO <jet@gyve.org>
|
2004-03-04 |
Masatake YAMATO |
(hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
|
2004-02-08 |
Andreas Schwab |
(hexl-insert-char): Add missing format string argument.
|