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: Thu, 11 Aug 2005 06:24:49 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8050 emacs/lisp/ChangeLog:1.8051
*** emacs/lisp/ChangeLog:1.8050 Thu Aug 11 01:51:56 2005
--- emacs/lisp/ChangeLog        Thu Aug 11 10:24:48 2005
***************
*** 1,3 ****
--- 1,9 ----
+ 2005-08-11  Stefan Monnier  <address@hidden>
+ 
+       * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
+       (ange-ftp-send-cmd): Revert last change, and expand
+       the comment explaining the problem.
+ 
  2005-08-10  Luc Teirlinck  <address@hidden>
  
        * ldefs-boot.el: Update.
***************
*** 9,21 ****
        (display-time-string-forms): Shorten first line of docstrings.
  
  2005-08-10  Lars Hansen  <address@hidden>
!       * desktop.el (desktop-buffer-mode-handlers): Make
!       non-customizable. Add autoload cookie.  Change initial value to
        nil; add elements in respective modules instead. Fix doc string.
        (desktop-load-file): New function.
        (desktop-minor-mode-handlers): New autoloaded variable.
!       (desktop-create-buffer): Call minor mode handlers. Use
!       desktop-load-file to load major and minor mode modules prior to
        checking for a handler.
        (desktop-save): Don't add nil to desktop-minor-modes for minor
        modes with nil function in desktop-minor-mode-table. Don't delete
--- 15,28 ----
        (display-time-string-forms): Shorten first line of docstrings.
  
  2005-08-10  Lars Hansen  <address@hidden>
! 
!       * desktop.el (desktop-buffer-mode-handlers):
!       Make non-customizable. Add autoload cookie.  Change initial value to
        nil; add elements in respective modules instead. Fix doc string.
        (desktop-load-file): New function.
        (desktop-minor-mode-handlers): New autoloaded variable.
!       (desktop-create-buffer): Call minor mode handlers.
!       Use desktop-load-file to load major and minor mode modules prior to
        checking for a handler.
        (desktop-save): Don't add nil to desktop-minor-modes for minor
        modes with nil function in desktop-minor-mode-table. Don't delete
***************
*** 28,35 ****
        (desktop-clear): Allow desktop-clear-preserve-buffers to contain
        regexps. Don't use desktop-clear-preserve-buffers-regexp.
        (desktop-clear-preserve-buffers-regexp): Delete.
!       (desktop-clear-preserve-buffers): Update initial value and
!       docstring.
        (desktop-save-buffer): Fix doc string.
  
        * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
--- 35,41 ----
        (desktop-clear): Allow desktop-clear-preserve-buffers to contain
        regexps. Don't use desktop-clear-preserve-buffers-regexp.
        (desktop-clear-preserve-buffers-regexp): Delete.
!       (desktop-clear-preserve-buffers): Update initial value and docstring.
        (desktop-save-buffer): Fix doc string.
  
        * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
***************
*** 81,88 ****
        (compilation-info-text-face): Delete face variables.
        (compilation-text-face): Delete function.
  
!       * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of
!       `[^:\n]+'.
        (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
        (grep-error-face): Set to `compilation-error' instead of
        `compilation-error-face' (which is redefined to `grep-hit-face' in
--- 87,93 ----
        (compilation-info-text-face): Delete face variables.
        (compilation-text-face): Delete function.
  
