diff options
| author | Juanma Barranquero | 2005-08-31 13:54:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-31 13:54:07 +0000 |
| commit | 41e11121816a367a9fd8f1bcdbbea73763197911 (patch) | |
| tree | f9da3b1a66292b2480e2f9e3f4b616a5c7ce8e16 | |
| parent | b5de9ae091e7e7317611ab07085cbaec031748ad (diff) | |
| download | emacs-41e11121816a367a9fd8f1bcdbbea73763197911.tar.gz emacs-41e11121816a367a9fd8f1bcdbbea73763197911.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 51 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 34 |
2 files changed, 84 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ece14be1b17..783e36f6a29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,56 @@ | |||
| 1 | 2005-08-31 Juanma Barranquero <lekktu@gmail.com> | 1 | 2005-08-31 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * ansi-color.el (comint-last-output-start): | ||
| 4 | * bs.el (font-lock-verbose): | ||
| 5 | * diff-mode.el (add-log-buffer-file-name-function): | ||
| 6 | * dired-x.el (vm-folder-directory): | ||
| 7 | * faces.el (help-xref-stack-item): | ||
| 8 | * files.el (font-lock-keywords): | ||
| 9 | * find-lisp.el (dired-buffers, dired-subdir-alist): | ||
| 10 | * ido.el (cua-inhibit-cua-keys): | ||
| 11 | * log-view.el (cvs-minor-wrap-function): | ||
| 12 | * outline.el (font-lock-warning-face): | ||
| 13 | * simple.el (compilation-current-error): | ||
| 14 | * speedbar.el (ange-ftp-path-format, efs-path-regexp) | ||
| 15 | (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow): | ||
| 16 | * tooltip.el (comint-prompt-regexp): | ||
| 17 | * w32-fns.el (explicit-shell-file-name): | ||
| 18 | * term/mac-win.el (mac-charset-info-alist) | ||
| 19 | (mac-services-selection, mac-system-script-code): | ||
| 20 | * term/tty-colors.el (msdos-color-values): | ||
| 21 | * term/w32-win.el (xlfd-regexp-registry-subnum): | ||
| 22 | * term/x-win.el (x-keysym-table, x-selection-timeout) | ||
| 23 | (x-session-id, x-session-previous-id): | ||
| 24 | * textmodes/ispell.el (mail-yank-prefix): | ||
| 25 | * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header): | ||
| 26 | * textmodes/org.el (calc-embedded-close-formula) | ||
| 27 | (calc-embedded-open-formula) | ||
| 28 | (font-lock-unfontify-region-function): | ||
| 29 | * textmodes/reftex-global.el (isearch-next-buffer-function) | ||
| 30 | (TeX-master): | ||
| 31 | * textmodes/reftex.el (font-lock-keywords): | ||
| 32 | * textmodes/tex-mode.el (font-lock-comment-face) | ||
| 33 | (font-lock-doc-face): | ||
| 34 | * textmodes/texinfo.el (outline-heading-alist): | ||
| 35 | Add defvars. | ||
| 36 | |||
| 37 | * textmodes/artist.el (x-pointer-crosshair): Add defvar. | ||
| 38 | (artist-spray-chars, artist-mode-init, artist-replace-string) | ||
| 39 | (artist-select-erase-char, artist-vap-find-endpoints-horiz) | ||
| 40 | (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne) | ||
| 41 | (artist-vap-find-endpoints-nwse): "?\ " -> "?\s". | ||
| 42 | |||
| 43 | * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar. | ||
| 44 | (conf-align-assignments): "?\ " -> "?\s". | ||
| 45 | |||
| 46 | * textmodes/reftex-index.el (TeX-master): Add defvar. | ||
| 47 | (reftex-index-phrases-marker): Move up defvar. | ||
| 48 | |||
| 49 | * textmodes/reftex-toc.el (zmacs-regions): Add defvar. | ||
| 50 | (reftex-toc-include-labels-indicator) | ||
| 51 | (reftex-toc-include-index-indicator) | ||
| 52 | (reftex-toc-max-level-indicator): Move up declarations. | ||
| 53 | |||
| 3 | * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list | 54 | * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list |
| 4 | of args to `tramp-run-real-handler', even if it's empty in this | 55 | of args to `tramp-run-real-handler', even if it's empty in this |
| 5 | case. | 56 | case. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index cc85c51f5e2..198e395d260 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2005-08-31 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-art.el (w3m-minor-mode-map): | ||
| 4 | * gnus-spec.el (gnus-newsrc-file-version): | ||
| 5 | * gnus-util.el (nnmail-active-file-coding-system) | ||
| 6 | (gnus-original-article-buffer, gnus-user-agent): | ||
| 7 | * gnus.el (gnus-ham-process-destinations) | ||
| 8 | (gnus-parameter-ham-marks-alist) | ||
| 9 | (gnus-parameter-spam-marks-alist, gnus-spam-autodetect) | ||
| 10 | (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents) | ||
| 11 | (gnus-spam-process-destinations, gnus-spam-process-newsgroups): | ||
| 12 | * mm-decode.el (gnus-current-window-configuration): | ||
| 13 | * mm-extern.el (gnus-article-mime-handles): | ||
| 14 | * mm-url.el (url-current-object, url-package-name) | ||
| 15 | (url-package-version): | ||
| 16 | * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset) | ||
| 17 | (smime-keys, w3m-cid-retrieve-function-alist) | ||
| 18 | (w3m-current-buffer, w3m-display-inline-images) | ||
| 19 | (w3m-minor-mode-map): | ||
| 20 | * mml-smime.el (gnus-extract-address-components): | ||
| 21 | * mml.el (gnus-article-mime-handles, gnus-mouse-2) | ||
| 22 | (gnus-newsrc-hashtb, message-default-charset) | ||
| 23 | (message-deletable-headers, message-options) | ||
| 24 | (message-posting-charset, message-required-mail-headers) | ||
| 25 | (message-required-news-headers): | ||
| 26 | * mml1991.el (mc-pgp-always-sign): | ||
| 27 | * mml2015.el (mc-pgp-always-sign): | ||
| 28 | * nnheader.el (nnmail-extra-headers): | ||
| 29 | * rfc1843.el (gnus-decode-encoded-word-function) | ||
| 30 | (gnus-decode-header-function, gnus-newsgroup-name): | ||
| 31 | * spam-stat.el (gnus-original-article-buffer): Add defvars. | ||
| 32 | |||
| 1 | 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 33 | 2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change) |
| 2 | 34 | ||
| 3 | * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to | 35 | * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to |
| @@ -18,7 +50,7 @@ | |||
| 18 | w3/url. | 50 | w3/url. |
| 19 | (pgg-insert-url-with-w3): Don't load url here. | 51 | (pgg-insert-url-with-w3): Don't load url here. |
| 20 | 52 | ||
| 21 | 2005-08-05 Daiki Ueno <ueno@unixuser.org> | 53 | 2005-08-05 Daiki Ueno <ueno@unixuser.org> |
| 22 | 54 | ||
| 23 | * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. | 55 | * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct. |
| 24 | 56 | ||