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

Diff of /emacs/lisp/ChangeLog

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

revision 1.6571 by jhd, Tue Nov 9 11:05:37 2004 UTC revision 1.6572 by monnier, Tue Nov 9 14:37:10 2004 UTC
# Line 1  Line 1 
1    2004-11-09  Stefan  <monnier@iro.umontreal.ca>
2    
3            * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4            (easy-menu-name-match): Revert correspondingly.
5    
6  2004-11-09  Richard M. Stallman  <rms@gnu.org>  2004-11-09  Richard M. Stallman  <rms@gnu.org>
7    
8          * emacs-lisp/bytecomp.el (byte-compile-defalias):          * emacs-lisp/bytecomp.el (byte-compile-defalias):
# Line 18  Line 23 
23  2004-11-09  Jay Belanger  <belanger@truman.edu>  2004-11-09  Jay Belanger  <belanger@truman.edu>
24    
25          * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)          * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
26          (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.          (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
27    
28            * calc/calc.el (calc, calc-trail-display, calc-mode):
29            Remove obsolete sections.
30    
31          * calc/calc.el (calc, calc-trail-display, calc-mode):  Removed          * calc/calc.el (calc-x-paste-text):  Remove.
         obsolete sections.  
32    
33          * calc/calc.el (calc-x-paste-text):  Removed.          * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
34            mouse-2.
35    
         * calc/calc-ext.el (calc-init-extensions):  Bound calc-yank to  
         mouse-2.  
           
36  2004-11-09  Nick Roberts  <nickrob@snap.net.nz>  2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
37    
38          * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.          * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
# Line 35  Line 40 
40          current frame (in case of recursive calls).          current frame (in case of recursive calls).
41          (gdb-show-changed-values): Add :version keyword.          (gdb-show-changed-values): Add :version keyword.
42    
43    2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
44    
45            * international/mule.el: Fix some warnings.
46    
47            * international/mule-cmds.el: Change coding-system to utf-8.
48            (select-safe-coding-system-interactively):
49            New function extracted from select-safe-coding-system.
50            (select-safe-coding-system): Use it.
51    
52  2004-11-08  Richard M. Stallman  <rms@gnu.org>  2004-11-08  Richard M. Stallman  <rms@gnu.org>
53    
54          * subr.el (syntax-after): Doc fix.          * subr.el (syntax-after): Doc fix.
# Line 60  Line 74 
74  2004-11-08  Jay Belanger  <belanger@truman.edu>  2004-11-08  Jay Belanger  <belanger@truman.edu>
75    
76          * calc/calcalg2.el (math-do-integral-methods):  Try linear then          * calc/calcalg2.el (math-do-integral-methods):  Try linear then
77          non-linear substitutions.          non-linear substitutions.
78    
79  2004-11-08  Jay Belanger  <belanger@truman.edu>  2004-11-08  Jay Belanger  <belanger@truman.edu>
80    
81          * calc/calcalg2.el (math-linear-subst-tried): New variable.          * calc/calcalg2.el (math-linear-subst-tried): New variable.
82          (math-do-integral):  Set `math-linear-subst-tried' to nil.          (math-do-integral):  Set `math-linear-subst-tried' to nil.
83          (math-do-integral-methods):  Use `math-linear-subst-tried' to          (math-do-integral-methods):  Use `math-linear-subst-tried' to
84          determine what type of substitution to try.          determine what type of substitution to try.
85          (math-integ-try-linear-substituion):  Set          (math-integ-try-linear-substituion):
86          `math-linear-subst-tried' to t.          Set `math-linear-subst-tried' to t.
87    
88  2004-11-08  Kim F. Storm  <storm@cua.dk>  2004-11-08  Kim F. Storm  <storm@cua.dk>
89    
# Line 91  Line 105 
105          * simple.el (next-error group, face): Move before first use.          * simple.el (next-error group, face): Move before first use.
106          (next-error-highlight, next-error-highlight-no-select): Likewise.          (next-error-highlight, next-error-highlight-no-select): Likewise.
107    
108          * simple.el (line-move-invisible-p): Renamed from line-move-invisible.          * simple.el (line-move-invisible-p): Rename from line-move-invisible.
109          (line-move): New args NOERROR and TO-END.          (line-move): New args NOERROR and TO-END.
110          Return t if if succeed in moving specified number of lines.          Return t if if succeed in moving specified number of lines.
111          (move-end-of-line): New function.          (move-end-of-line): New function.
# Line 105  Line 119 
119    
120          * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.          * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
121    
122          * international/iso-cvt.el (iso-cvt-define-menu):          * international/iso-cvt.el (iso-cvt-define-menu):
123          menu-bar-files-menu renamed to menu-bar-file-menu.          Rename menu-bar-files-menu to menu-bar-file-menu.
124    
125          * net/browse-url.el (browse-url-gnome-moz-program)          * net/browse-url.el (browse-url-gnome-moz-program)
126          (browse-url-gnome-moz-arguments): Move up before first use.          (browse-url-gnome-moz-arguments): Move up before first use.
127    
128          * net/tramp.el (tramp group): Add :version.          * net/tramp.el (tramp group): Add :version.
129    
130          * progmodes/ada-xref.el (ada-gdb-application):          * progmodes/ada-xref.el (ada-gdb-application):
131          Use goto-char instead of beginning-of-buffer.          Use goto-char instead of beginning-of-buffer.
132    
133          * progmodes/cperl-mode.el (cperl-info-on-command):          * progmodes/cperl-mode.el (cperl-info-on-command):
134          Use goto-char instead of beginning-of-buffer.          Use goto-char instead of beginning-of-buffer.
135    
136          * progmodes/idlw-shell.el (idlwave-shell-examine-map):          * progmodes/idlw-shell.el (idlwave-shell-examine-map):
137          Move up before first use.          Move up before first use.
138          (idlwave-shell-temp-pro-file): Likewise.          (idlwave-shell-temp-pro-file): Likewise.
139          (idlwave-shell-temp-rinfo-save-file): Likewise.          (idlwave-shell-temp-rinfo-save-file): Likewise.
# Line 130  Line 144 
144    
145  2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>  2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
146    
147          * net/tramp.el (tramp-coding-commands): Additionally try "uudecode          * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
148          -o /dev/stdout" before trying "uudecode -o -".  Suggested by Han          /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
         Boetes.  
149          (tramp-uudecode): Mention `uudecode -o /dev/stdout'.          (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
150    
151  2004-11-06  David Ponce  <david@dponce.com>  2004-11-06  David Ponce  <david@dponce.com>
# Line 150  Line 163 
163    
164          * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.          * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
165    
166  2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>  2004-11-06  Stefan  <monnier@iro.umontreal.ca>
167    
168          * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.          * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
169          (easy-menu-lookup-name): New fun to replace it.          (easy-menu-lookup-name): New fun to replace it.
# Line 189  Line 202 
202    
203  2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>  2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
204    
205          * files.el (set-auto-mode): Don't get error after setting          * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
         -*-mode-*-.  
206    
207  2004-11-04  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2004-11-04  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
208    
# Line 312  Line 324 
324          (icalendar-convert-diary-to-ical)          (icalendar-convert-diary-to-ical)
325          (icalendar-extract-ical-from-buffer): Use only two args for          (icalendar-extract-ical-from-buffer): Use only two args for
326          make-obsolete (XEmacs compatibility).          make-obsolete (XEmacs compatibility).
327          (icalendar-export-file, icalendar-import-file): Blank at end of          (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
         prompt.  
328          (icalendar-export-region): Doc fix.          (icalendar-export-region): Doc fix.
329          If error, return non-nil and write errors to a buffer.          If error, return non-nil and write errors to a buffer.
330          Use correct weekday for weekly recurring events.          Use correct weekday for weekly recurring events.
# Line 353  Line 364 
364    
365  2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>  2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
366    
367          * progmodes/flymake.el (flymake-err-line-patterns): Use          * progmodes/flymake.el (flymake-err-line-patterns):
368          `flymake-reformat-err-line-patterns-from-compile-el' to convert          Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
369          `compilation-error-regexp-alist-alist' to internal Flymake format.          `compilation-error-regexp-alist-alist' to internal Flymake format.
370    
371          * progmodes/flymake.el: eliminated byte-compiler warnings.          * progmodes/flymake.el: eliminated byte-compiler warnings.
372    
373  2004-11-01  Jay Belanger  <belanger@truman.edu>  2004-11-01  Jay Belanger  <belanger@truman.edu>
374    
375          * calc/calc-frac.el (calc-over-notation): Replaced          * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
376          `completing-read' with `interactive "s"'.          with `interactive "s"'.
377    
378  2004-11-01  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2004-11-01  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
379    

Legend:
Removed from v.1.6571  
changed lines
  Added in v.1.6572

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