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

Diff of /emacs/lisp/ChangeLog

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

revision 1.5176 by jpw, Sat May 31 08:05:27 2003 UTC revision 1.5177 by monnier, Sat May 31 16:03:11 2003 UTC
# Line 1  Line 1 
1    2003-05-31  Stefan Monnier  <monnier@cs.yale.edu>
2    
3            * wid-edit.el (widget-specify-insert): Simplify.
4            (widget-editable-list-entry-create): Don't assume that %d and %i are
5            in the format string.
6            (widget-map-buttons): Remove unused var `parent'.
7            (widget-move): Remove unused shadowed var `new'.
8            (widget-color-action): Remove unused var `pos'.
9    
10            * cus-edit.el (custom-get-fresh-buffer): New fun.
11            (custom-buffer-create, custom-buffer-create-other-window)
12            (customize-browse): Use it instead of killing buffers.
13            (custom-bury-buffer): Obey the argument.
14            (custom-variable-reset-saved, custom-variable-reset-standard):
15            Remove unused var `comment-widget'.
16            (custom-face-edit-deactivate): Remove unused var `to'.
17            (custom-save-variables): Remove unused var `sep'.
18    
19  2003-05-31  John Paul Wallington  <jpw@gnu.org>  2003-05-31  John Paul Wallington  <jpw@gnu.org>
20    
21          * files.el (large-file-warning-threshold): Add type, groups.          * files.el (large-file-warning-threshold): Add type, groups.
# Line 12  Line 30 
30  2003-05-31  Juanma Barranquero  <lektu@terra.es>  2003-05-31  Juanma Barranquero  <lektu@terra.es>
31    
32          * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)          * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
33          (upcase-char, forward-to-word, backward-to-word): Moved from          (upcase-char, forward-to-word, backward-to-word): Moved from unused.el.
         unused.el.  
34    
35          * unused.el: Deleted (contents moved to misc.el).          * unused.el: Deleted (contents moved to misc.el).
36    
# Line 43  Line 60 
60          * subr.el (looking-back): New function to check for regular          * subr.el (looking-back): New function to check for regular
61          expression before point.          expression before point.
62    
63  2003-05-30  Mark A. Hershberger  <mah@everybody.org>  (tiny change)  2003-05-30  Stefan Monnier  <monnier@cs.yale.edu>
64    
65          * xml.el (xml-parse-tag): Fix bug: Handle both styles          * newcomment.el (comment-empty-lines): New var.
66          of empty elements in the same way.          (comment-region-internal): Use it.
67    
68  2003-05-30  Stefan Monnier  <monnier@cs.yale.edu>          * textmodes/tex-mode.el (latex-block-args-alist)
69            (latex-block-body-alist): New vars.
70            (latex-insert-block): Use them.
71            (tex-string-prefix-p): New fun.
72            (tex-guess-main-file): Use it to detect when the main file
73            is in a parent directory.
74            (tex-main-file): Try to find a main-file in parent directories.
75            (tex-compile-default): Don't use `gv' on pdf files just because
76            `gv' was used recently on a ps file.  Remove unused arg `dir'.
77            Reuse a previous command as-is if it applied to the same file.
78            (tex-compile): Use the right file name when file is not in dir.
79    
80            * textmodes/refill.el (refill-adjust-ignorable-overlay):
81            Don't hardcode pint-min == 1.
82            (refill-fill-paragraph-at): Use a more robust method to detect
83            when the paragraph is after point.  Remove unused var `fill-pfx'.
84    
85            * xml.el (xml-parse-tag): Return (foo nil) rather than (foo nil "")
86            for <foo/>, to make it behave like <foo></foo>.
87    
88          * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent          * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
89          and debug to inside the macro.          and debug to inside the macro.

Legend:
Removed from v.1.5176  
changed lines
  Added in v.1.5177

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