1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00
Commit Graph

88293 Commits

Author SHA1 Message Date
Tassilo Horn
41ec3f54f6 (gnus-treat-display-face): Fix docstring link to point to
`(gnus)Face', not `(gnus)X-Face'.
2009-01-06 11:39:20 +00:00
Michael Albinus
2c418c5bbf * net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file): Delete temporary file in case of
quit.
2009-01-06 07:56:42 +00:00
Michael Albinus
2988341a84 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-write-region)
Delete temporary file in case of quit.
2009-01-06 07:51:09 +00:00
Stefan Monnier
1bba1cfc46 (completion-hilit-commonality): Don't presume
all-completions always include the input as prefix.
(completion-pcm--pattern-trivial-p): Accept a few more patterns
as trivial.
(completion-pcm--hilit-commonality): Remove leftover code that used to
deal with the now removed cdr-in-last-cons.
2009-01-06 04:17:04 +00:00
Juanma Barranquero
8d5e14a9c7 Update autoload checksums. 2009-01-06 02:13:40 +00:00
Juanma Barranquero
3dabda23e5 * international/mule.el (define-coding-system): Fix typos in docstring. 2009-01-06 02:05:34 +00:00
Alan Mackenzie
49be4f8800 (c-setup-paragraph-variables): Ensure paragraph-\(start\|separate\) match
blank lines.  For AWK Mode.
2009-01-05 21:22:20 +00:00
Alan Mackenzie
ac4e7a307f *** empty log message *** 2009-01-05 21:21:04 +00:00
Michael Albinus
91192f4fab * net/tramp-smb.el (tramp-smb-handle-copy-file)
(tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
Delete temporary file in case of error.
2009-01-05 19:40:55 +00:00
Michael Albinus
ce2cc72811 * net/tramp.el (tramp-handle-load)
(tramp-do-copy-or-rename-file-directly)
(tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
(tramp-handle-write-region): Delete temporary file in case of
error.
2009-01-05 19:37:01 +00:00
Agustín Martín
77fea89de1 Fix my name in a couple of commits 2009-01-05 17:54:03 +00:00
Agustín Martín
0764ed3749 textmodes/ispell.el (ispell-check-version): Use (with-temp-buffer) 2009-01-05 17:45:53 +00:00
Richard M. Stallman
638a245702 (Predicates for Strings): Minor clarification. 2009-01-05 16:06:19 +00:00
Richard M. Stallman
27610f35e2 (Function Safety): Texinfo usage fix. 2009-01-05 16:03:29 +00:00
Richard M. Stallman
85fed0a40a (mail-bury): Treat pmail-mode like rmail-mode. 2009-01-05 15:53:40 +00:00
Richard M. Stallman
f79e69b91f (basic-save-buffer): Protect buffer-modified flag around first swap.
(pmail-show-message): Protect buffer-modified flag around swap.
(pmail-change-major-mode-hook): Likewise.
(pmail-use-collection-buffer, pmail-swap-buffers-maybe): Likewise.

(pmail-error-bad-format): Always phrase the error as about an invalid message.
(pmail-convert-file-maybe): Don't use pmail-error-bad-format.
(pmail-mode-map): Move pmail-widen to C-c C-w.
(pmail-mode-1): Don't alter mode-line-modified.
(pmail-perm-variables): Turn off undo in view buffer.
(pmail-variables): Turn off undo.
(pmail-show-message): Delete useless calls to `widen'.
Avoid passing thru temp buffer if we don't need
base64 or quoted printable decoding for whole message.

(pmail-keywords): Variable deleted.
(pmail-last-label, pmail-last-multi-labels): Moved to pmailkwd.el.
(pmail-perm-variables): Don't mess with pmail-last-label.
Don't mess with pmail-keywords.
(pmail-copy-headers): Doc fix.
(pmail-set-header): New function.
(pmail-get-keywords): Doc fix.
(pmail-get-labels): New function.
(pmail-display-labels): Use pmail-get-labels.
(pmail-set-attribute): Mark pmail-buffer modified
if we change an attribute.

(pmail-apply-in-message): New function.
(pmail-message-labels-p): Function moved to pmailsum.el.
(pmail-message-recipients-p, pmail-message-regexp-p): Likewise.
(pmail-current-subject, pmail-current-subject-regexp): Fns deleted.
(pmail-simplified-subject, pmail-simplified-subject-regexp): New fns.
(pmail-next-same-subject): Fetch each msg's subject and compare.

(pmail-speedbar-move-message): Use pmail-output.
(pmail-construct-io-menu): Use pmail-output.
(pmail-default-pmail-file): Variable deleted.
(pmail-auto-file): Use pmail-output.
(pmail-mode-map): Remove pmail-output-to-babyl-file.
Add pmail-output-as-seen.
(pmail-mode): Update output commands in doc string.
2009-01-05 15:49:50 +00:00
Richard M. Stallman
4e756c2469 Require pmail; delete compiler defvars.
Delete most declare-function calls.
(pmail-keywords, pmail-deleted-label, pmail-attributes): Vars deleted.
(pmail-attribute-p, pmail-keyword-p): Fns deleted.
(pmail-keywords, pmail-parse-file-keywords, pmail-install-keyword):
(pmail-force-make-label, pmail-quote-label-name): Fns deleted.
(pmail-last-label, pmail-last-multi-labels): Vars moved from pmail.el.
(pmail-read-label): Don't switch buffers, don't parse file keywords.
(pmail-set-label): Major rewrite.
(pmail-next-labeled-message): Call pmail-get-labels and match it.
2009-01-05 15:48:15 +00:00
Richard M. Stallman
91552da9ad (pmail-message-labels-p): Function moved from pmail.el and rewritten.
(pmail-message-recipients-p): Likewise.
(pmail-message-regexp-p): Likewise.
(pmail-message-recipients-p-1): New subroutine.
(pmail-message-regexp-p-1): Likewise.
(pmail-summary-by-topic): Use pmail-simplified-subject.
Delete subject-re variable.
(pmail-message-subject-p): Total rewrite.
(pmail-message-senders-p): Total rewrite.
(pmail-new-summary-1): Call FUNCTION in the main Pmail buffer.
(pmail-get-summary): Doc fix.
(pmail-create-summary-line): Renamed from
pmail-get-create-summary-line, and major rewrite.
(pmail-get-summary-labels): Doc fix.
(pmail-create-summary): Major rewrite.  Construct line counts here.
(pmail-header-summary): Renamed from pmail-make-basic-summary-line.
Return list of two strings.
(pmail-summary-next-same-subject): Extract subjects and compare.
(pmail-summary-output): Renamed from pmail-summary-output-to-babyl-file.
Use pmail-output.
(pmail-summary-output-as-seen): Renamed from pmail-summary-output.
Use pmail-output-as-seen.
(pmail-summary-construct-io-menu): Use pmail-summary-output.
2009-01-05 15:41:36 +00:00
Martin Rudalics
56f668f7ea (x_set_frame_parameters): Make sure height (width) get
applied when fullwidth (fullheight) is set.  (Bug#1522)
2009-01-05 10:29:41 +00:00
Martin Rudalics
29c4550005 (display-buffer): Fix last fix. 2009-01-05 09:52:53 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Juanma Barranquero
70403f6564 Fix typos. 2009-01-05 03:01:36 +00:00
Juanma Barranquero
a609d13baf * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
to shorten the desktop file directory shown in message.
2009-01-05 02:49:31 +00:00
Glenn Morris
d92c06c73d Add missing copyright header. 2009-01-05 02:17:07 +00:00
Glenn Morris
61425a8eab Update list of files affected by `set-copyright'. 2009-01-05 02:01:28 +00:00
Glenn Morris
46932a8db5 (tramp-perl-encode, tramp-perl-decode): Update copyrights for 2009. 2009-01-05 02:00:02 +00:00
Glenn Morris
05a8232993 Mention INSTALL.CVS. 2009-01-05 01:02:19 +00:00
Glenn Morris
c73a056258 Update copyright for 2009. 2009-01-05 00:55:40 +00:00
Glenn Morris
b433a99104 (Copyright): Update copyright for 2009. 2009-01-05 00:53:04 +00:00
Glenn Morris
32c4b97098 (print_version): Update copyright for 2009. 2009-01-05 00:52:30 +00:00
Glenn Morris
12de22a56f (version): Update copyright for 2009. 2009-01-05 00:51:13 +00:00
Glenn Morris
1746e0c3fe Fix typo in previous. 2009-01-05 00:49:36 +00:00
Glenn Morris
061a7c0eec (emacs-copyright): Update for 2009. 2009-01-05 00:48:51 +00:00
Juanma Barranquero
6dec9044ca Add bug reference. 2009-01-04 20:14:13 +00:00
Juanma Barranquero
49ea00743d * objects.texi (General Escape Syntax): Fix typo. 2009-01-04 19:44:58 +00:00
Juanma Barranquero
a97af989ec * progmodes/ada-mode.el (ada-mode): Simplify doc string.
(ada-get-indent-paramlist): Use ada-broken-indent instead of
  hard-coded 0.
  (ada-get-indent-loop): Fix list access bug.
2009-01-04 19:39:12 +00:00
Juanma Barranquero
71dd9983e7 * ada-mode.texi (Examples): Delete redundant text. 2009-01-04 19:37:11 +00:00
Juanma Barranquero
a3c40f60f7 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Add a blank line in the docstring before the keymap listing.
2009-01-04 19:32:40 +00:00
Juanma Barranquero
d66c024143 Fix typos. 2009-01-04 19:06:23 +00:00
Martin Rudalics
e331bbf3be (display-buffer): When a buffer is displayed in the
selected and some other window, and not-this-window is non-nil,
try to return that other window instead of popping up a new
frame.  (Bug#30)
2009-01-04 19:03:09 +00:00
Kenichi Handa
c0eb6ac0b1 *** empty log message *** 2009-01-04 13:09:35 +00:00
Juanma Barranquero
5da9424d14 * w32.c: Use 64-bit arithmetic to do FILETIME conversions. (Bug#1766)
(utc_base): Declare as ULONGLONG, not long double.
  (convert_time_raw): Delete.
  (FILETIME_TO_U64, U64_TO_LISP_TIME): New macros.
  (initialize_utc_base): New function.
  (convert_time): Use FILETIME_TO_U64, initialize_utc_base.
  (convert_from_time_t): Use initialize_utc_base; compute result with
  64-bit arithmetic.
  (process_times): Use FILETIME_TO_U64, U64_TO_LISP_TIME.
2009-01-04 11:30:13 +00:00
Chong Yidong
21927cd747 (Visual Line Mode): M-] and M-[ no longer move by logical lines. 2009-01-04 08:39:31 +00:00
Chong Yidong
45c55e5359 * display.texi (Visual Line Mode): M-] and M-[ no longer move by
logical lines.
2009-01-04 08:39:06 +00:00
Chong Yidong
b316b2b864 (visual-line-mode-map): Remove M-[ and M-] bindings. 2009-01-04 08:30:58 +00:00
Chong Yidong
5d0fba4638 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings. 2009-01-04 08:30:28 +00:00
Chong Yidong
fdb77e6ff4 Minor doc fix. 2009-01-04 08:03:23 +00:00
Chong Yidong
330ba5fdfd Undo last change. 2009-01-04 07:55:05 +00:00
Chong Yidong
cfd1141594 * frame.el (make-frame-on-tty): Function deleted.
* server.el (server-create-tty-frame): Call make-frame directly.
2009-01-04 07:49:33 +00:00
Chong Yidong
c0a4da525a (sh-ancestor-alist): Doc fix. 2009-01-04 03:18:10 +00:00