emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sun, 02 Dec 2007 02:05:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/12/02 02:05:50

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12343
retrieving revision 1.12344
diff -u -b -r1.12343 -r1.12344
--- ChangeLog   1 Dec 2007 21:09:32 -0000       1.12343
+++ ChangeLog   2 Dec 2007 02:05:48 -0000       1.12344
@@ -1,3 +1,10 @@
+2007-12-02  Stefan Monnier  <address@hidden>
+
+       * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
+       (archive-rar-summarize): Allow the file name to be passed as argument.
+       Remove unused vars `header' and `footer'.
+       (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
+
 2007-12-01  Dan Nicolaescu  <address@hidden>
 
        * log-edit.el (log-edit-show-diff): New function.
@@ -38,8 +45,8 @@
        * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
        Move args on defun line.
 
-       * textmodes/org.el (org-calendar-holiday): Use
-       calendar-check-holidays instead of the obsolete
+       * textmodes/org.el (org-calendar-holiday):
+       Use calendar-check-holidays instead of the obsolete
        check-calendar-holidays.
        (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
        (bbdb-company, bbdb-current-record, bbdb-name)
@@ -69,8 +76,8 @@
 
        * longlines.el (longlines-show-hard-newlines): Remove handling of
        buffer-undo-list and buffer-modified status.
-       (longlines-show-region, longlines-unshow-hard-newlines): Handle
-       buffer-undo-list, buffer-modified status, inhibit-read-only, and
+       (longlines-show-region, longlines-unshow-hard-newlines):
+       Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
        inhibit-modification-hooks here to avoid that a buffer appears
        modified when toggling visibility of hard newlines.
 
@@ -160,8 +167,8 @@
        * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
        (htmlr-step): Declare as functions.
 
-       * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses): Use
-       bbdb-address-zip rather than bbdb-address-zip-string.
+       * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
+       Use bbdb-address-zip rather than bbdb-address-zip-string.
 
 2007-11-28  Richard Stallman  <address@hidden>
 
@@ -190,8 +197,7 @@
 
        * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
        * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
-       * nxml/xsd-regexp.el (xsdre-gen-categories): Use mapc rather than
-       mapcar.
+       * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
 
        * nxml/nxml-outln.el (nxml-token-start-tag-p)
        (nxml-token-end-tag-p): Move definitions before use.




reply via email to

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