/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5326.2.23 by miles, Thu Oct 14 08:49:59 2004 UTC revision 1.5326.2.24 by miles, Fri Oct 22 10:13:28 2004 UTC
# Line 1  Line 1 
1    2004-10-21  Jay Belanger  <belanger@truman.edu>
2    
3            * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
4            Declared these variables with defvar.
5    
6            * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7            is bound, only check to see if it is bound.
8    
9    2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10    
11            * calc/calc-help.el (calc-describe-bindings): Fix last change.
12    
13    2004-10-21  John Paul Wallington  <jpw@gnu.org>
14    
15            * calc/calc-graph.el (calc-graph-init):
16            Use `set-process-query-on-exit-flag'.
17    
18    2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
19    
20            * progmodes/compile.el (compilation-start): Rely on `cd' to get
21            dir right and also allow argumentless cd.
22    
23    2004-10-19  Richard M. Stallman  <rms@gnu.org>
24    
25            * textmodes/flyspell.el (flyspell-mode): Doc fix.
26    
27            * eshell/em-unix.el (eshell-grep):
28            Don't bind compilation-process-setup-function.
29    
30            * comint.el (comint-insert-input): Use @ in `interactive'.
31            (comint-input-filter-functions): Doc fix.
32            (comint-kill-whole-line, comint-get-source): Doc fix.
33    
34            * progmodes/compile.el (compilation-setup):
35            Don't set buffer-read-only if MINOR is non-nil.
36    
37    2004-10-19  Jay Belanger  <belanger@truman.edu>
38    
39            * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
40            (calc-emacs-type-gnu19): Remove.
41            (calc-digit-map, calc-read-key-sequence, calc-read-key):
42            Remove check for old emacs versions.
43    
44            * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
45            (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
46            for current Emacs.
47    
48            * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
49            the end of the minibuffer.
50            (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
51            copy `esc-map'.
52    
53            * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
54    
55            * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
56            call that would be given when the current emacs was used.
57    
58    2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
59    
60            * calendar/icalendar.el: Set coding to utf-8.
61            (icalendar-version): Increase to 0.07.
62            (icalendar-monthnumber-table): Change March pattern.
63            (icalendar-get-all-event-properties)
64            (icalendar-set-event-property): Delete.
65            (icalendar-all-events): No longer interactive.
66            (icalendar-convert-diary-to-ical)
67            (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
68            their replacements.
69            (icalendar-export-file, icalendar-export-region): New functions;
70            essentially old `icalendar-convert-diary-to-ical' but appending to
71            target rather than overwriting.
72            (icalendar-import-file): Append to target file rather than
73            overwriting.  Fourth arg deleted.
74            (icalendar-import-buffer): New name for old
75            `icalendar-extract-ical-from-buffer'.
76            (icalendar--convert-string-for-import): New name for
77            old `icalendar-convert-for-import'.
78            (include-icalendar-files): Delete.
79            Prefix for all internal functions changed from `icalendar-'
80            to `icalendar--'.
81    
82    2004-10-19  Richard M. Stallman  <rms@gnu.org>
83    
84            * paths.el (news-path): Fix previous change.
85    
86    2004-10-18 Jay Belanger  <belanger@truman.edu>
87    
88            * calc/calc-help.el (calc-describe-bindings):
89            Set `buffer-read-only' to nil while working in the keybindings buffer;
90            remove some extra information from the keybindings buffer.
91    
92    2004-10-18  David Ponce  <david@dponce.com>
93    
94            * mouse.el (mouse-drag-move-window-top): New function.
95            (mouse-drag-mode-line-1): Use it.
96    
97    2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
98    
99            * info.el (Info-fontify-node): For multiline refs,
100            arrange to unfontify newline and surrounding whitespace.
101    
102    2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
103    
104            * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
105            directory is missing.
106    
107    2004-10-17  John Paul Wallington  <jpw@gnu.org>
108    
109            * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
110            New customizable variable; whether to display buffers that match
111            `ibuffer-maybe-show-predicates' by default.
112            (ibuffer-maybe-show-predicates): Mention it in docstring.
113            (ibuffer-display-maybe-show-predicates): New variable.
114            (ibuffer-update): Prefix arg now toggles whether buffers that
115            match `ibuffer-maybe-show-predicates' should be displayed.
116            (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
117            locally to heed `ibuffer-default-display-maybe-show-predicates'.
118            (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
119    
120    2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
121    
122            * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
123            work correctly.
124    
125    2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
126    
127            * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
128            (Buffer-menu-beginning): New helper function.
129            (Buffer-menu-execute): Use it.
130            (Buffer-menu-select): Use it.
131            (Buffer-menu-sort): Use it and also keep markers.
132    
133    2004-10-17  Richard M. Stallman  <rms@gnu.org>
134    
135            * paths.el (news-directory): Rename from news-path.  Old name alias.
136            (rmail-spool-directory): Use defvar.
137            (sendmail-program): Use defcustom.
138            (remote-shell-program): Use defcustom.
139            (term-file-prefix): Use defvar.
140            (abbrev-file-name): Use defvar.
141    
142            * term.el: Add maintainer.
143    
144            * subr.el (with-local-quit): Return nil if there's a quit.
145            (read-passwd): Use with-local-quit.  Doc fix.
146    
147            * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
148            (strokes-unload-hook): Set as a variable with add-hook.
149    
150            * startup.el (fancy-splash-tail, normal-splash-screen):
151            Update copyright year.
152    
153            * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
154    
155            * server.el (server-unload-hook): Set as a variable with add-hook.
156    
157            * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
158    
159            * frame.el (special-display-popup-frame):
160            Make the buffer current as its frame is created.
161    
162            * delsel.el (delsel-unload-hook): Set as a variable.
163    
164            * comint.el (comint-output-filter-functions):
165            Add comint-watch-for-password-prompt.
166            (comint-read-noecho): Function deleted.
167            (send-invisible): Use read-passwd.
168    
169            * fringe.el (fringe-mode-initialize): New function.
170            (fringe-mode): Use fringe-mode-initialize as :initialize.
171    
172    2004-10-17  Kim F. Storm  <storm@cua.dk>
173    
174            * language/indian.el (indian-script-language-alist): Swap value and doc.
175            (indian-font-char-index-table): Doc fix.
176    
177    2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
178    
179            * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
180    
181    2004-10-16  Juri Linkov  <juri@jurta.org>
182    
183            * progmodes/compile.el (compilation-start): Move let-binding of
184            `process-environment' into `with-current-buffer' body.
185            Reported by Matt Hodges <MPHodges@member.fsf.org>.
186    
187    2004-10-16  Richard M. Stallman  <rms@gnu.org>
188    
189            * pcvs-util.el (cvs-bury-buffer):
190            Don't call get-buffer-window for effect.
191    
192            * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
193    
194            * newcomment.el (comment-auto-fill-only-comments): Add autoload.
195    
196            * msb.el (msb-unload-hook): Set the variable.
197    
198            * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
199            Use * to err if buffer is readonly.
200    
201            * subr.el (looking-back): Return only t or nil.
202    
203            * whitespace.el (whitespace-unload-hook): Set the variable.
204    
205            * view.el (view-mode-enable): Set view-page-size and
206            view-half-page-size to nil.
207            (view-set-half-page-size-default): view-half-page-size = nil
208            means the default.
209            (View-scroll-page-forward): Use view-page-size-default.
210            (View-scroll-page-backward): Likewise.
211            (view-page-size, view-half-page-size): Doc fixes.
212    
213            * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
214    
215            * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
216    
217            * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
218            "cl" like other files.  Instead, call byte-compile-find-cl-functions.
219            (byte-compile-log-1): Bind inhibit-read-only.
220            (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
221            (byte-compile-log-warning): Likewise.
222            (byte-compile-file-form-require): Detect "cl" from the arg value.
223    
224            * progmodes/compile.el (compilation-start): Assume compilation-mode
225            will make the buffer read-only.
226            (compilation-mode): Take arg name-of-mode.
227            (compilation-setup): Make buffer read-only.
228            (compilation-handle-exit): Bind inhibit-read-only.
229    
230            * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
231            (ispell-message): Likewise.
232            (ispell-show-choices): Don't call get-buffer-window uselessly.
233            (ispell-init-process): Use set-process-query-on-exit-flag.
234    
235    2004-10-16  Kim F. Storm  <storm@cua.dk>
236    
237            * fringe.el (fringe-bitmaps): Only initialize when defined.
238    
239            * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
240            (cvs-mode-find-file): Add optional `view' arg to enter view mode.
241    
242            * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
243    
244    2004-10-15  Simon Josefsson  <jas@extundo.com>
245    
246            * net/password.el: Add.
247    
248  2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>  2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
249    
250          * button.el (button-activate): Allow a marker to display as an          * button.el (button-activate): Allow a marker to display as an action.
         action.  
251    
252          * help-fns.el (describe-variable): Use it to make "below" a          * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
         hyperlink.  
253    
254          * help.el (describe-mode): Use it to make minor mode list into          * help.el (describe-mode): Use it to make minor mode list into
255          hyperlinks.          hyperlinks.
# Line 25  Line 270 
270          (event-modifiers): Use push.          (event-modifiers): Use push.
271          (mouse-movement-p, with-temp-buffer): Simplify.          (mouse-movement-p, with-temp-buffer): Simplify.
272    
273    2004-10-12  Jay Belanger  <belanger@truman.edu>
274    
275            * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
276            New variables.
277            (calc-help-index-entries): New function.
278            (calc-describe-function): Use `calc-help-function-list' instead of
279            obarray for completion.
280            (calc-describe-variable): Use `calc-help-variable-list' instead
281            of obarray for completion.
282    
283    2004-10-12  Richard M. Stallman  <rms@gnu.org>
284    
285            * info-look.el (info-lookup-file): Add info-file property.
286            (info-lookup-symbol): Likewise.
287    
288            * info.el (info-xref): Add underlining.
289            (info): Add info-file property.
290            (Info-find-emacs-command-nodes): Specify case-sensitive search.
291    
292  2004-10-12  Michael Albinus  <michael.albinus@gmx.de>  2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
293    
294          Sync with Tramp 2.0.45.          Sync with Tramp 2.0.45.
# Line 78  Line 342 
342          * subr.el (substitute-key-definition): Mention command remapping          * subr.el (substitute-key-definition): Mention command remapping
343          in doc string.          in doc string.
344    
345    2004-10-11  Jay Belanger  <belanger@truman.edu>
346    
347            * calc/calc-misc.el (calc-info-goto-node): New function.
348            (calc-tutorial, calc-info-summary): Go to appropriate Calc info
349            node in one step.
350            (calc-describe-copying, calc-describe-distribution)
351            (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
352            Go to appropriate info node in one step.
353    
354  2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
355    
356          * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.          * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
# Line 201  Line 474 
474  2004-10-05  Juri Linkov  <juri@jurta.org>  2004-10-05  Juri Linkov  <juri@jurta.org>
475    
476          * isearch.el (isearch-done): Set mark after running hook.          * isearch.el (isearch-done): Set mark after running hook.
477          Suggested by Drew Adams <drew.adams@oracle.com>.          Reported by Drew Adams <drew.adams@oracle.com>.
478    
479          * info.el (Info-history, Info-toc): Fix Info headers.          * info.el (Info-history, Info-toc): Fix Info headers.
480          (Info-toc): Narrow buffer before Info-fontify-node.          (Info-toc): Narrow buffer before Info-fontify-node.
# Line 443  Line 716 
716    
717          * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.          * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
718    
719    2004-09-21  Jay Belanger  <belanger@truman.edu>
720    
721            * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
722            `calc-graph-set-styles' so the gnuplot buffer will appear in a
723            separate window.
724    
725  2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>  2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
726    
727          * subr.el (after-change-major-mode-hook): Doc fix.          * subr.el (after-change-major-mode-hook): Doc fix.
# Line 457  Line 736 
736          * descr-text.el (describe-char): Checking of quail activation          * descr-text.el (describe-char): Checking of quail activation
737          fixed.          fixed.
738    
739    2004-09-21  Jay Belanger  <belanger@truman.edu>
740            
741            * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
742    
743  2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>  2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
744    
745          * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'          * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
# Line 542  Line 825 
825          * calc/calc-units.el (calc-quick-units): Fix overzealous          * calc/calc-units.el (calc-quick-units): Fix overzealous
826          s/or/unless/.          s/or/unless/.
827    
828    2004-09-17  Jay Belanger  <belanger@truman.edu>
829    
830            * calc/calc.el (calc-mode-var-list): Fixed the value of
831            `calc-matrix-brackets'.
832            
833  2004-09-17  Romain Francoise  <romain@orebokech.com>  2004-09-17  Romain Francoise  <romain@orebokech.com>
834    
835          * ibuf-ext.el (define-ibuffer-filter filename):          * ibuf-ext.el (define-ibuffer-filter filename):
# Line 573  Line 861 
861          (term-protocol-version): Increment.          (term-protocol-version): Increment.
862          (term-current-face): Set to default.          (term-current-face): Set to default.
863    
864    2004-09-15  Jay Belanger  <belanger@truman.edu>
865    
866            * calc/calc.el (calc-mode-var-list): Define this variable.
867            (calc-always-load-extensions, calc-line-numbering)
868            (calc-line-breaking, calc-display-just, calc-display-origin)
869            (calc-number-radix, calc-leading-zeros, calc-group-digits)
870            (calc-group-char, calc-point-char, calc-frac-format)
871            (calc-prefer-frac, calc-hms-format, calc-date-format)
872            (calc-float-format, calc-full-float-format, calc-complex-format)
873            (calc-complex-mode, calc-infinite-mode, calc-display-strings)
874            (calc-matrix-just, calc-break-vectors, calc-full-vectors)
875            (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
876            (calc-matrix-brackets, calc-language, calc-language-option)
877            (calc-left-label, calc-right-label, calc-word-size)
878            (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
879            (calc-display-raw, calc-internal-prec, calc-angle-mode)
880            (calc-algebraic-mode, calc-incomplete-algebraic-mode)
881            (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
882            (calc-window-height, calc-display-trail, calc-show-selections)
883            (calc-use-selections, calc-assoc-selections)
884            (calc-display-working-message, calc-auto-why, calc-timing)
885            (calc-mode-save-mode, calc-standard-date-formats)
886            (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
887            (calc-user-parse-tables, calc-gnuplot-default-device)
888            (calc-gnuplot-default-output, calc-gnuplot-print-device)
889            (calc-gnuplot-print-output, calc-gnuplot-geometry)
890            (calc-graph-default-resolution, calc-graph-default-resolution-3d)
891            (calc-invocation-macro, calc-show-banner): Give these values as
892            part of `calc-mode-var-list's initialization after the variables
893            are declared with defvar.
894            (calc-bug-address):  Changed email address to send bug
895            reports to. Also changed the maintainer address at the top.
896            (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
897            than "\\.emacs" to determine if it is the user-init-file.
898    
899            * calc/calc-embed.el (calc-embedded-set-modes): Use
900            `calc-mode-var-list' correctly.
901    
902  2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>  2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
903    
904          * vc.el (annotate-time): Document point handling.          * vc.el (annotate-time): Document point handling.

Legend:
Removed from v.1.5326.2.23  
changed lines
  Added in v.1.5326.2.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26