2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
- * progmodes/sh-script.el (sh-read-variable): Remove interactive
- spec. (Bug#14826)
+ * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
+ (Bug#14826)
* 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)
+ * international/mule.el (coding-system-iso-2022-flags):
+ Add `8-bit-level-4'. (Bug#8522)
2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
- * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
- conversion methods on Kernel.
+ * progmodes/ruby-mode.el (ruby-font-lock-keywords):
+ Highlight conversion methods on Kernel.
2013-07-13 Alan Mackenzie <acm@muc.de>
(tramp-process-actions): Use progress reporter. Delete process in
case of error. Improve messages.
- * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use
- condition-case. Call `tramp-error-with-buffer' with vector and buffer.
+ * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
+ Call `tramp-error-with-buffer' with vector and buffer.
(tramp-current-connection): Removed.
(tramp-maybe-open-connection): The car of
`tramp-current-connection' are the first 3 slots of the vector.
initializers.
Syntax cleanup, mostly replacing macros with functions.
-` This removes the need for the syntax_temp hack.
+ This removes the need for the syntax_temp hack.
* search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR.
* syntax.c (SYNTAX_INLINE): New macro.
(SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND)
(emacswrite_sig, emacs_perror): New functions.
* xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
-2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change).
+2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change).
* image.c (imagemagick_load_image): Do not use MagickExportImagePixels
on NS even if it is present. Pixmap on NS is a void*.
* floatfns.c (Flog10): Move to Lisp (marked obsolete there).
-2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
+2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
* floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
base is 2; this is more accurate.