]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(bs--window-for-buffer): Remove.
[gnu-emacs] / lisp / ChangeLog
index b699521bf4b89a40334c32237e174088a0b85e7f..add015be455a424485cfb96561285f6bdcbc9497 100644 (file)
@@ -1,3 +1,274 @@
+2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--window-for-buffer): Remove.
+       (bs--show-with-configuration): Use `get-window-with-predicate'
+       instead of `bs--window-for-buffer'.
+
+2006-11-10  Kenichi Handa  <handa@m17n.org>
+
+       * files.el (revert-buffer): Fix previous change.
+
+2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs--redisplay): Fix typo in docstring.
+       (bs--window-config-coming-from): Make frame-local.
+       (bs--restore-window-config): New function.
+       (bs-kill, bs-select, bs-select-other-window)
+       (bs-select-other-frame): Use it.
+       (bs--window-for-buffer): Return as soon as a matching buffer is found.
+       (bs--show-with-configuration): Save the window configuration as a
+       frame local var, and only if *buffer-selection* is not already
+       visible on this frame.
+
+2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc-svn.el (vc-svn-admin-directory): New var.
+       (vc-svn-registered, vc-svn-responsible-p)
+       (vc-svn-repository-hostname): Use it.
+       Suggested by arit93@yahoo.com.
+
+2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ldefs-boot.el: Regenerate.
+
+2006-11-08  Alan Mackenzie  <acm@muc.de>
+
+       * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
+       case (eq open-paren-in-column-0-is-defun-start nil) by searching
+       for least nested open-paren.
+
+2006-11-08  Romain Francoise  <romain@orebokech.com>
+
+       * subr.el (remove-overlays): Fix typo in last change.
+
+2006-11-08  Richard Stallman  <rms@gnu.org>
+
+       * subr.el (remove-overlays): Call overlay-recenter.
+
+2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
+       (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
+       behaviour.
+       (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
+       directly.
+
+2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
+       (ido-max-dir-file-cache, ido-decorations)
+       (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
+       (ido-magic-backward-char, ido-enter-dired)
+       (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
+       (ido-list-directory, ido-first-match, ido-only-match)
+       (ido-subdir, ido-indicator): Fix typos in docstrings.
+       (ido-buffer-internal, ido-completion-help): Fix typos in messages.
+       (ido-read-internal): Fix typo in error message.
+
+2006-11-08  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (set-default-coding-systems): Always
+       set default-file-name-coding-system to utf-8 for Mac Darwin.
+
+2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (setwins): Remove.
+       (WINS_ALMOST): New macro.
+       (WINS): Use it.
+       (autoloads): Don't extract autoloads from files in obsolete/.
+
+2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * whitespace.el (whitespace-buffer): Call remove-overlays after
+       overlay-recenter for performance.  Suggested by Martin Rudalics.
+
+2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-default-method): scp is the default method.
+
+2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-start): Save also the Emacs pid in the server file.
+
+2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
+       point when displaying a bibtex cross reference in the echo area.
+
+2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule.el (make-char): Fix typo in docstring.
+       (load-with-code-conversion, charsetp): Doc fixes.
+
+       * international/ja-dic-cnv.el (skkdic-convert):
+       * cus-edit.el (hook): Fix typo in docstring.
+
+2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (custom-mode-map): Move defvar above code using it.
+       (custom-mode-link-map): New variable.
+       (custom-group-link, custom-manual): Use follow-link.
+
+2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
+
+       * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
+       "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
+
+2006-11-06  Richard Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-correct-word-before-point):
+       New function broken out of flyspell-correct-word.
+       (flyspell-mode-map): Bind it to M-RET.
+       (flyspell-correct-word): Call it.
+
+       * textmodes/fill.el (fill-minibuffer-function): New function.
+       (fill-paragraph): Bind fill-paragraph-function to
+       fill-minibuffer-function.
+
+       * ruler-mode.el (ruler-mode-map): Add bindings for up-events
+       so that they aren't undefined.
+
+       * dired.el (dired-readin): Locally bind file-name-coding-system.
+
+       * bindings.el: Shorten and clarify usual mode line mouse help string.
+
+       * Makefile.in (autoloads): Don't include `obsolete'.
+
+2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
+       (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
+       Printing menu if it's not initialized.
+       (pr-menu-bind): Act on menu-bar-file-menu directly.
+
+2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (view-emacs-news): Fix typo in error message.
+
+       * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
+
+       * shadowfile.el (shadow-define-regexp-group)
+       (shadow-literal-groups, shadow-insert-var): Doc fixes.
+       (shadow-read-files): Fix typo in message.
+       (shadow-inhibit-overload, shadow-find, shadow-suffix)
+       (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
+       (shadow-suffix, shadow-site-match, shadow-expand-file-name)
+       (shadow-file-match): Fix typos in docstrings.
+
+       * terminal.el (terminal-emulator): Fix typo in message.
+
+       * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
+
+       * emacs-lisp/lselect.el (x-kill-primary-selection)
+       (x-delete-primary-selection, x-copy-primary-selection):
+       Fix typos in error messages.
+
+       * emulation/edt-mapper.el: Fix typo in interactive message.
+
+       * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
+
+       * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
+       (ispell-help): Fix typos in docstrings.
+       (ispell-help): Fix typo in output message.
+
+       * allout.el (allout-adjust-file-variable)
+       (allout-passphrase-verifier-string)
+       (allout-passphrase-hint-string)
+       (allout-toggle-current-subtree-encryption):
+       * apropos.el (apropos-synonyms):
+       * cus-edit.el (hook):
+       * emacs-lock.el (emacs-lock-from-exiting):
+       * follow.el (follow-avoid-tail-recenter-p):
+       * hexl.el (hexl-mode):
+       * mouse-copy.el (mouse-copy-work-around-drag-bug):
+       * mouse.el (mouse-set-font):
+       * resume.el (resume-emacs-args-file):
+       * rfn-eshadow.el (file-name-shadow-tty-properties):
+       * t-mouse.el (t-mouse-process, t-mouse-mode):
+       * emacs-lisp/cust-print.el (custom-print-install)
+       (custom-print-uninstall, custom-format):
+       * emacs-lisp/shadow.el (list-load-path-shadows):
+       * emulation/tpu-edt.el (tpu-help-text)
+       (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
+       (tpu-reset-control-keys):
+       * emulation/vip.el (vip-emacs-local-map)
+       (vip-change-mode-to-emacs):
+       * emulation/viper.el (viper-mode, viper-set-hooks)
+       (viper-major-mode-modifier-list):
+       * emulation/viper-init.el (viper-emacs-state-cursor-color):
+       * emulation/viper-keym.el (viper-emacs-kbd-map)
+       (viper-toggle-key):
+       * mail/feedmail.el (feedmail-queue-reminder)
+       (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
+       (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
+       (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
+       (feedmail-sender-line, feedmail-force-binary-write)
+       (feedmail-from-line, feedmail-deduce-envelope-from)
+       (feedmail-x-mailer-line, feedmail-message-id-generator)
+       (feedmail-date-generator, feedmail-fiddle-plex-user-list)
+       (feedmail-enable-spray, feedmail-spray-this-address)
+       (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
+       (feedmail-queue-runner-confirm-global)
+       (feedmail-ask-before-queue-prompt)
+       (feedmail-ask-before-queue-reprompt)
+       (feedmail-prompt-before-queue-standard-alist)
+       (feedmail-prompt-before-queue-user-alist)
+       (feedmail-prompt-before-queue-help-supplement)
+       (feedmail-queue-use-send-time-for-message-id)
+       (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
+       (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
+       (feedmail-mail-send-hook-queued)
+       (feedmail-confirm-addresses-hook-example)
+       (feedmail-last-chance-hook, feedmail-before-fcc-hook)
+       (feedmail-queue-runner-mode-setter)
+       (feedmail-queue-alternative-mail-header-separator)
+       (feedmail-queue-runner-message-sender)
+       (feedmail-buffer-eating-function, feedmail-binmail-template)
+       (feedmail-run-the-queue-no-prompts)
+       (feedmail-run-the-queue-global-prompt)
+       (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
+       (feedmail-envelope-deducer, feedmail-fiddle-date)
+       (feedmail-default-message-id-generator)
+       (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
+       (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
+       * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
+       (vms-pmail-setup):
+       * play/dunnet.el (dun-help):
+       * play/handwrite.el (handwrite):
+       * play/hanoi.el (hanoi-unix-64):
+       * progmodes/idlwave.el (idlwave-rescan-asynchronously):
+       * textmodes/enriched.el (fixed):
+       * textmodes/org.el (org-file-apps)
+       (org-emphasis-regexp-components, org-emphasis-alist):
+       * textmodes/texinfmt.el (batch-texinfo-format):
+       Fix typos in docstrings.
+
+2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * loadhist.el (read-feature): Don't complete features not loaded
+       from a file (which make `unload-feature' to fail).
+
+2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
+
+2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (command-line-1): Kill emacs if the last frame is
+       deleted while evaluating the command-line arguments.
+
+2006-11-05  Richard Stallman  <rms@gnu.org>
+
+       * startup.el (init-file-had-error): Add doc string.
+       (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
+       Use fixed-width font for keyboard key descriptions.
+
+       * cus-edit.el (custom-save-all): Error if saving in .emacs
+       and it had an error when loaded.
+
+       * dired-aux.el (dired-copy-file-recursive): Catch errors
+       from recursive copies in the loop, around the recursive call.
+
 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
 
        * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
@@ -28617,6 +28888,7 @@ See ChangeLog.11 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 2005, 2006 Free Software Foundation, Inc.