diff options
| author | Stefan Monnier | 2004-11-14 06:21:11 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-11-14 06:21:11 +0000 |
| commit | 572f248fac80cefdc92fba93449d6678694d5ebd (patch) | |
| tree | 9f0e07f768c29a21148c32dcc6d48e09c19bf71f /lisp/ChangeLog | |
| parent | 08d72d137cb0fb142a424409fe0931f5a6765c61 (diff) | |
| download | emacs-572f248fac80cefdc92fba93449d6678694d5ebd.tar.gz emacs-572f248fac80cefdc92fba93449d6678694d5ebd.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98644202476..fac44631653 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1 | 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 2 | ||
| 3 | * printing.el: Doc fix. Insert :version tag into all defcustom. | 3 | * printing.el: Doc fix. Insert :version tag into all defcustom. |
| 4 | Handle interactive-p as is recommended in Emacs Lisp Reference. Set | 4 | Handle interactive-p as is recommended in Emacs Lisp Reference. |
| 5 | the file permission bits for newly created files. Reported by Glenn | 5 | Set the file permission bits for newly created files. |
| 6 | Morris <gmorris+emacs@ast.cam.ac.uk>. The printing menu | 6 | Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>. |
| 7 | specification (in `pr-menu-spec') was merged. Suggested by Stefan | 7 | The printing menu specification (in `pr-menu-spec') was merged. |
| 8 | Monnier <monnier@iro.umontreal.ca>. | 8 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. |
| 9 | (pr-version): New version number (6.8.3). | 9 | (pr-version): New version number (6.8.3). |
| 10 | (pr-file-modes): New option. | 10 | (pr-file-modes): New option. |
| 11 | (pr-interactive-p): New var. | 11 | (pr-interactive-p): New var. |
| @@ -37,6 +37,14 @@ | |||
| 37 | (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview): | 37 | (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview): |
| 38 | Handle interactive-p as is recommended. | 38 | Handle interactive-p as is recommended. |
| 39 | 39 | ||
| 40 | 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 41 | |||
| 42 | * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify. | ||
| 43 | (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'. | ||
| 44 | |||
| 45 | * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix | ||
| 46 | so it doesn't forget to highlight the beginning of the region either. | ||
| 47 | |||
| 40 | 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org> | 48 | 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org> |
| 41 | 49 | ||
| 42 | * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init) | 50 | * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init) |
| @@ -64,12 +72,10 @@ | |||
| 64 | (calc-graph-lookup): Made `varname' a local variable. | 72 | (calc-graph-lookup): Made `varname' a local variable. |
| 65 | (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): | 73 | (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): |
| 66 | Declare them. | 74 | Declare them. |
| 67 | (calc-graph-format-data): Don't check if var-PlotRejects is | 75 | (calc-graph-format-data): Don't check if var-PlotRejects is bound. |
| 68 | bound. | ||
| 69 | (calc-graph-plot, calc-graph-compute-3d): Remove references to | 76 | (calc-graph-plot, calc-graph-compute-3d): Remove references to |
| 70 | the unused variable y3vec. | 77 | the unused variable y3vec. |
| 71 | (calc-graph-show-dumb): Remove reference to unused variable | 78 | (calc-graph-show-dumb): Remove reference to unused variable found-pt. |
| 72 | found-pt. | ||
| 73 | (calc-graph-kill-hook, calc-graph-plot): Remove reference to | 79 | (calc-graph-kill-hook, calc-graph-plot): Remove reference to |
| 74 | calc-graph-prev-kill-hook. | 80 | calc-graph-prev-kill-hook. |
| 75 | (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) | 81 | (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) |