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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [emacs-unicode-2]
Date: Sun, 03 Oct 2004 21:22:52 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5326.2.21 emacs/lisp/ChangeLog:1.5326.2.22
*** emacs/lisp/ChangeLog:1.5326.2.21    Thu Sep 30 01:20:37 2004
--- emacs/lisp/ChangeLog        Mon Oct  4 01:04:16 2004
***************
*** 1,7 ****
  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.
--- 1,58 ----
+ 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>
+ 
+       * term.el (term-adjust-current-row-cache): Don't allow the current
+       row to become negative.
+       (term-emulate-terminal): Fix insert mode. Handle tab insertion at
+       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>
+ 
+       * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
+       to `width' for consistency with docstring.  Doc fix.
+ 
+ 2004-10-01  Martin Stjernholm  <address@hidden>
+ 
+       * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
+       This is necessary for derived modes.
+ 
+ 2004-09-30  Kim F. Storm  <address@hidden>
+ 
+       * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
+       (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
+ 
+       * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
+       kmacro-extract-lambda functions.
+       (edit-kbd-macro): Handle kmacro lambda forms.
+       Include counter and counter format in edit buffer.
+       (edmacro-finish-edit): Get counter and format from edit buffer and
+       update kmacro bindings when found.
+ 
  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]