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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 14 Nov 2004 01:35:07 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6599 emacs/lisp/ChangeLog:1.6600
*** emacs/lisp/ChangeLog:1.6599 Sun Nov 14 00:47:32 2004
--- emacs/lisp/ChangeLog        Sun Nov 14 06:21:11 2004
***************
*** 1,11 ****
  2004-11-13  Vinicius Jose Latorre  <address@hidden>
  
        * printing.el: Doc fix.  Insert :version tag into all defcustom.
!       Handle interactive-p as is recommended in Emacs Lisp Reference.  Set
!       the file permission bits for newly created files.  Reported by Glenn
!       Morris <address@hidden>.  The printing menu
!       specification (in `pr-menu-spec') was merged.  Suggested by Stefan
!       Monnier <address@hidden>.
        (pr-version): New version number (6.8.3).
        (pr-file-modes): New option.
        (pr-interactive-p): New var.
--- 1,11 ----
  2004-11-13  Vinicius Jose Latorre  <address@hidden>
  
        * printing.el: Doc fix.  Insert :version tag into all defcustom.
!       Handle interactive-p as is recommended in Emacs Lisp Reference.
!       Set the file permission bits for newly created files.
!       Reported by Glenn Morris <address@hidden>.
!       The printing menu specification (in `pr-menu-spec') was merged.
!       Suggested by Stefan Monnier <address@hidden>.
        (pr-version): New version number (6.8.3).
        (pr-file-modes): New option.
        (pr-interactive-p): New var.
***************
*** 37,42 ****
--- 37,50 ----
        (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
        Handle interactive-p as is recommended.
  
+ 2004-11-13  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
+       (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
+ 
+       * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
+       so it doesn't forget to highlight the beginning of the region either.
+ 
  2004-11-13  Daniel Pfeiffer  <address@hidden>
  
        * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
***************
*** 64,75 ****
        (calc-graph-lookup):  Made `varname' a local variable.
        (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
        Declare them.
!       (calc-graph-format-data):  Don't check if var-PlotRejects is
!       bound.
        (calc-graph-plot, calc-graph-compute-3d):  Remove references to
        the unused variable y3vec.
!       (calc-graph-show-dumb):  Remove reference to unused variable
!       found-pt.
        (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
        calc-graph-prev-kill-hook.
        (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
--- 72,81 ----
        (calc-graph-lookup):  Made `varname' a local variable.
        (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
        Declare them.
!       (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
        (calc-graph-plot, calc-graph-compute-3d):  Remove references to
        the unused variable y3vec.
!       (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
        (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
        calc-graph-prev-kill-hook.
        (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)




reply via email to

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