* lisp/mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
[bpt/emacs.git] / lisp / ChangeLog
index bac4931..3fa18d2 100644 (file)
@@ -1,5 +1,23 @@
+2011-05-13  Glenn Morris  <rgm@gnu.org>
+
+       * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
+
+       * mail/sendmail.el (sendmail-program): Try executable-find first.
+       (sendmail-send-it): sendmail-program cannot be unbound.
+
+       * calendar/appt.el (appt-make-list): Simplify.
+       (appt-time-msg-list): Doc fix.
+       (appt-check): Change mode-line message at the time of the appointment.
+
+2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * progmodes/ld-script.el (ld-script-keywords)
+       (ld-script-builtins): Update keywords list.
+
 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * progmodes/grep.el (grep-filter): Don't trip on partial lines.
+
        * shell.el (shell-completion-vars): New function.
        (shell-mode):
        * simple.el (read-shell-command): Use it.
        (footnote-style-alist): Add unicode style to the list.
        (footnote-style): Doc fix.
 
+2011-05-10  Jim Meyering  <meyering@redhat.com>
+
+       Fix doubled-word typos.
+       * international/quail.el (quail-insert-kbd-layout): and and -> and
+       * kermit.el: and and -> and
+       * net/ldap.el (ldap-search-internal): to to -> to
+       * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
+       * progmodes/js.el (js-mode): and and -> and
+       * textmodes/artist.el (artist-move-to-xy): at at -> at
+       (artist-draw-region-trim-line-endings): if if -> if
+       And Safetyc -> Safety.
+       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
+
 2011-05-10  Glenn Morris  <rgm@gnu.org>
           Stefan Monnier  <monnier@iro.umontreal.ca>