comparison lisp/ChangeLog @ 74483:00d6850d1b3e

(browse-url): Set DISPLAY to the one of the current frame, in case we're connected to several displays.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 08 Dec 2006 03:17:10 +0000
parents b70a720bbe3e
children 71ba31e36296
comparison
equal deleted inserted replaced
74482:b70a720bbe3e 74483:00d6850d1b3e
1 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4 current frame, in case we're connected to several displays.
5
1 2006-12-08 Juanma Barranquero <lekktu@gmail.com> 6 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * frame.el (other-frame): Doc fix. 8 * frame.el (other-frame): Doc fix.
4 (set-frame-parameter): Fix typo in docstring. 9 (set-frame-parameter): Fix typo in docstring.
5 10
18 Trim out spurious class inheritance "None" entries. 23 Trim out spurious class inheritance "None" entries.
19 24
20 2006-12-05 Kim F. Storm <storm@cua.dk> 25 2006-12-05 Kim F. Storm <storm@cua.dk>
21 26
22 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix. 27 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
23 (cua-paste-pop): Rework last change for cua-paste-pop-rotate-temporarily, 28 (cua-paste-pop): Rework last change for
24 so first M-y and C-y works alike, pasting the head of the kill-ring, and 29 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
25 prefix arg C-u M-y inserts the text inserted by the last M-y command. 30 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
31 text inserted by the last M-y command.
26 32
27 2006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> 33 2006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
28 34
29 * cmuscheme.el (run-scheme, scheme-start-file): Search the start 35 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
30 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead. 36 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
37 * progmodes/cperl-mode.el (cperl-mode) 43 * progmodes/cperl-mode.el (cperl-mode)
38 * progmodes/f90.el (f90-mode-abbrev-table) 44 * progmodes/f90.el (f90-mode-abbrev-table)
39 * progmodes/fortran.el (fortran-mode-abbrev-table) 45 * progmodes/fortran.el (fortran-mode-abbrev-table)
40 * progmodes/octave-mod.el (octave-abbrev-table) 46 * progmodes/octave-mod.el (octave-abbrev-table)
41 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even 47 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
42 if abbrev-table is non-nil (saved user abbrevs may have been 48 if abbrev-table is non-nil (saved user abbrevs may have been restored).
43 restored).
44 49
45 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not 50 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
46 clear abbrev table, else saved abbrevs will not be restored. 51 clear abbrev table, else saved abbrevs will not be restored.
47 52
48 2006-12-04 Juanma Barranquero <lekktu@gmail.com> 53 2006-12-04 Juanma Barranquero <lekktu@gmail.com>