]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(shr-tag-audio): Add support for <audio> tag.
[gnu-emacs] / lisp / ChangeLog
index 50f587d1126ea794ad09794e27b2a3b38cb0ece7..8efa64bd7e6cd613d4279f2e966187bda459967b 100644 (file)
@@ -1,3 +1,189 @@
+2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
+
+       * net/shr.el (shr-tag-video): Display content for video if no
+       poster is available.
+       (shr-tag-audio): Add support for <audio> tag.
+
+       * net/eww.el (eww-text-input-types): : New const.
+       (eww-process-text-input): Treat input types in
+       `eww-text-input-types' as text.
+
+       * net/shr.el (shr-tag-table): Fix comment typo.
+
+2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/eww.el (eww-follow-link): New command to avoid reloading
+       pages when we follow #target links (bug#15243).
+       (eww-quit): Special mode buffers shouldn't query before exiting.
+
+2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
+
+       * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
+       forms.
+
+2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/eww.el (eww-restore-history): Update the window title after
+       moving in the history.
+       (eww-current-dom): New variable used to save the current DOM.
+
+2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * vc/log-edit.el (log-edit-mode-map): Add binding for
+       `log-edit-beginning-of-line'.
+       (log-edit-setup-add-author): New user option.
+       (log-edit-beginning-of-line): New command.
+       (log-edit): Move major mode call above the contents setup so that
+       the local variable values are already applied.
+       (log-edit): Only insert "Author: " when
+       `log-edit-setup-add-author' is non-nil.
+       (log-edit): When SETUP is non-nil, position point after ": "
+       instead of point-min.
+
+2013-12-01  Glenn Morris  <rgm@gnu.org>
+
+       * startup.el (command-line): Warn if ~/emacs.d is in load-path.
+
+2013-11-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (fancy-splash-frame): On MS-Windows, trigger
+       redisplay to make sure the initial frame gets a chance to become
+       visible.  (Bug#16014)
+
+2013-11-30  Martin Rudalics  <rudalics@gmx.at>
+
+       Support resizing frames and windows pixelwise.
+       * cus-start.el (frame-resize-pixelwise)
+       (window-resize-pixelwise): New entries.
+       * emacs-lisp/debug.el (debug): Use window-total-height instead
+       of window-total-size.
+       * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
+       * help.el (describe-bindings-internal): Call help-buffer
+       (temp-buffer-max-width): New option.
+       (resize-temp-buffer-window, help-window-setup)
+       (with-help-window): Rewrite.
+       * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
+       dragging dividers.
+       * window.el (frame-char-size, window-min-pixel-height)
+       (window-safe-min-pixel-height, window-safe-min-pixel-width)
+       (window-min-pixel-width, window-safe-min-pixel-size)
+       (window-combination-p, window-safe-min-size)
+       (window-resizable-p, window--size-to-pixel)
+       (window--pixel-to-size, window--resize-apply-p): New functions.
+       (window-safe-min-height): Fix doc-string.
+       (window-size, window-min-size, window--min-size-1)
+       (window-sizable, window-sizable-p, window--min-delta-1)
+       (window-min-delta, window--max-delta-1, window-max-delta)
+       (window--resizable, window--resizable-p, window-resizable)
+       (window-full-height-p, window-full-width-p, window-at-side-p)
+       (window--in-direction-2, window-in-direction)
+       (window--resize-reset-1, window--resize-mini-window)
+       (window-resize, window-resize-no-error)
+       (window--resize-child-windows-normal)
+       (window--resize-child-windows, window--resize-siblings)
+       (window--resize-this-window, window--resize-root-window)
+       (window--resize-root-window-vertically)
+       (adjust-window-trailing-edge, enlarge-window, shrink-window)
+       (maximize-window, minimize-window, delete-window)
+       (quit-restore-window, window-split-min-size, split-window)
+       (balance-windows-2, balance-windows)
+       (balance-windows-area-adjust, balance-windows-area)
+       (window--state-get-1, window-state-get, window--state-put-1)
+       (window--state-put-2, window-state-put)
+       (display-buffer-record-window, window--display-buffer): Make
+       functions handle pixelwise sizing of windows.
+       (display-buffer--action-function-custom-type)
+       (display-buffer-fallback-action): Add
+       display-buffer-in-previous-window.
+       (display-buffer-use-some-window): Resize window to height it had
+       before.
+       (fit-window-to-buffer-horizontally): New option.
+       (fit-frame-to-buffer): Describe new values.
+       (fit-frame-to-buffer-bottom-margin): Replace with
+       fit-frame-to-buffer-margins.
+       (window--sanitize-margin): New function.
+       (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
+       using window-text-pixel-size.
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-form):
+       Make the `interactive-only' warning like the `obsolete' one.
+       * comint.el (comint-run):
+       * files.el (insert-file-literally, insert-file):
+       * replace.el (replace-string, replace-regexp):
+       * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
+       (goto-line, insert-buffer, next-line, previous-line):
+       Tweak `interactive-only' spec.
+
+       Stop keeping (most) generated cedet grammar files in the repository.
+       * Makefile.in (semantic): New.
+       (compile-main): Depend on semantic.
+
+2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
+       available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
+
+       * uniquify.el (uniquify-buffer-name-style): Change default.
+
+       * loadup.el: Preload "uniquify".
+
+       * time.el (display-time-update): Update all mode lines (bug#15999).
+
+       * electric.el (electric-indent-mode): Enable by default.
+       * loadup.el: Preload "electric".
+
+2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * emacs-lisp/helpers.el (string-empty-p): New function.
+       (string-blank-p): New function.
+
+2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
+
+       * imenu.el (imenu--index-alist): Add missing dot to the docstring
+       (Bug#14029).
+
+2013-11-29  Andreas Politz  <politza@fh-trier.de>
+       * imenu.el (imenu--subalist-p): Don't error on non-conses and
+       allow non-lambda lists as functions.
+       (imenu--in-alist): Don't recurse into non-subalists.
+       (imenu): Don't pass function itself as an argument (Bug#14029).
+
+2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/python.el (python-mode-map): Remove binding for ":".
+       (python-indent-electric-colon): Remove command.
+       (python-indent-post-self-insert-function): Integrate the previous code
+       of python-indent-electric-colon.  Make it conditional on
+       electric-indent-mode.
+       (python-mode): Add ?: to electric-indent-chars.
+       Move python-indent-post-self-insert-function to the end of
+       post-self-insert-hook.
+
+2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * doc-view.el (doc-view-goto-page): Update mode-line.
+
+       * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * international/charprop.el, international/uni-bidi.el:
+       * international/uni-category.el, international/uni-combining.el:
+       * international/uni-comment.el, international/uni-decimal.el:
+       * international/uni-decomposition.el, international/uni-digit.el:
+       * international/uni-lowercase.el, international/uni-mirrored.el:
+       * international/uni-name.el, international/uni-numeric.el:
+       * international/uni-old-name.el, international/uni-titlecase.el:
+       * international/uni-uppercase.el:
+       Remove generated files from VCS repository.
+
+2013-11-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * filenotify.el (file-notify-add-watch): Don't special-case
+       w32notify when computing the directory to watch.
+
 2013-11-27  Glenn Morris  <rgm@gnu.org>
 
        Make bootstrap without generated uni-*.el files possible again.
        * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
        (generated-autoload-load-name): Set file-local value.
 
-2013-11-26  Kenjiro NAKAYAMA <knakayam@redhat.com>  (tiny change)
+2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
 
         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
         (eww-add-bookmark): ask confirmation when add to bookmarks
        Add `octave-source-file'.
        (octave-source-file): New function.  (Bug#15935)
 
-2013-11-21  Kenjiro Nakayama <nakayamakenjiro@gmail.com>  (tiny change)
+2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
 
        * net/eww.el (eww-local-regex): New variable.
        (eww): Use it to detect localhost and similar.
        * emacs-lisp/package.el (describe-package-1): Add package archive
        to shown fields.
 
-2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
+2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
 
        * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
        Change default to "# encoding: %s" to differentiate it from the
        * progmodes/ruby-mode.el: Improve encoding comment handling.
        (ruby-encoding-magic-comment-style): New option.
        (ruby-custom-encoding-magic-comment-template): New option.
-       (ruby--insert-coding-comment, ruby--detect-encoding): New
-       functions extracted from `ruby-mode-set-encoding'.
+       (ruby--insert-coding-comment, ruby--detect-encoding):
+       New functions extracted from `ruby-mode-set-encoding'.
        (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
        to control the style of the auto-inserted encoding comment.
 
        of GIF DLLs for versions before and after 5.0.0 of giflib.
        (Bug#15531)
 
-2013-10-10  João Távora <joaotavora@gmail.com>
+2013-10-10  João Távora  <joaotavora@gmail.com>
 
        * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
        not locked, use last revision and current source as