summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
AgeCommit message (Expand)Author
2015-08-26Top-level elisp files respect ‘text-quoting-style’Paul Eggert
2015-01-20eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-04lisp/hexl.el: Fix typos in docstrings.Juanma Barranquero
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-29Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'Glenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-02-12In doc, use standard American English style for e.g., etc., i.e.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-08-15Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-07-10Reduce use of (require 'cl).Stefan Monnier
2012-05-29* lisp/isearch.el (isearch-search-fun-default): New function.Juri Linkov
2012-04-13Spelling fixes.Paul Eggert
2012-04-14* hexl.el (hexl-insert-char): Make display sizes other than 16 work.Vivek Dasmohapatra
2012-04-12New defcustoms should get :version tagsGlenn Morris
2012-04-12Allow the user to alter the bit grouping in hexl.elVivek Dasmohapatra
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-04-04Convert some .el files to lexical scoping.Juanma Barranquero
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14* lisp/hexl.el (hexl-mode-old-*): Remove.Stefan Monnier
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-21Tweak revert-buffer-function to inhibit auto-mode-alist.Daiki Ueno
2010-10-10Declare and define in one step various mode maps.Dan Nicolaescu
2010-01-14Fix bug#5313: editing files in hexl-mode corrupts fileJuanma Barranquero
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-02Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero
2009-08-28* gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier
2009-08-28* mh-e/mh-comp.el (mh-send-letter):Stefan Monnier
2009-01-09Replace last-command-char with last-command-event.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-26(hexl-mode): Stash `eldoc-documentation-function' inJohn Paul Wallington
2008-02-12(hexl-mode): Don't make `font-lock-defaults' buffer-local;Juanma Barranquero
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-10-21* hexl.el (hexl-menu): New major mode menu.Dan Nicolaescu
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-22(hexl-mode-exit): Add missing quote.Juanma Barranquero
2007-01-18(hexl-before-revert-hook): New function.Chong Yidong
2007-01-11(hexlify-buffer, dehexlify-buffer): Don't complain and don'tStefan Monnier
2006-11-30(hexl-goto-address, hexl-forward-char, hexl-forward-short, hexl-forward-word,Juanma Barranquero
2006-11-30(hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp w...Masatake YAMATO
2006-11-30(hexl-mode-old-hl-line-range-function): New variableMasatake YAMATO
2006-11-23(hexl-mode): Don't try to guess the max-address: get it from the horse's mouth.Stefan Monnier
2006-11-06(hexl-mode): Fix typo in docstring.Juanma Barranquero
2006-07-08(hexl-find-file): Doc fix.Eli Zaretskii
2006-05-15(hexlify-buffer): Encode process arguments manually.Stefan Monnier
2006-04-11(hexl-isearch-search-function): Fix regexp-building code toStefan Monnier