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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 03 Oct 2004 16:00:16 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6416 emacs/lisp/ChangeLog:1.6417
*** emacs/lisp/ChangeLog:1.6416 Sun Oct  3 15:36:18 2004
--- emacs/lisp/ChangeLog        Sun Oct  3 19:53:23 2004
***************
*** 1,7 ****
  2004-10-03  Daniel Pfeiffer  <address@hidden>
  
        * newcomment.el (comment-beginning): Doc fix and don't choke on
!       unset `comment-end-skip' when at beginning of comment
  
  2004-10-02  Dan Nicolaescu  <address@hidden>
  
--- 1,21 ----
+ 2004-10-03  Stefan  <address@hidden>
+ 
+       * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
+       (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
+       (latex-block-args-alist): Add minipage and picture.
+       (latex-block-body-alist): Use reftex-label if enabled.
+       (latex-insert-block): Don't insert a \n if not necessary.
+       (tex-compile-commands): Make sure dvips doesn't send to printer.
+       (tex-compile-default): Handle the case where no executable is found.
+       (latex-noindent-environments): New var.
+       (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
+       If tex-indent-allhanging is non-nil, make sure we only align for macros
+       at beginning of line.
+ 
  2004-10-03  Daniel Pfeiffer  <address@hidden>
  
        * newcomment.el (comment-beginning): Doc fix and don't choke on
!       unset `comment-end-skip' when at beginning of comment.
  
  2004-10-02  Dan Nicolaescu  <address@hidden>
  
***************
*** 11,18 ****
        the end of the line. Fix scroll down. Add comments.
        (term-handle-ansi-escape): Don't exceed terminal width when moving
        right.
!       (term-scroll-region): Move the cursor after setting the scroll
!       region.
  
  2004-10-01  Luc Teirlinck  <address@hidden>
  
--- 25,31 ----
        the end of the line. Fix scroll down. Add comments.
        (term-handle-ansi-escape): Don't exceed terminal width when moving
        right.
!       (term-scroll-region): Move the cursor after setting the scroll region.
  
  2004-10-01  Luc Teirlinck  <address@hidden>
  
***************
*** 38,45 ****
  
  2004-09-29  Luc Teirlinck  <address@hidden>
  
!       * textmodes/paragraphs.el (forward-paragraph): Avoid
!       args-out-of-range error when point winds up at the beginning of
        the buffer and hard newlines are enabled.
  
        * newcomment.el (comment-multi-line): Doc fix.
--- 51,58 ----
  
  2004-09-29  Luc Teirlinck  <address@hidden>
  
!       * textmodes/paragraphs.el (forward-paragraph):
!       Avoid args-out-of-range error when point winds up at the beginning of
        the buffer and hard newlines are enabled.
  
        * newcomment.el (comment-multi-line): Doc fix.




reply via email to

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