# HG changeset patch # User Richard M. Stallman # Date 1062174063 0 # Node ID e41ad488a239eeb9f121dd103d3d4b46b9ea5ddf # Parent 7a80a66265e6e7d8b23d91755cea6584bf8561f9 *** empty log message *** diff -r 7a80a66265e6 -r e41ad488a239 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 29 16:20:56 2003 +0000 +++ b/lisp/ChangeLog Fri Aug 29 16:21:03 2003 +0000 @@ -1,3 +1,28 @@ +2003-08-29 Richard M. Stallman + + * mail/sendmail.el (sendmail-sync-aliases, mail-setup): + Do nothing with mail-personal-alias-file if it is nil. + + * mail/mailabbrev.el (mail-abbrevs-sync-aliases): + Do nothing if mail-personal-alias-file is nil. + + * term.el (term-exec-1): Bind coding-system-for-read. + + * dired.el (dired-mouse-find-file-other-window): + Use dired-view-command-alist here, as in dired-view-file. + (dired-view-command-alist): Use %s to substitute file name. + Handle .ps_pages, .eps, .jpg, .gif, .png. + +2003-08-29 Paul Pogonyshev + + * info.el (Info-mode-map): Bind S-tab and to + `Info-prev-reference', instead of M-tab. + +2003-08-29 Martin Stjernholm + + * simple.el (blink-matching-open): Work correctly on chars that + are designated as parens through the syntax-table text property. + 2003-08-29 Thierry Emery (tiny change) * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a diff -r 7a80a66265e6 -r e41ad488a239 lispref/ChangeLog --- a/lispref/ChangeLog Fri Aug 29 16:20:56 2003 +0000 +++ b/lispref/ChangeLog Fri Aug 29 16:21:03 2003 +0000 @@ -1,3 +1,8 @@ +2003-08-29 Richard M. Stallman + + * display.texi (Overlay Properties): Clarify how priorities + affect use of the properties. + 2003-08-19 Luc Teirlinck * customize.texi (Type Keywords): Correct the description of diff -r 7a80a66265e6 -r e41ad488a239 man/ChangeLog --- a/man/ChangeLog Fri Aug 29 16:20:56 2003 +0000 +++ b/man/ChangeLog Fri Aug 29 16:21:03 2003 +0000 @@ -1,3 +1,7 @@ +2003-08-29 Richard M. Stallman + + * misc.texi (Saving Emacs Sessions): Correct previous change. + 2003-08-26 Per Abrahamsen * widget.texi (User Interface): Explain the need of static text diff -r 7a80a66265e6 -r e41ad488a239 src/ChangeLog --- a/src/ChangeLog Fri Aug 29 16:20:56 2003 +0000 +++ b/src/ChangeLog Fri Aug 29 16:21:03 2003 +0000 @@ -1,3 +1,21 @@ +2003-08-29 Richard M. Stallman + + * dispnew.c (adjust_glyph_matrix): Call window_box + whenever W is nonzero. + + * data.c (Fmake_variable_buffer_local, Fmake_local_variable) + (Fkill_local_variable, Fmake_variable_frame_local) + (Flocal_variable_p, Flocal_variable_if_set_p): + Use indirect_variable to trace thru variable aliases. + + * config.in: Updated. + + * callint.c (Fcall_interactively): Save and restore + Vthis_command, Vthis_original_command, real_this_command, + and current_kboard->Vlast_command. + + * abbrev.c (Fexpand_abbrev): Insert before deleting. + 2003-08-29 Gerd Moellmann * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.