1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

15788 Commits

Author SHA1 Message Date
Glenn Morris
3176a6a031 (dired-bind-vm): Doc fix. 2009-01-27 03:45:06 +00:00
Chong Yidong
6682b72d72 * mail/rmailsum.el (rmail-message-recipients-p-1)
(rmail-message-regexp-p-1): Avoid clobbering the mark.
2009-01-27 03:15:14 +00:00
Chong Yidong
04ce399c0e * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary. 2009-01-27 03:05:08 +00:00
Jay Belanger
d22546d532 (cal-sel-mult-both-sides): Add an option to expand the denominator. 2009-01-27 01:21:54 +00:00
Michael Albinus
e12c189f66 * net/dbus.el (dbus-event-error-hooks): New variable.
(dbus-handle-event): Use it.
2009-01-26 20:26:52 +00:00
Glenn Morris
9f798291e4 (ELCFILES): Update. 2009-01-26 03:03:23 +00:00
Glenn Morris
ac120e6dbf (rmail-reply): Don't include Resent-To and Resent-Cc in replies. (Bug#512) 2009-01-26 02:06:58 +00:00
Juanma Barranquero
64cc3cf608 Add bug references. 2009-01-25 22:58:22 +00:00
Juanma Barranquero
447cfa6693 Add bug reference. 2009-01-25 22:19:29 +00:00
Ulf Jasper
3edf528464 icalendar: fixed doc string. 2009-01-25 21:23:39 +00:00
Adrian Robert
33b357927c * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
Remove from global map and key definitions.
	(ns-toggle-toolbar, ns-info-prefs): Add to global map and key
	definitions.
	(ns-show-preferences-help, ns-unput-working-text): New functions.
	(ns-unecho-working-text): Update message.
