diff options
| author | Stefan Monnier | 2005-03-24 21:24:09 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-03-24 21:24:09 +0000 |
| commit | 0de4dad447c6481938f324e42a0b88e8aa653fe4 (patch) | |
| tree | 9563489de893e7e15dae3f86bdfd4adbde4705b9 /src | |
| parent | ddf9883e17bc2e6f971a8a19e5c0839e0822f31a (diff) | |
| download | emacs-0de4dad447c6481938f324e42a0b88e8aa653fe4.tar.gz emacs-0de4dad447c6481938f324e42a0b88e8aa653fe4.zip | |
(comint-insert-input): Obey mouse-yank-at-point.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f0b648b6ebb..22f2056a51e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,12 +1,23 @@ | |||
| 1 | 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * alloc.c (make_number): The arg can be bigger than `int'. | ||
| 4 | * lisp.h (make_number): Make prototype more precise. | ||
| 5 | |||
| 6 | * process.c, dired.c (Vfile_name_coding_system) | ||
| 7 | (Vdefault_file_name_coding_system): | ||
| 8 | * callproc.c (Vdoc_file_name, Vfile_name_coding_system) | ||
| 9 | (Vdefault_file_name_coding_system): Remove unused declarations. | ||
| 10 | |||
| 1 | 2005-03-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 11 | 2005-03-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 12 | ||
| 3 | * xmenu.c (create_and_show_popup_menu): Just remove menu and return | 13 | * xmenu.c (create_and_show_popup_menu): Just remove menu and return |
| 4 | if it failed to pop up (Gnome "show pointer on ctrl" option makes | 14 | if it failed to pop up (Gnome "show pointer on ctrl" option makes |
| 5 | menus fail to pop up). | 15 | menus fail to pop up). |
| 6 | 16 | ||
| 7 | 2005-03-24 Stefan <monnier@iro.umontreal.ca> | 17 | 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 8 | 18 | ||
| 9 | * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9. | 19 | * xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9. |
| 20 | Just prepend a backslash without replacing the NBSP by an SPC. | ||
| 10 | 21 | ||
| 11 | 2005-03-22 Kim F. Storm <storm@cua.dk> | 22 | 2005-03-22 Kim F. Storm <storm@cua.dk> |
| 12 | 23 | ||