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: Sat, 04 Sep 2004 05:51:34 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.70 emacs/lisp/ChangeLog:1.3986.2.71
*** emacs/lisp/ChangeLog:1.3986.2.70    Sat Sep  4 09:22:54 2004
--- emacs/lisp/ChangeLog        Sat Sep  4 09:24:34 2004
***************
*** 1,3 ****
--- 1,46 ----
+ 2004-08-17  Luc Teirlinck  <address@hidden>
+ 
+       * emacs-lisp/copyright.el (copyright-update-year): Delete code
+       that replaces 20xy with xy.
+ 
+ 2004-08-17  John Paul Wallington  <address@hidden>
+ 
+       * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
+       (reb-force-update): Doc fix.
+ 
+ 2004-08-16  Richard M. Stallman  <address@hidden>
+ 
+       * progmodes/which-func.el (which-func-update-1): Doc fix.
+ 
+       * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
+       (sh-mode-abbrev-table): New variable.
+ 
+       * progmodes/compile.el (compilation-mode): Doc fix.
+ 
+       * emacs-lisp/lisp-mode.el (eval-last-sexp):
+       Don't cons a new symbol each time.
+       (eval-last-sexp-fake-value): New variable.
+ 
+       * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
+       (copyright-update-year): Detect continuation of list of years.
+ 
+       * term.el (term-default-fg-color, term-default-bg-color)
+       (ansi-term-color-vector): Use `unspecified', not nil, as default.
+ 
+       * imenu.el: Several doc fixes: don't say variables are buffer-local.
+ 
+ 2004-08-16  Davis Herring <address@hidden>
+ 
+       * isearch.el (isearch-string, isearch-message-string, isearch-point)
+       (isearch-success, isearch-forward-flag, isearch-other-end)
+       (isearch-word, isearch-invalid-regexp, isearch-wrapped)
+       (isearch-barrier, isearch-within-brackets)
+       (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
+ 
+ 2004-08-16  Kenichi Handa  <address@hidden>
+ 
+       * ps-mule.el (ps-mule-font-info-database): Fix docstring.
+ 
  2004-08-15  Kenichi Handa  <address@hidden>
  
        * term/x-win.el (x-selection-value): If utf8 was successful but
***************
*** 19,29 ****
        (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
        appropriately.
        (isearch-mode-map): Bind `}' to `isearch-}-char'.
!       (isearch-string, isearch-message,string, isearch-point,
!       isearch-success, isearch-forward-flag, isearch-other-end,
!       isearch-word, isearch-invalid-regexp, isearch-wrapped,
!       isearch-barrier, isearch-within-brackets,
!       isearch-case-fold-search):
        New inline functions to read fields of a stack frame.
  
  2004-08-14  Kurt Hornik  <address@hidden>  (tiny change)
--- 62,71 ----
        (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
        appropriately.
        (isearch-mode-map): Bind `}' to `isearch-}-char'.
!       (isearch-string, isearch-message,string, isearch-point)
!       (isearch-success, isearch-forward-flag, isearch-other-end)
!       (isearch-word, isearch-invalid-regexp, isearch-wrapped)
!       (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
        New inline functions to read fields of a stack frame.
  
  2004-08-14  Kurt Hornik  <address@hidden>  (tiny change)




reply via email to

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