aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-03-24 21:24:09 +0000
committerStefan Monnier <[email protected]>2005-03-24 21:24:09 +0000
commit0de4dad447c6481938f324e42a0b88e8aa653fe4 (patch)
tree9563489de893e7e15dae3f86bdfd4adbde4705b9 /src
parentddf9883e17bc2e6f971a8a19e5c0839e0822f31a (diff)
(comint-insert-input): Obey mouse-yank-at-point.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0b648b6eb..22f2056a51 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,12 +1,23 @@
+2005-03-24 Stefan Monnier <[email protected]>
+
+ * alloc.c (make_number): The arg can be bigger than `int'.
+ * lisp.h (make_number): Make prototype more precise.
+
+ * process.c, dired.c (Vfile_name_coding_system)
+ (Vdefault_file_name_coding_system):
+ * callproc.c (Vdoc_file_name, Vfile_name_coding_system)
+ (Vdefault_file_name_coding_system): Remove unused declarations.
+
2005-03-24 Jan Dj,Ad(Brv <[email protected]>
* xmenu.c (create_and_show_popup_menu): Just remove menu and return
if it failed to pop up (Gnome "show pointer on ctrl" option makes
menus fail to pop up).
-2005-03-24 Stefan <[email protected]>
+2005-03-24 Stefan Monnier <[email protected]>
* xdisp.c (get_next_display_element): Also use `\ ' & `\-' for latin-9.
+ Just prepend a backslash without replacing the NBSP by an SPC.
2005-03-22 Kim F. Storm <[email protected]>