]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
* international/mule.el (coding-system-iso-2022-flags): Fix last
[gnu-emacs] / lisp / ChangeLog
index d11db5d303e94721f813e0d8238c27921fba14ab..b47dbacd5a843d788e701ec54caa24a59978e165 100644 (file)
@@ -1,3 +1,87 @@
+2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * international/mule.el (coding-system-iso-2022-flags): Fix last
+       change.
+
+2013-07-20  Kenichi Handa  <handa@gnu.org>
+
+       * international/mule.el (coding-system-iso-2022-flags): Add
+       `8-bit-level-4'.  (Bug#8522)
+
+2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/shr.el (shr-mouse-browse-url): New command and keystroke
+       (bug#14815).
+
+       * net/eww.el (eww-process-text-input): Allow inputting when the
+       point is at the start of the line, as the properties aren't
+       front-sticky.
+
+       * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
+       degenerate widths.
+
+2013-07-19  Richard Stallman  <rms@gnu.org>
+
+       * epa.el (epa-popup-info-window): Doc fix.
+
+       * subr.el (split-string): New arg TRIM.
+
+2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
+       Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
+
+2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * filenotify.el (file-notify--library): Rename from
+       `file-notify-support'.  Do not autoload.  Adapt all uses.
+       (file-notify-supported-p): New defun.
+
+       * autorevert.el (auto-revert-use-notify):
+       Use `file-notify-supported-p' instead of `file-notify-support'.
+       Adapt docstring.
+       (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
+
+       * net/tramp.el (tramp-file-name-for-operation):
+       Add `file-notify-supported-p'.
+
+       * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
+       New defun.
+       (tramp-sh-file-name-handler-alist): Add it as handler for
+       `file-notify-supported-p '.
+
+       * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
+       * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
+       * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
+       Add `ignore' as handler for `file-notify-*' functions.
+
+2013-07-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (line-move-partial, line-move): Don't start vscroll or
+       scroll-up if the current line is not taller than the window.
+       (Bug#14881)
+
+2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
+
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
+       highlight question marks in the method names as strings.
+       (ruby-block-beg-keywords): Inline.
+       (ruby-font-lock-keyword-beg-re): Extract from
+       `ruby-font-lock-keywords'.
+
+2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frame.el (blink-cursor-blinks): New defcustom.
+       (blink-cursor-blinks-done): New defvar.
+       (blink-cursor-start): Set blink-cursor-blinks-done to 1.
+       (blink-cursor-timer-function): Check if number of blinks has been
+       done on X and NS.
+       (blink-cursor-suspend, blink-cursor-check): New defuns.
+
+2013-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * edmacro.el (edmacro-format-keys): Fix previous change.
+
 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
        (prolog-char-quote-workaround):
        * progmodes/cperl-mode.el (cperl-under-as-char):
        * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
-        Mark as obsolete.
-        (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
+       Mark as obsolete.
+       (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
        their declaration.
        (vhdl-mode-syntax-table-init): Remove.