| Commit message (Expand) | Author | Age | Files | Lines |
* | Move org files to their own directory | Carsten Dominik | 2008-03-22 | 6 | -0/+0 |
* | *** empty log message *** | Carsten Dominik | 2008-03-22 | 1 | -0/+14 |
* | (lisp-complete-symbol): | Juri Linkov | 2008-03-22 | 2 | -1/+7 |
* | (debug-ignored-errors): Remove $ from the end of | Juri Linkov | 2008-03-22 | 2 | -1/+35 |
* | (standard-mode-line-modes): Put special help-echo | Juri Linkov | 2008-03-21 | 1 | -2/+5 |
* | * comint.el (comint-dynamic-simple-complete): | Juri Linkov | 2008-03-21 | 1 | -4/+6 |
* | (shell-dynamic-complete-command) | Juri Linkov | 2008-03-21 | 1 | -2/+4 |
* | (comint-dynamic-complete-as-filename) | Juri Linkov | 2008-03-21 | 1 | -8/+21 |
* | * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp". | Michael Albinus | 2008-03-21 | 2 | -2/+7 |
* | Fix up encoding. | Michael Albinus | 2008-03-21 | 2 | -2/+2 |
* | * vc-hooks.el (vc-default-mode-line-string): Add case for added files. | Stefan Monnier | 2008-03-21 | 7 | -53/+28 |
* | (vc-git-status-result): New variable. | Dan Nicolaescu | 2008-03-21 | 2 | -22/+42 |
* | (vc-git-after-dir-status): Remove. | Dan Nicolaescu | 2008-03-21 | 2 | -41/+32 |
* | (occur-mode-map): Add :help. | Dan Nicolaescu | 2008-03-21 | 2 | -10/+22 |
* | (emacs-lisp-mode-map): Add menu entry for disassemble. | Dan Nicolaescu | 2008-03-21 | 2 | -0/+6 |
* | (vc-status-mark-buffer-changed): Better deal with files in | Dan Nicolaescu | 2008-03-21 | 2 | -42/+50 |
* | * vc-hg.el (vc-hg-state): | Dan Nicolaescu | 2008-03-21 | 5 | -4/+13 |
* | *** empty log message *** | Juanma Barranquero | 2008-03-21 | 1 | -1/+1 |
* | (read-shell-command): Other typo. | Stefan Monnier | 2008-03-20 | 1 | -1/+1 |
* | * progmodes/compile.el (compile): | Stefan Monnier | 2008-03-20 | 3 | -13/+19 |
* | (read-shell-command): Typo. | Stefan Monnier | 2008-03-20 | 1 | -0/+1 |
* | (minibuffer-local-shell-command-map): New var. | Stefan Monnier | 2008-03-20 | 1 | -5/+25 |
* | (vc-status-mark-buffer-changed): New function to implement | Dan Nicolaescu | 2008-03-20 | 2 | -42/+84 |
* | (mm-copy-to-buffer): Use mm-set-buffer-multibyte. | Stefan Monnier | 2008-03-20 | 2 | -3/+5 |
* | (mm-set-buffer-multibyte): New function. | Stefan Monnier | 2008-03-20 | 2 | -0/+3 |
* | (gnus-configure-frame, gnus-all-windows-visible-p): | Stefan Monnier | 2008-03-20 | 2 | -4/+9 |
* | (sort-reorder-buffer): Preserve the buffer's multibyteness. | Stefan Monnier | 2008-03-20 | 2 | -41/+47 |
* | Fix up encoding. | Stefan Monnier | 2008-03-20 | 1 | -3/+3 |
* | (icomplete-completions): While collecting the list of prospective candidates, | Juanma Barranquero | 2008-03-20 | 2 | -5/+9 |
* | (icomplete-prospects-length, icomplete-max-delay-chars, | Juanma Barranquero | 2008-03-20 | 2 | -17/+24 |
* | * textmodes/refbib.el: | Dan Nicolaescu | 2008-03-20 | 7 | -28/+36 |
* | (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including | Dan Nicolaescu | 2008-03-20 | 2 | -1/+4 |
* | (verilog-easy-menu-filter): New function. | Dan Nicolaescu | 2008-03-20 | 2 | -153/+265 |
* | (calendar-location-name, calendar-latitude) | Glenn Morris | 2008-03-20 | 2 | -50/+77 |
* | (calendar-other-dates): Declare it, and removes the declarations it replaces. | Glenn Morris | 2008-03-20 | 1 | -84/+29 |
* | (calendar-other-dates): New function. | Glenn Morris | 2008-03-20 | 1 | -42/+45 |
* | (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): | Glenn Morris | 2008-03-20 | 1 | -8/+32 |
* | (calendar-bahai-leap-year-p) | Glenn Morris | 2008-03-20 | 1 | -15/+20 |
* | Remove outdated comments. | Jay Belanger | 2008-03-20 | 2 | -61/+14 |
* | (x-alternatives-map): Add S-tab mapping. | Jason Rumney | 2008-03-19 | 2 | -7/+5 |
* | (open-tls-stream): Reindent. | Reiner Steib | 2008-03-19 | 2 | -9/+13 |
* | * net/tramp.el (tramp-let-maybe): Removed. | Michael Albinus | 2008-03-19 | 2 | -30/+33 |
* | * net/trampver.el: Move coding cookie at the end. | Michael Albinus | 2008-03-19 | 1 | -1/+5 |
* | * net/tramp-uu.el: Move coding cookie at the end. | Michael Albinus | 2008-03-19 | 1 | -1/+5 |
* | * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind | Michael Albinus | 2008-03-19 | 1 | -7/+7 |
* | (describe-function-1): Don't signal "missing arglist" for autoloaded keymaps. | Stefan Monnier | 2008-03-19 | 2 | -1/+4 |
* | *** empty log message *** | Juanma Barranquero | 2008-03-19 | 1 | -1/+1 |
* | (verilog-syntax-ppss): New function. | Stefan Monnier | 2008-03-19 | 2 | -49/+39 |
* | *** empty log message *** | Juanma Barranquero | 2008-03-19 | 1 | -0/+7 |
* | (org-link-store, org-link-follow, org-latex, org-remember-templates, | Juanma Barranquero | 2008-03-19 | 1 | -20/+20 |