1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

1724 Commits

Author SHA1 Message Date
Dan Nicolaescu
6d00e226c3 * progmodes/python.el (info-lookup-maybe-add-help):
* progmodes/ps-mode.el (doc-view-minor-mode):
* mail/emacsbug.el (Info-menu, Info-goto-node):
* emulation/viper-keym.el (viper-ex)
(viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
* emulation/viper-cmd.el (widget-type, widget-button-press)
(viper-set-hooks):
* emacs-lisp/tcover-unsafep.el (unsafep-function):
* emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
(ses-load, ses-vector-delete, ses-create-header-string)
(ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
* emacs-lisp/gulp.el (mail-subject, mail-send): Declare as
functions.

* url-mailto.el (mail-send-and-exit):
* url-http.el (url-dav-file-attributes):
* url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal):
(url-generate-unique-filename): Declare as functions.
2007-11-20 07:56:02 +00:00
Glenn Morris
78a4e22e89 (mail-extr-all-top-level-domains): Update domains. 2007-11-16 07:55:42 +00:00
Glenn Morris
2c28c5196e (footnote-numeric-regexp)
(footnote-english-upper-regexp, footnote-english-lower-regexp)
(footnote-roman-lower-regexp, footnote-roman-upper-regexp):
Match multi-character footnotes.
2007-11-01 03:40:50 +00:00
Stefan Monnier
dcbb251e59 (mail-abbrevs-mode): Use define-minor-mode.
(mail-abbrevs-setup): Use abbrev-expand-functions.
(build-mail-abbrevs): Use with-temp-buffer.
(define-mail-abbrev): Simplify.
(mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
Change it for use on abbrev-expand-functions.
(mail-abbrev-complete-alias): Use with-syntax-table.
2007-10-31 20:30:28 +00:00
Dan Nicolaescu
91dd4dc442 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
only if it is bound.

* textmodes/reftex.el: Move autoloads for before all uses.
(reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
(reftex-delete-overlay): Move to the top level with the condition
in the body.

* progmodes/simula.el: Use when instead of if.

* iimage.el (iimage-locate-file): Define unconditionally.

* mail/mailabbrev.el (mail-abbrev-next-line):
* emulation/vip.el (vip-enlarge-region, vip-line)
(vip-next-line-at-bol, vip-previous-line)
(vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
Wrap with-no-warnings around uses of next-line and previous-line.

* ediff.el (run-ediff-from-cvs-buffer):
* ediff-vers.el (cvs-run-ediff-on-file-descriptor): Remove
function not used by pcl-cvs anymore.
(noninteractive, generic-sc-get-latest-rev)
(ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
Delete support for long obsolete generic-sc.el.
2007-10-31 06:28:09 +00:00
Dan Nicolaescu
46447ab34e * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
* tooltip.el: Use featurep 'xemacs.

* printing.el: Move variable definitions before use, no code
change.
2007-10-22 02:37:14 +00:00
Dan Nicolaescu
975460179e * term/x-win.el (x-gtk-stock-map, icon-map-list)
(x-gtk-map-stock): Delete duplicated definitions from merge.

* progmodes/octave-mod.el: Require octave-inf at compile time

* progmodes/compile.el (compilation-skip-to-next-location)
(compilation-skip-threshold, compilation-skip-visited): Move
definitions earlier.

* play/zone.el (zone-fall-through-ws):
* play/landmark.el (lm-move-down, lm-move-up):
* play/handwrite.el (handwrite):
* mail/mspools.el (mspools-visit-spool):
* wdired.el (wdired-next-line, wdired-previous-line):
* tar-mode.el (tar-subfile-save-buffer):
* scroll-lock.el (scroll-lock-next-line)
(scroll-lock-previous-line):
* image-dired.el (image-dired-next-line)
(image-dired-previous-line):
* ediff-help.el (ediff-help-message-line-length): Use
forward-line.

* smerge-mode.el (smerge-auto-refine):
* diff-mode.el (diff-auto-refine): Add :group.

* play/yow.el: Require doctor at compile time.

* vmsproc.el: Provide vmsproc.
(command-send-input): Use forward-line.

* vms-patch.el: Require ps-print and vmsproc at compile time.

* vc-mtn.el (log-view-message-re, log-view-file-re)
(log-view-font-lock-keywords): Pacify byte-compiler.

* vc-hg.el: Require log-view at compile time.
2007-10-20 06:30:18 +00:00
Sam Steingold
78205dab16 (sendmail-error-reporting-interactive)
(sendmail-error-reporting-non-interactive): New variables for sendmail
error reporting options to simplify support for imperfect sendmail emulators.
(sendmail-send-it): Use them instead of list literals.
2007-10-15 14:38:42 +00:00
Glenn Morris
3d3cfc902a (feedmail-run-the-queue)
(feedmail-look-at-queue-directory): Use mapc rather than mapcar.
2007-10-13 03:03:54 +00:00
Glenn Morris
cfedf6ccba (reporter-dump-state): Use mapc rather than mapcar. 2007-10-13 03:03:35 +00:00
Glenn Morris
5701a0ce21 Re-fill copyright header.
(rmail-list-to-menu): Use mapc rather than mapcar.
2007-10-12 03:05:02 +00:00
Glenn Morris
804edf0342 (sc-attribs-filter-namelist): Use mapc rather than mapcar. 2007-09-28 03:27:02 +00:00
Juanma Barranquero
1daad47dbd (report-emacs-bug): Use mapc' rather than mapcar'. 2007-09-26 00:20:26 +00:00
Richard M. Stallman
e32725a7f4 (mail-bury): Delete the frame
if this frame looks like it was made for this message.
2007-09-23 15:32:17 +00:00
Glenn Morris
11bdb42c26 (rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.
2007-08-22 03:37:21 +00:00
Andreas Schwab
0574be1801 (rmail-autodetect): Doc fix. 2007-08-20 09:30:22 +00:00
Michaël Cadilhac
ef77dde4c3 (report-emacs-bug): Make MS-DOS a special case (there's no build number). 2007-08-17 19:38:58 +00:00
Michaël Cadilhac
30cc206bf3 (report-emacs-bug): Remove the last number of `emacs-version', use the
topic prefix ``version; ''.
2007-08-17 10:10:11 +00:00
Glenn Morris
980d5def28 (rmail-digest-parse-rfc1153sloppy): Be even sloppier, for the sake of
GNU Mailman.
(rmail-digest-rfc1153): Initialize `result' correctly.
2007-08-15 03:09:28 +00:00
Michaël Cadilhac
a722966c7c (report-emacs-bug): Put `Bug: emacs-version; ' in the mail title.
Suggested by Reiner Steib.
2007-08-15 02:23:42 +00:00
Miles Bader
37cc095b6a Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
2007-08-13 13:41:28 +00:00
Andreas Schwab
eac59e3cc7 (sendmail-pre-abbrev-expand-hook): Check for
self-insert-command, not self-insert.
2007-08-08 11:52:16 +00:00
Andreas Schwab
ece1116442 (sendmail-pre-abbrev-expand-hook): Check for
self-insert-command, not self-insert.
2007-08-08 11:51:48 +00:00
Glenn Morris
81bb49ce46 Replace `iff' in doc-strings and comments. 2007-08-08 07:18:57 +00:00
Miles Bader
0896d93184 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

2007-08-02  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
   to update deleted flag.

   * lisp/cus-edit.el (customize-apropos, customize-apropos-options)
   (customize-apropos-faces, customize-apropos-groups): Improve prompt.

   * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.

   * lisp/startup.el (fancy-splash-head, startup-echo-area-message):
   Change message text.

   * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted.
   All callers use line-move.

   * lisp/progmodes/compile.el (compilation-find-buffer): Return current
   buffer immediately if suitable.
   (compile, compilation-buffer-name, compilation-start): Doc fixes.

2007-07-31  Daiki Ueno  <ueno@unixuser.org>

   * lisp/faces.el (face-normalize-spec): New function.
   (frame-set-background-mode): Normalize face-spec before calling
   face-spec-match-p.

2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/server.el (server-window): Add switch-to-buffer-other-frame option.

2007-08-03  Richard M. Stallman  <rms@gnu.org>

   * src/fileio.c (Fvisited_file_modtime): Use make_time.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-844
2007-08-03 05:49:59 +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
Miles Bader
9aecacd08a Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 70-73)

   - Update from CVS

2007-07-25  Glenn Morris  <rgm@gnu.org>

   * Relicense all FSF files to GPLv3 or later.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
ceaeecb0c9 Switch license to GPLv3 or later. 2007-07-25 04:27:24 +00:00
Thien-Thi Nguyen
6a29399e74 (rmail-movemail-variant-in-use): Fix doc typo. 2007-06-09 12:54:46 +00:00
Thien-Thi Nguyen
ab3c4f6745 (rmail-movemail-variant-in-use): Fix doc typo. 2007-06-09 12:53:04 +00:00
Glenn Morris
f1c5dbb9d6 Alfred M. Szmidt <ams at gnu.org> (tiny change)
(rmail-summary-save-buffer): New command.
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
2007-06-07 06:38:43 +00:00
Glenn Morris
c8e01749b1 Alfred M. Szmidt <ams at gnu.org> (tiny change)
(rmail-summary-save-buffer): New command.
(rmail-summary-mode-map): Add rmail-summary-save-buffer.
2007-06-07 06:32:42 +00:00
Chong Yidong
0330231b3c (mail-extract-address-components): Recognize non-ASCII characters
except for NBSP as words.
2007-06-04 23:21:07 +00:00
Kenichi Handa
b907b62954 (mail-extract-address-components): Recognize
non-ASCII characters except for NBSP as words.
2007-05-22 02:13:27 +00:00
Eli Zaretskii
5c43b3ca95 (rmail-convert-to-babyl-format): Check content-transfer-encoding _last_,
because it's its position that we need as value of base64-header-field-end.
2007-05-14 20:00:00 +00:00
Eli Zaretskii
3679904100 (rmail-convert-to-babyl-format): Check content-transfer-encoding _last_,
because it's its position that we need in base64-header-field-end.
2007-05-14 19:49:26 +00:00
Richard M. Stallman
75dcf19e44 (sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
2007-05-08 18:15:58 +00:00
Chong Yidong
04cc65dcae (footnote-style): Clarify docstring to state that customizing this
only applies to future footnotes.
2007-04-15 17:28:00 +00:00
Chong Yidong
c6578117a2 Revert last change. 2007-04-15 17:25:36 +00:00
Chong Yidong
3715ab231d (footnote-current-style): New var.
(Footnote-index-to-string, Footnote-current-regexp)
(Footnote-cycle-style, Footnote-set-style): Use it instead of
footnote-style.
(footnote-mode): Make footnote-current style buffer-local instead
of footnote-style, and initialize it to footnote-style.
(footnote-style): Update docstring.
2007-04-15 17:21:21 +00:00
Martin Rudalics
dedecfd696 (footnote-latin-string): New variable.
(footnote-latin-regexp): Redefined as regexp alternative.
(Footnote-latin): Use footnote-latin-string instead of
footnote-latin-regexp.
2007-04-13 05:53:27 +00:00
Chong Yidong
5d83862984 (mail-text, mail-mode): Revert extant pieces of 1995-05-19 doc
changes.
2007-04-06 18:04:26 +00:00
Chong Yidong
b242a76c57 (smtpmail-via-smtp): Use ascii-case-table when downcasing. 2007-04-04 15:38:04 +00:00
Eli Zaretskii
db0821c894 (rmail-convert-to-babyl-format): Don't try to decode base-64 encoded body
if its content-type is something other than text/* or message/*.
2007-04-03 11:11:27 +00:00
Eli Zaretskii
814066452f (smtpmail-via-smtp): Fix indentation. 2007-04-03 09:05:37 +00:00
Chong Yidong
f01ac5da4a (smtpmail-via-smtp): Revert last change. 2007-04-02 22:45:41 +00:00
Chong Yidong
b6aee6ff1a (smtpmail-via-smtp): Use standard case table when downcasing. 2007-04-01 17:38:10 +00:00
Stefan Monnier
951c155f39 (report-emacs-bug): Don't hard code the "X" name. 2007-03-11 01:29:50 +00:00
John Paul Wallington
7c2288eaa2 (feedmail-message-id-generator, feedmail-date-generator): Fix custom types. 2007-02-24 17:24:29 +00:00
John Paul Wallington
8ae63446ef (rmail-message-filter): Fix custom type. 2007-02-24 17:13:33 +00:00