| Commit message (Expand) | Author | Age | Files | Lines |
| * | (device-class, buffer-syntactic-context) | Stefan Monnier | 2002-04-12 | 1 | -0/+31 |
| * | (edebug-eval-defun): Don't use defconst on variables. | Stefan Monnier | 2002-04-12 | 1 | -2/+2 |
| * | (debug-on-entry): Use push. | Stefan Monnier | 2002-04-12 | 1 | -4/+5 |
| * | (gnus-update-summary-mark-positions, gnus-summary-toggle-header): | Stefan Monnier | 2002-04-12 | 2 | -9/+21 |
| * | (gnus-uu-binhex-article, gnus-uu-reginize-string, gnus-uu-expand-numbers) | Stefan Monnier | 2002-04-12 | 1 | -6/+7 |
| * | (nnfolder-possibly-change-group): Don't assume point-min == 1. | Stefan Monnier | 2002-04-12 | 1 | -1/+2 |
| * | (nnimap-retrieve-headers): Don't assume point-min == 1. | Stefan Monnier | 2002-04-12 | 1 | -2/+2 |
| * | (nnmbox-create-mbox): Don't assume point-min == 1. | Stefan Monnier | 2002-04-12 | 1 | -1/+2 |
| * | (c-backward-to-start-of-if): Don't assume point-min == 1. | Stefan Monnier | 2002-04-12 | 1 | -1/+1 |
| * | (etags-verify-tags-table, etags-snarf-tag, etags-list-tags) | Stefan Monnier | 2002-04-12 | 1 | -5/+5 |
| * | (fill-region-as-paragraph): Use save-excursion instead of relying on | Stefan Monnier | 2002-04-12 | 1 | -3/+3 |
| * | (fill-context-prefix): Fix up last change. | Stefan Monnier | 2002-04-12 | 1 | -8/+10 |
| * | *** empty log message *** | Stefan Monnier | 2002-04-11 | 1 | -3/+33 |
| * | (line-move): Use memq rather than or. | Stefan Monnier | 2002-04-11 | 1 | -107/+68 |
| * | (canonically-space-region): Obey sentence-end. | Stefan Monnier | 2002-04-11 | 1 | -47/+47 |
| * | (sgml-guess-indent): New function. | Mike Williams | 2002-04-11 | 2 | -3/+22 |
| * | Fix previous change. | Colin Walters | 2002-04-11 | 1 | -2/+2 |
| * | (menu-bar-adv-search-menu): Add incremental search. | Pavel JanÃk | 2002-04-11 | 2 | -12/+24 |
| * | . | Andreas Schwab | 2002-04-11 | 1 | -0/+5 |
| * | (file-name-non-special): Handle return value of t from | Andreas Schwab | 2002-04-11 | 1 | -1/+1 |
| * | (bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files. | Juanma Barranquero | 2002-04-11 | 2 | -2/+10 |
| * | Fix previous change. | Colin Walters | 2002-04-10 | 1 | -9/+19 |
| * | Regenerate. | Colin Walters | 2002-04-10 | 1 | -1918/+6993 |
| * | *** empty log message *** | Colin Walters | 2002-04-10 | 1 | -0/+7 |
| * | (adaptive-fill-regexp): Add ! and %. | Stefan Monnier | 2002-04-10 | 1 | -166/+134 |
| * | *** empty log message *** | Richard M. Stallman | 2002-04-10 | 1 | -1/+2 |
| * | *** empty log message *** | Colin Walters | 2002-04-10 | 4 | -5/+22 |
| * | Add HAVE_SHARED_GAME_DIR. | Colin Walters | 2002-04-10 | 1 | -0/+2 |
| * | *** empty log message *** | Colin Walters | 2002-04-10 | 3 | -0/+24 |
| * | (Vgame_score_directory): New variable. | Colin Walters | 2002-04-10 | 1 | -1/+10 |
| * | (tetris-score-file): Likewise. | Colin Walters | 2002-04-10 | 1 | -1/+1 |
| * | (snake-score-file): Default to just "snake-scores". | Colin Walters | 2002-04-10 | 1 | -1/+1 |
| * | (gamegrid-add-score): Rewrite from scratch to use `update-game-score'. | Colin Walters | 2002-04-10 | 1 | -18/+28 |
| * | (ibuffer-canonicalize-state-list): Delete unused function. | Colin Walters | 2002-04-10 | 1 | -8/+4 |
| * | (toplevel): Include stdarg.h. | Colin Walters | 2002-04-10 | 1 | -99/+80 |
| * | (gamedir, gameuser): New variables. | Colin Walters | 2002-04-10 | 1 | -2/+19 |
| * | Add --game-dir, --game-user. Test to see if we can use them. | Colin Walters | 2002-04-10 | 1 | -2/+43 |
| * | (fill-context-prefix): Match the two prefixes | Stefan Monnier | 2002-04-10 | 1 | -12/+8 |
| * | *** empty log message *** | Richard M. Stallman | 2002-04-10 | 3 | -0/+24 |
| * | (BASE_PURESIZE): Reduce again to avoid big excess. | Richard M. Stallman | 2002-04-10 | 1 | -1/+1 |
| * | (dired-view-command-alist): New variable. | Richard M. Stallman | 2002-04-10 | 1 | -3/+26 |
| * | (mouse-drag-region-1): Display region highlight only in the selected window. | Richard M. Stallman | 2002-04-10 | 1 | -1/+2 |
| * | (remove-hook): When there are no more local hooks, | Richard M. Stallman | 2002-04-10 | 1 | -1/+5 |
| * | (isearch-mode): Don't call make-frame-visible | Richard M. Stallman | 2002-04-10 | 1 | -7/+7 |
| * | (custom-face-attributes): Fix typo in `ultra-bold'. | Richard M. Stallman | 2002-04-10 | 1 | -1/+1 |
| * | *** empty log message *** | Stefan Monnier | 2002-04-09 | 2 | -2/+72 |
| * | (read_minibuf): Use empty_string. | Stefan Monnier | 2002-04-09 | 1 | -46/+88 |
| * | Add support for the new project file fields: | Stefan Monnier | 2002-04-09 | 1 | -88/+135 |
| * | Menu changed from Statements to Templates. | Stefan Monnier | 2002-04-09 | 1 | -15/+10 |
| * | ada-mode no longer supports a different | Stefan Monnier | 2002-04-09 | 1 | -592/+958 |