]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix white-space problems in ChangeLogs.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Nov 2014 01:14:29 +0000 (17:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Nov 2014 01:16:27 +0000 (17:16 -0800)
23 files changed:
ChangeLog
doc/lispref/ChangeLog
etc/ChangeLog
lisp/ChangeLog
lisp/ChangeLog.12
lisp/ChangeLog.13
lisp/ChangeLog.14
lisp/ChangeLog.15
lisp/ChangeLog.16
lisp/ChangeLog.6
lisp/ChangeLog.7
lisp/erc/ChangeLog
lisp/erc/ChangeLog.02
lisp/erc/ChangeLog.03
lisp/gnus/ChangeLog.1
lisp/gnus/ChangeLog.2
lisp/mh-e/ChangeLog
lisp/org/ChangeLog
nt/ChangeLog
src/ChangeLog
src/ChangeLog.11
src/ChangeLog.2
src/ChangeLog.5

index 22f0698a1f3b98c3e44515cf6d39a8826c64caa1..dba1ff35f06d5176d2d19337a187de9f20e09824 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        corresponding commit comments.
 
        (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
-       The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
+       The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
 
        Committer/author email addresses are generally correct for the
        transition day, not necessarily when the comit was originally
index 363e7aecd33543fb09df92c07e128120982d679e..9f8461c154a08ac3e37f27bfdcf4e85c2c0e08bf 100644 (file)
        (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
 
 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
-            Richard Kim  <emacs18@gmail.com>
+           Richard Kim  <emacs18@gmail.com>
 
        * loading.texi (Library Search): Document list-load-path-shadows
        (Bug#7757).
index 9f66788d282888c2516048502d31f93add90384c..a416c86cb8734687f66b355d29a5537976020e93 100644 (file)
@@ -19,7 +19,7 @@
 
        * Version 24.4 released.
 
-2014-09-30  Bill Wohler         <wohler@newt.com>
+2014-09-30  Bill Wohler  <wohler@newt.com>
 
        Release MH-E version 8.6
 
index 5798e96c1b32470d7d2042679efd868ee8cc1f9e..351472d02fdbee64939970d941b033bbe420eafb 100644 (file)
@@ -42,7 +42,7 @@
 
 2014-11-20  Michael Albinus  <michael.albinus@gmx.de>
 
-        Improve XEmacs compatibility.
+       Improve XEmacs compatibility.
 
        * net/tramp.el (tramp-autoload-file-name-handler):
        Wrap `temporary-file-directory' by `symbol-value', it doesn't
@@ -52,8 +52,8 @@
        (tramp-time-less-p, tramp-time-subtract): Remove functions.
        (tramp-handle-file-newer-than-file-p, tramp-time-diff):
        * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
-        * net/tramp-cache.el (tramp-get-file-property):
-        * net/tramp-smb.el (tramp-smb-handle-insert-directory):
+       * net/tramp-cache.el (tramp-get-file-property):
+       * net/tramp-smb.el (tramp-smb-handle-insert-directory):
        Use `time-less-p' and `time-subtract, respectively.
 
        * net/tramp-adb.el (top): Do not require time-date.el.
 
 2014-11-04  Michael Albinus  <michael.albinus@gmx.de>
 
-        * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
-        a local copy; setting `inhibit-file-name-handlers' proper might be
-        more performant.  (Bug#18751)
+       * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
+       a local copy; setting `inhibit-file-name-handlers' proper might be
+       more performant.  (Bug#18751)
 
 2014-11-04  Glenn Morris  <rgm@gnu.org>
 
        (bug#17818).
 
        * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
-       since it's already done inside the loop (bug#17819).
+       since it's already done inside the loop (bug#17819).
 
 2014-06-20  Martin Rudalics  <rudalics@gmx.at>
 
        methods which do not have a doc string.  (Bug#17490)
 
 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
        suffix (bug#15419).
index 7d868b9db098e8af727125f4141c2334eaf21d15..8e2edb8b89dfd2c09048961bcce1ae6e0cf2565e 100644 (file)
        (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
 
 2005-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
-            Juri Linkov  <juri@jurta.org>
+           Juri Linkov  <juri@jurta.org>
 
        * textmodes/reftex-global.el (reftex-isearch-push-state-function)
        (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
index f6bdc4326e071170017979600a475143acfc730e..e0adfdd2ceec0b9060de563f368488155c60a6af 100644 (file)
        * ibuffer.el (ibuffer-mode): Fix typo in previous change.
 
 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
-            Miles Bader  <miles@gnu.org>
+           Miles Bader  <miles@gnu.org>
 
        * blank-mode.el: New file.  Minor mode to visualize (HARD) SPACE,
        TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
        (verilog-insert-indices): Escape braces in doc strings.
 
 2007-12-08  Michael McNamara  <mac@verilog.com>
-            Wilson Snyder  <wsnyder@wsnyder.org>
+           Wilson Snyder  <wsnyder@wsnyder.org>
 
        * progmodes/verilog-mode.el: New file.
 
        Use native Emacs functions, when appropriate.
 
 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc.el: Document new VC operation `extra-menu'.
 
index 52612a7a7243737fa67b9342a1766a5a8eaf3fe2..0e6ee4a933ea3eed2877e408b073ed40689360f1 100644 (file)
        Don't activate node nil.  (Bug#1569)
 
 2009-01-22  Paul Reilly  <pmr@pajato.com>
-            Henrik Enberg  <enberg@printf.se>
-            Alex Schroeder  <alex@gnu.org>
-            Chong Yidong  <cyd@stupidchicken.com>
-            Richard M Stallman  <rms@gnu.org>
-            Glenn Morris  <rgm@gnu.org>
-            Juanma Barranquero  <lekktu@gmail.com>
+           Henrik Enberg  <enberg@printf.se>
+           Alex Schroeder  <alex@gnu.org>
+           Chong Yidong  <cyd@stupidchicken.com>
+           Richard M Stallman  <rms@gnu.org>
+           Glenn Morris  <rgm@gnu.org>
+           Juanma Barranquero  <lekktu@gmail.com>
 
        * mail/rmail.el: Code implementing Rmail-mbox functionality.
        (rmail-attribute-header, rmail-keyword-header)
        was orderly adjusted, nil otherwise.
 
 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * server.el (server-sentinel): Uncomment code to delete connection file.
        (server-start): Save the connection file in the server property list.
        terminal variable assignment.
 
 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
-            Nobuyoshi Nakada  <nobu@ruby-lang.org>
+           Nobuyoshi Nakada  <nobu@ruby-lang.org>
 
        * progmodes/ruby-mode.el: New file.
 
        New aliases, to satisfy `define-derived-mode' expectations.
 
 2008-11-15  Glenn Morris  <rgm@gnu.org>
-            Martin Rudalics  <rudalics@gmx.at>
+           Martin Rudalics  <rudalics@gmx.at>
 
        * emacs-lisp/find-func.el (find-function-advised-original): New.
        (find-function-C-source, find-function-noselect):
        (newsticker--treeview-propertize-tag): Show item title in tooltip.
 
 2008-06-20  Martin Blais  <blais@furius.ca>
-            Stefan Merten  <smerten@oekonux.de>
-            David Goodger  <goodger@python.org>
+           Stefan Merten  <smerten@oekonux.de>
+           David Goodger  <goodger@python.org>
 
        * textmodes/rst.el: New file.
 
        * term/linux.el (terminal-init-linux): Load t-mouse.
 
 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-            Drew Adams  <drew.adams@oracle.com>
+           Drew Adams  <drew.adams@oracle.com>
 
        * info.el (Info-breadcrumbs-depth): New var.
        (Info-insert-breadcrumbs): New function.
        for useful options.
 
 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
-            Glenn Morris  <rgm@gnu.org>
+           Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-recompile-directory)
        (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
index 6f71a6ade88497bdbe99ad7a7519e49d4f73afbe..892276783e90a5e8b461fa31d138d5c47f33f12f 100644 (file)
        (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
 
 2011-02-19  Dmitry Bolshakov  <dmitry.bolshakov@bridge-quest.com>
-            Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
+           Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
 
        * progmodes/hideshow.el (hs-find-block-beginning)
        (hs-hide-level-recursive): Ignore comments when parsing braces
        * loadup.el (symbol-file-load-history-loaded): Remove; unused.
 
 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
-            Scott Evans  <gse@antisleep.com>
+           Scott Evans  <gse@antisleep.com>
 
        * rect.el (rectange--default-line-number-format)
        (rectangle-number-line-callback): New functions.
        * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
 
 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
        extra backslash added to each line (bug#6890).
        another buffer (e.g gnus-art).
 
 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
-            Thierry Volpiatto  <thierry.volpiatto@gmail.com>
+           Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
 
        (rcirc-user-name-history): Add variable.
 
 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
-            Jonathan Rockway  <jon@jrock.us>
+           Jonathan Rockway  <jon@jrock.us>
 
        * net/rcirc.el (rcirc-server-alist): Add :pass.
        (rcirc): When prompting for connection parameters, also prompt for
        * Version 23.2 released.
 
 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Highlight vendor specific properties.
        * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
        (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
 
 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
-            Michael Albinus  <michael.albinus@gmx.de>
+           Michael Albinus  <michael.albinus@gmx.de>
 
        Implement compression for inline methods.
 
        values.
 
 2010-03-29  Phil Hagelberg  <phil@evri.com>
-            Chong Yidong  <cyd@stupidchicken.com>
+           Chong Yidong  <cyd@stupidchicken.com>
 
        * subr.el: Extend progress reporters to perform "spinning".
        (progress-reporter-update, progress-reporter-do-update):
        * Makefile.in (ELCFILES): Adapt to subword.el move.
 
 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
        (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
        indent buffer only if called interactively (Bug#4452).
 
 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        This fixes bug#4197 (merged to bug#865, though not identical).
        * server.el (server-auth-dir): Add docstring note about FAT32.
        Don't call substitute-in-file-name on diary-file.
 
 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * mail/footnote.el (footnote-prefix): Make it a defcustom.
        (footnote-mode-map): Move initialization into the declaration.
        * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
 
 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
-            Karl Landstrom  <karl.landstrom@brgeight.se>
+           Karl Landstrom  <karl.landstrom@brgeight.se>
 
        * progmodes/js.el: New file.
 
        XZ is the successor to LZMA: <http://tukaani.org/xz/>
 
 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
-            Nick Roberts  <nickrob@snap.net.nz>
+           Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
        repository (http://sphinx.net.ru/hg/gdb-mi/).
index 1f3c78646510ccdd0305fd155384627f1664e12b..728a04e8914596afd8b8594ea56786fc8e63a6ee 100644 (file)
        already registered with a different backend (Bug#10589).
 
 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * icomplete.el: Change separator; add ido-style commands.
        (icomplete-show-key-bindings): Remove custom var.
        to `bookmark' (bug#11131).
 
 2012-10-26  Bastien Guerry  <bzg@altern.org>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * face-remap.el: Use lexical-binding.
        (text-scale-adjust): Improve docstring.  Use itself for the temporary
        * international/uni-numeric.el: Regenerate.
 
 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * profiler.el: New file.
 
index dc2722105fe9dcff2e716b5be865fe5008194973..c8e07b653680e769cacc0eeef3a9646b913f2be6 100644 (file)
        When changing the environment, avoid need for setenv.
 
 1996-01-05  Karl Eichwalder  <ke@ke.Central.DE>
-            Karl Fogel  <kfogel@floss.red-bean.com>
+           Karl Fogel  <kfogel@floss.red-bean.com>
 
        * bookmark.el: "cyclic.com" addresses changed to "red-bean.com".
        (bookmark-bmenu-mode-map): Don't bind C-k.
index a4f028759725813c26d57a92b60c3ea48751cdb3..323eba87b80ee5c445295b9a53aca25812f586fe 100644 (file)
        * abbrev.el: Likewise.
 
 1998-05-26  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
-            Karl Fogel  <kfogel@red-bean.com>
+           Karl Fogel  <kfogel@red-bean.com>
 
        * bookmark.el: Changes so bookmark list mode works with Info:
        (bookmark-jump-noselect): Use an inner save-window-excursion.
index e57659ea5f854965e39d31fe62e4d3d4c796aeed..0e61e16558b6f5e5b6663721941cb1c850c8bfa2 100644 (file)
@@ -84,7 +84,7 @@
        (erc-channel-user): Add members for new modes.
        (erc-channel-member-halfop-p, erc-channel-user-admin-p)
        (erc-channel-user-owner-p): Use new struct members.
-       (erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
+       (erc-format-nick, erc-format-@nick): Display user modes as nick prefix.
        (erc-nick-prefix-face, erc-my-nick-prefix-face): Add new faces
        (erc-get-user-mode-prefix): Return symbol for mode prefix.
        (erc-update-channel-member, erc-update-current-channel-member)
@@ -718,4 +718,3 @@ See ChangeLog.08 for earlier changes.
 ;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End:
-
index 77d4855abc281e520e082a5f5510b33fcc8496d1..1b4a52c12e0cf4b63a875dab91c41ba0c58866eb 100644 (file)
 
        * erc.el 2002-07-15T00:01:34Z!raeburn@raeburn.org: silly typo corrected
 
-       * erc.el:       * erc.el: * New variable: erc-common-server-name-suffixes
+       * erc.el: New variable: erc-common-server-name-suffixes
          This alist can be used to change the server names displayed in mode-line
          to a shorter version..
        * New function: erc-shorten-server-name (uses var above)
index 5f04cf8ebe594116f75dfbfab482d847cad5c9f8..029e29e47289bbf149edf44c3a8ed1eff1c2febc 100644 (file)
 
        * erc.el(erc-modules): Add some more symbols to the set
 
-       * erc.el(erc-modules):  * erc.el(erc-modules): Add :greedy t to the set in
+       * erc.el(erc-modules): Add :greedy t to the set in
 
        * erc-dcc.el:
        More autoloads which make dcc autoload upon ctcp dcc query received.
                         defcustom `erc-log-insert-log-on-open'
                         defcustom `erc-generate-log-file-name-function'
                         defun `erc-save-buffer-in-logs' (autoloads from erc-log.el)
-                        defuns `erc-generate-log-file-name-*'
+                        defuns `erc-generate-log-file-name-*'
                         defun `erc-current-logfile'
                         defun `erc-logging-enabled' (autoloads from erc-log.el)
                - erc-truncate-buffer-to-size: fix for double-saving bug when
 
 2003-04-27  Damien Elmes  <erc@repose.cx>
 
-       * erc.el:       * erc.el: erc-modules: added
+       * erc.el: erc-modules: added
 
 2003-04-27  Alex Schroeder  <alex@gnu.org>
 
        * (erc-cmd-NAMES): Ditto.
        * (erc-cmd-ME): Put 'do-not-parse-args property.
 
-       * erc-dcc.el:nick:      * erc-dcc.el: * erc-dcc-list: Renamed
+       * erc-dcc-list: Renamed
        * (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
        do appropriate comparisons, simplified.
        * (erc-dcc-list-add): New functions
 
 2003-01-11  Mario Lang  <mlang@delysid.org>
 
-       * erc-dcc.el:   * erc-dcc.el: * (erc-dcc-do-LIST-command): Fix
+       * erc-dcc.el (erc-dcc-do-LIST-command): Fix
 
        * erc-dcc.el:
        * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed marker removed
          Keep This info in erc-dcc-member :sent and :confirmed plist values
-       * :     * :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
+       :buffer plist for :type 'SEND removed, since we can get this with (marker-buffer
        * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block and erc-dcc-send-connected, which now prints a msg...
 
        * erc-dcc.el:
index 540db9d29140a6dd88c0511a4acc4cafa8b3acd8..c8281bff1d00e2a35aa33fe246e5838bf0b3bab6 100644 (file)
 
 1998-08-09  Simon Josefsson  <jas@pdc.kth.se>
 
-        * gnus-srvr.el (gnus-browse-make-menu-bar): select did read
+       * gnus-srvr.el (gnus-browse-make-menu-bar): select did read
 
 1998-08-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 1998-07-19 16:59  Simon Josefsson  <jas@pdc.kth.se>
 
-       * gnus-util.el (gnus-netrc-syntax-table): @ is whitespace
+       * gnus-util.el (gnus-netrc-syntax-table): @ is whitespace
 
 1998-07-17  Gordon Matzigkeit  <gord@fig.org>
 
 1998-07-01  Simon Josefsson  <jas@pdc.kth.se>
 
        * gnus-int.el (gnus-get-function): returned non-nil when
-        function wasn't bound, if noerror=t
+       function wasn't bound, if noerror=t
 
 1998-07-01  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
 1998-06-09  Sam Steingold  <sds@goems.com>
 
-        * gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only
-        at the end of line.
+       * gnus-uu.el (gnus-uu-default-view-rules): make sed kill ^M only
+       at the end of line.
 
 1998-06-05  Hrvoje Niksic  <hniksic@srce.hr>
 
 
 1998-03-18  Simon Josefsson  <jas@pdc.kth.se>
 
-       * nndoc.el: dummy request-accept-article
+       * nndoc.el: dummy request-accept-article
 
 1998-03-19  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
 1998-01-17  Simon Josefsson  <jas@pdc.kth.se>
 
-       * gnus-sum.el (gnus-summary-work-articles): change buffer
-       before looking at marked articles
-       (gnus-summary-work-articles): better check of marked articles
+       * gnus-sum.el (gnus-summary-work-articles): change buffer
+       before looking at marked articles
+       (gnus-summary-work-articles): better check of marked articles
 
 1998-02-14  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
 1997-12-22  Simon Josefsson  <jas@faun.nada.kth.se>
 
-       * nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory
+       * nnmail.el (nnmail-get-new-mail): Make nnmail-tmp-directory
 
 1997-12-28  Per Abrahamsen  <abraham@dina.kvl.dk>
 
index 475f7667f39223f298e01501d6a127dd0688469f..8c237ab77a95970f79ac181cb0783841e9cdb6f1 100644 (file)
        * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
        Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
 
-;;Has been fixed -- zsh.
-;;2001-03-05  Dave Love  <fx@gnu.org>
-;;
-;;     * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
-;;     Move it after definition of mm-coding-system-p.
-;;
+       ;;Has been fixed -- zsh.
+       ;;2001-03-05  Dave Love  <fx@gnu.org>
+       ;;
+       ;; * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
+       ;; Move it after definition of mm-coding-system-p.
+       ;;
 2001-03-01  Dave Love  <fx@gnu.org>
 
        * mm-util.el (mm-inhibit-file-name-handlers): Add
 
        * mm-util.el (mm-multibyte-string-p): New.
 
-;;     * qp.el: Remove un-logged bogus changes from 2000-12-20.
-;;     (quoted-printable-encode-region): Doc fix.  Don't call
-;;     string-as-multibyte on class.  Clarify line-folding.
+       ;; * qp.el: Remove un-logged bogus changes from 2000-12-20.
+       ;; (quoted-printable-encode-region): Doc fix.  Don't call
+       ;; string-as-multibyte on class.  Clarify line-folding.
        (quoted-printable-encode-string): Make temp buffer inherit
        string's multibyteness.
 
        * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
        compiler warning.
 
-;2000-11-26  Dave Love  <fx@gnu.org>
-;
-;      * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
-;
+       ;2000-11-26  Dave Love  <fx@gnu.org>
+       ;
+       ; * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
+       ;
 2000-11-23  Dave Love  <fx@gnu.org>
 
        * uu-post.pbm, uu-decode.pbm: New files from XPMs.
 
        * gnus-art.el (gnus-mime-button-map): Don't inherit from
        gnus-article-mode-map.
-;      (gnus-mime-button-menu): Use mouse-set-point.
+       ; (gnus-mime-button-menu): Use mouse-set-point.
        (gnus-insert-mime-button, gnus-mime-display-alternative)
        (gnus-mime-display-alternative): Don't use local-map property.
 
        * time-date.el (timezone-make-date-arpa-standard): Autoload.
        (date-to-time): Use it.
 
-;      * message.el (message-mode) <adaptive-fill-regexp>:
-;      <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
-;      (message-newline-and-reformat): Likewise.
+       ; * message.el (message-mode) <adaptive-fill-regexp>:
+       ; <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
+       ; (message-newline-and-reformat): Likewise.
        (message-forward-as-mime, message-forward-ignored-headers)
        (message-buffer-naming-style, message-default-charset)
        (message-dont-reply-to-names, message-send-mail-partially-limit):
        (uudecode-char-int): New alias, replacing char-int.
        (uudecode-decode-region): Don't call buffer-disable-undo.
 
-;      * mm-uu.el (mm-uu-configure): Unquote lambda.
-;      (mm-uu-configure-list): Doc fix.
-;
-;      * earcon.el (running-xemacs): Don't define.
-;
-;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
-;
-;      * message.el (message-font-lock-keywords): Match a final newline
-;      to help font-lock's multiline support.
-;
+       ; * mm-uu.el (mm-uu-configure): Unquote lambda.
+       ; (mm-uu-configure-list): Doc fix.
+       ;
+       ; * earcon.el (running-xemacs): Don't define.
+       ;
+       ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
+       ;
+       ; * message.el (message-font-lock-keywords): Match a final newline
+       ; to help font-lock's multiline support.
+       ;
 2000-11-03  Dave Love  <fx@gnu.org>
 
        * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
        * mm-decode.el (mm-display-external): Space-prefix temp buffer
        name.  Don't disable undo explicitly.
 
-;2000-11-02  Dave Love  <fx@gnu.org>
-;
-;      * message.el (message-font-lock-keywords): Use [:alpha:] for
-;      cite-prefix.
+       ;2000-11-02  Dave Love  <fx@gnu.org>
+       ;
+       ; * message.el (message-font-lock-keywords): Use [:alpha:] for
+       ; cite-prefix.
 
 2000-11-01  Dave Love  <fx@gnu.org>
 
index bc5f8e48a34e6670aa7bfac26d1503040738410d..0e28a27fe645f1469c21c89dbb77a40b9f5f0ca3 100644 (file)
@@ -2,7 +2,7 @@
 
        * Version 24.4 released.
 
-2014-09-30  Bill Wohler         <wohler@newt.com>
+2014-09-30  Bill Wohler  <wohler@newt.com>
 
        Release MH-E version 8.6.
 
index 261fcd1cb11bd1595f7cf6e6e664833a1346dc7b..2c4ca6d869c4b908ddf06fc9c1befe1bd41a1bd0 100644 (file)
@@ -4,16 +4,16 @@
 
 2014-10-12  Marco Wahl  <marcowahlsoft@gmail.com>
 
-        * org-agenda.el (org-get-entries-from-diary): Use
+       * org-agenda.el (org-get-entries-from-diary): Use
        `diary-fancy-display' instead of the obsolete
        `diary-display-hook'.
 
 2014-10-12  Nicolas Goaziou  <mail@nicolasgoaziou.fr>
 
-        * ox.el (org-export-async-start): Limit first argument to lambda
+       * ox.el (org-export-async-start): Limit first argument to lambda
        expressions.
 
-        * ox-publish.el (org-publish, org-publish-all)
+       * ox-publish.el (org-publish, org-publish-all)
        (org-publish-current-file): Replace `ignore', per limit stated
        above.
 
        (org-ascii-replace-entities): New function.
 
 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
-            Ulf Stegemann  <ulf@zeitform.de>
+           Ulf Stegemann  <ulf@zeitform.de>
 
        * org-entities.el: New file.
 
index cb2f33f947b9bff4206743ac042b3a4a8962fbb9..e657e2b2a03425d8ab28a899819d1db1129762ef 100644 (file)
        * config.nt (HAVE_FACES): Remove, unused.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * nmake.defs (FONT_CFLAGS):
        * gmake.defs (FONT_CFLAGS): Remove.
        * config.nt: Remove reference to UNEXEC_SRC.
 
 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
        Don't hardcode -gstabs+, use DEBUG_INFO.
index 1f2a0c4c9b8e3518a3025d766287de9c64864f2e..63ead8d9d2d5a948236cd3f90f18adaf130cfe06 100644 (file)
@@ -10,8 +10,8 @@
 
 2014-11-15  Jan Djärv  <jan.h.d@swipnet.se>
 
-        * nsterm.m (ns_send_appdefined): Check for application defined
-        event on Cocoa (Bug#18993).  Backport from trunk.
+       * nsterm.m (ns_send_appdefined): Check for application defined
+       event on Cocoa (Bug#18993).  Backport from trunk.
 
 2014-11-15  Eli Zaretskii  <eliz@gnu.org>
 
index fc6ff1fda6a1f3c7a3f24c7ed8d1279bf1580c89..100b0cbe710565b09f631e55f3ee83e4400c11b8 100644 (file)
        (record_property_change, Fprimitive_undo): Adjust prototypes.
 
 2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * w32.c (get_emacs_configuration_options): Fix buffer overrun.
 
        to standard C.
 
 2010-07-04  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * lread.c (read1): Fix up last change to not mess up `c'.
 
        can specify the frame to use, when applicable.  Adjust callers.
 
 2010-05-07  Vincent Belaïche  <vincent.belaiche@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.
 
        (Frename_file): Preserve selinux context when renaming by copy-file.
 
 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        Don't depend on cm.c or termcap.c on Windows, use stubs.
        * makefile.w32-in (OBJ1): Remove cm.$(O) and termcap.$(O).
        <after-change-functions>: Reflow docstrings.
 
 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
-            Ken Raeburn  <raeburn@gnu.org>
+           Ken Raeburn  <raeburn@gnu.org>
 
        Dock menu customization, based on a patch by Ken Raeburn, plus some
        other fixes.
        batch-compiling for bootstrap).
 
 2008-07-15  Chris Hall  <chris@web.workinglinux.com>  (tiny change)
-            YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+           YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * frame.c (make_initial_frame): Call init_frame_faces(f) in
        CANNOT_DUMP case -- fix crash due to different init order.
        (USG_SHARED_LIBRARIES): Remove duplicate definition.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
-            Eli Zaretskii  <eliz@gnu.org>
+           Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (LOCAL_FLAGS):
        Don't include WINDOWSNT, DOS_NT and _UCHAR_T.
        the property of LFACE_FONT of LFACE (if any).
 
 2008-06-21  Seiji Zenitani  <zenitani@mac.com>
-            Ryo Yoshitake  <ryo@shiftmode.net>
+           Ryo Yoshitake  <ryo@shiftmode.net>
 
        * xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437.
 
        * xterm.c (x_set_frame_alpha): Move declarations before statements.
 
 2008-05-21  Seiji Zenitani  <zenitani@mac.com>
-            Ryo Yoshitake  <ryo@shiftmode.net>
+           Ryo Yoshitake  <ryo@shiftmode.net>
 
        * frame.c (Qalpha): Add a new frame parameter `alpha'.
        (Vframe_alpha_lower_limit): New variable.
index c852328d61abff5599496e0954a535d7aa705f88..f8fc9b1c813292a300135f9390d96483a099d0c9 100644 (file)
        If `suspend-emacs-hook' returns t don't suspend
        -- assume the hook did the equivalent of `suspending' for us
        (including calling suspend-resume-hook if necessary.)
-        Otherwise, call sys_suspend and so forth normally.
+       Otherwise, call sys_suspend and so forth normally.
 
 1986-12-20  Richard M. Stallman  (rms@prep)
 
 
 1986-08-21  Richard Mlynarik  (mly@prep)
 
-        * process.c (handle_process_output):
+       * process.c (handle_process_output):
        do a set-buffer back to original buffer
        after calling a process' filter function so that
        all filter functions needn't save-excursion.
 
        * unexec.c (write_segment):
        Kludgy coercions ("(int)") to get this line to compile:
-         nwrite = (((int) ptr + 128) & ~127) - (int) ptr;
+        nwrite = (((int) ptr + 128) & ~127) - (int) ptr;
        Also changed incorrect ~128 to ~127.
 
        * process.c:
index dcb7f668b1ea2836fd59852c8c87e5d15629bb5f..1de7775c465041f806334a616c5199ff1cb797b4 100644 (file)
 
 1995-05-28  Morten Welinder  <terra+@cs.cmu.edu>
 
-        * s/osf1.h (COFF): Define.
-        * m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
-        (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
-        !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
+       * s/osf1.h (COFF): Define.
+       * m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
+       (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
+       !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
 
 1995-05-28  Richard Stallman  <rms@gnu.ai.mit.edu>
 
 
        * ntinevt.c (nt_kdb_patch_event): Created.
 
-        * callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors.
+       * callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors.
 
        * dired.c (Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
 
        * fileio.c (Fexpand_file_name) [DOS_NT]: Preserve drive letter case.
        Fix syntax errors.
-        Check drive letter when expanding ~\.
+       Check drive letter when expanding ~\.
 
        * sysdep.c (sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
 
        * ntproc.c (win32_wait): Reap synchronous subprocesses, and place
-        return code in synch_process_retcode.
+       return code in synch_process_retcode.
 
        * s/windowsnt.h (ctime): Defined to be nt_ctime.
        (NULL): Defined when missing from included system files.
        (get_inode_and_device_vals): Handle directories.
 
        * fileio.c (Fexpand_file_name) [DOS_NT]: Don't strip slash from
-        default dirs like "C:\\"
+       default dirs like "C:\\"
 
        * makefile.nt (all): Use COMPAT_LIB in library list.
        Use DEL_TREE instead of delnode.
 
 1995-04-08  Noah Friedman  <friedman@prep.ai.mit.edu>
 
-        * window.c (Fnext_window, Fprevious_window): If all_frames is a
-        frame and window is not on that frame, return the first window on
-        that frame.
+       * window.c (Fnext_window, Fprevious_window): If all_frames is a
+       frame and window is not on that frame, return the first window on
+       that frame.
 
 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 1995-01-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * emacs.c (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
-        SIGCPULIM, if they are defined.
+       SIGCPULIM, if they are defined.
 
        * alloc.c (DONT_COPY_FLAG): New bit flag.
        (mark_object, gc_sweep, compact_strings): Use it.
 1994-11-16  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * xdisp.c (try_window): Don't pass window to Fget_char_property;
-        pass its buffer.
+       pass its buffer.
        (display_text_line): Likewise.
 
 1994-11-16  Francesco Potortì  (pot@cnuce.cnr.it)
 1994-11-07  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * keyboard.c: Move decl of input_fd outside of #ifdef
-        HAVE_X_WINDOWS.
+       HAVE_X_WINDOWS.
 
 1994-11-03  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
 
        (HAVE_MOUSE): Defined.
 
        * ntheap.c (sbrk): Allow request sizes to be different than the
-        page size.
+       page size.
 
        * makefile.nt: Changed references of m\m-windowsnt.h to
        m\intel386.h and of s\s-windowsnt.h to s\windowsnt.h.
 
 1994-10-25  Karl Fogel  (kfogel@phylo.life.uiuc.edu)
 
-        * window.c (Vtemp_buffer_show_function): Doc fix.
+       * window.c (Vtemp_buffer_show_function): Doc fix.
 
 1994-10-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * xmenu.c: Delete HAVE_X11 conditionals.
 
        * xfaces.c (compute_base_face): Use FRAME_FOREGROUND_PIXEL,
-        FRAME_BACKGROUND_PIXEL, FRAME_FONT.
+       FRAME_BACKGROUND_PIXEL, FRAME_FONT.
 
        * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
        (FRAME_FONT): New macros.
 
 1994-10-09  Jim Blandy  <jimb@geech.gnu.ai.mit.edu>
 
-        Cache the results of some scans, to improve performance in buffers
-        containing very long lines.
-        * region-cache.c, region-cache.h: New files.
-        * Makefile.in.in (obj) Add region-cache.o to the list of files.
-        (region-cache.o): New target.
-        (buffer.o, indent.o, search.o): Depend on region-cache.h.
-        * buffer.h (struct buffer): New members: newline_cache,
-        width_run_cache, width_table, and cache_long_line_scans.
-        * buffer.c: #include region-cache.h.
-        (Fget_buffer_create): Initialize new members of struct buffer.
-        (Fkill_buffer): Free memory occupied by caches.
-        (init_buffer_once): Set default value for cache_long_line_scans in
-        buffer_defaults, and give it a bit in buffer_local_flags.
-        (syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
-        * insdel.c (prepare_to_modify_buffer): Invalidate width run and
-        newline caches, if they exist.
-        * search.c: #include "region-cache.h".
-        (max, min): Make these functions, not macros; we'd like to pass
-        them arguments that would be bad to evaluate more than once.
-        (newline_cache_on_off): New function.
-        (scan_buffer): New argument END.  Call newline_cache_on_off.  If
-        this buffer's newline cache is enabled, consult it to see if we
-        need to scan a region for newlines, and store information in the
-        cache after doing so.
-        (find_next_newline): Pass new arg to scan_buffer.
-        (find_before_next_newline): New function.
-        * cmds.c (Fforward_line): Call scan_buffer with new args.
-        (Fend_of_line): Replace call to Fforward_line and search loop with
-        call to find_before_next_newline.
-        * syntax.c (find_defun_start): Call scan_buffer with new args.
-        * indent.c: #include "region-cache.h".
-        (character_width, disptab_matches_widthtab, recompute_width_table,
-        width_run_cache_on_off): New functions.
-        (compute_motion): Call width_run_cache_on_off.  If this buffer's
-        width run cache is enabled, consult it to see if we need to
-        traverse a region character-by-character; store information in the
-        cache after doing so.  Call find_before_next_newline instead of
-        writing out an equivalent loop explicitly, to take advantage of
-        the newline cache.
-        Doc fixes.
-        * xdisp.c (redisplay_window): Invalidate width_run_cache, if the
-        buffer's display table doesn't match the width table the cache was
-        built for.
-        (display_text_line): Use compute_motion to skip forward to the
-        left edge of the window when the window is hscrolled; this is
-        faster than rendering all the characters into the bit bucket when
-        the hscroll is large.
-        Doc fixes.
-        (display_count_lines): Call scan_buffer with new args.
-        * disptab.h (window_display_table): Doc fix.
-        (buffer_display_table): New declaration.
-        * indent.h (disptab_matches_widthtab, recompute_width_table): New
-        declarations.
+       Cache the results of some scans, to improve performance in buffers
+       containing very long lines.
+       * region-cache.c, region-cache.h: New files.
+       * Makefile.in.in (obj) Add region-cache.o to the list of files.
+       (region-cache.o): New target.
+       (buffer.o, indent.o, search.o): Depend on region-cache.h.
+       * buffer.h (struct buffer): New members: newline_cache,
+       width_run_cache, width_table, and cache_long_line_scans.
+       * buffer.c: #include region-cache.h.
+       (Fget_buffer_create): Initialize new members of struct buffer.
+       (Fkill_buffer): Free memory occupied by caches.
+       (init_buffer_once): Set default value for cache_long_line_scans in
+       buffer_defaults, and give it a bit in buffer_local_flags.
+       (syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
+       * insdel.c (prepare_to_modify_buffer): Invalidate width run and
+       newline caches, if they exist.
+       * search.c: #include "region-cache.h".
+       (max, min): Make these functions, not macros; we'd like to pass
+       them arguments that would be bad to evaluate more than once.
+       (newline_cache_on_off): New function.
+       (scan_buffer): New argument END.  Call newline_cache_on_off.  If
+       this buffer's newline cache is enabled, consult it to see if we
+       need to scan a region for newlines, and store information in the
+       cache after doing so.
+       (find_next_newline): Pass new arg to scan_buffer.
+       (find_before_next_newline): New function.
+       * cmds.c (Fforward_line): Call scan_buffer with new args.
+       (Fend_of_line): Replace call to Fforward_line and search loop with
+       call to find_before_next_newline.
+       * syntax.c (find_defun_start): Call scan_buffer with new args.
+       * indent.c: #include "region-cache.h".
+       (character_width, disptab_matches_widthtab, recompute_width_table,
+       width_run_cache_on_off): New functions.
+       (compute_motion): Call width_run_cache_on_off.  If this buffer's
+       width run cache is enabled, consult it to see if we need to
+       traverse a region character-by-character; store information in the
+       cache after doing so.  Call find_before_next_newline instead of
+       writing out an equivalent loop explicitly, to take advantage of
+       the newline cache.
+       Doc fixes.
+       * xdisp.c (redisplay_window): Invalidate width_run_cache, if the
+       buffer's display table doesn't match the width table the cache was
+       built for.
+       (display_text_line): Use compute_motion to skip forward to the
+       left edge of the window when the window is hscrolled; this is
+       faster than rendering all the characters into the bit bucket when
+       the hscroll is large.
+       Doc fixes.
+       (display_count_lines): Call scan_buffer with new args.
+       * disptab.h (window_display_table): Doc fix.
+       (buffer_display_table): New declaration.
+       * indent.h (disptab_matches_widthtab, recompute_width_table): New
+       declarations.
 
 1994-10-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        independence.  Enable using editres for X11R5.
 
        * widget.c (EmacsFrameSetCharSize): Use lw_refigure_widget for
-        widget set independence.
+       widget set independence.
 
        * widget.h: Declare resources showGrip, allowResize, and
-        resizeToPreferred.
+       resizeToPreferred.
 
        * keyboard.c (make_lispy_event): Do not set item.  Now handled in
-        xmenu.c by popup_get_selection.
+       xmenu.c by popup_get_selection.
 
 1994-10-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 
        * process.c (Fprocess_send_eof): Delete DID_REMOTE conditional.
 
-        * buffer.c (get-file-buffer): Doc fix.
+       * buffer.c (get-file-buffer): Doc fix.
 
 1994-09-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 
 1994-09-19  Jim Blandy  <jimb@geech.gnu.ai.mit.edu>
 
-        Add a new element to display tables controlling side-by-side
+       Add a new element to display tables controlling side-by-side
        window borders.
        * buffer.c (syms_of_buffer): Update doc string for
        `buffer-display-table'.
        * Makefile.in.in (FRAME_SUPPORT): Add faces.elc.
 
        * search.c (Freplace_match): Treat caseless initial like a
-        lowercase initial.
+       lowercase initial.
 
        * keymap.c (Fdefine_key): Fix error message.
        (Fsingle_key_description): Likewise.
 
 1994-07-23  Jim Blandy  (jimb@totoro.bio.indiana.edu)
 
-        * .gdbinit: Set the breakpoint in x_error_quitter instead of
-        _XPrintDefaultError.
+       * .gdbinit: Set the breakpoint in x_error_quitter instead of
+       _XPrintDefaultError.
 
 1994-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1994-06-16  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * unexec.c: Include <sys/file.h> and [USG5] <fcntl.h> to define
-        O_* macros.
+       O_* macros.
        (O_RDONLY, O_RDWR): Define if undefined.
        [emacs] (report_error): Use report_file_error so the user can tell
        what the errno code was.