!       * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
        (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
        (grep-error-face): Set to `compilation-error' instead of
        `compilation-error-face' (which is redefined to `grep-hit-face' in
***************
*** 228,234 ****
  
        * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
  
!       * net/net-utils.el (run-dig): Renamed from `dig'.
  
        * play/gametree.el (gametree-mode): Use make-local-variable,
        not make-variable-buffer-local.
--- 233,239 ----
  
        * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
  
!       * net/net-utils.el (run-dig): Rename from `dig'.
  
        * play/gametree.el (gametree-mode): Use make-local-variable,
        not make-variable-buffer-local.
***************
*** 308,330 ****
        (tramp-completion-handle-expand-file-name): Discard call of
        `tramp-drop-volume-letter'.  It is not necessary, and there have
        been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
!       Reported by Richard G. Bielawski
!       <address@hidden>.
        (tramp-do-copy-or-rename-file-out-of-band): Transfer message
        should always be visible.
        (tramp-handle-insert-directory, tramp-setup-complete)
        (tramp-set-process-query-on-exit-flag)
        (tramp-append-tramp-buffers): Pacify byte-compiler.
!       (tramp-bug): Delete non-existing variables from list.  Apply
!       `tramp-load-report-modules' as pre-hook.  Mask
!       `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
!       `shell-prompt-pattern' because of non-7bit characters.  Reported
!       by Sebastian Luque <address@hidden>.
!       (tramp-reporter-dump-variable, tramp-load-report-modules): New
!       defuns.
        (tramp-match-string-list): Remove function.
!       (tramp-wait-for-regexp): Remove call of that function.  Suggested
!       by Kim F. Storm <address@hidden>.
        (tramp-set-auto-save-file-modes): Use octal integer code #o600
        instead of octal character code ?\600.  The latter resulted in a
        syntax error with XEmacs.
--- 313,333 ----
        (tramp-completion-handle-expand-file-name): Discard call of
        `tramp-drop-volume-letter'.  It is not necessary, and there have
        been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
!       Reported by Richard G. Bielawski <address@hidden>.
        (tramp-do-copy-or-rename-file-out-of-band): Transfer message
        should always be visible.
        (tramp-handle-insert-directory, tramp-setup-complete)
        (tramp-set-process-query-on-exit-flag)
        (tramp-append-tramp-buffers): Pacify byte-compiler.
!       (tramp-bug): Delete non-existing variables from list.
!       Apply `tramp-load-report-modules' as pre-hook.
!       Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
!       `shell-prompt-pattern' because of non-7bit characters.
!       Reported by Sebastian Luque <address@hidden>.
!       (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
        (tramp-match-string-list): Remove function.
!       (tramp-wait-for-regexp): Remove call of that function.
!       Suggested by Kim F. Storm <address@hidden>.
        (tramp-set-auto-save-file-modes): Use octal integer code #o600
        instead of octal character code ?\600.  The latter resulted in a
        syntax error with XEmacs.
***************
*** 399,406 ****
        (scheme-get-process): New function, extracted from `scheme-proc'.
        (run-scheme): Call `scheme-start-file' to get start file, and pass
        it to `make-comint'.
!       (switch-to-scheme, scheme-proc): Call
!       `scheme-interactively-start-process' if no Scheme buffer/process
        is available.
  
  2005-08-06  Juri Linkov  <address@hidden>
--- 402,409 ----
        (scheme-get-process): New function, extracted from `scheme-proc'.
        (run-scheme): Call `scheme-start-file' to get start file, and pass
        it to `make-comint'.
!       (switch-to-scheme, scheme-proc):
!       Call `scheme-interactively-start-process' if no Scheme buffer/process
        is available.
  
  2005-08-06  Juri Linkov  <address@hidden>
***************
*** 463,470 ****
        (thumbs-image-num): Make automatically buffer local.
        (thumbs-show-thumbs-list): Use `make-local-variable', not
        `make-variable-buffer-local'.
!       (thumbs-insert-image): Make `thumbs-current-image-size'
!       buffer-local.
  
        * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
        (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
--- 466,472 ----
        (thumbs-image-num): Make automatically buffer local.
        (thumbs-show-thumbs-list): Use `make-local-variable', not
        `make-variable-buffer-local'.
!       (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
  
        * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
        (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
***************
*** 506,517 ****
  2005-08-01  Nick Roberts  <address@hidden>
  
        Update copyright notices of files in progmodes directory for
!       release of Emacs 22.1.
  
        * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
  
!       * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.  Don't
!       barf if the GUD buffer has been killed.
  
  2005-08-01  Kim F. Storm  <address@hidden>
  
--- 508,519 ----
  2005-08-01  Nick Roberts  <address@hidden>
  
        Update copyright notices of files in progmodes directory for
!       release of Emacs 22.1.
  
        * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
  
!       * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
!       Don't barf if the GUD buffer has been killed.
  
  2005-08-01  Kim F. Storm  <address@hidden>
  




reply via email to

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