1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00
Commit Graph

88278 Commits

Author SHA1 Message Date
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
Chong Yidong
b796bfb4ce * progmodes/sh-script.el (sh-ancestor-alist): Doc fix. 2009-01-04 03:17:11 +00:00
Juanma Barranquero
9acef61c4e Fix typos. 2009-01-04 00:10:09 +00:00
Michael Olson
9b2bac7163 Gnus: Add explanations for recent changes to the code itself.
These are already documented in ChangeLog.
2009-01-04 00:03:05 +00:00
Michael Olson
bd71014979 ERC: Do not include text properties when returning user input. 2009-01-03 23:11:06 +00:00
Michael Olson
35203a24f1 Update ChangeLogs. 2009-01-03 23:08:26 +00:00
Michael Olson
d549e52b93 Gnus: Fix edge cases with no data being returned and Courier eccentricity.
* lisp/gnus/nnimap.el (nnimap-retrieve-headers-progress): Handle edge
  case where `headers' is nil.  This can occur if the IMAP server does
  not have permissions to read messages from a folder, but can write new
  messages to the folder.
  (nnimap-request-article-part): Do not insert `data' if it is nil.

* lisp/net/imap.el (imap-parse-fetch): Courier can insert spurious blank
  characters which will confuse `read', so skip past them.
2009-01-03 23:05:42 +00:00
Reiner Steib
be3f421b7b (authors-aliases): Addition.
(authors): Allow to use it for other projects.
2009-01-03 19:43:54 +00:00
Reiner Steib
4182531cea (copyright-update-directory): Autoload.
Clarify MATCH argument.  Print filenames.
2009-01-03 19:40:20 +00:00
Juanma Barranquero
296590671b Fix typo. 2009-01-03 15:27:02 +00:00
Juanma Barranquero
8d67bc8ea7 * configure.bat: Untabify help message. 2009-01-03 15:25:47 +00:00
Michael Albinus
cc2fc5a240 * NEWS: Tramp supports IPv6 addresses. 2009-01-03 15:11:47 +00:00
Eli Zaretskii
3799447ca4 Fix copyright years. 2009-01-03 15:09:53 +00:00
Eli Zaretskii
c4605e09f3 (list_system_processes, system_process_attributes) [MSDOS]: Don't use the
default (no-op) implementation.
2009-01-03 15:09:27 +00:00
Eli Zaretskii
ec06ec19fd (ret_lim_data) [MSDOS]: New function. 2009-01-03 15:04:25 +00:00
Eli Zaretskii
6a1bab0e5c (Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
(Qttname, Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime)
(Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs)
(Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime) [!subprocesses]: Define.
(syms_of_process) [!subprocesses]: Intern and staticpro them.
(Flist_system_processes, Fsystem_process_attributes) [!subprocesses]: Call
list_system_processes and system_process_attributes instead of returning Qnil.
2009-01-03 15:03:59 +00:00