1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

70984 Commits

Author SHA1 Message Date
Stefan Monnier
f2b189796c (tpu-before-save-hook): Rename from tpu-write-file-hook.
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.
2007-08-06 16:20:10 +00:00
Michael Albinus
1f3d1bea39 *** empty log message *** 2007-08-06 07:23:39 +00:00
Michael Albinus
5bc880a47d * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
process-filter.
2007-08-06 06:57:31 +00:00
Martin Rudalics
8f06e122c5 (Size of Window): Document window-full-width-p. 2007-08-06 06:53:40 +00:00
Martin Rudalics
2a5f11a2b0 (resize-temp-buffer-window): Use window-full-width-p
instead of comparing frame-width and window-width.
2007-08-06 06:51:13 +00:00
Martin Rudalics
97958f7775 Add EXFUN for Fwindow_full_width_p. 2007-08-06 06:47:09 +00:00
Martin Rudalics
35ea56c96a (window_min_size_2): New function.
(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.
2007-08-06 06:44:31 +00:00
Vinicius Jose Latorre
a6f882f597 Honor term-default-fg-color and term-default-bg-color settings when modifying term-current-face. 2007-08-05 14:09:30 +00:00
Vinicius Jose Latorre
0dad68f039 Require lpr and ps-print when loading printing package 2007-08-05 12:58:00 +00:00
Michael Albinus
70aa3317c5 *** empty log message *** 2007-08-05 12:48:27 +00:00
Michael Albinus
6435918d3d * net/tramp.el (tramp-handle-file-remote-p): Return a string as
remote identification.
2007-08-05 12:43:06 +00:00
Michael Albinus
212b726841 * files.el (set-auto-mode): Handle also remote files wrt
`auto-mode-alist'.
2007-08-05 08:57:24 +00:00
Glenn Morris
b1ab8c3810 (auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, when
the library is first loaded.  Check for a file that has been modified
on disk.
2007-08-04 02:35:10 +00:00
Glenn Morris
e9bfd3a3f9 (cperl-compilation-error-regexp-alist): Remove duplicate defvar
preventing initialization.
(cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2007-08-04 02:32:43 +00:00
Richard M. Stallman
ddbdaf2420 *** empty log message *** 2007-08-03 20:19:08 +00:00
Glenn Morris
14f7b89dd3 (telnet-mode): Fix previous change. 2007-08-03 17:09:43 +00:00
Miles Bader
5716cebdd0 Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87
2007-08-03 05:09:21 +00:00
Richard M. Stallman
73ff9d42c4 (Fvisited_file_modtime): Use make_time. 2007-08-03 03:39:09 +00:00
Richard M. Stallman
1ad08acd2b Comment change. 2007-08-03 03:38:24 +00:00
Glenn Morris
3ff6796841 (telnet-mode): Set comint-use-prompt-regexp to t. 2007-08-03 03:21:13 +00:00
Glenn Morris
501d63d62d Revert previous change, which was only supposed to be in trunk. 2007-08-03 03:19:07 +00:00
Glenn Morris
fd2a7b94b3 Drew Adams <drew.adams at oracle.com>
(pp-eval-expression): Add progress message.  Make buffer writable.
2007-08-03 03:14:34 +00:00
Richard M. Stallman
7d7d10b874 (rmail-make-summary-line): Find end of msg number to update deleted flag. 2007-08-02 17:56:38 +00:00
Richard M. Stallman
bd18cd1928 (customize-apropos, customize-apropos-options)
(customize-apropos-faces, customize-apropos-groups): Improve prompt.
2007-08-02 17:53:19 +00:00
Richard M. Stallman
69a7537f47 (menu-bar-help-menu): Add "About GNU" menu item. 2007-08-02 17:52:26 +00:00
Richard M. Stallman
257792a8db (fancy-splash-head, startup-echo-area-message): Change message text. 2007-08-02 17:49:33 +00:00
Richard M. Stallman
77b4381a2d (next-line-internal): Setting deleted. All callers use line-move. 2007-08-02 17:43:00 +00:00
Richard M. Stallman
7d1dad0cbd (compilation-find-buffer): Return current buffer immediately if suitable.
(compile, compilation-buffer-name, compilation-start): Doc fixes.
2007-08-02 17:40:54 +00:00
Stefan Monnier
51f6595da7 (vc-bzr-admin-dirstate): Rename from `...-dirname'.
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'.
2007-08-02 17:08:53 +00:00
Vinicius Jose Latorre
c47647ca1b Insert tiny change 2007-08-02 00:22:22 +00:00
Vinicius Jose Latorre
d73a9dd702 Adjust load-path comment 2007-08-02 00:05:13 +00:00
Vinicius Jose Latorre
40921745e5 Adjust load-path comment 2007-08-01 22:20:41 +00:00
Vinicius Jose Latorre
ec96293f2d Adjust load-path 2007-08-01 21:43:46 +00:00
Richard M. Stallman
1a1c4e2ebf *** empty log message *** 2007-08-01 18:28:48 +00:00
Vinicius Jose Latorre
67de6223a9 Docstring fix 2007-08-01 17:36:31 +00:00
Richard M. Stallman
1605972ed1 *** empty log message *** 2007-08-01 13:29:01 +00:00
Alan Mackenzie
eae7d61c53 (Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".
2007-08-01 09:18:11 +00:00
Alan Mackenzie
9f3df1e5cf *** empty log message *** 2007-08-01 09:10:27 +00:00
Vinicius Jose Latorre
aa96d4d57d Fix parent groups link 2007-08-01 01:18:37 +00:00
Richard M. Stallman
6b8e7bc2cc *** empty log message *** 2007-07-31 18:26:24 +00:00
Richard M. Stallman
2d17b4d5dc (face-normalize-spec): New function.
(frame-set-background-mode): Normalize face-spec
before calling face-spec-match-p.
2007-07-31 17:34:15 +00:00
Stefan Monnier
5b5485e6fd (vc-find-file-hook): Failsafe if the backend's `registered' function burps. 2007-07-31 15:28:16 +00:00
Stefan Monnier
a0e5e0759c * vc-bzr.el: New file (copied from the trunk).
* vc-hooks.el (vc-handled-backends): Add BZR.
2007-07-31 15:26:05 +00:00
Stefan Monnier
ee9272ffea (server-window): Add switch-to-buffer-other-frame option. 2007-07-31 13:14:33 +00:00
Miles Bader
bd53d37c66 Restore lisp/emacs-lisp/cl-loaddefs.el
... and remove lisp/emacs-lisp/.arch-inventory

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-83
2007-07-31 05:04:29 +00:00
Miles Bader
2f62a04420 Merge from gnus--rel--5.10
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
2007-07-31 05:04:20 +00:00
Miles Bader
fa4488bd96 Changes from arch/CVS synchronization 2007-07-31 04:20:12 +00:00
Richard M. Stallman
183e368a05 *** empty log message *** 2007-07-31 04:14:07 +00:00
Richard M. Stallman
982240c54b *** empty log message *** 2007-07-30 20:10:53 +00:00
Richard M. Stallman
f8d25b6d2c *** empty log message *** 2007-07-30 19:48:16 +00:00