]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Aug 2003 16:21:03 +0000 (16:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Aug 2003 16:21:03 +0000 (16:21 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 72d91ce023b89ab7516542779a5e4361ae93af7e..3da61a1e8ae58e869c78943417600b53a98191a1 100644 (file)
@@ -1,3 +1,28 @@
+2003-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <pogonyshev@gmx.net>
+
+       * info.el (Info-mode-map): Bind S-tab and <backtab> to
+       `Info-prev-reference', instead of M-tab.
+
+2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
+
+       * 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 <thierry.emery@club-internet.fr>  (tiny change)
 
        * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
index f82bad3e0c4cae95f4c383e483f2fa00d871be86..5a0172811e6252623a450dcf89d0b4aac01b55df 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * display.texi (Overlay Properties): Clarify how priorities
+       affect use of the properties.
+
 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
 
        * customize.texi (Type Keywords): Correct the description of
index 5a7f2c10a6fe46567b1c14bbbb8a5dfe7c9d4735..3014857fb99b2e010194d819cec9a3be4e770a4a 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Correct previous change.
+
 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * widget.texi (User Interface): Explain the need of static text
index be2974332dc446afa60f2f9c5f811387e0c2f3d3..f5e744458adfa495980aec195c2d93890513ab54 100644 (file)
@@ -1,3 +1,21 @@
+2003-08-29  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.