diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b02e94cc47..c641766360d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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. |
| @@ -20,9 +25,10 @@ | |||
| 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 | ||
| @@ -39,8 +45,7 @@ | |||
| 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. |