]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.
authorJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:17:38 +0000 (00:17 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 18 Oct 2007 00:17:38 +0000 (00:17 +0000)
lisp/ChangeLog
lisp/files.el

index d6132f665aa31ad5bcc4f53f49f90e557e7bcb0c..8e0853ea612da93a2d8ab7e5bacdcd1540db203b 100644 (file)
@@ -1,3 +1,27 @@
+2007-10-17  Juri Linkov  <juri@jurta.org>
+
+       * textmodes/fill.el (fill-paragraph-or-region): Remove function
+       at the request of RMS.
+       (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
+       arg `region'.  Fix docstring.  At the first `or' branch add call to
+       `fill-region' if it the region is active in transient-mark-mode.
+
+       * bindings.el (esc-map): Bind M-q to fill-paragraph
+       instead of fill-paragraph-or-region.
+
+       * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
+       with fill-paragraph.
+
+       * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
+       Fix docstring.
+
+       * indent.el (indent-for-tab-command): Change interactive spec from
+       "P" to "p".  Add check for interactive arg before indenting the
+       active region.
+
+       * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
+       Regroup.
+
 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs-lisp/find-func.el: Don't require loadhist.
index 3b0b670e21f9beb6521ce0aa7c9f1b100bbf775a..d856d7f34a72e80658fb8472373abecd4a345475 100644 (file)
@@ -2059,7 +2059,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
      ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
      ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
      ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
-     ("\\(?:DVI\\|EPS\\|P\\(?:DF\\|S\\)\\|dvi\\|eps\\|p\\(?:df\\|s\\)\\)" . doc-view-mode)
+     ("\\.\\(?:PDF\\|E?PS\\|DVI\\|pdf\\|e?ps\\|dvi\\)" . doc-view-mode)
      ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
      ("BROWSE\\'" . ebrowse-tree-mode)
      ("\\.ebrowse\\'" . ebrowse-tree-mode)