| Commit message (Expand) | Author | Age | Files | Lines |
| * | (adjust_point_for_property): Try harder to move point | Stefan Monnier | 2003-05-10 | 1 | -2/+17 |
| * | (single_display_prop_intangible_p): Make `space' display | Stefan Monnier | 2003-05-10 | 1 | -1/+3 |
| * | . | Andreas Schwab | 2003-05-10 | 1 | -0/+5 |
| * | (single_menu_item): Change last parameter to void* to | Andreas Schwab | 2003-05-10 | 1 | -4/+5 |
| * | Fix typo in comment. | Juanma Barranquero | 2003-05-10 | 1 | -1/+1 |
| * | (message-buffer-naming-style): Fix typo. | Juanma Barranquero | 2003-05-10 | 2 | -1/+5 |
| * | Remove stray text at the end of the file. | Eli Zaretskii | 2003-05-10 | 1 | -2/+0 |
| * | (fancy-splash-default-action): Fix docstring. | Juanma Barranquero | 2003-05-09 | 1 | -1/+4 |
| * | (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line. | Juanma Barranquero | 2003-05-09 | 2 | -1/+10 |
| * | Remove annoying $Id$ tag. | Stefan Monnier | 2003-05-09 | 6 | -6/+0 |
| * | (comment-indent): Be more careful when inserting | Stefan Monnier | 2003-05-09 | 1 | -2/+2 |
| * | (vc-mcvs-stay-local): Remove unused var. | Stefan Monnier | 2003-05-09 | 1 | -11/+14 |
| * | (vc-svn-rename-file): New fun. | Stefan Monnier | 2003-05-09 | 1 | -108/+22 |
| * | New backend functions `delete-file' and `repository-hostname'. | Stefan Monnier | 2003-05-09 | 1 | -21/+113 |
| * | (cvs-mode-find-file): Fixed the last patch's logic. | Sam Steingold | 2003-05-09 | 2 | -3/+8 |
| * | (vc-mcvs-stay-local): Remove unused var. | Stefan Monnier | 2003-05-09 | 1 | -12/+0 |
| * | (vc-cvs-mode-line-string): Use vc-default-mode-line-string. | Stefan Monnier | 2003-05-09 | 1 | -20/+21 |
| * | (vc-svn-rename-file): New fun. | Stefan Monnier | 2003-05-09 | 1 | -11/+13 |
| * | (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | Richard M. Stallman | 2003-05-09 | 2 | -7/+30 |
| * | (specpdl_ptr): Declare volatile. | Richard M. Stallman | 2003-05-09 | 1 | -13/+19 |
| * | (struct specbinding): Declare elements volatile. | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
| * | (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. | Richard M. Stallman | 2003-05-09 | 1 | -1/+1 |
| * | Test DO_BLOCK_INPUT rather than `emacs' | Richard M. Stallman | 2003-05-09 | 1 | -3/+3 |
| * | Use the original buffer-name as `base' in place of the | Stefan Monnier | 2003-05-09 | 2 | -74/+42 |
| * | (smtpmail-send-queued-mail): Don't use kill-line. | Juanma Barranquero | 2003-05-08 | 2 | -1/+5 |
| * | *** empty log message *** | Stefan Monnier | 2003-05-08 | 1 | -8/+71 |
| * | (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff) | Stefan Monnier | 2003-05-08 | 1 | -94/+44 |
| * | (vc-cvs-dired-state-info): Typo. | Stefan Monnier | 2003-05-08 | 1 | -3/+26 |
| * | (diary-mail-entries): Use call-interactively. | Glenn Morris | 2003-05-08 | 1 | -1/+1 |
| * | *** empty log message *** | Glenn Morris | 2003-05-08 | 1 | -1/+1 |
| * | (uniquify-after-kill-buffer-p): Fix misleading docstring. | Stefan Monnier | 2003-05-08 | 1 | -22/+47 |
| * | (diary-pull-attrs): Make `ret-attr', `attr' local. | Glenn Morris | 2003-05-08 | 2 | -55/+72 |
| * | (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout) | Stefan Monnier | 2003-05-08 | 1 | -22/+8 |
| * | (vc-sccs-register, vc-sccs-checkin) | Stefan Monnier | 2003-05-08 | 1 | -27/+13 |
| * | (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version) | Stefan Monnier | 2003-05-08 | 1 | -72/+48 |
| * | (vc-svn-dired-state-info): Use `added' for added files and | Stefan Monnier | 2003-05-08 | 1 | -74/+58 |
| * | (vc-mcvs-read): Don't require `file' to exist. | Stefan Monnier | 2003-05-08 | 1 | -5/+8 |
| * | (vc-cvs-dired-state-info): Use `added' for added files and | Stefan Monnier | 2003-05-08 | 1 | -58/+60 |
| * | *** empty log message *** | Dave Love | 2003-05-08 | 4 | -8/+161 |
| * | (Vlast_coding_system_used): Doc fix. | Dave Love | 2003-05-08 | 1 | -2/+4 |
| * | (vc-default-workfile-unchanged-p): Pass nil | Stefan Monnier | 2003-05-08 | 1 | -5/+12 |
| * | (with-vc-properties, with-vc-file, edit-vc-file): | Stefan Monnier | 2003-05-08 | 1 | -92/+83 |
| * | test in trunc | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | bleh | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | testing -r | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | blah | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | testing | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | testing log_accum script | Rudy Gevaert | 2003-05-08 | 1 | -1/+1 |
| * | (Ffile_symlink_p): Let handlers handle symlinks even | Jason Rumney | 2003-05-07 | 2 | -5/+13 |
| * | *** empty log message *** | Juanma Barranquero | 2003-05-07 | 1 | -1/+6 |