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
...
*
Spelling fixes.
Paul Eggert
2012-04-13
1
-2
/
+2
*
* hexl.el (hexl-insert-char): Make display sizes other than 16 work.
Vivek Dasmohapatra
2012-04-14
1
-5
/
+1
*
New defcustoms should get :version tags
Glenn Morris
2012-04-12
1
-1
/
+2
*
Allow the user to alter the bit grouping in hexl.el
Vivek Dasmohapatra
2012-04-12
1
-25
/
+80
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Convert some .el files to lexical scoping.
Juanma Barranquero
2011-04-04
1
-4
/
+4
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
* lisp/hexl.el (hexl-mode-old-*): Remove.
Stefan Monnier
2011-01-14
1
-142
/
+96
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Tweak revert-buffer-function to inhibit auto-mode-alist.
Daiki Ueno
2010-10-21
1
-12
/
+22
*
|
Declare and define in one step various mode maps.
Dan Nicolaescu
2010-10-10
1
-95
/
+93
|
/
*
Fix bug#5313: editing files in hexl-mode corrupts file
Juanma Barranquero
2010-01-14
1
-3
/
+3
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
Use `called-interactively-p' instead of `interactive-p'.
Juanma Barranquero
2009-10-02
1
-1
/
+1
*
* gnus/nnheader.el (nnheader-find-file-noselect):
Stefan Monnier
2009-08-28
1
-2
/
+3
*
* mh-e/mh-comp.el (mh-send-letter):
Stefan Monnier
2009-08-28
1
-1
/
+1
*
Replace last-command-char with last-command-event.
Glenn Morris
2009-01-09
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
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
[prev]
[next]