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

Diff of /emacs/lisp/ChangeLog

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

revision 1.6100 by lektu, Fri May 28 19:59:23 2004 UTC revision 1.6101 by monnier, Fri May 28 21:14:19 2004 UTC
# Line 1  Line 1 
1    2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2    
3            * progmodes/compile.el (compilation-error-regexp-alist):
4            Use expand-file-name and data-directory.
5    
6            * progmodes/grep.el (grep-tree): Rework previous fix.
7    
8            * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
9            after the user marked text with the mouse.
10    
11            * startup.el (command-line): Keep the first regexp of
12            auto-save-file-name-transforms intact.
13    
14  2004-05-28  Juanma Barranquero  <lektu@terra.es>  2004-05-28  Juanma Barranquero  <lektu@terra.es>
15    
16          * cus-edit.el (customize-face, customize-face-other-window)          * cus-edit.el (customize-face, customize-face-other-window)
17          (custom-face-edit-delete): Make arguments match their use in          (custom-face-edit-delete): Make arguments match their use in docstring.
18          docstring.          (custom-unloaded-symbol-p, custom-unloaded-widget-p): Docstring typo.
         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in  
         docstring.  
19    
20          * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',          * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
21          not `cvs-butlast'.          not `cvs-butlast'.
# Line 15  Line 26 
26          * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)          * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
27          (set-w32-system-coding-system): Doc fixes.          (set-w32-system-coding-system): Doc fixes.
28    
29          * textmodes/artist.el (artist-last, artist-remove-nulls):          * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
         Simplify.  
30          (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):          (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
31          Make arguments match their use in docstring.          Make arguments match their use in docstring.
32          (artist-draw-region-trim-line-endings)          (artist-draw-region-trim-line-endings)
# Line 25  Line 35 
35    
36  2004-05-28  Simon Josefsson  <jas@extundo.com>  2004-05-28  Simon Josefsson  <jas@extundo.com>
37    
38          * mail/smtpmail.el (smtpmail-open-stream): Bind          * mail/smtpmail.el (smtpmail-open-stream):
39          starttls-extra-arguments too, if starttls.el uses GNUTLS.          Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
40    
41  2004-05-26  Simon Josefsson  <jas@extundo.com>  2004-05-26  Simon Josefsson  <jas@extundo.com>
42    
43          * starttls.el: Merge with my GNUTLS based starttls.el.          * starttls.el: Merge with my GNUTLS based starttls.el.
44          (starttls-gnutls-program, starttls-use-gnutls)          (starttls-gnutls-program, starttls-use-gnutls)
45          (starttls-extra-arguments, starttls-process-connection-type)          (starttls-extra-arguments, starttls-process-connection-type)
46          (starttls-connect, starttls-failure, starttls-success):          (starttls-connect, starttls-failure, starttls-success): New variables.
         New variables.  
47          (starttls-program, starttls-extra-args): Doc fix.          (starttls-program, starttls-extra-args): Doc fix.
48          (starttls-negotiate-gnutls, starttls-open-stream-gnutls):          (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
49          New functions.          (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
50          (starttls-negotiate, starttls-open-stream): Check          and pass on to corresponding *-gnutls function if it is set.
         `starttls-use-gnutls' and pass on to corresponding *-gnutls  
         function if it is set.  
51    
52  2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>  2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
53    
# Line 140  Line 147 
147          * descr-text.el (describe-property-list): Add [show] button for          * descr-text.el (describe-property-list): Add [show] button for
148          `syntax-table' property with action to pp to a separate buffer.          `syntax-table' property with action to pp to a separate buffer.
149          (describe-char): Replace search-forward by re-search-forward with          (describe-char): Replace search-forward by re-search-forward with
150          whitespace regexp after "character:" to not fail in too narrow          whitespace regexp after "character:" to not fail in too narrow windows.
         windows.  
151    
152          * simple.el (next-error-find-buffer): Add a rule to return          * simple.el (next-error-find-buffer): Add a rule to return
153          next-error capable buffer if one window on the selected frame          next-error capable buffer if one window on the selected frame
# Line 153  Line 159 
159          (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)          (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
160          (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)          (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
161          (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)          (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
162          (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle          (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
163          new value for gud-minor-mode (gdbmi).          Handle new value for gud-minor-mode (gdbmi).
164          (gdb-buffer-type, gdb-input-queue, gdb-prompting)          (gdb-buffer-type, gdb-input-queue, gdb-prompting)
165          (gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change          (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
166          from local to global gdb variable set.          Change from local to global gdb variable set.
167          (gdb-ann3): Initialise above gdb variable set.          (gdb-ann3): Initialise above gdb variable set.
168          (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)          (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
169          (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)          (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
# Line 242  Line 248 
248    
249  2004-05-21  Masatake YAMATO  <jet@gyve.org>  2004-05-21  Masatake YAMATO  <jet@gyve.org>
250    
251          * progmodes/etags.el (tags-apropos, list-tags): Require          * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
         apropos.  
252          (etags-tags-completion-table): Show parsing progress.          (etags-tags-completion-table): Show parsing progress.
253    
254  2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>  2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>

Legend:
Removed from v.1.6100  
changed lines
  Added in v.1.6101

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