[Top][All Lists]
[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: |
Fri, 29 Jul 2005 15:54:19 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8011 emacs/lisp/ChangeLog:1.8012
*** emacs/lisp/ChangeLog:1.8011 Fri Jul 29 15:11:50 2005
--- emacs/lisp/ChangeLog Fri Jul 29 19:54:18 2005
***************
*** 1,3 ****
--- 1,10 ----
+ 2005-07-29 Stefan Monnier <address@hidden>
+
+ * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
+ (byte-compile-form-make-variable-buffer-local): New functions to warn
+ about misuses of make-variable-buffer-local where make-local-variable
+ was meant.
+
2005-07-29 Juanma Barranquero <address@hidden>
* bs.el (bs-attributes-list): Doc fix.
***************
*** 21,28 ****
2005-07-29 Kenichi Handa <address@hidden>
! * international/mule-cmds.el (select-message-coding-system): Be
! sure to use LF for end-of-line. If no coding system is decided,
return iso-8859-1-unix.
2005-07-28 Stefan Monnier <address@hidden>
--- 28,35 ----
2005-07-29 Kenichi Handa <address@hidden>
! * international/mule-cmds.el (select-message-coding-system):
! Be sure to use LF for end-of-line. If no coding system is decided,
return iso-8859-1-unix.
2005-07-28 Stefan Monnier <address@hidden>
***************
*** 89,105 ****
* term/README: Describe the terminal-init-* functionality.
! * startup.el (command-line): After loading the terminal
! initialization file call the corresponding terminal initialization
! function.
2005-07-27 Kenichi Handa <address@hidden>
* ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
negative.
! * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
! setcharwidth.
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
--- 96,110 ----
* term/README: Describe the terminal-init-* functionality.
! * startup.el (command-line): After loading the terminal initialization
! file call the corresponding terminal initialization function.
2005-07-27 Kenichi Handa <address@hidden>
* ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
negative.
! * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
(ps-mule-composition-prologue): Fix for the case that
RelativeCompose is false.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2005/07/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2005/07/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dan Nicolaescu, 2005/07/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Nick Roberts, 2005/07/27
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/07/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2005/07/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2005/07/28
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/07/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/07/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2005/07/29
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F . Storm, 2005/07/31