Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-20 | Clean up the ugly casted frees. In one case, this meant eliminating a nasty | Kjell Wooding | |
struct/union/casting nightmare when building the list of names for filename completion. In particular, be consistent about strduping and freeing the list data. | |||
2005-12-20 | Do some delinting of strl-type functions. Also, remove a superfluous | Kjell Wooding | |
word in the undo-list. | |||
2005-12-20 | Fix broken "Undo of undo" when line is empty. Noticed by theo. | Kjell Wooding | |
2005-12-15 | NULL != '\0'. Spotted by Han Boetes and a linux gcc. | Kjell Wooding | |
2005-12-14 | argh. One problem with fixing a hidden global symbol is that if you miss one, | Kjell Wooding | |
you get no warning. Fixes an immediate core in describe-bindings. | |||
2005-12-13 | Fix a typo (introduced in rev 1.6) that utterly broke cost calculations. | Kjell Wooding | |
In theory, mg should now be much more efficient on slow displays (hello, zaurus). Spotted by lint. ok millert. | |||
2005-12-13 | Last round of easy delinting. | Kjell Wooding | |
2005-12-13 | More name-clash delinting | Kjell Wooding | |
2005-12-13 | do some silly de-linting | Kjell Wooding | |
2005-12-13 | If you're going to pass a length parameter, you should use it. | Kjell Wooding | |
2005-12-13 | Add a "M-x lint" mode, now that lint is next-error friendly. | Kjell Wooding | |
While here, delint some name clashes. | |||
2005-11-22 | Move kill-related commands to their own file. | Kjell Wooding | |
This will help move to a kill-ring. | |||
2005-11-22 | Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) by | Kjell Wooding | |
batching string before prepending. ok cloder, (grudgingly) beck | |||
2005-11-22 | Fix up an ambiguous else (though ifdefed out at the moment) | Kjell Wooding | |
2005-11-21 | kill kill kill unused stuff; ok kjell | Theo de Raadt | |
2005-11-20 | #ifdef NO_DIR can go too. From Han Boetes. | Kjell Wooding | |
2005-11-20 | Don't bind help to a null function | Kjell Wooding | |
2005-11-20 | Kill the NO_BACKUP #ifdef | Kjell Wooding | |
2005-11-20 | GOSLING screen update always on, so #ifdef can go; ok kjell | Theo de Raadt | |
2005-11-20 | toast NO_DIRED #ifdef; ok kjell | Theo de Raadt | |
2005-11-19 | Remove DO_METAKEY here, too. Noted by Han Boetes. | Kjell Wooding | |
2005-11-19 | Clean up some lint. | Kjell Wooding | |
2005-11-19 | Goodbye NO_METAKEY | Kjell Wooding | |
(#ifdef is for emacs developers) | |||
2005-11-18 | Split kill buffer code into a separate function. | Kjell Wooding | |
2005-11-18 | clean up some comments after theo's cleanup | Kjell Wooding | |
2005-11-18 | greedy use of typedef struct was making code harder to read; ok kjell cloder | Theo de Raadt | |
2005-11-18 | Don't ifdef out. Delete it. That's what the attic is for. | Kjell Wooding | |
2005-11-18 | Casefold on replace was killed ages ago (it was wrong). Remove a | Kjell Wooding | |
leftover (unused) variable. | |||
2005-11-18 | Kill a stupid interface. kgrow should take direction, not TRUE/FALSE. | Kjell Wooding | |
2005-11-18 | One liner to fix doubled yank buffer issue (c-K, c-Y, M-x undo, c-Y). | Kjell Wooding | |
2005-11-18 | kill more dumb or contextless. | Kjell Wooding | |
2005-11-17 | "#ifdef is for emacs developers.", back after kjell cried | Chad Loder | |
2005-11-16 | I think some people are missing the point of this file | Chad Loder | |
2005-11-16 | Remove some random stuff theo said once to someone | Chad Loder | |
2005-11-16 | another | Chad Loder | |
2005-11-13 | Better error checking of snprintfs. From Han Boetes. | Kjell Wooding | |
2005-11-13 | Copy buffer before handing it to basename(). | Kjell Wooding | |
Inspired by a patch from Han Boetes. | |||
2005-11-12 | break in case | Theo de Raadt | |
2005-11-12 | remove unused variable; ok kjell | Theo de Raadt | |
2005-11-12 | Paranoia. Check if last of a series of strlcats overflows. Pointed out by | Kjell Wooding | |
Han Boetes. | |||
2005-11-11 | Now that we have an editable minibuffer, revert parsing of | Kjell Wooding | |
"//" and "/~" as '/' and '~' respectively. I know emacs does it, but it is weird, and breaks things that foolishly use filenames like "/tmp//crontab.xxxx". Proddings from matthieu and deraadt. Error report from Bernd Ahlers. | |||
2005-11-11 | spacing | Theo de Raadt | |
2005-11-11 | Enable some of the more common editing keybindings in the minibuffer. | Kjell Wooding | |
i.e. left, right, ^B, ^F, ^Y, ^K, ^A, ^E Also, make completions work as you would expect them to i.e. a *Completions* buffer pops up with your choices in it when you hit a second TAB or SP. It's ugly, but it works. ok deraadt. | |||
2005-11-07 | add missing ctype.h | Kjell Wooding | |
2005-11-07 | KNF | Kjell Wooding | |
2005-11-07 | Move most of the dired hooks into dired.c. While here, enable some | Kjell Wooding | |
dired functions that were written, but not bound to keys. No other functional change. Tested by Han Boetes. | |||
2005-11-07 | Allow ctrl-key patterns ("^X^C") in keybind function. Will | Kjell Wooding | |
allow more modularization of keymaps later. Also, improved error checking suggested by cloder. | |||
2005-10-18 | Don't consider the last line of the compilation buffer as | Kjell Wooding | |
parsable output. It is always a status message. While here, some better error checking. looks ok, cloder@. | |||
2005-10-18 | make fill-paragraph undoable | Kjell Wooding | |
2005-10-18 | When attempting to open a filename, walk backwards through minibuffer: | Kjell Wooding | |
a> if you run into the beginning of the string, use the whole thing b> if you run into a // combo, use everything starting from the second / c> if you run into a /~ combo, use everything starting from the ~ i.e. do like emacs. From (and for) Jason Wright |