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:49:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.75 emacs/lisp/ChangeLog:1.3986.2.76
*** emacs/lisp/ChangeLog:1.3986.2.75    Thu Sep 16 00:14:57 2004
--- emacs/lisp/ChangeLog        Wed Oct  6 05:21:51 2004
***************
*** 1,3 ****
--- 1,219 ----
+ 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>
+ 
+       * ido.el (ido-max-directory-size): New defcustom.
+       (ido-decorations): Add "too big" element.
+       (ido-directory-too-big): New dynamic var.
+       (ido-may-cache-directory): Don't cache big directories.
+       (ido-directory-too-big-p): New defun.
+       (ido-set-current-directory): Update ido-directory-too-big.
+       (ido-read-internal): Make empty ido-cur-item if too-big.
+       (ido-buffer-internal): Use ido-read-internal directly instead of
+       ido-read-buffer.
+       (ido-file-internal): Init ido-directory-too-big.
+       (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
+       and redo completion with full list.
+       (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
+       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.
+ 
+ 2004-09-24  Luc Teirlinck  <address@hidden>
+ 
+       * subr.el (delay-mode-hooks): Doc fix.
+ 
+ 2004-09-23  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/enriched.el
+       (enriched-default-text-properties-local-flag): New variable.
+       (enriched-mode): Make sure that enabling and disabling the mode is
+       a no-op.  Doc fix.
+ 
+ 2004-09-23  H,Ae(Bkon Malmedal  <address@hidden>  (tiny change)
+ 
+       * calendar/holidays.el (holiday-advent): Report on a specified day
+       offset from advent, not just advent.
+       (holiday-easter-etc): Report on one specified day offset from
+       easter, not all easter holidays. Various Easter holidays moved to
+       `christian-holidays' variable in calendar.el.
+       * calendar/calendar.el (christian-holidays): Adapt for new
+       behaviour of `holiday-advent' and `holiday-easter-etc' functions.
+ 
+ 2004-09-23  Kim F. Storm  <address@hidden>
+ 
+       * image.el (insert-sliced-image): Add doc string.
+ 
+       * ido.el (ido-choice-list): New dynamic var for `list' context.
+       (ido-context-switch-command): New dynamic var.
+       (ido-define-mode-map): Generalize switch between file/buffer contexts.
+       (ido-read-internal): Handle new `list' context.
+       Handle insert-buffer and insert-file ido-exit values.
+       (ido-buffer-internal): New arg switch-cmd.  Use it to setup
+       ido-context-switch-command. Handle insert-file ido-exit value.
+       (ido-read-buffer): Set ido-context-switch-command to 'ignore
+       unless it is already bound by caller.
+       (ido-file-internal): New arg switch-cmd.  Use it to setup
+       ido-context-switch-command.  Handle insert-buffer ido-exit value.
+       (ido-enter-insert-buffer, ido-enter-insert-file): New commands
+       used for context switching.
+       (ido-all-completions): Handle new `list' context.
+       (ido-make-choice-list): Return choices for `list' context.
+       (ido-find-file-in-dir, ido-display-file, ido-write-file)
+       (ido-display-buffer, ido-kill-buffer): Disable context switching.
+       (ido-insert-buffer, ido-insert-file): Setup context switching.
+       (ido-exhibit): Handle `list' context.
+       (ido-read-file-name): Disable context switching.  Handle fallback.
+       (ido-read-directory-name): Disable context switching.
+       (ido-completing-read): New defun like completing-read.  Setup and
+       use new `list' context.
+ 
+ 2004-09-20  Jesper Harder  <address@hidden>
+ 
+       * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
+ 
+ 2004-09-21  Luc Teirlinck  <address@hidden>
+ 
+       * subr.el (after-change-major-mode-hook): Doc fix.
+ 
+ 2004-09-21  Vinicius Jose Latorre  <address@hidden>
+ 
+       * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
+       of ghostscript for monochrome PostScript file in Windows.
+ 
+ 2004-09-21  Kenichi Handa  <address@hidden>
+ 
+       * descr-text.el (describe-char): Checking of quail activation
+       fixed.
+ 
+ 2004-09-20  Luc Teirlinck  <address@hidden>
+ 
+       * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
+       after the mode hooks instead of before.  Doc fix.
+ 
+ 2004-09-20  Jason Rumney  <address@hidden>
+ 
+       * startup.el (command-line) [windows-nt]: Try .emacs first, then
+       _emacs, but revert to .emacs if neither exists in home directory.
+ 
+ 2004-09-20  John Paul Wallington  <address@hidden>
+ 
+       * bindings.el (completion-ignored-extensions): Add .dfsl.
+ 
+ 2004-09-20  Richard M. Stallman  <address@hidden>
+ 
+       * bindings.el (scroll-left): Make it disabled.
+ 
+       * files.el (enable-local-eval): Doc fix.
+ 
+       * indent.el (move-to-left-margin): Special case for minibuffer.
+ 
+       * term.el (term-emulate-terminal): Turn off undo for output.
+       Use with-current-buffer and save-selected-window.
+ 
+       * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
+ 
+       * progmodes/make-mode.el (makefile-fill-paragraph):
+       Don't insist on spaces when looking for comments.  # is enough.
+ 
+       * files.el (hack-local-variables): Copy the variables list
+       to another buffer, strip prefixes and suffixes there, then read.
+       (enable-local-eval): Doc fix.
+       (ignored-local-variables): Initialize to nil.
+       (risky-local-variable-p): Don't check ignored-local-variables here.
+       (hack-one-local-variable): Ignore var if in ignored-local-variables.
+ 
+ 2004-09-20  Dan Nicolaescu  <address@hidden>
+ 
+       * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
+       of = to "." (punctuation).
+ 
+ 2004-09-19  Stefan  <address@hidden>
+ 
+       * subr.el (event-basic-type): Fix mask (extend to 22bits).
+ 
+ 2004-09-18  Luc Teirlinck  <address@hidden>
+ 
+       * textmodes/enriched.el (enriched-rerun-flag): New variable.
+       (enriched-before-change-major-mode): New function.
+       Add it to `change-major-mode-hook'.
+       (enriched-after-change-major-mode): New function.
+       Add it to `after-change-major-mode-hook'.
+       (enriched-mode): Make it work correctly if called from
+       `after-change-major-mode-hook'.
+       No longer set `indent-line-function'.
+ 
+       * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
+ 
+       * subr.el (after-change-major-mode-hook): New variable.
+       (run-mode-hooks): Implement it.
+ 
+ 2004-09-18  Stefan Monnier  <address@hidden>
+ 
+       * battery.el (battery-linux-proc-apm): Use string-to-number.
+       (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
+       Use dolist (and less indentation).  Use erase-buffer.
+       Pre-initialize `design-capacity', `warn', and `low'.
+       (battery-format): Use replace-regexp-in-string.
+ 
+ 2004-09-18  Ralph Schleicher  <address@hidden>
+ 
+       * battery.el: Delete superfluous empty lines.
+       (battery-linux-proc-acpi): Attempt to gather information from all
+       battery subdirectories regardless of their file name.
+       (battery-linux-proc-apm): Replace all occurrences of
+       battery-hex-to-int-2 with string-to-int (base 16).
+       (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
+       (battery-hex-map): Delete variable.
+ 
+ 2004-09-18  John Paul Wallington  <address@hidden>
+ 
+       * calc/calc-units.el (calc-quick-units): Fix overzealous
+       s/or/unless/.
+ 
+ 2004-09-17  Romain Francoise  <address@hidden>
+ 
+       * ibuf-ext.el (define-ibuffer-filter filename):
+       Expand dired-directory since buffer-file-name is absolute.
+ 
+ 2004-09-17  Dan Nicolaescu  <address@hidden>
+ 
+       * ediff-init.el (ediff-current-diff-face-A)
+       (ediff-current-diff-face-B, ediff-current-diff-face-C)
+       (ediff-current-diff-face-Ancestor)
+       (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
+       (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
+       (ediff-even-diff-face-A, ediff-even-diff-face-B)
+       (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
+       (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
+       (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
+       Use min-colors.
+ 
+       * term.el (term-down): Perform vertical motion if DOWN is negative.
+       (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
+       (term-termcap-format): Synchronyze with the eterm terminfo entry
+       in etc/e/eterm.ti.
+       (term-handle-colors-array): If the current foreground or
+       background are zero (i.e. unspecified), use the foreground and
+       background of the default face for reverse video.
+       (term-ansi-at-eval-string, term-ansi-default-fg)
+       (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
+       (term-mem): Delete ununsed function.
+       (term-protocol-version): Increment.
+       (term-current-face): Set to default.
+ 
+ 2004-09-15  Thien-Thi Nguyen  <address@hidden>
+ 
+       * vc.el (annotate-time): Document point handling.
+       (vc-annotate-display-autoscale): Doc fix.
+ 
  2004-09-15  Miles Bader  <address@hidden>
  
        * generic.el (generic-make-keywords-list): Use symbol rather than
***************
*** 148,153 ****
--- 364,374 ----
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
  
+ 2004-09-08  Richard M. Stallman  <address@hidden>
+ 
+       * buff-menu.el (list-buffers-noselect): Call format-mode-line
+       with the buffer as argument.
+ 
  2004-09-08  Stefan Monnier  <address@hidden>
  
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.




reply via email to

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