]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
ns-win.el fix for bug#10051
[gnu-emacs] / lisp / ChangeLog
index a94987284de9b932f28c1f6eed8fd44cadf6ab32..ef99e354593c1e2933e397073b14a33f70446f40 100644 (file)
@@ -1,3 +1,240 @@
+2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
+       (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
+       (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
+       (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
+
+2011-11-15  Glenn Morris  <rgm@gnu.org>
+
+       * term/ns-win.el (mode-line-frame-identification):
+       Leave it alone.  (Bug#10051)
+
+       * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
+
+       * mail/rmailout.el (rmail-output-to-rmail-buffer):
+       Handle empty buffers.  (Bug#9978)
+
+2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule.el (define-charset):
+       * mail/rmailmm.el (rmail-mime-find-header-encoding):
+       * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
+       * progmodes/verilog-mode.el (verilog-backward-token):
+       * textmodes/ispell.el (lookup-words):
+       * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
+
+2011-11-14  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/executable.el
+       (executable-make-buffer-file-executable-if-script-p):
+       Handle file-modes returning nil.
+
+       * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
+       message - not necessary, and causes problems.  (Bug#9831)
+
+       * mail/rmailsum.el (rmail-new-summary): Preserve message number.
+
+       * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
+
+       * mail/rmailsum.el (rmail-summary, rmail-new-summary)
+       (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
+       (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
+
+2011-11-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-resize, delete-window): Use window-splits
+       variable instead of function.
+       (window-state-get-1, window-state-put-2, window-state-put):
+       Don't deal with windows' splits status.
+
+2011-11-12  Glenn Morris  <rgm@gnu.org>
+
+       * apropos.el (apropos-do-all, apropos-library, apropos-value)
+       (apropos-documentation): Doc fixes.
+
+2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
+       * textmodes/sgml-mode.el (html-tag-help): Fix typos.
+
+2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * electric.el (electric-indent-post-self-insert-function): Make it
+       possible for a char to only indent in some circumstances.
+       (electric-indent-mode): Simplify.
+
+2011-11-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (windows-with-parameter): Remove unused function.
+       (windows-at-side): Rename to window-at-side-list.
+       (window-check, window-atom-check, window-atom-check-1)
+       (window-side-check, window-size-ignore, window-size-fixed-1)
+       (window-in-direction-2): Prefix with "window--".
+       (window-tree-1): Rename to window--subtree, fix doc-string.
+
+2011-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (eval-after-load): If FILE is already loaded,
+       evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
+
+2011-11-10  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
+       Call svn via vc-svn-command rather than vc-do-command.
+       (vc-svn-command): Add --non-interactive.  (Bug#9993)
+       (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
+
+       * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
+       Add toggle-read-only.  (Bug#7292)
+       * files.el (toggle-read-only): Mention that it should only
+       be used interactively.  (Bug#10006)
+
+2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Adjust regexp for OCaml warnings.
+
+       * electric.el (electric-pair-post-self-insert-function): Let user
+       turn it off buffer-locally (bug#9932).
+
+       * progmodes/python.el (python-beginning-of-statement):
+       Rewrite (bug#2703).
+
+       * progmodes/compile.el: Better handle TABs (bug#9749).
+       (compilation-internal-error-properties)
+       (compilation-next-error-function): Obey the target buffer's
+       compilation-error-screen-columns.
+
+2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/meta-mode.el: Remove obsolete comments.
+       (meta-right-comment-regexp, meta-ignore-comment-regexp):
+       Fix typos in docstrings.
+
+2011-11-09  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-size-fixed-p): Rewrite doc-string.
+       (window-resizable-p): Rename to window--resizable-p.  Update callers.
+       (window--resizable): New function.  Make all callers of
+       window-resizable call window--resizable instead.
+       (window-resizable): Rewrite in terms of window--resizable.
+
+2011-11-08  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/delphi.el (delphi-mode-syntax-table):
+       Let define-derived-mode define a proper syntax table.  (Bug#9994)
+
+2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el: Stay away from defsubst.
+       (window-list-no-nils): Remove.
+       (window-state-get-1, window-state-get): Use backquote instead.
+
+2011-11-08  thierry  <thierry.volpiatto@gmail.com>
+
+       * emacs-lisp/find-func.el (find-function-read):
+       Fix incorrect use of default argument in `completing-read'.
+
+2011-11-08  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-function, special-display-function):
+       Mention display-buffer-record-window but do not mention
+       help-setup parameter in doc-strings.
+       (window-min-delta): Fix doc-string typo.
+
+2011-11-08  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-total-height, window-total-width): Doc fix.
+       (window-body-size): Move from C.
+       (window-body-height, window-body-width): Move to C.
+
+2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el: Make special-display like display-buffer-alist (bug#9532).
+       (display-buffer--special-action): New function, morphed
+       from display-buffer--special.
+       (display-buffer): Use it to handle special-display-buffers at higher
+       priority (just after display-buffer-alist).
+       (display-buffer-fallback-action, display-buffer--other-frame-action)
+       (pop-to-buffer-same-window): Remove display-buffer--special.
+
+2011-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-menu.el (cal-menu-set-date-title):
+       Do nothing if not in a calendar.  (Bug#9976)
+
+2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (find-file): Always use selected-window.
+
+2011-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-combinations): Make WINDOW argument
+       mandatory.  Rewrite doc-string.
+       (walk-window-subtree, window-atom-check, window-min-delta)
+       (window-max-delta, window--resize-this-window)
+       (window--resize-root-window-vertically, window-tree)
+       (balance-windows, window-state-put): Rewrite doc-strings as to
+       not mention the term "subwindow".
+       (window--resize-subwindows-skip-p): Rename to
+       window--resize-child-windows-skip-p.
+       (window--resize-subwindows-normal): Rename to
+       window--resize-child-windows-normal.
+       (window--resize-subwindows): Rename to
+       window--resize-child-windows.
+       (window-or-subwindow-p): Rename to window--in-subtree-p.
+
+2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
+
+       * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
+       Ensure that mbox format messages end in two newlines (Bug#9974).
+
+2011-11-06  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-combination-p): Function deleted; its
+       side-effect is not used in any existing code.
+       (window-combinations, window-combined-p): Call window-*-child
+       directly.
+
+2011-11-05  Chong Yidong  <cyd@gnu.org>
+
+       * window.el (window-valid-p): Rename from window-any-p.
+       (window-size-ignore, window-state-get): Callers changed.
+       (window-normalize-window): Rename from window-normalize-any-window.
+       New arg LIVE-ONLY, replacing window-normalize-live-window.
+       (window-normalize-live-window): Delete.
+       (window-combination-p, window-combined-p, window-combinations)
+       (walk-window-subtree, window-atom-root, window-min-size)
+       (window-sizable, window-sizable-p, window-size-fixed-p)
+       (window-min-delta, window-max-delta, window-resizable)
+       (window-resizable-p, window-full-height-p, window-full-width-p)
+       (window-current-scroll-bars, window-point-1, set-window-point-1)
+       (window-at-side-p, window-in-direction, window-resize)
+       (adjust-window-trailing-edge, maximize-window, minimize-window)
+       (window-deletable-p, delete-window, delete-other-windows)
+       (record-window-buffer, unrecord-window-buffer)
+       (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
+       (quit-window, split-window, window-state-put)
+       (set-window-text-height, fit-window-to-buffer)
+       (shrink-window-if-larger-than-buffer): Callers changed.
+
+2011-11-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/rmail.el (rmail-simplified-subject): Decode subject with
+       rfc2047-decode-string.
+       (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
+       warnings.
+
+       * window.el (window-body-height, window-body-width): Mention in
+       the doc string that the return values are in frame's canonical
+       units.  (Bug#9949)
+
+2011-11-03  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
+       change in cc-engine.el.
+
 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * window.el (switch-to-buffer): Use `force-same-window' interactively.
 
        * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
        cc-vars.el.
-       (c-nonlabel-token-2-key): New variable for change in cc-engine.el.
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
        Prevent "class foo : bar" being spuriously recognized as a label.
        for list)" (bug#6475).
 
        * files.el (file-expand-wildcards): Ignore non-readable
-       sub-directories while trying to find matches instead of signalling
+       sub-directories while trying to find matches instead of signaling
        an error (bug#6297).
 
        * man.el (Man-reference-regexp): Allow matching possible
 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion--capf-wrapper): Check applicability before
-       retuning non-nil for non-exclusive completion data.
+       returning non-nil for non-exclusive completion data.
        * progmodes/etags.el (tags-completion-at-point-function):
        * info-look.el (info-lookup-completions-at-point): Mark as
        non-exclusive.