Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (c-defun-name): Fix CLISP DEFUN handling. | Sam Steingold | 2008-11-07 | 2 | -4/+10 | |
| | ||||||
* | * frame.el (make-frame-on-display): Use `string-match-p'. | Juanma Barranquero | 2008-11-07 | 2 | -1/+5 | |
| | ||||||
* | (cl-macroexpand-all): Fix declaration. | Glenn Morris | 2008-11-07 | 2 | -1/+5 | |
| | ||||||
* | (lisp-mode-variables): Add new argument | Dan Nicolaescu | 2008-11-07 | 2 | -6/+14 | |
| | | | | | to initialize font-lock keyword case sensitivity. (lisp-mode): Use it. | |||||
* | (org-publish-attachment): Use copy-file rather than eshell/cp. | Glenn Morris | 2008-11-06 | 2 | -4/+3 | |
| | ||||||
* | Fix previous change. | Glenn Morris | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | (eshell/cp): Autoload it rather than requiring things. | Glenn Morris | 2008-11-06 | 2 | -5/+6 | |
| | ||||||
* | Remove unused file. | Glenn Morris | 2008-11-06 | 2 | -142/+4 | |
| | ||||||
* | (cl-macroexpand-all): Declare. | Glenn Morris | 2008-11-06 | 1 | -0/+3 | |
| | ||||||
* | (custom-variable-value-create, custom-face): | Glenn Morris | 2008-11-06 | 2 | -4/+10 | |
| | | | | Use face names sans -face suffix rather than aliases. | |||||
* | (custom-comment-tag): Doc fix. | Glenn Morris | 2008-11-06 | 1 | -3/+3 | |
| | | | | (custom-comment): Use face names sans -face suffix rather than aliases. | |||||
* | Merge from gnus--devo--0 | Miles Bader | 2008-11-06 | 3 | -18/+75 | |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1464 | |||||
* | (calc-quit): Use `window-full-width-p' to check window width. | Jay Belanger | 2008-11-05 | 2 | -1/+9 | |
| | ||||||
* | (server-process-filter): Only default to emacsclient's terminal in | Chong Yidong | 2008-11-05 | 1 | -2/+3 | |
| | | | | daemon mode. | |||||
* | * server.el (server-process-filter): Only default to emacsclient's | Chong Yidong | 2008-11-05 | 1 | -0/+5 | |
| | | | | terminal in daemon mode. | |||||
* | (quit-window): Restore prefix argument behavior | Martin Rudalics | 2008-11-05 | 2 | -1/+8 | |
| | | | | removed in 2008-10-30 change. (Bug#1308) | |||||
* | (doc-view-mode): Bugfix: Add conversion killing | Tassilo Horn | 2008-11-05 | 2 | -1/+7 | |
| | | | | | function to kill-buffer-hook, not to kill-buffer. Reported by Markus Triska <markus.triska@gmx.at> | |||||
* | (calc-quit): Make sure that the keypad buffer exists before delete its windows. | Jay Belanger | 2008-11-04 | 2 | -1/+6 | |
| | ||||||
* | (server-process-filter): Don't call server-create-tty-frame when no | Chong Yidong | 2008-11-04 | 1 | -6/+8 | |
| | | | | tty name is specified. | |||||
* | * server.el (server-process-filter): Don't call | Chong Yidong | 2008-11-04 | 1 | -0/+5 | |
| | | | | server-create-tty-frame when no tty name is specified. | |||||
* | (vc-bzr-dir-extra-headers): New function. | Chong Yidong | 2008-11-04 | 1 | -2/+15 | |
| | | | | (vc-bzr-dir-printer): Rename from vc-bzr-status-printer. | |||||
* | * vc-bzr.el (vc-bzr-dir-extra-headers): New function. | Chong Yidong | 2008-11-04 | 1 | -0/+7 | |
| | | | | (vc-bzr-dir-printer): Rename from vc-bzr-status-printer. | |||||
* | * org.el (org-columns-modify-value-for-display-function): | Juanma Barranquero | 2008-11-04 | 3 | -23/+28 | |
| | | | | * org-table.el (org-table-convert-region): Fix typos in docstrings. | |||||
* | (url-basepath): Add url-basepath as an alias for url-file-directory. | Chong Yidong | 2008-11-04 | 1 | -0/+3 | |
| | ||||||
* | * url-util.el (url-basepath): Add url-basepath as an alias for | Chong Yidong | 2008-11-04 | 1 | -0/+5 | |
| | | | | url-file-directory. | |||||
* | * international/mule-cmds.el (toggle-enable-multibyte-characters) | Juanma Barranquero | 2008-11-04 | 4 | -73/+80 | |
| | | | | | | (define-char-code-property): * textmodes/reftex.el (reftex-index): * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings. | |||||
* | Fix typo in comment. | Juanma Barranquero | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | (startup-echo-area-message): Display a different message in daemon | Chong Yidong | 2008-11-04 | 1 | -6/+8 | |
| | | | | mode. Suggested by Stephen Turnbull. | |||||
* | * startup.el (startup-echo-area-message): Display a different | Chong Yidong | 2008-11-04 | 1 | -0/+3 | |
| | | | | message in daemon mode. Suggested by Stephen Turnbull. | |||||
* | (make-frame-on-display): Ignore DISPLAY argument on Windows. | Chong Yidong | 2008-11-04 | 1 | -15/+19 | |
| | ||||||
* | * frame.el (make-frame-on-display): Ignore DISPLAY argument on | Chong Yidong | 2008-11-04 | 1 | -0/+5 | |
| | | | | Windows. | |||||
* | Fix typos. | Juanma Barranquero | 2008-11-04 | 1 | -5/+5 | |
| | ||||||
* | Fix typos. | Juanma Barranquero | 2008-11-04 | 5 | -18/+18 | |
| | ||||||
* | (save-selected-window): Remove indent-function for | Martin Rudalics | 2008-11-04 | 2 | -1/+4 | |
| | | | | save-selected-window-norecord. | |||||
* | (lisp-font-lock-keywords-2): Remove entry for | Martin Rudalics | 2008-11-04 | 1 | -2/+2 | |
| | | | | save-selected-window-norecord. | |||||
* | * dframe.el (dframe-mouse-position-function) | Juanma Barranquero | 2008-11-04 | 2 | -13/+19 | |
| | | | | | (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu) (dframe-mouse-set-point): Fix typos in docstrings. | |||||
* | (vc-dir-headers): Undo previous change. | Dan Nicolaescu | 2008-11-04 | 2 | -2/+9 | |
| | ||||||
* | (looking-back): Fix doc-string typo. | Martin Rudalics | 2008-11-04 | 2 | -1/+3 | |
| | ||||||
* | *** empty log message *** | Martin Rudalics | 2008-11-04 | 1 | -0/+3 | |
| | ||||||
* | * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header. | Nick Roberts | 2008-11-04 | 1 | -5/+18 | |
| | | | | * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS. | |||||
* | (Electric-pop-up-window): Call window-end with UPDATE set to t. | Martin Rudalics | 2008-11-04 | 1 | -1/+1 | |
| | ||||||
* | * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header. | Nick Roberts | 2008-11-04 | 1 | -3/+2 | |
| | | | | * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS. | |||||
* | *** empty log message *** | Nick Roberts | 2008-11-04 | 1 | -0/+5 | |
| | ||||||
* | (save-selected-window): Make it behave like | Martin Rudalics | 2008-11-04 | 2 | -35/+24 | |
| | | | | | | | | save-selected-window-norecord. (save-selected-window-norecord): Remove, since functionality fully taken over by save-selected-window. (walk-windows, set-window-text-height, fit-window-to-buffer): Use save-selected-window instead of save-selected-window-norecord. | |||||
* | (looking-back): Doc fix. | Chong Yidong | 2008-11-03 | 1 | -3/+5 | |
| | ||||||
* | * subr.el (looking-back): Doc fix. | Chong Yidong | 2008-11-03 | 1 | -0/+2 | |
| | ||||||
* | (c-forward-label): Fix for QT macros. | Alan Mackenzie | 2008-11-03 | 1 | -4/+6 | |
| | ||||||
* | *** empty log message *** | Alan Mackenzie | 2008-11-03 | 1 | -0/+4 | |
| | ||||||
* | (x-initialize-window-system): Call x-wm-set-size-hint after | Chong Yidong | 2008-11-03 | 1 | -0/+6 | |
| | | | | initialization. | |||||
* | * term/x-win.el (x-initialize-window-system): Call | Chong Yidong | 2008-11-03 | 1 | -0/+3 | |
| | | | | x-wm-set-size-hint after initialization. |