| Commit message (Expand) | Author | Age | Files | Lines |
| * | (python-complete-symbol): Remove redundant check. | Juanma Barranquero | 2007-06-14 | 1 | -1/+1 |
| * | Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable. | Stefan Monnier | 2007-06-13 | 1 | -108/+90 |
| * | (sh-font-lock-backslash-quote, sh-font-lock-flush-syntax-ppss-cache): New funs. | Stefan Monnier | 2007-06-11 | 1 | -2/+19 |
| * | (mixal-operation-codes-alist): Fix typo in docstring. | Juanma Barranquero | 2007-06-07 | 1 | -1/+1 |
| * | (ebrowse-draw-file-member-info): Doc fix. | Juanma Barranquero | 2007-06-07 | 1 | -1/+1 |
| * | (idlwave-one-key-select): Fix typo in docstring. | Juanma Barranquero | 2007-06-07 | 1 | -1/+1 |
| * | (ebrowse-member-table): Fix typo in docstring. | Juanma Barranquero | 2007-06-07 | 1 | -1/+1 |
| * | (compilation-find-file, compilation-handle-exit): Fix typos in docstrings. | Juanma Barranquero | 2007-06-04 | 1 | -7/+7 |
| * | Add TIMESTAMP to LOC to handle "incremental compilation", e.g., | Sam Steingold | 2007-06-03 | 1 | -9/+20 |
| * | (idlwave-routines): Fix typo in docstring. | Juanma Barranquero | 2007-05-28 | 1 | -2/+2 |
| * | Nikolaj Schumacher <n_schumacher at web.de> (tiny change) | Glenn Morris | 2007-05-23 | 1 | -3/+4 |
| * | (compilation-handle-exit): Quote first argument of `run-hook-with-args'. | Juanma Barranquero | 2007-05-16 | 1 | -1/+1 |
| * | Merge from emacs--rel--22 | Miles Bader | 2007-05-11 | 1 | -4/+1 |
| |\ |
|
| | * | (compilation-handle-exit): | Richard M. Stallman | 2007-05-10 | 1 | -4/+1 |
| * | | (python-font-lock-keywords, python-open-block-statement-p, python-mode): | Stefan Monnier | 2007-05-09 | 1 | -3/+3 |
| * | | (python-end-of-block): Revert last change. | Stefan Monnier | 2007-05-09 | 1 | -10/+9 |
| * | | (compilation-find-file): Add a big comment. | Stefan Monnier | 2007-05-08 | 1 | -1/+18 |
| |/ |
|
| * | (python-guess-indent): Check non-nullness before comparing indent against | Stefan Monnier | 2007-05-08 | 1 | -1/+1 |
| * | (gud-menu-map): Pdb can't handle SIGINT so | Nick Roberts | 2007-04-30 | 1 | -1/+1 |
| * | Stefan Monnier <monnier at iro.umontreal.ca> | Glenn Morris | 2007-04-28 | 1 | -1/+1 |
| * | (sh-mode): Recognize .profile as sh style. | Richard M. Stallman | 2007-04-28 | 1 | -0/+2 |
| * | Restore file pending consideration of legal issues. | Glenn Morris | 2007-04-26 | 1 | -0/+2307 |
| * | Merged in trunk change 3.61. | J.D. Smith | 2007-04-26 | 1 | -7/+9 |
| * | Remove python.el due to unclear legal issues. | Chong Yidong | 2007-04-24 | 1 | -2307/+0 |
| * | (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP. | J.D. Smith | 2007-04-24 | 1 | -8/+15 |
| * | Whitespace change. | Richard M. Stallman | 2007-04-22 | 1 | -1/+1 |
| * | (c-remove-any-local-eval-or-mode-variables): Use delete-region | Martin Rudalics | 2007-04-21 | 1 | -3/+2 |
| * | (perl-indent-command): Use delete-region instead of kill-region. | Chong Yidong | 2007-04-21 | 1 | -2/+2 |
| * | (c-electric-slash): Replace wrong use of `kill-region' by | Alan Mackenzie | 2007-04-21 | 1 | -1/+1 |
| * | (mantemp-make-mantemps-region) | Chong Yidong | 2007-04-21 | 1 | -9/+9 |
| * | (vhdl-template-type) | Chong Yidong | 2007-04-21 | 1 | -10/+12 |
| * | (c-in-function-trailer-p): Fix this: when a function return type contains | Alan Mackenzie | 2007-04-19 | 1 | -4/+18 |
| * | (c-beginning-of-defun): With -ve arg and point too close to EOB, leave | Alan Mackenzie | 2007-04-17 | 1 | -1/+1 |
| * | (python-end-of-block): Avoid looping forever if python-next-statement | Chong Yidong | 2007-04-16 | 1 | -2/+6 |
| * | * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var. | Dan Nicolaescu | 2007-04-16 | 2 | -0/+2 |
| * | Revert 2007-03-25 change. | Chong Yidong | 2007-04-13 | 1 | -1/+1 |
| * | (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages. | Juanma Barranquero | 2007-04-13 | 1 | -2/+2 |
| * | (jdb): Add gud-print. | Nick Roberts | 2007-04-12 | 1 | -1/+5 |
| * | (gud-minor-mode-map): Make go button same | Nick Roberts | 2007-04-12 | 1 | -1/+1 |
| * | (cperl-mode): Remove unnecessary call to obsolete function | Glenn Morris | 2007-04-10 | 1 | -3/+1 |
| * | (top-level): Move (require 'tempo) to start to quieten byte-compiler. | Glenn Morris | 2007-04-10 | 1 | -2/+3 |
| * | (c-capitalize-subword): Implement | Masatake YAMATO | 2007-04-09 | 1 | -7/+12 |
| * | Install a patch from Paul Curry. | Masatake YAMATO | 2007-04-09 | 1 | -13/+22 |
| * | Changes to make `narrow-to-defun' and `mark-defun' work properly in CC | Alan Mackenzie | 2007-04-09 | 4 | -15/+35 |
| * | (gdb): Restore existing session if user | Nick Roberts | 2007-04-09 | 1 | -4/+3 |
| * | (c-end-of-defun): Tidy up, to eliminate byte-compiler warning "value | Alan Mackenzie | 2007-04-08 | 1 | -4/+2 |
| * | (c-electric-paren): clean-up space-before-funcall: only insert space when on | Alan Mackenzie | 2007-04-07 | 1 | -5/+5 |
| * | (grep-find-use-xargs): Rewrite docstring. | Chong Yidong | 2007-04-07 | 1 | -4/+4 |
| * | Fix fontification of labels, and other things with ":". | Alan Mackenzie | 2007-04-06 | 2 | -86/+135 |
| * | (grep-program): Remove commentary about zgrep. | Kim F. Storm | 2007-04-06 | 1 | -11/+1 |