emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107909: Fix ChangeLog typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107909: Fix ChangeLog typos.
Date: Fri, 02 Nov 2012 02:24:05 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 107909
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-04-15 04:59:30 +0200
message:
  Fix ChangeLog typos.
modified:
  ChangeLog
  lib-src/ChangeLog
  lisp/ChangeLog
  lisp/ChangeLog.11
  lisp/ChangeLog.12
  lisp/ChangeLog.6
  nt/ChangeLog
  src/ChangeLog
  src/ChangeLog.10
  src/ChangeLog.11
  src/ChangeLog.6
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-04-14 01:46:06 +0000
+++ b/ChangeLog 2012-04-15 02:59:30 +0000
@@ -2308,7 +2308,7 @@
 
 2010-03-12  Eli Zaretskii  <address@hidden>
 
-       These changes remove termcap.c from the build on Posix platforms.
+       These changes remove termcap.c from the build on POSIX platforms.
        * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
 
        * configure: Regenerated.

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-04-14 01:46:06 +0000
+++ b/lib-src/ChangeLog 2012-04-15 02:59:30 +0000
@@ -67,7 +67,7 @@
        * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
 
        * emacsclient.c (main) <environ>: Remove declaration, already
-       pulled in by unistd.h on Posix hosts and stdlib.h on MS-Windows.
+       pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
 
 2011-11-24  Glenn Morris  <address@hidden>
 
@@ -6651,7 +6651,7 @@
 
 1993-08-25  Paul Eggert  (address@hidden)
 
-       * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
+       * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
        otherwise, HP awk complains.
 
        * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
@@ -6998,7 +6998,7 @@
 
        * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
        /[/]/, so change it to /[\/]/.  This should work on all
-       Posix-compliant awks.  It's slightly wrong with traditional awk,
+       POSIX-compliant awks.  It's slightly wrong with traditional awk,
        since it matches \ too, but that's a minor problem compared to awk
        syntax errors.
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-14 12:58:29 +0000
+++ b/lisp/ChangeLog    2012-04-15 02:59:30 +0000
@@ -12,8 +12,7 @@
 2012-04-14  Michal Nazarewicz  <address@hidden>
 
        * server.el (server-auth-key): New variable.
