Mercurial > emacs
comparison lisp/ChangeLog @ 58211:925329560e64
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 14 Nov 2004 06:21:11 +0000 |
parents | 687bb63efa9d |
children | 63c796a99b3e |
comparison
equal
deleted
inserted
replaced
58210:2d6fd1fbee2e | 58211:925329560e64 |
---|---|
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. |
12 (pr-save-interactive, pr-save-file-modes): New macros. | 12 (pr-save-interactive, pr-save-file-modes): New macros. |
13 (pr-setup): Code fix. | 13 (pr-setup): Code fix. |
35 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire) | 35 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire) |
36 (pr-menu-lock, pr-update-menus, pr-ps-utility-args) | 36 (pr-menu-lock, pr-update-menus, pr-ps-utility-args) |
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) |
43 (c-font-lock-init): Eliminate obsolete make-local-hook. | 51 (c-font-lock-init): Eliminate obsolete make-local-hook. |
44 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) | 52 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) |
62 than unbound. | 70 than unbound. |
63 (calc-graph-name): Made `end' a local variable. | 71 (calc-graph-name): Made `end' a local variable. |
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) |
76 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) | 82 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) |
77 (calc-graph-xname, calc-graph-yname, calc-graph-xstep) | 83 (calc-graph-xname, calc-graph-yname, calc-graph-xstep) |