Mercurial > emacs
comparison src/ChangeLog @ 66750:ea5667bc82b6
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 08 Nov 2005 21:37:28 +0000 |
parents | d89d56f50d43 |
children | 7049164b53da |
comparison
equal
deleted
inserted
replaced
66749:8c46200ac746 | 66750:ea5667bc82b6 |
---|---|
1 2005-11-08 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * process.c (Fsignal_process): Recognize signal names with and | |
4 without SIG prefix, e.g. SIGHUP and HUP. | |
5 | |
6 * search.c (search_buffer): No need to initialize base_pat. | |
7 | |
1 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 8 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 9 |
3 * window.c (Fget_lru_window, Fget_largest_window, window_loop): | 10 * window.c (Fget_lru_window, Fget_largest_window, window_loop): |
4 Don't abuse the `mini' arg. Use the `obj' arg instead. | 11 Don't abuse the `mini' arg. Use the `obj' arg instead. |
5 | 12 |