-       (server-generate-key): New function.
-       (server-get-auth-key): New function.
+       (server-generate-key, server-get-auth-key): New function.
        (server-start): Use the new variable and functions to allow
        setting a permanent server key (bug#9423).
 
@@ -156,11 +155,10 @@
 
        * hexl.el (hexl-bits): New variable.
        (hexl-options): Mention the variable in the doc string.
-       (hexl-rulerise): New function.
-       (hexl-line-displen): New function
+       (hexl-rulerise, hexl-line-displen): New functions.
        (hexl-mode): Mention the new variable.
-       (hexl-mode, hexl-current-address, hexl-current-address): Use the
-       displen.
+       (hexl-mode, hexl-current-address, hexl-current-address):
+       Use the displen.
        (hexl-ascii-start-column): New function.
        (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
        (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
@@ -223,7 +221,7 @@
 
        * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
        to previous function when point is on the first character of a
-       function. Take care of that in `narrow-to-defun' (bug#6157).
+       function.  Take care of that in `narrow-to-defun' (bug#6157).
 
 2012-04-11  Glenn Morris  <address@hidden>
 
@@ -285,8 +283,8 @@
 2012-04-10  Laimonas Vėbra  <address@hidden>  (tiny change)
 
        * language/european.el (cp775): Add oem/legacy (en)coding on
-       DOS/MS Windows for the Baltic languages. There are still plenty of
-       texts written in this encoding/codepage (bug#6519).
+       DOS/MS Windows for the Baltic languages.  There are still plenty
+       of texts written in this encoding/codepage (bug#6519).
 
 2012-04-10  Glenn Morris  <address@hidden>
 
@@ -476,8 +474,8 @@
 2012-03-30  Agustín Martín Domingo  <address@hidden>
 
        * ispell.el (ispell-get-extended-character-mode): Disable
-       extended-char-mode for hunspell. hunspell does not support it and
-       treats ~word as ordinary words in pipe mode.
+       extended-char-mode for hunspell.  hunspell does not support it
+       and treats ~word as ordinary words in pipe mode.
 
 2012-03-30  Glenn Morris  <address@hidden>
 
@@ -707,7 +705,7 @@
        (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
        (hfy-face-to-css): Re-defined to be a variable.
        (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
-       over multiple runs. This is made possible by having the caller let
+       over multiple runs.  This is made possible by having the caller let
        bind a special variable `hfy-user-sheet-assoc'.
        (htmlfontify-string): New defun.
        (hfy-compile-face-map): Make sure that the last char in the
@@ -940,7 +938,7 @@
 
 2012-03-09  Michael Albinus  <address@hidden>
 
-       * net/dbus.el: (dbus-property-handler): Return empty array if
+       * net/dbus.el (dbus-property-handler): Return empty array if
        there are no properties.
 
 2012-03-09  Leo Liu  <address@hidden>

=== modified file 'lisp/ChangeLog.11'
--- a/lisp/ChangeLog.11 2012-02-24 19:32:46 +0000
+++ b/lisp/ChangeLog.11 2012-04-15 02:59:30 +0000
@@ -10889,7 +10889,7 @@
 2004-01-29  Jari Aalto  <address@hidden>
 
        * progmodes/executable.el (executable-command-find-posix-p):
-       New.  Check if find handles arguments Posix-style.
+       New.  Check if find handles arguments POSIX-style.
 
        * progmodes/grep.el (grep-compute-defaults):
        Use executable-command-find-posix-p.

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2012-01-19 07:21:25 +0000
+++ b/lisp/ChangeLog.12 2012-04-15 02:59:30 +0000
@@ -12449,7 +12449,7 @@
 
        * calendar/appt.el (diary-selective-display): Add defvar.
 
-       * sort.el (sort-columns): Use Posix arg syntax for `sort'.
+       * sort.el (sort-columns): Use POSIX arg syntax for `sort'.
 
        * isearch.el (search-whitespace-regexp): Fix custom type.
 

=== modified file 'lisp/ChangeLog.6'
--- a/lisp/ChangeLog.6  2012-01-19 07:21:25 +0000
+++ b/lisp/ChangeLog.6  2012-04-15 02:59:30 +0000
@@ -715,7 +715,7 @@
 
        * ediff-diff.el (ediff-setup-fine-diff-regions):
        Allow diff options to be passed to the diff program.
-       (ediff-make-diff2-buffer): Don't run Posix diff on remote files.
+       (ediff-make-diff2-buffer): Don't run POSIX diff on remote files.
        (ediff-make-diff2-buffer): Refuses to diff remote files.
        (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions.
        (ediff-make-diff2-buffer): New function.

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-04-14 01:46:06 +0000
+++ b/nt/ChangeLog      2012-04-15 02:59:30 +0000
@@ -1195,7 +1195,7 @@
 2005-06-05  Eli Zaretskii  <address@hidden>
 
        * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
-       `const void *', for consistency with Posix.
+       `const void *', for consistency with POSIX.
 
 2005-06-04  Eli Zaretskii  <address@hidden>
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-04-14 06:18:49 +0000
+++ b/src/ChangeLog     2012-04-15 02:59:30 +0000
@@ -51,7 +51,7 @@
 
        * alloc.c (lisp_align_malloc): Remove unneeded prototype.
 
-2012-04-10  "Jason S. Cornez"  <address@hidden>  (tiny change)
+2012-04-10  Jason S. Cornez  <address@hidden>  (tiny change)
 
        * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
        (force_quit_count): New var.
@@ -1550,7 +1550,7 @@
        * xfns.c (unwind_create_frame): Fix comment.
        (Fx_create_frame, x_create_tip_frame):
        Move terminal->reference_count++ just before making the frame
-       official. Move initialization of image_cache_refcount and
+       official.  Move initialization of image_cache_refcount and
        dpyinfo_refcount before calling init_frame_faces (Bug#9943).
 
 2011-11-05  Eli Zaretskii  <address@hidden>
@@ -7323,7 +7323,7 @@
        * xfaces.c <Qunspecified>: Make extern again.
 
        * syntax.c: Include sys/types.h before including regex.h, as
-       required by Posix.
+       required by POSIX.
 
        * doc.c (get_doc_string): Improve the format passed to `error'.
 

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2012-02-24 19:44:16 +0000
+++ b/src/ChangeLog.10  2012-04-15 02:59:30 +0000
@@ -23215,7 +23215,7 @@
 
        * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
        and FSRefMakePath to convert FSSpec returned with Apple Event to
-       Posix pathname.
+       POSIX pathname.
        (mac_initialize) [TARGET_API_MAC_CARBON]:
        Call init_required_apple_events and disable the `Quit' menu item
        provided automatically by the Carbon Toolbox.

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2012-03-21 18:27:05 +0000
+++ b/src/ChangeLog.11  2012-04-15 02:59:30 +0000
@@ -9641,7 +9641,7 @@
 
 2010-03-12  Eli Zaretskii  <address@hidden>
 
-       These changes remove termcap.c from the build on Posix platforms.
+       These changes remove termcap.c from the build on POSIX platforms.
        * Makefile.in (termcapobj): Move termcap.o from here...
        (MSDOS_OBJ): ...to here.
        (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is

=== modified file 'src/ChangeLog.6'
--- a/src/ChangeLog.6   2012-01-19 07:21:25 +0000
+++ b/src/ChangeLog.6   2012-04-15 02:59:30 +0000
@@ -3236,7 +3236,7 @@
 
 1995-12-12  Paul Eggert  <address@hidden>
 
-       * process.c (create_process): Use Posix signal handling to
+       * process.c (create_process): Use POSIX signal handling to
        block signals, if available.  If HAVE_VFORK, save and restore
        signal handlers that the child might change, since in many
        systems (e.g. Solaris 2.4) if the child changes the signal


reply via email to

[Prev in Thread] Current Thread [Next in Thread]