Update md5 checksums
[bpt/emacs.git] / lisp / ChangeLog.13
index a9f5427..cd31041 100644 (file)
        char-width-table.  Don't make ethiopic and tibetan double column.
 
        * textmodes/fill.el (fill-find-break-point-function-table):
-        Don't set it up in defvar.
+       Don't set it up in defvar.
        (fill-nospace-between-words-table): New variable.
        (fill-delete-newlines): Check fill-nospace-between-words-table
        instead of charset property nospace-between-words.
        property to t.
 
        * international/mule.el (coding-system-get):
-       Check `ascii-incompatible' for backward compatiblity.
+       Check `ascii-incompatible' for backward compatibility.
        (set-file-name-coding-system): Signal an error for a coding system
        not suitable for file name.
        (set-keyboard-coding-system): Signal an error for a coding system
        (ps-header-footer-string): Delete function.
        (ps-encode-header-string-function): New variable.
        (ps-generate-header-line): Call ps-encode-header-string-function.
-       (ps-basic-plot-string-function): New variable
+       (ps-basic-plot-string-function): New variable.
        (ps-begin-job): Set ps-basic-plot-string-function and
        ps-encode-header-string-function.  For setting up headers and
        footers, don't use caches such as ps-rh-cache.  Don't call
 
        * international/mule.el (ctext-non-standard-encodings-alist):
        Rename from non-standard-icccm-encodings-alist.
-       (ctext-non-standard-encodings-regexp): New variable
+       (ctext-non-standard-encodings-regexp): New variable.
        (ctext-post-read-conversion): Full rewrite.
        (ctext-non-standard-designations-alist): Rename from
        non-standard-designations-alist.
 2008-02-01  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/byte-opt.el (side-effect-free-fns):
-        Add string-make-unibyte string-make-multibyte string-to-multibyte
-        string-as-multibyte string-as-unibyte.
+       Add string-make-unibyte string-make-multibyte string-to-multibyte
+       string-as-multibyte string-as-unibyte.
 
 2008-02-01  Dave Love  <fx@gnu.org>
 
        * 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.
 
        buffer if the parent buffer is in vc-dired-mode.
 
 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
+           James Clark  <none@example.com>
 
-       * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
+       * nxml/: Initial merge of nxml.  Kept nxml/char-name subdir for now.
 
 2007-11-23  Juri Linkov  <juri@jurta.org>
 
        * doc-view.el (doc-view-search-backward, doc-view-search):
        Fix assignment to free variable bug.
 
-2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
+2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
 
        * emulation/pc-select.el (pc-select-shifted-mark): New var.
        (ensure-mark): Set it.
 
        * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
 
-       * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
+       * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since CVS
        did not touch them.
 
 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
        (ediff-setup-windows-plain-merge)
        (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
        (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
-       * ediff-util.el (ediff-setup-keymap)
+       * ediff-util.el (ediff-setup-keymap)
        (ediff-toggle-wide-display, ediff-toggle-multiframe)
        (ediff-toggle-use-toolbar, ediff-really-quit)
        (ediff-good-frame-under-mouse)
        (allout-end-of-line): Preserve mark activation status when jumping.
        (allout-open-topic): Account for opening after a child that
        contains a hidden trailing newline.  Preserve match data.
-       Run allout-structure-added-hook
+       Run allout-structure-added-hook.
        (allout-encrypt-decrypted): Preserve match data.
        (allout-toggle-current-subtree-exposure): Add new interactive
        function for toggle subtree exposure - suggested by tassilo.
        (org-find-base-buffer-visiting): Catch the case that there is no
        buffer visiting the file.
        (org-property-or-variable-value): New function.
-       (org-todo): Use `org-property-or-variable-value'
+       (org-todo): Use `org-property-or-variable-value'.
        (org-agenda-compact-blocks): New option.
        (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
        (org-agenda-schedule, org-agenda-deadline):
 
        * progmodes/cperl-mode.el: Merge upstream 5.23.
        (cperl-where-am-i): Remove function.
-       (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
+       (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs.
        (cperl-sniff-for-indent): De-invert [string] and [comment].
        When looking for label, skip s:m:y:tr.
        (cperl-indent-line): Likewise.
        * startup.el (tutorial-directory): Set with eval-at-startup so it
        gets the right value in an installed Emacs.
 
-2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>
 
        * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
        (eldoc-highlight-function-argument): Use it.
        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'.
 
        * menu-bar.el (menu-bar-vc-filter): New function.
        (menu-bar-tools-menu): Use it as a filter.
 
-2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
+2007-08-01  Eric Hanchrow  <offby1@blarg.net>
 
        * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
 
        (table--point-left-cell-function):
        Bind `inhibit-point-motion-hooks' to t.
 
-2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>
 
        * emacs-lisp/rx.el (rx): Doc fix.
 
        buffer-file-coding-system to what decode-coding-region actually
        used to decode the file.
 
-2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>
 
        * progmodes/compile.el (compilation-handle-exit):
        `compilation-finish-function' may change the current buffer.
        * files.el (magic-fallback-mode-alist):
        Rename from file-start-mode-alist.
 
-2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
+2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>
 
        * progmodes/compile.el (compilation-handle-exit): Quote first
        argument of `run-hook-with-args'.
@@ -16693,10 +16694,9 @@ See ChangeLog.12 for earlier changes.
 
 ;; Local Variables:
 ;; coding: utf-8
-;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
+  Copyright (C) 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -16712,5 +16712,3 @@ See ChangeLog.12 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af