X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cfe80861d875ba3e7b4424df59b72dde0be9360b..1d515b422c71737385f6d037ace407962edb67a3:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2863012472..0b875a486c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,106 @@ +2007-11-07 Andreas Schwab + + * server.el (server-start): Only register cleanup after server was + started. + +2007-11-06 Michael Albinus + + * net/tramp.el (top): Don't autoload `tramp-cache-print'. + + * net/tramp-cache (tramp-cache-print): Move down. + (tramp-cache-list-connections): New defun. + + * net/tramp-cmds.el (tramp-cleanup-connection): Use it. + +2007-11-06 Juanma Barranquero + + * ido.el (ido-save-history): Write the history file in the current + filename coding system, and add `coding' file-local variable. + +2007-11-06 Carsten Dominik + + * textmodes/org.el (org-table-formula-substitute-names): + Remove forgotten temporary debugging code. + +2007-11-05 Michael Albinus + + * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in + the prompt. + +2007-10-05 Chris Moore + + * wdired.el (wdired-use-dired-vertical-movement): Doc fix. + +2007-11-05 Simon Josefsson + + * net/tls.el (tls-end-of-info): Doc fix. + +2007-11-05 Kenichi Handa + + * international/utf-7.el (utf-7-imap): New coding system. + (utf-7-imap-post-read-conversion): New function. + (utf-7-imap-pre-write-conversion): New function. + +2007-11-05 Stefan Monnier + + * abbrev.el (abbrev--write): Fix up typo. + +2007-11-04 Juanma Barranquero + + * abbrev.el (define-abbrev-table): Doc fix. + +2007-11-04 Thien-Thi Nguyen + + * info.el (Info-revert-buffer-function): New func. + (Info-mode): Arrange to use it for reverting. + (Info-copy-current-node-name): Add space between filename and nodename. + +2007-11-04 Stefan Monnier + + * abbrev.el (expand-abbrev): Move point back to expansion's end. + +2007-11-04 Glenn Morris + + * net/tls.el: Don't require rx when compiling. + (tls-end-of-info): Rewrite without using rx. + (open-tls-stream): Use with-current-buffer. + +2007-11-04 Riccardo Murri + + * net/tls.el: Require rx when compiling. + (tls-end-of-info): New variable. + (open-tls-stream): Keep reading input until `tls-end-of-info' is + matched. + +2007-11-03 Sean O'Rourke + + * register.el (append-to-register, prepend-to-register): + Don't signal error on empty register; use the text, instead. + +2007-11-03 Michael Olson + + * textmodes/remember.el (remember-buffer): + Use define-obsolete-function-alias rather than defalias. + +2007-11-03 Ulrich Mueller (tiny change) + + * simple.el (bad-packages-alist): Anchor semantic regexp. + +2007-11-03 Glenn Morris + + * newcomment.el (comment-dwim): Call comment-insert-comment-function, + if defined, for blank lines. Doc fix. + + * progmodes/fortran.el (fortran-mode-map): Don't bind M-;. + (fortran-mode): Set values for comment-region-function, + uncomment-region-function and comment-insert-comment-function. + (fortran-uncomment-region): New function. + + * textmodes/nroff-mode.el (nroff-mode): + Set comment-insert-comment-function rather than indent-line-function. + (nroff-indent-line-function): Remove. + (nroff-insert-comment-function): New function. + 2007-11-02 Michael Kifer * ediff-vers.el (ediff-vc-working-revision): Add a quote. @@ -29,7 +132,7 @@ * files.el (hack-local-variables): Fix membership tests to avoid treating all variables as safe if `enable-local-variables' is - set to :safe. + set to :safe (CVE-2007-5795). 2007-11-02 Glenn Morris @@ -345,6 +448,7 @@ 2007-10-30 Glenn Morris * dirtrack.el (dirtrack-mode): Doc fix. + * shell.el (shell-dirtrack-verbose, shell-mode) (shell-directory-tracker, shell-dirtrack-mode): Doc fix. @@ -458,8 +562,8 @@ (.el.elc, compile, compile-always, compile-calc) ($(lisp)/progmodes/cc-mode.elc): Use it. - * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): Only - do work for XEmacs. + * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p): + Only do work for XEmacs. (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs. (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work on XEmacs. @@ -475,8 +579,8 @@ (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values): (ps-generate-postscript-with-faces): Delete defaliases. (ps-face-foreground-name, ps-face-background-name) - (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move - definitions to top level, make the body conditional on the Emacs + (ps-color-values, ps-face-bold-p, ps-face-italic-p): + Move definitions to top level, make the body conditional on the Emacs flavor. Replace uses of deleted aliases and renamed functions. (ps-generate-postscript-with-faces, ps-color-device): Replace uses of deleted aliases and renamed functions. @@ -511,11 +615,11 @@ 2007-10-28 Richard Stallman - * net/browse-url.el (browse-url-text-xterm): Renamed from + * net/browse-url.el (browse-url-text-xterm): Rename from browse-url-lynx-xterm and made generic. (browse-url-text-emacs): Likewise. (browse-url-text-browser): New variable. - (browse-url-text-emacs-args): Renamed from browse-url-lynx-emacs-args. + (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args. (browse-url-text-input-field, browse-url-text-input-attempts) (browse-url-kde-program): Likewise. @@ -2087,7 +2191,6 @@ * follow.el (follow-stop-intercept-process-output): Use `follow-call-process-filter' rather than `process-filter'. Simplify. - * vc.el (vc0iff): Prevent errors in an edge case. 2007-10-11 Eric S. Raymond