# HG changeset patch # User Thien-Thi Nguyen # Date 1063461210 0 # Node ID a4c701476c84d32ac43425e67140b490f6f99190 # Parent 00aea832bb14c68e05e7fbc4173c40f0f6aff727 *** empty log message *** diff -r 00aea832bb14 -r a4c701476c84 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 13 13:51:57 2003 +0000 +++ b/lisp/ChangeLog Sat Sep 13 13:53:30 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-13 Thien-Thi Nguyen + + * electric.el (Electric-pop-up-window): For the `one-window' case, + no longer disconcertingly move point in the original buffer. + 2003-09-13 Kevin Rodgers (tiny change) * hl-line.el: Documentation (comments-only) fix. @@ -156,7 +161,7 @@ 2003-08-29 Richard M. Stallman - * mail/sendmail.el (sendmail-sync-aliases, mail-setup): + * 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): @@ -164,7 +169,7 @@ * term.el (term-exec-1): Bind coding-system-for-read. - * dired.el (dired-mouse-find-file-other-window): + * 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. @@ -276,7 +281,7 @@ * calendar/diary-lib.el (simple-diary-display, make-diary-entry): Allow the diary to pop up a new frame, if needed. - * mail/sendmail.el (mail-specify-envelope-from): Doc change. + * mail/sendmail.el (mail-specify-envelope-from): Doc change. * mail/smtpmail.el (smtpmail-mail-address): Doc change. (smtpmail-send-it): Make treatment of envelope-from consistent with sendmail.el. @@ -287,7 +292,7 @@ (sh-add-completer): Fix nil branch of case statement. 2003-08-24 Masatake YAMATO - + * progmodes/ld-script.el: New file. 2003-08-23 Markus Rost @@ -296,7 +301,7 @@ 2003-08-23 Andre Spiegel - * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better + * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and what to use instead. 2003-08-23 Masatake YAMATO @@ -306,7 +311,7 @@ 2003-08-20 Dave Love - * international/mule.el (make-coding-system) + * international/mule.el (make-coding-system) (set-buffer-file-coding-system): Doc fix. * emacs-lisp/lisp-mode.el (common-lisp-mode): New.