Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (tpu-current-line): Use posn-at-point and count-screen-lines. | Stefan Monnier | 2007-08-06 | 2 | -2/+10 |
| | | | | (tpu-edt-off): Disable relevant pieces of advice. | ||||
* | (tpu-before-save-hook): Rename from tpu-write-file-hook. | Stefan Monnier | 2007-08-06 | 2 | -44/+36 |
| | | | | | | | Activate it with add-hook on buffer-save-hook. (newline, newline-and-indent, do-auto-fill): Use advice instead of redefining the function. (tpu-set-scroll-margins): Activate the pieces of advice. | ||||
* | *** empty log message *** | Michael Albinus | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in | Michael Albinus | 2007-08-06 | 2 | -1/+11 |
| | | | | process-filter. | ||||
* | (Size of Window): Document window-full-width-p. | Martin Rudalics | 2007-08-06 | 2 | -0/+10 |
| | |||||
* | (resize-temp-buffer-window): Use window-full-width-p | Martin Rudalics | 2007-08-06 | 2 | -2/+7 |
| | | | | instead of comparing frame-width and window-width. | ||||
* | Add EXFUN for Fwindow_full_width_p. | Martin Rudalics | 2007-08-06 | 2 | -0/+25 |
| | |||||
* | (window_min_size_2): New function. | Martin Rudalics | 2007-08-06 | 1 | -47/+70 |
| | | | | | | | | | | | | | | | | | | (window_min_size_1, size_window, Fdisplay_buffer) (Fsplit_window, adjust_window_trailing_edge): Use it to avoid windows without mode- or header-lines when window-min-height is too small. (size_window): Reset nodelete_p after testing it, following an earlier note by Kim F. Storm. (display_buffer): Do not set split_height_threshold to twice the value of window_min_height to avoid changing the value of a customizable variable. Rather explicitly check whether the height of the window that shall be splitted is at least as large as split_height_threshold. (Fwindow_full_width_p): New defun. (syms_of_window): Defsubr it. (Fdisplay_buffer): Use NILP. (Fset_window_scroll_bars): Likewise. | ||||
* | Honor term-default-fg-color and term-default-bg-color settings when ↵ | Vinicius Jose Latorre | 2007-08-05 | 2 | -8/+30 |
| | | | | modifying term-current-face. | ||||
* | Require lpr and ps-print when loading printing package | Vinicius Jose Latorre | 2007-08-05 | 2 | -426/+453 |
| | |||||
* | *** empty log message *** | Michael Albinus | 2007-08-05 | 1 | -2/+2 |
| | |||||
* | * net/tramp.el (tramp-handle-file-remote-p): Return a string as | Michael Albinus | 2007-08-05 | 3 | -2/+5 |
| | | | | remote identification. | ||||
* | * files.el (set-auto-mode): Handle also remote files wrt | Michael Albinus | 2007-08-05 | 2 | -1/+11 |
| | | | | `auto-mode-alist'. | ||||
* | (auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, when | Glenn Morris | 2007-08-04 | 2 | -0/+26 |
| | | | | | the library is first loaded. Check for a file that has been modified on disk. | ||||
* | (cperl-compilation-error-regexp-alist): Remove duplicate defvar | Glenn Morris | 2007-08-04 | 1 | -9/+9 |
| | | | | | preventing initialization. (cperl-mode): Fix compilation-error-regexp-alist-alist setting. | ||||
* | *** empty log message *** | Richard M. Stallman | 2007-08-03 | 1 | -0/+2 |
| | |||||
* | (telnet-mode): Fix previous change. | Glenn Morris | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | Change capitalization of VC backend names for new backends | Miles Bader | 2007-08-03 | 5 | -11/+22 |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87 | ||||
* | (Fvisited_file_modtime): Use make_time. | Richard M. Stallman | 2007-08-03 | 2 | -5/+7 |
| | |||||
* | Comment change. | Richard M. Stallman | 2007-08-03 | 1 | -3/+3 |
| | |||||
* | (telnet-mode): Set comint-use-prompt-regexp to t. | Glenn Morris | 2007-08-03 | 2 | -2/+7 |
| | |||||
* | Revert previous change, which was only supposed to be in trunk. | Glenn Morris | 2007-08-03 | 1 | -5/+1 |
| | |||||
* | Drew Adams <drew.adams at oracle.com> | Glenn Morris | 2007-08-03 | 1 | -1/+5 |
| | | | | (pp-eval-expression): Add progress message. Make buffer writable. | ||||
* | (rmail-make-summary-line): Find end of msg number to update deleted flag. | Richard M. Stallman | 2007-08-02 | 2 | -4/+20 |
| | |||||
* | (customize-apropos, customize-apropos-options) | Richard M. Stallman | 2007-08-02 | 1 | -4/+4 |
| | | | | (customize-apropos-faces, customize-apropos-groups): Improve prompt. | ||||
* | (menu-bar-help-menu): Add "About GNU" menu item. | Richard M. Stallman | 2007-08-02 | 1 | -0/+3 |
| | |||||
* | (fancy-splash-head, startup-echo-area-message): Change message text. | Richard M. Stallman | 2007-08-02 | 1 | -2/+2 |
| | |||||
* | (next-line-internal): Setting deleted. All callers use line-move. | Richard M. Stallman | 2007-08-02 | 1 | -11/+4 |
| | |||||
* | (compilation-find-buffer): Return current buffer immediately if suitable. | Richard M. Stallman | 2007-08-02 | 2 | -13/+28 |
| | | | | (compile, compilation-buffer-name, compilation-start): Doc fixes. | ||||
* | (vc-bzr-admin-dirstate): Rename from `...-dirname'. | Stefan Monnier | 2007-08-02 | 2 | -6/+15 |
| | | | | | | | Make it more discriminating and more useful. (vc-bzr-root-dir): Use new name. (vc-bzr-registered): Use new name and look at the dirstate file to determine if it's registered or not without running `bzr'. | ||||
* | Insert tiny change | Vinicius Jose Latorre | 2007-08-02 | 1 | -2/+2 |
| | |||||
* | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-02 | 1 | -1/+1 |
| | |||||
* | Adjust load-path comment | Vinicius Jose Latorre | 2007-08-01 | 1 | -2/+2 |
| | |||||
* | Adjust load-path | Vinicius Jose Latorre | 2007-08-01 | 2 | -3/+8 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | Docstring fix | Vinicius Jose Latorre | 2007-08-01 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-08-01 | 1 | -0/+2 |
| | |||||
* | (Mailing Lists and Bug Reports): Correct "-no-site-file" to | Alan Mackenzie | 2007-08-01 | 1 | -6/+6 |
| | | | | "--no-site-file". | ||||
* | *** empty log message *** | Alan Mackenzie | 2007-08-01 | 1 | -0/+5 |
| | |||||
* | Fix parent groups link | Vinicius Jose Latorre | 2007-08-01 | 2 | -2/+7 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-07-31 | 1 | -0/+2 |
| | |||||
* | (face-normalize-spec): New function. | Richard M. Stallman | 2007-07-31 | 2 | -1/+30 |
| | | | | | (frame-set-background-mode): Normalize face-spec before calling face-spec-match-p. | ||||
* | (vc-find-file-hook): Failsafe if the backend's `registered' function burps. | Stefan Monnier | 2007-07-31 | 2 | -1/+2 |
| | |||||
* | * vc-bzr.el: New file (copied from the trunk). | Stefan Monnier | 2007-07-31 | 3 | -1/+516 |
| | | | | * vc-hooks.el (vc-handled-backends): Add BZR. | ||||
* | (server-window): Add switch-to-buffer-other-frame option. | Stefan Monnier | 2007-07-31 | 2 | -0/+5 |
| | |||||
* | Restore lisp/emacs-lisp/cl-loaddefs.el | Miles Bader | 2007-07-31 | 2 | -4/+1234 |
| | | | | | | ... and remove lisp/emacs-lisp/.arch-inventory Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83 | ||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2007-07-31 | 5 | -15/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 806, 811-812, 823) - Merge from emacs--rel--22 - Update from CVS * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-msg.el (gnus-summary-supersede-article) (gnus-summary-resend-message-edit): Add Gcc header. (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent article's Message-ID; refer parent article in summary buffer. * lisp/gnus/message.el (message-bounce): Call mime-to-mml. 2007-07-14 David Kastrup <dak@gnu.org> * lisp/gnus/gnus-art.el (gnus-mime-delete-part): Don't go through article-edit finishing actions if we did not edit the article. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-82 | ||||
* | Changes from arch/CVS synchronization | Miles Bader | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-07-31 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-07-30 | 1 | -0/+2 |
| |