| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 82 | -82/+82 |
* | * progmodes/js.el: Autoload javascript-mode alias. | Chong Yidong | 2010-01-11 | 1 | -0/+1 |
* | * compile.el (compilation-read-command): Doc fix. | Chong Yidong | 2010-01-09 | 1 | -1/+6 |
* | Fix compile-command's safe-local-variable condition. | Chong Yidong | 2010-01-09 | 1 | -1/+1 |
* | * progmodes/python.el (python-font-lock-keywords): Handle qualified decorators | Chong Yidong | 2010-01-05 | 1 | -2/+4 |
* | Allow use of "end" keyword for terminating Octave-mode blocks. | Chong Yidong | 2010-01-02 | 1 | -10/+18 |
* | lisp/*: Fix typos in docstrings and messages. | Juanma Barranquero | 2010-01-02 | 3 | -43/+44 |
* | Declare some functions for the byte-compiler. | Juanma Barranquero | 2009-12-29 | 1 | -0/+8 |
* | This changeset reverts GDB Graphical Interface to use annotations. It incorp... | Nick Roberts | 2009-12-29 | 3 | -4277/+4247 |
* | * progmodes/python.el (python-symbol-completions): Remove text | Chong Yidong | 2009-12-14 | 1 | -3/+4 |
* | (gdb-frame-handler): Only set gud-lat-frame | Nick Roberts | 2009-12-14 | 1 | -3/+2 |
* | * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2 | Chong Yidong | 2009-12-11 | 1 | -1/+1 |
* | * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re, | Dan Nicolaescu | 2009-12-11 | 1 | -37/+126 |
* | (safe-pos-list): Define for compiler. | Glenn Morris | 2009-12-11 | 1 | -1/+3 |
* | Fix bug#5091: indentation in c++-mode. | Alan Mackenzie | 2009-12-10 | 2 | -136/+169 |
* | * minibuffer.el (completion-at-point-functions): New var. | Stefan Monnier | 2009-12-07 | 2 | -245/+8 |
* | (grep-read-files): Use `completing-read' | Juri Linkov | 2009-12-07 | 1 | -2/+3 |
* | * progmodes/js.el (js--js-not): Add null to the list of values. | Chong Yidong | 2009-12-06 | 1 | -1/+1 |
* | * bindings.el (complete-symbol): Call semantic-ia-complete-symbol if | Chong Yidong | 2009-12-05 | 1 | -1/+0 |
* | Revert change 2009-07-18T21:03:43Z!acm@muc.de | Alan Mackenzie | 2009-12-05 | 1 | -2/+2 |
* | (class): Restore still useful declaration. | Glenn Morris | 2009-12-03 | 1 | -0/+4 |
* | Enhance `c-parse-state' to run efficiently in "brace desserts". | Alan Mackenzie | 2009-12-03 | 5 | -318/+1195 |
* | (makefile-special-targets-list): No need for it to be an alist any more. | Stefan Monnier | 2009-12-03 | 1 | -90/+37 |
* | (octave-complete-symbol): Use completion-in-region. | Stefan Monnier | 2009-12-03 | 1 | -37/+2 |
* | Misc cleanup. | Stefan Monnier | 2009-12-03 | 1 | -236/+231 |
* | * progmodes/pascal.el: Require CL when compiling (for lexical-let). | Juanma Barranquero | 2009-12-03 | 1 | -3/+5 |
* | Use completion-in-buffer and remove uses of dynamic scoping. | Stefan Monnier | 2009-12-02 | 1 | -211/+163 |
* | Add arch tagline | Miles Bader | 2009-12-01 | 1 | -0/+1 |
* | Fix references to jit-lock properties. | Juanma Barranquero | 2009-11-30 | 1 | -2/+2 |
* | (perl-font-lock-special-syntactic-constructs): | Stefan Monnier | 2009-11-30 | 1 | -9/+10 |
* | (gud-basic-call): Don't only save the buffer but the excursion as well. | Stefan Monnier | 2009-11-27 | 1 | -12/+13 |
* | * verilog-mode.el (verilog-at-struct-p): Support "signed" and | Dan Nicolaescu | 2009-11-26 | 1 | -37/+57 |
* | Search recursively in gzipped files. (Bug#4982) | Juri Linkov | 2009-11-25 | 1 | -13/+60 |
* | * progmodes/meta-mode.el (meta-complete-symbol): | Stefan Monnier | 2009-11-25 | 2 | -40/+8 |
* | * progmodes/subword.el (subword-mode-map): Fix subword-mode-map | Tassilo Horn | 2009-11-22 | 1 | -4/+2 |
* | (cc-imenu-java-generic-expression): A corrected version of the patch from | Alan Mackenzie | 2009-11-21 | 1 | -27/+28 |
* | * progmodes/subword.el: Rename from lisp/subword.el. | Tassilo Horn | 2009-11-21 | 1 | -0/+282 |
* | * progmodes/cc-cmds.el (c-forward-into-nomenclature) | Tassilo Horn | 2009-11-20 | 1 | -6/+6 |
* | * progmodes/cc-cmds.el: declare-functioned forward-subword and | Tassilo Horn | 2009-11-20 | 1 | -0/+4 |
* | 2009-11-20 Tassilo Horn <tassilo@member.fsf.org> | Tassilo Horn | 2009-11-20 | 4 | -311/+14 |
* | (symbol-complete): Use completion-in-region. | Stefan Monnier | 2009-11-19 | 1 | -8/+3 |
* | * find-dired.el (find-name-arg): Remove autoload. (Bug#4387) | Juri Linkov | 2009-11-19 | 1 | -1/+2 |
* | (cc-imenu-java-generic-expression): A new, more accurate version of the | Alan Mackenzie | 2009-11-18 | 1 | -13/+36 |
* | (c-version): Bump to 5.31.8. | Alan Mackenzie | 2009-11-18 | 1 | -1/+1 |
* | * textmodes/ispell.el (ispell-skip-region-alist): | Dan Nicolaescu | 2009-11-12 | 1 | -1/+1 |
* | * widget.el (define-widget): Purecopy the docstring. | Dan Nicolaescu | 2009-11-11 | 2 | -2/+2 |
* | * progmodes/grep.el (grep-regexp-alist): | Dan Nicolaescu | 2009-11-11 | 1 | -1/+1 |
* | * term/x-win.el (x-gtk-stock-map): | Dan Nicolaescu | 2009-11-11 | 5 | -10/+11 |
* | Update x-popup-menu declaration. | Glenn Morris | 2009-11-10 | 1 | -1/+1 |
* | * compilation.txt: Add one more error message for msft (Bug#4100). | Chong Yidong | 2009-11-08 | 1 | -3/+5 |