Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (hexl-mode): Run hexl-mode-hook. | Richard M. Stallman | 1996-06-10 | 1 | -2/+2 |
| | |||||
* | (hexl-mode): Set hexl-max-address early on | Richard M. Stallman | 1996-06-10 | 1 | -15/+17 |
| | | | | | and call hexl-goto-address afterward. And call hexlify-buffer even earlier. | ||||
* | (hexl-mode-map): Bind prior, home, deletechar, deleteline, | Richard M. Stallman | 1996-06-06 | 1 | -98/+104 |
| | | | | insertline, S-delete, and DEL. Don't bind prev. | ||||
* | (hexlify-buffer, dehexlify-buffer): Clear out the undo | Richard M. Stallman | 1996-04-03 | 1 | -4/+16 |
| | | | | info, and don't record undo info for the conversion. | ||||
* | (hexl-mode-exit, hexl-maybe-dehexlify-buffer): | Richard M. Stallman | 1996-02-27 | 1 | -2/+2 |
| | | | | Corrected write-contents-hook to write-contents-hooks. | ||||
* | (hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string. | Karl Heuer | 1996-01-29 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (hexl-program, hexl-beginning-of-1k-page, | Karl Heuer | 1996-01-04 | 1 | -6/+6 |
| | | | | | hexl-end-of-1k-page, hexl-beginning-of-512b-page, hexl-end-of-512b-page): Doc fix. | ||||
* | (hexl-mode): Don't call kill-all-local-variables. | Richard M. Stallman | 1995-12-31 | 1 | -8/+29 |
| | | | | | | Save write-contents-hooks, require-final-newline, the syntax table. Use make-local-hook for change-major-mode-hook. (hexl-mode-exit): Restore those vars; remove our local hooks. | ||||
* | (hexl-mode): Set require-final-newline to nil. | Richard M. Stallman | 1995-11-20 | 1 | -2/+5 |
| | | | | If point was at end of buffer, move it back one byte. | ||||
* | (hexl-current-address): New arg VALIDATE. | Richard M. Stallman | 1995-09-10 | 1 | -13/+35 |
| | | | | | Handle point values in the ASCII text section and in the addresses. (hexl-insert-char): Handle point located in the ASCII text. | ||||
* | (hexl-mode-old-local-map, hexl-mode-old-mode-name) | Richard M. Stallman | 1995-03-12 | 1 | -0/+4 |
| | | | | (hexl-mode-old-major-mode): Add defvars. | ||||
* | (hexl-mode): Make after-revert-hook rehexlify. | Richard M. Stallman | 1995-03-09 | 1 | -0/+7 |
| | | | | (hexl-after-revert-hook): New function. | ||||
* | (hexl-find-file): Treat windows-nt like ms-dos. | Richard M. Stallman | 1994-11-01 | 1 | -1/+1 |
| | |||||
* | (hexl-maybe-dehexlify-buffer): New function. | Richard M. Stallman | 1994-07-12 | 1 | -4/+17 |
| | | | | | | (hexl-mode): Add it to change-major-mode-hook. (hexl-mode-exit): Remove kludge for mode-line update. (hexlify-buffer): Doc fix. | ||||
* | (hexl-mode-map): Call define-key properly for help-char. | Richard M. Stallman | 1994-05-28 | 1 | -1/+1 |
| | |||||
* | (dehexlify-buffer): Reflect that binary-process was | Richard M. Stallman | 1994-05-07 | 1 | -3/+7 |
| | | | | | | | | renamed to binary-process-output. (dehexlify-buffer): Bind also binary-process-input (for ms-dos). (hexlify-buffer): Bind both binary-process-input and binary-process-input (for ms-dos). (hexl-save-buffer): Force binary save (for ms-dos). | ||||
* | (hexl-insert-char): Increment `address' for every character inserted. | Karl Heuer | 1994-05-07 | 1 | -3/+3 |
| | |||||
* | (hexl-mode-map): Add bindings for cursor keys. | Karl Heuer | 1994-05-07 | 1 | -0/+9 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (hexl-mode): Make local binding for hexl-max-address. | Richard M. Stallman | 1994-04-18 | 1 | -0/+2 |
| | |||||
* | (hexl-mode-exit): Bind inhibit-read-only; don't alter buffer-read-only. | Richard M. Stallman | 1994-02-07 | 1 | -3/+1 |
| | |||||
* | (hexl-mode): Bind inhibit-read-only; don't alter buffer-read-only. | Richard M. Stallman | 1994-02-07 | 1 | -4/+2 |
| | |||||
* | (dehexlify-buffer): If msdos, bind binary-process. | Richard M. Stallman | 1994-01-06 | 1 | -2/+5 |
| | | | | (hexl-find-file): Load as binary. | ||||
* | Comment change. | Richard M. Stallman | 1993-11-23 | 1 | -1/+2 |
| | |||||
* | (hexlify-buffer): Add autoload cookie. | Richard M. Stallman | 1993-11-19 | 1 | -0/+1 |
| | |||||
* | (hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'. | Richard M. Stallman | 1993-11-10 | 1 | -2/+2 |
| | | | | (hexl-mode-exit): Remove our hook when turning off Hexl mode. | ||||
* | Added a keyword. | Richard M. Stallman | 1993-07-04 | 1 | -0/+1 |
| | |||||
* | (hexl-in-save-buffer): New flag. | Jim Blandy | 1993-06-24 | 1 | -22/+27 |
| | | | | (hexl-save-buffer): Prevent infinite recursion. | ||||
* | (hexl-char-after-point): Get rid of mistakenly free variables. | Richard M. Stallman | 1993-05-28 | 1 | -3/+2 |
| | |||||
* | Doc fixes. | Richard M. Stallman | 1993-05-28 | 1 | -5/+3 |
| | |||||
* | (hexlify-command, dehexlify-command): Use exec-directory. | Richard M. Stallman | 1993-05-26 | 1 | -3/+5 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -1/+7 |
| | |||||
* | * hexl.el (hexl-mode-map): When initializing, remember that the | Jim Blandy | 1993-03-02 | 1 | -1/+1 |
| | | | | argument to key-binding is a key sequence, not a single key. | ||||
* | entered into RCS | Jim Blandy | 1992-08-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-08-03 | 1 | -3/+0 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-08-03 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-08-03 | 1 | -2/+5 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -5/+9 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-06-02 | 1 | -7/+16 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-03-06 | 1 | -18/+9 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1991-03-06 | 1 | -6/+6 |
| | |||||
* | Initial revision | Joseph Arceneaux | 1989-10-31 | 1 | -0/+668 |