2009-01-25 19:50:16 +00:00
Ulf Jasper
f052351afe icalendar: uid-format, bug fixes. 2009-01-25 13:38:14 +00:00
Vinicius Jose Latorre
fd80915905 Fix face background/foreground extraction. 2009-01-25 01:20:28 +00:00
Juri Linkov
5d91db30c6 (grep-mode-map): Put grep-find before grep and
change its title from "Recursive grep..." to "Grep via Find...".
Add menu items for lgrep and rgrep.
2009-01-25 00:55:22 +00:00
Chong Yidong
6ac30b5b14 * align.el (align-region): Avoid infloop. 2009-01-24 23:42:14 +00:00
Eli Zaretskii
001c62047a (environment): Function removed. 2009-01-24 16:19:56 +00:00
Eli Zaretskii
d8cb7e3da4 (prefer-coding-system, set-default-coding-systems): Doc fix. 2009-01-24 15:55:55 +00:00
Eli Zaretskii
207422daae (set-language-environment-coding-systems): If default-buffer-file-coding-system
is nil, set up to have EOLs that are native for the underlying system-type.
2009-01-24 15:32:15 +00:00
Juanma Barranquero
eec6d5b710 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
  (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
  Use `string-match-p'.
2009-01-24 11:34:57 +00:00
Ulf Jasper
80016d6e51 newsticker: Fixed next-new-or-immortal-feed even more. 2009-01-24 10:39:34 +00:00
Adrian Robert
08324aaa01 * term/ns-win.el (menu-bar-select-frame): Drop this override.\n\t(menu-bar-update-frames): Update call to menu-bar-select-frame. 2009-01-24 10:27:03 +00:00
Glenn Morris
38291a39bc (rmail-insert-inbox-text): Revert replacement of "popmail" by "pormail". 2009-01-24 03:35:50 +00:00
Jay Belanger
18e50b48db (calcFunc-apart): Improve test for rational functions. 2009-01-24 02:27:04 +00:00
Chong Yidong
2d1aca19c4 * mail/rmail.el (rmail-buffer-swapped): Fix last change. 2009-01-23 22:33:20 +00:00
Chong Yidong
1a1115b2c1 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
return value of rmail-get-labels.
2009-01-23 19:19:49 +00:00
Chong Yidong
4e231ada92 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
return value of rmail-get-labels.

* mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2009-01-23 19:02:12 +00:00
Ulf Jasper
c04ed27eea newsticker: fixed bug#1710 2009-01-23 18:49:03 +00:00
Chong Yidong
5ae437e929 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo. 2009-01-23 15:09:16 +00:00
Adrian Robert
9d8f6d3166 * term/ns-win.el (ns-insert-working-text, ns-put-working-text): Switch names and update comments for clarity. 2009-01-23 13:00:21 +00:00
Stefan Monnier
87248b4462 (rmail-write-region-annotate): Only switch buffer if
start is nil, as was done in tar-mode.el.
2009-01-23 08:00:23 +00:00
Glenn Morris
b77965621c (mail-bury): Revert previous change now pmail is no more. 2009-01-23 05:07:37 +00:00
Chong Yidong
a861b8d608 * server.el (server-name): Make it a defcustom. 2009-01-23 04:52:32 +00:00
Glenn Morris
fb8e4ec899 Fix location of rmail files. 2009-01-23 04:43:12 +00:00
Glenn Morris
a5116e4798 Slight temporal shift for rmail merge entries. 2009-01-23 04:41:51 +00:00
Chong Yidong
6bee39c55c ChangeLog entry for rmail-mbox merge. 2009-01-23 04:27:52 +00:00
Glenn Morris
51aca0f521 Sync a final change from pmail.el:
Chong Yidong  <cyd at stupidchicken.com>

(rmail-buffer-swapped): Mark as permanent local.
2009-01-23 03:57:00 +00:00
Glenn Morris
67673485a8 (ELCFILES): Update. 2009-01-23 03:50:49 +00:00
Juanma Barranquero
b859041eb2 Fix typo. 2009-01-22 23:45:33 +00:00
Ulf Jasper
2e6e1c2a86 newsticker: removed debugging message. 2009-01-22 20:27:26 +00:00
Ulf Jasper
a8c9886870 newsticker: fixed bug#1569 2009-01-22 19:52:17 +00:00
Adrian Robert
b51a33657e * term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename. 2009-01-22 12:31:36 +00:00
Romain Francoise
c27428a517 (ELCFILES): Update. 2009-01-22 07:00:08 +00:00
Dan Nicolaescu
f79b43b27b * frame.el (make-frame-on-tty): Remove function, inline contents
in the only user ...

* server.el (server-create-tty-frame): ... here.

* frames.texi (Multiple Displays): Remove documentation for
removed function make-frame-on-tty.
2009-01-22 06:58:10 +00:00
Chong Yidong
ac0827d773 * format.el (format-annotate-function): Set
write-region-post-annotation-function.
2009-01-22 04:43:47 +00:00
John Wiegley
059075fbd3 Added missing ChangeLog entry 2009-01-22 01:43:02 +00:00
Stefan Monnier
f87ff5396e (completion--insert-strings): Fix up computation of
column position which manifested e.g. in proced's signal completion.
2009-01-21 21:20:55 +00:00
Chong Yidong
3c196b459b * server.el (server-start): Allow server to shut down when no frames
are available in daemon-mode.
2009-01-21 20:28:27 +00:00
Juanma Barranquero
24c7b4608a * term.el (term-previous-matching-input, term-next-matching-input)
(term-previous-matching-input-from-input)
  (term-next-matching-input-from-input, term-backward-matching-input)
  (term-forward-matching-input): Change argument name to match docstring.
2009-01-21 11:03:25 +00:00
Glenn Morris
2603d79b46 (authors-aliases): Remove some "ignore" entries that are no longer needed.
(authors-scan-change-log): Doc fix.
(authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2009-01-21 03:54:29 +00:00
Agustín Martín
8e56b4645a (ispell-find-aspell-dictionaries): Use aspell default dict. 2009-01-20 11:34:39 +00:00