summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
AgeCommit message (Expand)Author
2004-06-13(hexl-mode): Catch errors in hexl-goto-address.Richard M. Stallman
2004-03-19(hexl-follow-line): Don't require 'fringe.Kim F. Storm
2004-03-19(hexl-mode-ruler): Adapt to new :align-to semantics.Kim F. Storm
2004-03-152004-03-15 Masatake YAMATO <jet@gyve.org>Masatake YAMATO
2004-03-092004-03-09 Masatake YAMATO <jet@gyve.org>Masatake YAMATO
2004-03-04(hexl-mode): Set `hexl-print-current-point-info' as the callback function for...Masatake YAMATO
2004-02-08(hexl-insert-char): Add missing format string argument.Andreas Schwab
2003-09-01Add arch taglinesMiles Bader
2003-04-17(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.John Paul Wallington
2003-04-03(hexl-find-file): Ignore user's value of default-major-mode.Richard M. Stallman
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2003-02-02(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.John Paul Wallington
2003-01-13(hexl-mode-map): Don't quote remapped command names.Kim F. Storm
2003-01-12(hexl-mode-map): Use command remapping instead ofAndreas Schwab
2002-10-21(hexl-mode-old-write-contents-hooks): Remove.Stefan Monnier
2002-07-09(hexl-mode): Fix typo.Juanma Barranquero
2002-07-09(hexl-find-file): Bind `completion-ignored-extensions' to nil whenMiles Bader
2002-03-04(hexlify-command, dehexlify-command): Remove.Stefan Monnier
2002-02-28(hexl-options): Doc fix.Pavel Janík
2001-11-26(hexl-mode, hexl-follow-ascii): Remove make-local-hook.Pavel Janík
2001-09-22(hexl-mode-map): Fix the change of 2001-08-23: useEli Zaretskii
2001-08-26(hexl-insert-multibyte-char, hexl-insert-char): RemoveEli Zaretskii
2001-08-23(hexl-insert-multibyte-char) New function.Eli Zaretskii
2001-08-16(hexl-mode, hexl-mode-exit): Adjust hexl-max-address andEli Zaretskii
2001-07-15Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík
2001-05-14(hexl-current-address): Print a message when calledGerd Moellmann
2001-04-03(hexl-scroll-up): If scrolling gets outside the hexlEli Zaretskii
2000-10-11(hexlify-buffer): Bind coding-system-for-write toEli Zaretskii
2000-04-19(hexl-insert-hex-string): New command.Gerd Moellmann
1999-10-09* hexl.el (hexl-mode): Do nothing if already in hexl mode.Phillip Rulon
1999-10-08* hexl.el (hexlify-buffer): Move point in proper rangePhillip Rulon
1999-05-02(hexlify-command): Apply shell-quote-argument afterAndrew Innes
1998-09-25(hexl-mode-map): More of previous change.Karl Heuer
1998-09-23(hexl-mode-map): Don't override all ESC bindings,Karl Heuer
1998-04-20*** empty log message ***Dan Nicolaescu
1998-04-15(hexlify-buffer, dehexlify-buffer): Don't bindEli Zaretskii
1998-02-15(hexl-mode-exit): Remove hexl-follow-ascii-find from post-command-hookStephen Eglen
1998-01-17Update copyright year.Richard M. Stallman
1998-01-17(hexl-follow-ascii): New function and variable to highlight the ASCIIStephen Eglen
1997-09-11(hexlify-buffer): Bind coding-system-for-write toRichard M. Stallman
1997-08-04(hexlify-buffer, dehexlify-buffer):Richard M. Stallman
1997-05-09Add a `provide' call.Richard M. Stallman
1997-05-05(hexl-mode): Add a mode-class property.Richard M. Stallman
1997-04-13Add defgroup; use defcustom for user vars.Richard M. Stallman
1996-06-10(hexl-mode): Run hexl-mode-hook.Richard M. Stallman
1996-06-10(hexl-mode): Set hexl-max-address early onRichard M. Stallman
1996-06-06(hexl-mode-map): Bind prior, home, deletechar, deleteline,Richard M. Stallman
1996-04-03(hexlify-buffer, dehexlify-buffer): Clear out the undoRichard M. Stallman
1996-02-27(hexl-mode-exit, hexl-maybe-dehexlify-buffer):Richard M. Stallman
1996-01-29(hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string.Karl Heuer