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: Fri, 28 May 2004 18:07:10 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6100 emacs/lisp/ChangeLog:1.6101
*** emacs/lisp/ChangeLog:1.6100 Fri May 28 19:59:23 2004
--- emacs/lisp/ChangeLog        Fri May 28 21:14:19 2004
***************
*** 1,10 ****
  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): Fix typo in
!       docstring.
  
        * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
        not `cvs-butlast'.
--- 1,21 ----
+ 2004-05-28  Stefan Monnier  <address@hidden>
+ 
+       * 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'.
***************
*** 15,22 ****
        * 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)
--- 26,32 ----
        * 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)
***************
*** 25,46 ****
  
  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 functions.
!       (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>
  
--- 35,53 ----
  
  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>
  
***************
*** 140,147 ****
        * 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
--- 147,153 ----
        * 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
***************
*** 153,163 ****
        (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)
--- 159,169 ----
        (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)
***************
*** 242,249 ****
  
  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>
--- 248,254 ----
  
  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>





reply via email to

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