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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 07:10:43 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3986.2.47 emacs/lisp/ChangeLog:1.3986.2.48
*** emacs/lisp/ChangeLog:1.3986.2.47    Tue Jul  6 09:23:21 2004
--- emacs/lisp/ChangeLog        Tue Jul  6 09:31:34 2004
***************
*** 230,235 ****
--- 230,598 ----
        * subr.el (functionp): Function removed (now a subr).
        * help-fns.el (describe-function-1): Handle interpreted closures.
  
+ 2004-05-30  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
+       (gdb-locals-mode, gdb-frame-handler): Display current frame in the
+       modeline of the locals buffer.
+       (gdb-goto-breakpoint): Handle gdbmi.
+       (gdb-get-frame-number): Change for gdbmi.
+ 
+ 2004-05-30  Michael Albinus  <address@hidden>
+ 
+       * files.el (file-remote-p): Apply file name handler for operation
+       `file-remote-p'.  It isn' a property any longer.
+       (file-relative-name): `fh' and `fd' get the required value via
+       `find-file-name-handler' already.
+ 
+       * ange-ftp.el (ange-ftp-file-remote-p): New defun.
+       (top): Remove setting of `file-remote-p' property for
+       `ange-ftp-hook-function'.  Add `ange-ftp' property to
+       `file-remote-p'.
+ 
+ 2004-05-29  Michael Albinus  <address@hidden>
+ 
+       Version 2.0.41 of Tramp released.
+ 
+       * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output): Throw
+       away if process has died.  Reported by Luc Teirlinck
+       <address@hidden>.
+       (tramp-out-of-band-prompt-regexp): Renamed to
+       `tramp-process-alive-regexp', because its usage is widen.
+       (tramp-actions-copy-out-of-band): Apply it.
+       (tramp-actions-before-shell, tramp-multi-actions): Add
+       `tramp-action-process-alive' action.
+       (tramp-action-process-alive): New defun.
+       (tramp-file-name-handler-alist, tramp-file-name-for-operation):
+       Add entry for `file-remote-p'.
+       (tramp-handle-file-remote-p): New defun.
+       (top): Remove setting of `file-remote-p'.  Don't set
+       `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
+ 
+       * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
+       `file-remote-p'.
+ 
+       * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
+       counted for (last) line.  Reported by Aaron Ucko
+       <address@hidden>.
+ 
+ 2004-05-29  Kai Grossjohann  <address@hidden>
+ 
+       * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
+       not really necessary but seems to keep the shell history smaller
+       in some cases.  It is no substitute for setting HISTFILE and
+       HISTSIZE from tramp-open-connection-setup-interactive-shell,
+       though.  Suggested by Luc Teirlinck.
+       (tramp-open-connection-setup-interactive-shell): Export variables
+       HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
+       (tramp-set-process-query-on-exit-flag): New compat function.
+       (tramp-open-connection-multi, tramp-open-connection-su)
+       (tramp-open-connection-rsh, tramp-open-connection-telnet)
+       (tramp-do-copy-or-rename-file-out-of-band): Use it.
+       (tramp-let-maybe): New macro, let-binds a variable only if it
+       isn't obsolete.
+       (tramp-check-ls-commands, tramp-handle-expand-file-name)
+       (tramp-handle-file-truename): Use it.
+       (tramp-completion-file-name-regexp-unified): Avoid matching
+       filenames starting with "/:" -- those are reserved for
+       file-name-non-special.
+ 
+       * tramp-smb.el (tramp-smb-open-connection): Use
+       tramp-set-process-query-on-exit-flag compat function.
+ 
+ 2004-05-29  Richard M. Stallman  <address@hidden>
+ 
+       * net/browse-url.el (browse-url-interactive-arg): Doc fix.
+ 
+       * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
+       (eval-last-sexp-print-value): Print char equivalent regardless
+       of standard-output value.
+ 
+       * thumbs.el (thumbs-subst-char-in-string): Deleted.
+       (thumbs-thumbname): Use subst-char-in-string.
+       (thumbs-resize-image): Use condition-case, not ignore-errors.
+       (thumbs-kill-buffer): Likewise.
+ 
+       * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
+       (thumbs-mode): Make buffer read-only.
+       (thumbs-make-thumb): Unconditionally accept an existing file.
+       (thumbs-insert-thumb): Add thumb-image-file property to the image.
+       (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
+       (thumbs-show-thumbs-list): Error if images not supported.
+       (thumbs-save-current-image): Improve prompt string.
+       (thumbs-mode-map): Define u, R, x.
+       (thumbs-unmark): New command.
+       (thumbs-emboss-image): Minor cleanup.
+       (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
+       (thumbs-rename-images): New command.
+       (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
+ 
+       * thumbs.el (thumbs-current-image): New function.
+       (thumbs-file-list, thumbs-file-alist): New functions.
+       (thumbs-find-image): Delete arg L.
+       Don't set up thumbs-fileL as buffer-local global var.
+       (thumbs-find-image-at-point): Use thumbs-current-image.
+       (thumbs-set-image-at-point-to-root-window): Likewise.
+       (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
+       Record and warn about errors.  Update thumbs-markedL for deletions.
+       (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
+       (thumbs-redraw-buffer): Use thumbs-file-list.
+       (thumbs-mark): Use thumbs-current-image.
+       (thumbs-show-name): Use thumbs-current-image.
+ 
+       * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
+       and imenu--last-menubar-index-alist.
+ 
+       * subr.el (with-selected-window): Undo previous change.
+ 
+ 2004-05-29  John Paul Wallington  <address@hidden>
+ 
+       * thumbs.el (thumbs-show-name): Do nothing if no image at point.
+       (thumbs-mouse-find-image): New command.
+       (thumbs-mode-map): Bind it to mouse-2.
+       (thumbs-mode):  Make mode-class special.
+       (thumbs-view-image-mode): Likewise.
+ 
+ 2004-05-29  Pavel Kobiakov  <address@hidden>
+ 
+       * flymake.el: New file.
+ 
+ 2004-05-28  Luc Teirlinck  <address@hidden>
+ 
+       * files.el (find-file-noselect-1): Do not bind
+       `inhibit-read-only' to t during execution of
+       `find-file-not-found-functions'.
+ 
+ 2004-05-28  Stefan Monnier  <address@hidden>
+ 
+       * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
+       * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
+ 
+ 2004-05-28  Juri Linkov  <address@hidden>
+ 
+       * simple.el (eval-expression-print-format): New fun.
+ 
+       * simple.el (eval-expression):
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
+       * emacs-lisp/edebug.el (edebug-compute-previous-result)
+       (edebug-eval-expression): Print additionally the value returned by
+       `eval-expression-print-format'.
+ 
+       * emacs-lisp/lisp.el (insert-pair-alist): New var.
+       (insert-pair): Make arguments optional.  Find character pair
+       from `insert-pair-alist' according to the last input event.
+       (insert-parentheses): Make arguments optional.
+       (raise-sexp, delete-pair): New funs.
+ 
+       * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
+       (emacs-lisp-mode-map, lisp-interaction-mode-map):
+       Bind C-M-q to `indent-pp-sexp'.
+ 
+       * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
+       `pp-to-string' modified to be able to format text with newlines.
+       (pp-to-string): Move the buffer-formatting part of the code to
+       `pp-buffer'.  Call `pp-buffer'.
+ 
+       * info.el (Info-desktop-buffer-misc-data): Don't save information
+       about virtual files.
+       (Info-restore-desktop-buffer): Restore Info buffers in prepared
+       buffers with names obtained from the desktop file instead of the
+       default *info* buffer.
+ 
+ 2004-05-28  Stefan Monnier  <address@hidden>
+ 
+       * subr.el (with-selected-window): Only save/restore the selected window.
+ 
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Use expand-file-name and data-directory.
+ 
+       * progmodes/grep.el (grep-tree): Rework previous fix.
+ 
+       * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
+       after the user marked text with the mouse.
+ 
+       * startup.el (command-line): Keep the first regexp of
+       auto-save-file-name-transforms intact.
+ 
+ 2004-05-28  Juanma Barranquero  <address@hidden>
+ 
+       * cus-edit.el (customize-face, customize-face-other-window)
+       (custom-face-edit-delete): Make arguments match their use in docstring.
+       (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo.
+ 
+       * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
+       not `cvs-butlast'.
+ 
+       * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
+       `nbutlast' are in subr.el).
+ 
+       * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
+       (set-w32-system-coding-system): Doc fixes.
+ 
+       * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
+       (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
+       Make arguments match their use in docstring.
+       (artist-draw-region-trim-line-endings)
+       (artist-mouse-choose-operation): Fix typo in docstring.
+       (artist-key-set-point-common): Doc fix.
+ 
+ 2004-05-28  Simon Josefsson  <address@hidden>
+ 
+       * mail/smtpmail.el (smtpmail-open-stream):
+       Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
+ 
+ 2004-05-26  Simon Josefsson  <address@hidden>
+ 
+       * starttls.el: Merge with my GNUTLS based starttls.el.
+       (starttls-gnutls-program, starttls-use-gnutls)
+       (starttls-extra-arguments, starttls-process-connection-type)
+       (starttls-connect, starttls-failure, starttls-success): New variables.
+       (starttls-program, starttls-extra-args): Doc fix.
+       (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
+       (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
+       and pass on to corresponding *-gnutls function if it is set.
+ 
+ 2004-05-27  Luc Teirlinck  <address@hidden>
+ 
+       * autorevert.el (auto-revert-handler): Disable auto-reverting of
+       remote files.
+ 
+ 2004-05-27  Michael Albinus  <address@hidden>
+ 
+       * files.el (file-name-non-special): There are more operations
+       which need handling: `find-backup-file-name',
+       `insert-file-contents', `verify-visited-file-modtime',
+       `write-region'.  Rename t value of method to `add'.  Add new
+       methods `quote' and `unquote-then-quote' to file-arg-indices.
+ 
+ 2004-05-25  Juri Linkov  <address@hidden>
+ 
+       * info.el (Info-toc): Call Info-mode on intermediate buffer.
+       (Info-index-nodes): Enclose code in condition-case to catch errors.
+       (Info-index-node): Don't search all index nodes if request is only
+       for the current node and file is not in the cache of index nodes.
+       (Info-mode-map): Bind Info-copy-current-node-name to `w'
+       for consistency with dired-copy-filename-as-kill.
+       Bind `S' to Info-search-case-sensitively.
+       (Info-copy-current-node-name): New arg.  With zero prefix arg put
+       the name inside a function call to `info'.  Display copied text in
+       the echo area.
+ 
+ 2004-05-25  Sam Steingold  <address@hidden>
+ 
+       * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
+       strip the package prefix from the symbol name, if any.
+       Make it the `find-tag-default-function' for `lisp-mode'.
+ 
+ 2004-05-25  John Paul Wallington  <address@hidden>
+ 
+       * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
+       instead of obsolete `process-kill-without-query'.
+ 
+       * textmodes/texinfmt.el (texinfo-indexvar-alist):
+       Declare as variable, not constant.
+ 
+ 2004-05-25  Luc Teirlinck  <address@hidden>
+ 
+       * files.el (find-file-noselect-1): Fix bug introduced by
+       Revision 1.694.  As a side effect, `inhibit-read-only'
+       is again, by default, t during execution of
+       `find-file-not-found-functions'.
+       (insert-directory): Check that lines were really inserted by
+       the --dired switch, before erasing them.
+ 
+ 2004-05-24  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
+       (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
+       (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
+       (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
+       gud-minor-mode (gdbmi).
+ 
+ 2004-05-24  Yoichi NAKAYAMA  <address@hidden>  (tiny change)
+ 
+       * net/browse-url.el (browse-url-interactive-arg): Enable user to
+       explicitly select the text to be taken as URL.
+ 
+ 2004-05-23  Juri Linkov  <address@hidden>
+ 
+       * info.el (Info-index-nodes): New var and fun.
+       (Info-goto-index, Info-index, info-apropos)
+       (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
+       (Info-index): Fix docstring.  Store and restore Info-history-list.
+       (Info-complete-nodes): New var.
+       (Info-complete-menu-item): Use it.
+       (Info-index-node): New fun.
+       (Info-final-node, Info-forward-node, Info-backward-node)
+       (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
+       Use Info-index-node.
+       (Info-extract-menu-item, Info-extract-menu-counting): Set second
+       arg of `Info-extract-menu-node-name' to non-nil for index nodes.
+       (Info-find-node-2): If a node with period in its name not found,
+       try to find a node without the name part after period.
+       (Info-select-node): Call Info-fontify-node only if
+       Info-fontify-maximum-menu-size is not nil.
+       (info-apropos): Set Info-fontify-maximum-menu-size to nil.
+       (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
+       Preserve Info-history-list.
+       (Info-toc): Set Info-current-file.
+       (Info-build-toc): Move point to the beginning of the buffer.
+       Add main-file variable.
+       (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
+       Use backslashed representation of the control character ^_.
+ 
+       * textmodes/texinfmt.el (texinfo-print-index): Print index line
+       numbers in the new Texinfo 4.7 format.
+ 
+       * add-log.el (change-log-font-lock-keywords): Remove `:' from
+       regexps for function and variable names.
+ 
+       * descr-text.el (describe-property-list): Add [show] button for
+       `syntax-table' property with action to pp to a separate buffer.
+       (describe-char): Replace search-forward by re-search-forward with
+       whitespace regexp after "character:" to not fail in too narrow windows.
+ 
+       * simple.el (next-error-find-buffer): Add a rule to return
+       next-error capable buffer if one window on the selected frame
+       displays such buffer.
+ 
+ 2004-05-23  Nick Roberts  <address@hidden>
+ 
+       * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
+       (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
+       (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
+       (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
+       (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
+       Handle new value for gud-minor-mode (gdbmi).
+       (gdb-buffer-type, gdb-input-queue, gdb-prompting)
+       (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
+       Change from local to global gdb variable set.
+       (gdb-ann3): Initialise above gdb variable set.
+       (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
+       (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
+       (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
+       (gdb-stopped, gdb-post-prompt, gdb-concat-output)
+       (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
+       (gdb-info-locals-handler, gdb-invalidate-assembler)
+       (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
+       set as global variables.
+       (gdb-get-create-buffer): Don't make gud-comint buffer-local.
+       Handle gdbmi.
+       (gdb-info-breakpoints-custom): Fix regexp.
+       (def-gdb-var): Delete.
+ 
+       * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
+       (gud-speedbar-buttons, gud-sentinel, gud-display-line)
+       (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
+       a new mode.  The file (gdb-mi.el) for this mode will be included
+       with the GDB distribution (6.2 onwards) and will use GDB/MI as its
+       primary interface.
+ 
+ 2004-05-23  Jesper Harder  <address@hidden>
+ 
+       * progmodes/grep.el (grep-tree): Ensure that DIR argument is
+       interpreted as a directory.
+ 
  2004-05-22  Richard M. Stallman  <address@hidden>
  
        * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
***************
*** 237,245 ****
  
        * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
  
!       * progmodes/idlw-shell.el (idlwave-shell-get-object-class): 
        Use assoc-string, not assoc-ignore-case.
!       
        * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
  
        * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
--- 600,608 ----
  
        * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
  
!       * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
        Use assoc-string, not assoc-ignore-case.
! 
        * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
  
        * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
***************
*** 288,295 ****
  
  2004-05-21  Masatake YAMATO  <address@hidden>
  
!       * progmodes/etags.el (tags-apropos, list-tags): Require
!       apropos.
        (etags-tags-completion-table): Show parsing progress.
  
  2004-05-20  Luc Teirlinck  <address@hidden>
--- 651,657 ----
  
  2004-05-21  Masatake YAMATO  <address@hidden>
  
!       * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
        (etags-tags-completion-table): Show parsing progress.
  
  2004-05-20  Luc Teirlinck  <address@hidden>
***************
*** 2637,2643 ****
  2004-03-28  Stefan Monnier  <address@hidden>
  
        * vc-hooks.el (vc-file-not-found-hook): Fix typo.
!       From address@hidden (L,Bu(Brentey K,Ba(Broly).
  
  2004-03-27  Luc Teirlinck  <address@hidden>
  
--- 2999,3005 ----
  2004-03-28  Stefan Monnier  <address@hidden>
  
        * vc-hooks.el (vc-file-not-found-hook): Fix typo.
!       From address@hidden (L$,1 q(Brentey K,Aa(Broly).
  
  2004-03-27  Luc Teirlinck  <address@hidden>
  
***************
*** 2989,2995 ****
  
  2004-03-21  Andre Spiegel  <address@hidden>
  
!       * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
        and vc-BACKEND-diff.
        (vc-print-log): If the print-log implementation supports it, use
        the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
--- 3351,3357 ----
  
  2004-03-21  Andre Spiegel  <address@hidden>
  
!       * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
        and vc-BACKEND-diff.
        (vc-print-log): If the print-log implementation supports it, use
        the new BUFFER argument to direct output to *vc-change-log*, not *vc*.




reply via email to

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