index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
hexl.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
(hexl-mode): Stash `eldoc-documentation-function' in
John Paul Wallington
2008-04-26
1
-0
/
+9
*
(hexl-mode): Don't make `font-lock-defaults' buffer-local;
Juanma Barranquero
2008-02-12
1
-1
/
+0
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
*
* hexl.el (hexl-menu): New major mode menu.
Dan Nicolaescu
2007-10-21
1
-1
/
+38
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
(hexl-mode-exit): Add missing quote.
Juanma Barranquero
2007-01-22
1
-3
/
+3
*
(hexl-before-revert-hook): New function.
Chong Yidong
2007-01-18
1
-3
/
+6
*
(hexlify-buffer, dehexlify-buffer): Don't complain and don't
Stefan Monnier
2007-01-11
1
-7
/
+7
*
(hexl-goto-address, hexl-forward-char, hexl-forward-short, hexl-forward-word,
Juanma Barranquero
2006-11-30
1
-10
/
+10
*
(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp w...
Masatake YAMATO
2006-11-30
1
-16
/
+27
*
(hexl-mode-old-hl-line-range-function): New variable
Masatake YAMATO
2006-11-30
1
-0
/
+11
*
(hexl-mode): Don't try to guess the max-address: get it from the horse's mouth.
Stefan Monnier
2006-11-23
1
-16
/
+14
*
(hexl-mode): Fix typo in docstring.
Juanma Barranquero
2006-11-06
1
-1
/
+1
*
(hexl-find-file): Doc fix.
Eli Zaretskii
2006-07-08
1
-2
/
+3
*
(hexlify-buffer): Encode process arguments manually.
Stefan Monnier
2006-05-15
1
-1
/
+6
*
(hexl-isearch-search-function): Fix regexp-building code to
Stefan Monnier
2006-04-11
1
-34
/
+40
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
* hexl.el (hexl-print-current-point-info): Fix simple spelling error.
Masatake YAMATO
2005-08-23
1
-1
/
+1
*
(hexl-address-region):
Masatake YAMATO
2005-08-10
1
-5
/
+5
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-1
/
+2
*
(hexl-mode-map): Recognize also `ehelp-command' as a valid binding for
Juanma Barranquero
2005-07-15
1
-4
/
+5
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
Add binding of `ESC functionkey' for every `M-functionkey'.
Andreas Schwab
2005-06-11
1
-0
/
+2
*
(hexl-mode): Use run-mode-hooks.
Lute Kamstra
2005-05-26
1
-1
/
+1
*
(hexl-follow-line): Use with-no-warnings.
Richard M. Stallman
2005-05-22
1
-4
/
+5
*
Replace `string-to-int' by `string-to-number'.
Juanma Barranquero
2005-05-16
1
-1
/
+1
*
(hexl-mode): Use new name eldoc-documentation-function.
Richard M. Stallman
2005-04-26
1
-1
/
+1
*
* hexl.el (hexlify-buffer): Remove fontification here.
Masatake YAMATO
2004-12-27
1
-9
/
+14
*
(hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables.
Richard M. Stallman
2004-11-21
1
-0
/
+18
*
(hexl-mode): Catch errors in hexl-goto-address.
Richard M. Stallman
2004-06-13
1
-2
/
+4
*
(hexl-follow-line): Don't require 'fringe.
Kim F. Storm
2004-03-19
1
-1
/
+0
*
(hexl-mode-ruler): Adapt to new :align-to semantics.
Kim F. Storm
2004-03-19
1
-15
/
+7
*
2004-03-15 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO
2004-03-15
1
-0
/
+82
*
2004-03-09 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO
2004-03-09
1
-1
/
+1
*
(hexl-mode): Set `hexl-print-current-point-info' as the callback function for...
Masatake YAMATO
2004-03-04
1
-1
/
+16
*
(hexl-insert-char): Add missing format string argument.
Andreas Schwab
2004-02-08
1
-2
/
+2
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+1
*
(hexl-find-file): Bind `default-major-mode' to `fundamental-mode'.
John Paul Wallington
2003-04-17
1
-1
/
+1
*
(hexl-find-file): Ignore user's value of default-major-mode.
Richard M. Stallman
2003-04-03
1
-1
/
+3
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-3
/
+3
*
(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
John Paul Wallington
2003-02-02
1
-0
/
+1
*
(hexl-mode-map): Don't quote remapped command names.
Kim F. Storm
2003-01-13
1
-1
/
+1
*
(hexl-mode-map): Use command remapping instead of
Andreas Schwab
2003-01-12
1
-3
/
+2
*
(hexl-mode-old-write-contents-hooks): Remove.
Stefan Monnier
2002-10-21
1
-14
/
+29
*
(hexl-mode): Fix typo.
Juanma Barranquero
2002-07-09
1
-1
/
+1
*
(hexl-find-file): Bind `completion-ignored-extensions' to nil when
Miles Bader
2002-07-09
1
-2
/
+5
*
(hexlify-command, dehexlify-command): Remove.
Stefan Monnier
2002-03-04
1
-21
/
+8
*
(hexl-options): Doc fix.
Pavel Janík
2002-02-28
1
-10
/
+3
*
(hexl-mode, hexl-follow-ascii): Remove make-local-hook.
Pavel Janík
2001-11-26
1
-4
/
+0
[next]