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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Wed, 06 Oct 2004 01:43:41 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.76 emacs/lisp/ChangeLog:1.3986.2.77
*** emacs/lisp/ChangeLog:1.3986.2.76    Wed Oct  6 05:21:51 2004
--- emacs/lisp/ChangeLog        Wed Oct  6 05:23:53 2004
***************
*** 1,6 ****
  2004-09-25  Lars Hansen  <address@hidden>
  
!       * ls-lisp.el (ls-lisp-format): Mark file names with poperty
        dired-filename.
  
  2004-09-25  Kim F. Storm  <address@hidden>
--- 1,141 ----
+ 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.
+ 
+ 2004-09-29  Stefan Monnier  <address@hidden>
+ 
+       * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
+       (diff-fixup-modifs): Catch unified-diff file-headers.
+ 
+ 2004-09-28  Stefan  <address@hidden>
+ 
+       * dired.el (dired-view-command-alist): Use more efficient regexps.
+       Remove dubious arguments.
+       (dired-align-file): New function.
+       (dired-insert-directory): Use it.
+       (dired-move-to-end-of-filename): Make the " -> " search more specific.
+       (dired-buffers-for-dir): Remove unused var `pattern'.
+ 
+ 2004-09-29  Kim F. Storm  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
+       (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
+       (gdb-put-breakpoint-icon): Use breakpoint bitmap.
+ 
+       * fringe.el (fringe-bitmap-p): New macro.
+       (fringe-bitmaps): Add standard fringe bitmaps on load.
+ 
+ 2004-09-28  Matthew Mundell  <address@hidden>  (tiny change)
+ 
+       * calendar/diary-lib.el (list-diary-entries): Save diary buffer
+       from diary display excursion.  Store diary buffer's point for
+       `simple-diary-display'.
+       (simple-diary-display): Set window point and start when
+       displaying buffer, to preserve point.
+ 
+ 2004-09-27  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/enriched.el (enriched-translations): Replace defconst
+       with defvar.
+ 
+ 2004-09-26  Vinicius Jose Latorre  <address@hidden>
+ 
+       * printing.el: Doc fix.
+       (pr-version): New version number (6.8.1).
+       (pr-ps-file-using-ghostscript): Use make-temp-file instead of
+       make-temp-name.
+       (pr-delete-file): Check if file exists before deleting it.
+       Reported by Lennart Borgman <address@hidden>.
+ 
+ 2004-09-26  Stefan  <address@hidden>
+ 
+       * term.el (term-display-table): New variable.
+       (term-mode): Use it.
+       (term-exec-1): Set the coding system to binary.
+       (term-emulate-terminal): Decode the string before inserting it.
+ 
+ 2004-09-26  Dan Nicolaescu  <address@hidden>
+ 
+       * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
+       (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
+       (map): Bind S-prior, S-next and S-insert.
+       (term-mode): Set `indent-tabs-mode' to nil.
+       (term-paste): New function to be bound to S-insert.
+       (term-send-del, term-send-backspace): Change the strings sent.
+       (term-termcap-format): Synchronyze with etc/e/eterm.ti.
+       (term-handle-colors-array): Fix handling of underline and reverse.
+       (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
+       (term-erase-in-line): Fix comparison.
+       (term-emulate-terminal): Fix line wrap handling.
+       (term-start-output-log): Rename from `term-set-output-log'.
+       (term-stop-output-log): Rename from `term-stop-photo'.
+       (term-switch-to-alternate-sub-buffer): Comment out, unused.
+ 
+ 2004-09-25  Stefan  <address@hidden>
+ 
+       * dired.el (dired-move-to-filename): Don't output a message if
+       raise-error is non-nil.  Fix return position and value.
+ 
+       * files.el (insert-directory): Obey --dired even with symlinks.
+ 
  2004-09-25  Lars Hansen  <address@hidden>
  
!       * ls-lisp.el (ls-lisp-format): Mark file names with property
        dired-filename.
  
  2004-09-25  Kim F. Storm  <address@hidden>
***************
*** 21,28 ****
        it, and show completions.
        (ido-all-completions): Let bind ido-directory-too-big to nil.
        (ido-exhibit): Handle ido-directory-too-big.
!       (ido-read-buffer): Handle fallback to read-buffer.  Init
!       ido-directory-too-big.
        (ido-read-file-name, ido-read-directory-name, ido-completing-read):
        Init ido-directory-too-big.
  
--- 156,163 ----
        it, and show completions.
        (ido-all-completions): Let bind ido-directory-too-big to nil.
        (ido-exhibit): Handle ido-directory-too-big.
!       (ido-read-buffer): Handle fallback to read-buffer.
!       Init ido-directory-too-big.
        (ido-read-file-name, ido-read-directory-name, ido-completing-read):
        Init ido-directory-too-big.
  




reply via email to

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