aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-21 04:53:19 +0200
committerJuanma Barranquero2013-07-21 04:53:19 +0200
commit763a086dc75498d173601db882ec59b739cab17f (patch)
tree32afa55164eef468d547cfe272c4ccf845b37d29
parent728dc3cc6093d56809c4159bb8022dbd1eb57d8a (diff)
downloademacs-763a086dc75498d173601db882ec59b739cab17f.tar.gz
emacs-763a086dc75498d173601db882ec59b739cab17f.zip
lisp/ChangeLog, src/ChangeLog: Fix typos.
-rw-r--r--lisp/ChangeLog16
-rw-r--r--src/ChangeLog6
2 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 720e040fbff..46003a9e0dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,16 +25,16 @@
25 25
262013-07-20 Andreas Schwab <schwab@linux-m68k.org> 262013-07-20 Andreas Schwab <schwab@linux-m68k.org>
27 27
28 * progmodes/sh-script.el (sh-read-variable): Remove interactive 28 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
29 spec. (Bug#14826) 29 (Bug#14826)
30 30
31 * international/mule.el (coding-system-iso-2022-flags): Fix last 31 * international/mule.el (coding-system-iso-2022-flags): Fix last
32 change. 32 change.
33 33
342013-07-20 Kenichi Handa <handa@gnu.org> 342013-07-20 Kenichi Handa <handa@gnu.org>
35 35
36 * international/mule.el (coding-system-iso-2022-flags): Add 36 * international/mule.el (coding-system-iso-2022-flags):
37 `8-bit-level-4'. (Bug#8522) 37 Add `8-bit-level-4'. (Bug#8522)
38 38
392013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> 392013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
40 40
@@ -153,8 +153,8 @@
153 153
1542013-07-13 Dmitry Gutov <dgutov@yandex.ru> 1542013-07-13 Dmitry Gutov <dgutov@yandex.ru>
155 155
156 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight 156 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
157 conversion methods on Kernel. 157 Highlight conversion methods on Kernel.
158 158
1592013-07-13 Alan Mackenzie <acm@muc.de> 1592013-07-13 Alan Mackenzie <acm@muc.de>
160 160
@@ -322,8 +322,8 @@
322 (tramp-process-actions): Use progress reporter. Delete process in 322 (tramp-process-actions): Use progress reporter. Delete process in
323 case of error. Improve messages. 323 case of error. Improve messages.
324 324
325 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use 325 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
326 condition-case. Call `tramp-error-with-buffer' with vector and buffer. 326 Call `tramp-error-with-buffer' with vector and buffer.
327 (tramp-current-connection): Removed. 327 (tramp-current-connection): Removed.
328 (tramp-maybe-open-connection): The car of 328 (tramp-maybe-open-connection): The car of
329 `tramp-current-connection' are the first 3 slots of the vector. 329 `tramp-current-connection' are the first 3 slots of the vector.
diff --git a/src/ChangeLog b/src/ChangeLog
index e6b594258dc..24738f49183 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -592,7 +592,7 @@
592 initializers. 592 initializers.
593 593
594 Syntax cleanup, mostly replacing macros with functions. 594 Syntax cleanup, mostly replacing macros with functions.
595` This removes the need for the syntax_temp hack. 595 This removes the need for the syntax_temp hack.
596 * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR. 596 * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR.
597 * syntax.c (SYNTAX_INLINE): New macro. 597 * syntax.c (SYNTAX_INLINE): New macro.
598 (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND) 598 (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND)
@@ -690,7 +690,7 @@
690 (emacswrite_sig, emacs_perror): New functions. 690 (emacswrite_sig, emacs_perror): New functions.
691 * xrdb.c (fatal): Don't invoke perror, since errno might be garbage. 691 * xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
692 692
6932013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). 6932013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change).
694 694
695 * image.c (imagemagick_load_image): Do not use MagickExportImagePixels 695 * image.c (imagemagick_load_image): Do not use MagickExportImagePixels
696 on NS even if it is present. Pixmap on NS is a void*. 696 on NS even if it is present. Pixmap on NS is a void*.
@@ -1245,7 +1245,7 @@
1245 1245
1246 * floatfns.c (Flog10): Move to Lisp (marked obsolete there). 1246 * floatfns.c (Flog10): Move to Lisp (marked obsolete there).
1247 1247
12482013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 12482013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
1249 1249
1250 * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the 1250 * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
1251 base is 2; this is more accurate. 1251 base is 2; this is more accurate.