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: Tue, 09 Nov 2004 09:43:00 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6571 emacs/lisp/ChangeLog:1.6572
*** emacs/lisp/ChangeLog:1.6571 Tue Nov  9 11:05:37 2004
--- emacs/lisp/ChangeLog        Tue Nov  9 14:37:10 2004
***************
*** 1,3 ****
--- 1,8 ----
+ 2004-11-09  Stefan  <address@hidden>
+ 
+       * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
+       (easy-menu-name-match): Revert correspondingly.
+ 
  2004-11-09  Richard M. Stallman  <address@hidden>
  
        * emacs-lisp/bytecomp.el (byte-compile-defalias):
***************
*** 18,33 ****
  2004-11-09  Jay Belanger  <address@hidden>
  
        * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
!       (calc-start-hook, calc-end-hook, calc-load-hook):  New variables. 
  
!       * calc/calc.el (calc, calc-trail-display, calc-mode):  Removed
!       obsolete sections. 
  
!       * calc/calc.el (calc-x-paste-text):  Removed.
  
-       * calc/calc-ext.el (calc-init-extensions):  Bound calc-yank to
-       mouse-2. 
-       
  2004-11-09  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
--- 23,38 ----
  2004-11-09  Jay Belanger  <address@hidden>
  
        * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
!       (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
  
!       * calc/calc.el (calc, calc-trail-display, calc-mode):
!       Remove obsolete sections.
  
!       * calc/calc.el (calc-x-paste-text):  Remove.
! 
!       * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
!       mouse-2.
  
  2004-11-09  Nick Roberts  <address@hidden>
  
        * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
***************
*** 35,40 ****
--- 40,54 ----
        current frame (in case of recursive calls).
        (gdb-show-changed-values): Add :version keyword.
  
+ 2004-11-08  Stefan Monnier  <address@hidden>
+ 
+       * international/mule.el: Fix some warnings.
+ 
+       * international/mule-cmds.el: Change coding-system to utf-8.
+       (select-safe-coding-system-interactively):
+       New function extracted from select-safe-coding-system.
+       (select-safe-coding-system): Use it.
+ 
  2004-11-08  Richard M. Stallman  <address@hidden>
  
        * subr.el (syntax-after): Doc fix.
***************
*** 60,75 ****
  2004-11-08  Jay Belanger  <address@hidden>
  
        * calc/calcalg2.el (math-do-integral-methods):  Try linear then
!       non-linear substitutions. 
  
  2004-11-08  Jay Belanger  <address@hidden>
  
        * calc/calcalg2.el (math-linear-subst-tried): New variable.
!       (math-do-integral):  Set `math-linear-subst-tried' to nil. 
        (math-do-integral-methods):  Use `math-linear-subst-tried' to
!       determine what type of substitution to try. 
!       (math-integ-try-linear-substituion):  Set
!       `math-linear-subst-tried' to t.
  
  2004-11-08  Kim F. Storm  <address@hidden>
  
--- 74,89 ----
  2004-11-08  Jay Belanger  <address@hidden>
  
        * calc/calcalg2.el (math-do-integral-methods):  Try linear then
!       non-linear substitutions.
  
  2004-11-08  Jay Belanger  <address@hidden>
  
        * calc/calcalg2.el (math-linear-subst-tried): New variable.
!       (math-do-integral):  Set `math-linear-subst-tried' to nil.
        (math-do-integral-methods):  Use `math-linear-subst-tried' to
!       determine what type of substitution to try.
!       (math-integ-try-linear-substituion):
!       Set `math-linear-subst-tried' to t.
  
  2004-11-08  Kim F. Storm  <address@hidden>
  
***************
*** 91,97 ****
        * simple.el (next-error group, face): Move before first use.
        (next-error-highlight, next-error-highlight-no-select): Likewise.
  
!       * simple.el (line-move-invisible-p): Renamed from line-move-invisible.
        (line-move): New args NOERROR and TO-END.
        Return t if if succeed in moving specified number of lines.
        (move-end-of-line): New function.
--- 105,111 ----
        * simple.el (next-error group, face): Move before first use.
        (next-error-highlight, next-error-highlight-no-select): Likewise.
  
!       * simple.el (line-move-invisible-p): Rename from line-move-invisible.
        (line-move): New args NOERROR and TO-END.
        Return t if if succeed in moving specified number of lines.
        (move-end-of-line): New function.
***************
*** 105,125 ****
  
        * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
  
!       * international/iso-cvt.el (iso-cvt-define-menu): 
!       menu-bar-files-menu renamed to menu-bar-file-menu.
  
        * net/browse-url.el (browse-url-gnome-moz-program)
        (browse-url-gnome-moz-arguments): Move up before first use.
  
        * net/tramp.el (tramp group): Add :version.
  
!       * progmodes/ada-xref.el (ada-gdb-application): 
        Use goto-char instead of beginning-of-buffer.
  
!       * progmodes/cperl-mode.el (cperl-info-on-command): 
        Use goto-char instead of beginning-of-buffer.
  
!       * progmodes/idlw-shell.el (idlwave-shell-examine-map): 
        Move up before first use.
        (idlwave-shell-temp-pro-file): Likewise.
        (idlwave-shell-temp-rinfo-save-file): Likewise.
--- 119,139 ----
  
        * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
  
!       * international/iso-cvt.el (iso-cvt-define-menu):
!       Rename menu-bar-files-menu to menu-bar-file-menu.
  
        * net/browse-url.el (browse-url-gnome-moz-program)
        (browse-url-gnome-moz-arguments): Move up before first use.
  
        * net/tramp.el (tramp group): Add :version.
  
!       * progmodes/ada-xref.el (ada-gdb-application):
        Use goto-char instead of beginning-of-buffer.
  
!       * progmodes/cperl-mode.el (cperl-info-on-command):
        Use goto-char instead of beginning-of-buffer.
  
!       * progmodes/idlw-shell.el (idlwave-shell-examine-map):
        Move up before first use.
        (idlwave-shell-temp-pro-file): Likewise.
        (idlwave-shell-temp-rinfo-save-file): Likewise.
***************
*** 130,138 ****
  
  2004-11-06  Kai Grossjohann  <address@hidden>
  
!       * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
!       -o /dev/stdout" before trying "uudecode -o -".  Suggested by Han
!       Boetes.
        (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
  
  2004-11-06  David Ponce  <address@hidden>
--- 144,151 ----
  
  2004-11-06  Kai Grossjohann  <address@hidden>
  
!       * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
!       /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
        (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
  
  2004-11-06  David Ponce  <address@hidden>
***************
*** 150,156 ****
  
        * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
  
! 2004-11-06  Stefan Monnier  <address@hidden>
  
        * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
        (easy-menu-lookup-name): New fun to replace it.
--- 163,169 ----
  
        * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
  
! 2004-11-06  Stefan  <address@hidden>
  
        * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
        (easy-menu-lookup-name): New fun to replace it.
***************
*** 189,196 ****
  
  2004-11-04  Daniel Pfeiffer  <address@hidden>
  
!       * files.el (set-auto-mode): Don't get error after setting
!       -*-mode-*-.
  
  2004-11-04  Jan Dj,Ad(Brv  <address@hidden>
  
--- 202,208 ----
  
  2004-11-04  Daniel Pfeiffer  <address@hidden>
  
!       * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
  
  2004-11-04  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 312,319 ****
        (icalendar-convert-diary-to-ical)
        (icalendar-extract-ical-from-buffer): Use only two args for
        make-obsolete (XEmacs compatibility).
!       (icalendar-export-file, icalendar-import-file): Blank at end of
!       prompt.
        (icalendar-export-region): Doc fix.
        If error, return non-nil and write errors to a buffer.
        Use correct weekday for weekly recurring events.
--- 324,330 ----
        (icalendar-convert-diary-to-ical)
        (icalendar-extract-ical-from-buffer): Use only two args for
        make-obsolete (XEmacs compatibility).
!       (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
        (icalendar-export-region): Doc fix.
        If error, return non-nil and write errors to a buffer.
        Use correct weekday for weekly recurring events.
***************
*** 353,368 ****
  
  2004-11-02  Pavel Kobiakov <address@hidden>
  
!       * progmodes/flymake.el (flymake-err-line-patterns): Use
!       `flymake-reformat-err-line-patterns-from-compile-el' to convert
        `compilation-error-regexp-alist-alist' to internal Flymake format.
  
        * progmodes/flymake.el: eliminated byte-compiler warnings.
  
  2004-11-01  Jay Belanger  <address@hidden>
  
!       * calc/calc-frac.el (calc-over-notation): Replaced
!       `completing-read' with `interactive "s"'.
  
  2004-11-01  Jan Dj,Ad(Brv  <address@hidden>
  
--- 364,379 ----
  
  2004-11-02  Pavel Kobiakov <address@hidden>
  
!       * progmodes/flymake.el (flymake-err-line-patterns):
!       Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
        `compilation-error-regexp-alist-alist' to internal Flymake format.
  
        * progmodes/flymake.el: eliminated byte-compiler warnings.
  
  2004-11-01  Jay Belanger  <address@hidden>
  
!       * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
!       with `interactive "s"'.
  
  2004-11-01  Jan Dj,Ad(Brv  <address@hidden>
  




reply via email to

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