lisp/misc.el (list-dynamic-libraries): Fix computation of header fields.
[bpt/emacs.git] / lisp / ChangeLog
index 31264f7..decf71a 100644 (file)
@@ -1,3 +1,415 @@
+2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * misc.el (list-dynamic-libraries--refresh): Compute header here...
+       (list-dynamic-libraries): ...not here.
+
+2011-06-21  Leo Liu  <sdl.web@gmail.com>
+
+       * subr.el (sha1): Implement sha1 using secure-hash.
+
+2011-06-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): In default value do not
+       enforce searching a window on any but the selected frame.
+       Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
+       (display-buffer-select-window): Remove function.
+       (display-buffer-in-window): When a window on another frame gets
+       reused, do not select it any more but just raise its frame if
+       necessary (Bug#8851) and (Bug#8856).
+       (display-buffer-normalize-options): Handle pop-up-frames related
+       options more faithfully.
+       (pop-to-buffer): Don't rely on `display-buffer' selecting the
+       window if it is on another frame.
+
+2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
+
+       * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
+       New functions.
+       (5x5-mode-map, 5x5-mode-menu): Bind them.
+       (5x5-draw-grid): Tweak the solver's rendering.
+
+2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
+       `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
+
+2011-06-21  Drew Adams <drew.adams@oracle.com>
+
+       * menu-bar.el: Use function variable instead of switch-to-buffer.
+       (menu-bar-select-buffer-function): New variable.
+       (menu-bar-update-buffers): Use it (bug#8876).
+
+2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
+       variable's status.
+
+2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * x-dnd.el (x-dnd-version-from-flags)
+       (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
+       and long as number (Bug#8899).
+       (x-dnd-handle-xdnd): Call functions above (Bug#8899).
+
+2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-metadata): Add `metadata' to the alist.
+       (completion-try-completion, completion-all-completions): Compute the
+       metadata argument if it's missing; make it optional (bug#8795).
+
+       * wid-edit.el: Use lex-bind and move towards completion-at-point.
+       (widget-complete): Use new :completion-function property.
+       (widget-completions-at-point): New function.
+       (default): Use :completion-function instead of :complete.
+       (widget-default-completions): Rename from widget-default-complete;
+       Rewrite.
+       (widget-string-complete, widget-file-complete, widget-color-complete):
+       Remove functions.
+       (file, symbol, function, variable, coding-system, color):
+       * international/mule-cmds.el (default-input-method, charset)
+       (language-info-custom-alist):
+       * cus-edit.el (face): Use new property :completions.
+
+       * progmodes/pascal.el (pascal-completions-at-point): New function.
+       (pascal-mode): Use it.
+       (pascal-mode-map): Use completion-at-point.
+       (pascal-toggle-completions): Make obsolete.
+       (pascal-complete-word, pascal-show-completions):
+       * progmodes/octave-mod.el (octave-complete-symbol):
+       Redefine as obsolete alias.
+       * progmodes/octave-inf.el (inferior-octave-completion-at-point):
+       Signal absence of completion info for old Octave,
+       (inferior-octave-complete): Redefine as obsolete alias.
+       * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
+       (meta-completions-at-point): Rename from meta-complete-symbol and
+       adapt it for use on completion-at-point-functions.
+       (meta-common-mode): Use it.
+       (meta-looking-at-backward, meta-match-buffer): Remove.
+       (meta-complete-symbol): Redefine as obsolete alias.
+       (meta-common-mode-map): Use completion-at-point.
+       * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
+       (makefile-mode-map): Use completion-at-point.
+       (makefile-completions-at-point): Rename from makefile-complete and
+       adapt it for use on completion-at-point-functions.
+       (makefile-mode): Use it.
+       (makefile-complete): Redefine as obsolete alias.
+
+2011-06-20  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el: Delete trailing whitespaces once and for all.
+
+2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
+
+2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
+
+       * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-06-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-other-window-means-other-frame):
+       Call display-buffer-normalize-alist.
+       (display-buffer-normalize-specifiers-1): Rename to
+       display-buffer-normalize-argument.  New argument other-frame.
+       Rewrite.
+       (display-buffer-normalize-specifiers-2): Rename to
+       display-buffer-normalize-options.
+       (display-buffer-normalize-alist-1): New function.
+       (display-buffer-normalize-specifiers-3): Rename to
+       display-buffer-normalize-alist.
+       Call display-buffer-normalize-alist-1.
+       (display-buffer-normalize-options-inhibit): New variable.
+       (display-buffer-normalize-specifiers): Rewrite calling
+       display-buffer-normalize-alist,
+       display-buffer-normalize-argument, and
+       display-buffer-normalize-options.  Don't call the latter if
+       display-buffer-normalize-options-inhibit is non-nil.
+       (frame-auto-delete): New option.
+       (window-deletable-p): Use frame-auto-delete.
+       (window-list-no-nils, window-state-ignored-parameters)
+       (window-state-get-1, window-state-get, window-state-put-list)
+       (window-state-put-1, window-state-put-2, window-state-put):
+       New functions.
+       (display-buffer-normalize-options): Move special-display-p group
+       after pop-up-frame group (Bug#8851) and (Bug#8856).
+
+2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/rx.el (rx-constituents): Add support for numbered
+       groups (Bug#8776).
+       (rx-submatch-n): New function.
+       (rx): Document it.
+
+       * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
+       (Bug#8768).
+
+       * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
+
+       * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
+
+       * cus-face.el (custom-declare-face): Call custom-theme-recalc face
+       anytime existing face settings are present (Bug#8889).
+
+       * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
+       (delphi-mode): Use define-derived-mode to inherit from prog-mode.
+       Remove unused argument.
+
+2011-06-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-default-specifiers):
+       Remove pop-up-frame.  Add pop-up-window-min-height,
+       pop-up-window-min-width, and another reuse-window specifier
+       (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
+       (display-buffer-normalize-specifiers-2):
+       Handle split-height-threshold and split-width-threshold also when
+       pop-up-windows is unset.  Add a reuse-window specifier for the
+       case popping up a new window fails.
+       (special-display-popup-frame): Remove double quoting.
+       (display-buffer-normalize-specifiers-1): Fix thinko.
+
+2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * shell.el (shell-completion-vars): Set pcomplete-termination-string
+       according to comint-completion-addsuffix.
+
+       * pcomplete.el: Convert to lexical binding and fix bug#8819.
+       (pcomplete-suffix-list): Mark as obsolete.
+       (pcomplete-completions-at-point): Capture pcomplete-norm-func and
+       pcomplete-seen in the closure.
+       (pcomplete-comint-setup): Setup completion-at-point as well.
+       (pcomplete--entries): New function.
+       (pcomplete--env-regexp): New var.
+       (pcomplete-entries): Rewrite to work with partial-completion and
+       without relying on pcomplete-suffix-list.
+       (pcomplete-pare-list): Remove, unused.
+
+2011-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): Set pop-up-window-min-height
+       and pop-up-window-min-width in default value.  Reported by
+       Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
+       other-window-means-other-frame.
+       (display-buffer-macro-specifiers): Comment out entry for
+       other-window specifier.
+       (display-buffer-other-window-means-other-frame): New function.
+       (display-buffer-normalize-specifiers-1): New arguments
+       buffer-name and label.  Treat other-window case specially.
+       (display-buffer-normalize-specifiers-2): Treat other-window case
+       specially.
+       (display-buffer-normalize-specifiers-3): New function.
+       (display-buffer-normalize-specifiers):
+       Call display-buffer-normalize-specifiers-3.
+
+2011-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (same-window-p): Fix two typos introduced when
+       adding with-no-warnings.
+       (display-buffer-normalize-specifiers-1): Don't check
+       pop-up-frames for 'unset initialization.
+       (display-buffer-normalize-specifiers-2): Major rewrite using
+       special-display-p and same-window-p (Bug#8851) and (Bug#8856).
+       (pop-up-frames, display-buffer-reuse-frames)
+       (display-buffer-mark-dedicated): Don't initialize to 'unset.
+       Suggested by David Engster <deng@randomsample.de>.
+       (even-window-heights): Initialize to 'unset.
+       (display-buffer-alist-set): Handle new 'unset initializations.
+       (display-buffer-macro-specifiers): Don't pop up a new frame in the
+       other window case.
+
+2011-06-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-specifiers-1):
+       Respect current value of pop-up-frames for most reasonable values of
+       second argument of display-buffer (Bug#8865).
+       (switch-to-buffer-same-frame, switch-to-buffer-other-window)
+       (switch-to-buffer-other-window-same-frame)
+       (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
+       Adams (Bug#8875).
+       (display-buffer): Don't check noninteractive when calling
+       display-buffer-pop-up-frame.
+       (display-buffer-pop-up-frame): Never pop up a frame in
+       noninteractive mode (Bug#8857).
+       (enlarge-window, shrink-window): Don't report an error when the
+       window can't be resized as requested (Bug#8862).
+
+2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
+
+       * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
+
+       * abbrev.el (define-abbrev-table): Don't add a table multiple times.
+
+2011-06-15  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
+       for declarators, disable knr checking to speed up for normal files.
+       2: Refactor, replacing a sequence of nested if forms by a cond form.
+
+2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/network-stream.el (open-network-stream): Add the keyword
+       :always-query-capabilities for the case where you want to force a
+       `plain' network connection, but the protocol still requires the
+       capabilitiy command (i.e., SMTP and EHLO).
+
+       * subr.el (process-live-p): Rename from `process-alive-p' for
+       consistency with other `-live-p' functions.
+
+2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * window.el (same-window-buffer-names, same-window-regexps)
+       (special-display-frame-alist, special-display-popup-frame)
+       (special-display-function, special-display-buffer-names)
+       (special-display-regexps, pop-up-frame-alist)
+       (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
+       (pop-up-windows, split-window-preferred-function)
+       (split-height-threshold, split-width-threshold, even-window-heights)
+       (display-buffer-mark-dedicated): Don't encourage the use of
+       display-buffer-alist from Elisp code.
+
+2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/python.el (python-mode): Derive from prog-mode.
+       * progmodes/ps-mode.el (ps-mode):
+       * progmodes/mixal-mode.el (mixal-mode):
+       * progmodes/cfengine.el (cfengine-mode):
+       * progmodes/ld-script.el (ld-script-mode): Likewise.
+
+2011-06-15  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist): Trim default value to avoid
+       popping up a new frame (Bug#8857) or reusing an arbitrary window
+       on another frame.
+       (display-buffer): Do not fall back on popping up a new frame in
+       batch mode (Bug#8857).
+
+2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-theme.el (describe-theme-1): Use custom-theme-p.
+       (custom-theme-summary): New function.
+       (customize-themes): Use it.
+
+2011-06-13  Glenn Morris  <rgm@gnu.org>
+
+       * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
+
+2011-06-13  Martin Rudalics  <rudalics@gmx.at>
+
+       * help.el (help-window): Remove variable.
+       (help-window-point-marker, temp-buffer-max-height)
+       (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
+       (help-print-return-message): Don't set help-window.
+       (resize-temp-buffer-window): Rewrite cod eand doc-string.
+       (help-window-setup-finish): Remove.
+       (help-window-display-message, help-window-setup)
+       (with-help-window): Major rewrite based on new
+       display-buffer-window variable.
+
+       * help-mode.el (help-mode-finish): Remove help-window related
+       code.
+
+       * view.el (view-exits-all-viewing-windows): Remove reference to
+       view-return-to-alist in doc-string.
+       (view-return-to-alist): Make obsolete.
+       (view-buffer): Call pop-to-buffer-same-window and remove
+       undo-window code.
+       (view-buffer-other-window): Call pop-to-buffer-other-window and
+       simplify code.  Ignore second argument.
+       (view-buffer-other-frame): Call pop-to-buffer-other-frame and
+       simplify code.  Ignore second argument.
+       (view-return-to-alist-update): Make obsolete.
+       (view-mode-enter): Rename second argument to QUIT-RESTORE.
+       Rewrite using quit-restore window parameters.
+       (view-mode-exit): Rename second argument to EXIT-ONLY.
+       Rewrite using quit-restore-window.
+       (View-exit, View-exit-and-edit, View-leave, View-quit)
+       (View-quit-all, View-kill-and-leave): Call view-mode-exit with
+       appropriate arguments.
+       (view-end-message): Use quit-restore window parameter.
+
+       * window.el (display-buffer-function): Rewrite doc-string.
+       (display-buffer-window, display-buffer-alist): New variables.
+       (display-buffer-split-specifiers)
+       (display-buffer-side-specifiers)
+       (display-buffer-macro-specifiers): New constants.
+       (display-buffer-even-window-sizes, display-buffer-set-height)
+       (display-buffer-set-width, display-buffer-select-window)
+       (display-buffer-in-window, display-buffer-reuse-window)
+       (display-buffer-split-window-1, display-buffer-split-window)
+       (display-buffer-split-atom-window, display-buffer-pop-up-window)
+       (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window, normalize-buffer-to-display)
+       (display-buffer-normalize-specifiers-1)
+       (display-buffer-normalize-specifiers-2)
+       (display-buffer-normalize-specifiers, display-buffer-frame):
+       New functions.
+       (display-buffer): Major rewrite.
+       (display-buffer-other-window, display-buffer-other-frame)
+       (pop-to-buffer, switch-to-buffer-other-window)
+       (switch-to-buffer-other-frame): Rewrite.
+       (display-buffer-same-window, display-buffer-same-frame)
+       (display-buffer-same-frame-other-window)
+       (pop-to-buffer-same-window, pop-to-buffer-same-frame)
+       (pop-to-buffer-other-window)
+       (pop-to-buffer-same-frame-other-window)
+       (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
+       (switch-to-buffer-other-window-same-frame): New functions.
+       (same-window-p, special-display-p): Rewrite disabling warnings.
+       Make obsolete.
+       (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
+       (display-buffer-mark-dedicated): Initialize to symbol 'unset.
+       Make obsolete
+       (same-window-buffer-names, same-window-regexps)
+       (special-display-frame-alist, special-display-popup-frame)
+       (special-display-function, special-display-buffer-names)
+       (special-display-regexps, pop-up-frame-alist)
+       (pop-up-frame-function, split-window-preferred-function)
+       (split-height-threshold, split-width-threshold)
+       (even-window-heights): Make obsolete.
+
+2011-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
+       Misc simplifications.
+
+2011-06-12  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-safely-shrinkable-p): Restore function which
+       was inadvertently removed in change from 2011-06-11.  Declare as
+       obsolete.
+
+       * calendar/calendar.el (calendar-generate-window):
+       Use window-iso-combined-p instead of combination of one-window-p and
+       window-safely-shrinkable-p.
+
+2011-06-12  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/fortran.el (fortran-mode-syntax-table):
+       * progmodes/f90.el (f90-mode-syntax-table):
+       Set % to punctuation.  (Bug#8820)
+       (f90-find-tag-default): Remove, no longer needed.
+
+2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
+
+2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.el (image-animated-p): Return animation delay in seconds.
+       Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
+       (image-animate-timeout): Remove DELAY argument.  Don't assume
+       every subimage has the same delay; get it from image-animated-p.
+       (image-animate): Caller changed.
+
+2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
+       to ignored backtrace functions.
+
 2011-06-11  Glenn Morris  <rgm@gnu.org>
 
        * calendar/appt.el (appt-disp-window-function): Doc fix.
        (bw-adjust-window): Remove.
        (balance-windows-area-adjust): New function with functionality of
        bw-adjust-window but using resize-window.
-       (set-window-text-height): Rewrite doc-string.  Use
-       normalize-live-window and resize-window.
-       (enlarge-window-horizontally, shrink-window-horizontally): Rename
-       argument to DELTA.
+       (set-window-text-height): Rewrite doc-string.
+       Use normalize-live-window and resize-window.
+       (enlarge-window-horizontally, shrink-window-horizontally):
+       Rename argument to DELTA.
        (window-buffer-height): New function.
        (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
        Rewrite using new window resize routines.
-       (kill-buffer-and-window, mouse-autoselect-window-select): Use
-       ignore-errors instead of condition-case.
+       (kill-buffer-and-window, mouse-autoselect-window-select):
+       Use ignore-errors instead of condition-case.
        (quit-window): Call delete-frame instead of delete-windows-on
        for the only buffer on frame.
 
 
        * files.el (read-buffer-to-switch)
        (switch-to-buffer-other-window)
-       (switch-to-buffer-other-frame, display-buffer-other-frame): Move
-       to window.el.
+       (switch-to-buffer-other-frame, display-buffer-other-frame):
+       Move to window.el.
 
        * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
        (previous-buffer): Move to window.el.
        (switch-to-next-buffer): New functions.
        (get-next-valid-buffer, last-buffer, next-buffer): Move here
        from simple.el.  Call switch-to-next-buffer.
-       (previous-buffer): Move here from simple.el.  Call
-       switch-to-prev-buffer.
+       (previous-buffer): Move here from simple.el.
+       Call switch-to-prev-buffer.
        (bury-buffer): Move here from buffer.c.  Switch to previous
        buffer when window cannot be deleted.
        (unbury-buffer): Move here from bindings.el.
        (read-buffer-to-switch, switch-to-buffer-other-window)
        (switch-to-buffer-other-frame): Move here from files.el.
        (normalize-buffer-to-switch-to): New functions.
-       (switch-to-buffer): Move here from buffer.c.  Use
-       read-buffer-to-switch and normalize-buffer-to-switch-to.
+       (switch-to-buffer): Move here from buffer.c.
+       Use read-buffer-to-switch and normalize-buffer-to-switch-to.
 
 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
 
        (window-split-min-size): New function.
        (split-window-keep-point): Mention split-window-above-each-other
        instead of split-window-vertically.
-       (split-window-above-each-other, split-window-vertically): Rename
-       split-window-vertically to split-window-above-each-other and
+       (split-window-above-each-other, split-window-vertically):
+       Rename split-window-vertically to split-window-above-each-other and
        provide defalias for old definition.
        (split-window-side-by-side, split-window-horizontally): Rename
        split-window-horizontally to split-window-side-by-side and provide
 
 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
 
-       * window.el (one-window-p): Move down in code.  Rewrite
-       doc-string.
-       (window-current-scroll-bars): Rewrite doc-string.  Normalize
-       live window argument.
+       * window.el (one-window-p): Move down in code.
+       Rewrite doc-string.
+       (window-current-scroll-bars): Rewrite doc-string.
+       Normalize live window argument.
        (walk-windows, get-window-with-predicate, count-windows):
        Rewrite doc-string.  Use window-list-1.
        (window-in-direction-2, window-in-direction, get-mru-window):
        (image-transform-properties): Return quickly in the normal case.
        (image-animate-loop): Rename from image-animate-max-time.
 
-       * image.el (image-animate-max-time): Moved to image-mode.el.
+       * image.el (image-animate-max-time): Move to image-mode.el.
        (create-animated-image): Remove unnecessary function.
        (image-animate): Rename from image-animate-start.  New arg.
-       (image-animate-stop): Removed; just use image-animate-timer.
+       (image-animate-stop): Remove; just use image-animate-timer.
        (image-animate-timer): Use car-safe.
        (image-animate-timeout): Rename argument.
 
 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (get-lru-window, get-largest-window): Move here from
-       window.c.  Rename first argument to ALL-FRAMES.  Rephrase
-       doc-strings.
-       (get-buffer-window-list): Rewrite using window-list-1.  Rephrase
-       doc-string.
+       window.c.  Rename first argument to ALL-FRAMES.
+       Rephrase doc-strings.
+       (get-buffer-window-list): Rewrite using window-list-1.
+       Rephrase doc-string.
        (window-safe-min-height, window-safe-min-width): New constants.
        (window-size-ignore, window-min-size, window-min-size-1)
        (window-sizable, window-sizable-p, window-size-fixed-1)
        (walk-window-tree-1, walk-window-tree, walk-window-subtree)
        (windows-with-parameter, window-with-parameter)
        (window-atom-root, make-window-atom, window-atom-check-1)
-       (window-atom-check, window-side-check, window-check): New
-       functions.
+       (window-atom-check, window-side-check, window-check):
+       New functions.
        (ignore-window-parameters, window-sides, window-sides-vertical)
        (window-sides-slots): New variables.
        (window-size-fixed): Move down in code.  Minor doc-string fix.
 
 2011-06-05  Roland Winkler  <winkler@gnu.org>
 
-       * textmodes/bibtex.el (bibtex-search-entry-globally): New
-       variable.
+       * textmodes/bibtex.el (bibtex-search-entry-globally):
+       New variable.
        (bibtex-search-entry): Use it.
 
 2011-06-05  Roland Winkler  <winkler@gnu.org>