| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in ... | Karoly Lorentey | 2006-01-03 | 1 | -1/+1 |
* | Merged from miles@gnu.org--gnu-2005 (patch 681) | Karoly Lorentey | 2005-12-29 | 1 | -1/+2 |
|\ |
|
| * | (Fprovide): Store (0 . OFEATURES) in Vautoload_queue. | Richard M. Stallman | 2005-12-26 | 1 | -1/+2 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) | Karoly Lorentey | 2005-12-19 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | (Frequire): Treat evaluating from a source file | Richard M. Stallman | 2005-12-11 | 1 | -2/+8 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 610-614) | Karoly Lorentey | 2005-10-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | (Fchar_table_range): Remove unused var i. | Kim F. Storm | 2005-10-20 | 1 | -1/+1 |
* | | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577) | Karoly Lorentey | 2005-10-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | * xlwmenu.c (find_next_selectable): | Dan Nicolaescu | 2005-09-27 | 1 | -3/+3 |
* | | Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Bo... | Karoly Lorentey | 2005-09-11 | 1 | -0/+3 |
* | | Fix crashes in xdialog_show (and other places) with xterm-mouse-mode. | Karoly Lorentey | 2005-09-11 | 1 | -2/+4 |
|/ |
|
* | (Fsort): Doc fix. | Richard M. Stallman | 2005-09-04 | 1 | -1/+1 |
* | (syms_of_fns): Add `emacs' to features. | Richard M. Stallman | 2005-08-07 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
* | (Fstring_as_multibyte): Escape backslashes in the | Kenichi Handa | 2005-07-19 | 1 | -6/+6 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (Fchar_table_range): Fix spellings. | Juanma Barranquero | 2005-06-21 | 1 | -1/+1 |
* | (Fsort): Doc fix. | Kim F. Storm | 2005-06-20 | 1 | -1/+1 |
* | (Fmemq, Fmaphash): Doc fixes. | Juanma Barranquero | 2005-06-09 | 1 | -2/+2 |
* | (mapcar1): Maybe exit loop if original sequence was modified. | Kim F. Storm | 2005-06-01 | 1 | -3/+3 |
* | (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with | Nick Roberts | 2005-05-24 | 1 | -2/+2 |
* | (Fchar_table_range): Fix typos in docstring. | Juanma Barranquero | 2005-05-06 | 1 | -4/+4 |
* | (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. | Stefan Monnier | 2005-05-06 | 1 | -1/+1 |
* | (char_table_range): New function. | Kenichi Handa | 2005-04-26 | 1 | -18/+111 |
* | (copy_sub_char_table): Explicitly copy the default value | Kenichi Handa | 2005-04-22 | 1 | -1/+2 |
* | (Fplist_get): Replace by Fsafe_plist_get. | Kim F. Storm | 2005-04-21 | 1 | -20/+8 |
* | (Fset_char_table_range): Don't set slots used as default | Kenichi Handa | 2005-04-20 | 1 | -25/+34 |
* | (Fsafe_get): New function. | Kim F. Storm | 2005-04-19 | 1 | -0/+13 |
* | (Vloads_in_progress): Remove extern. | Lute Kamstra | 2005-04-18 | 1 | -2/+2 |
* | (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes. | Stefan Monnier | 2005-04-10 | 1 | -4/+16 |
* | (Vloads_in_progress): Add extern. | Richard M. Stallman | 2005-04-10 | 1 | -3/+10 |
* | (sweep_weak_table): Advance prev pointer when we keep a pair. | Kim F. Storm | 2005-01-19 | 1 | -0/+4 |
* | (Frequire): Record in load-history unconditionally. | Richard M. Stallman | 2005-01-12 | 1 | -2/+4 |
* | * dispextern.h: Change HAVE_CARBON to MAC_OS. | Steven Tamm | 2004-12-27 | 1 | -2/+2 |
* | (concat): Use SAFE_ALLOCA. | Kim F. Storm | 2004-11-29 | 1 | -2/+4 |
* | (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument. | Luc Teirlinck | 2004-11-21 | 1 | -1/+1 |
* | Avoid side-effects inside XSETFASTINT's arguments. | Stefan Monnier | 2004-11-16 | 1 | -1/+1 |
* | (Fsafe_plist_get): New defun. | Kim F. Storm | 2004-11-15 | 1 | -0/+30 |
* | (sxhash): As far as possible, merge calculation of | Eli Zaretskii | 2004-11-06 | 1 | -5/+4 |
* | Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls. | Kim F. Storm | 2004-10-26 | 1 | -12/+12 |
* | (map_char_table): Add missing gcpros. | Stefan Monnier | 2004-10-13 | 1 | -1/+8 |
* | (Fclear_string): Correct previous change. | Luc Teirlinck | 2004-07-06 | 1 | -1/+2 |
* | (Fclear_string): Put call to CHECK_STRING in correct place. | Luc Teirlinck | 2004-07-06 | 1 | -1/+1 |
* | (Fclear_string): Signal an error if STRING is not a string. | John Paul Wallington | 2004-07-06 | 1 | -0/+1 |
* | (Fmapconcat, Fmapcar): Remove superfluous GCPROs. | Kim F. Storm | 2004-06-24 | 1 | -9/+0 |
* | (Fmapcar, Fmapconcat): GCPRO the args array. | Kim F. Storm | 2004-06-22 | 1 | -0/+9 |
* | (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and | Kim F. Storm | 2004-06-22 | 1 | -8/+4 |
* | (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP. | Kim F. Storm | 2004-06-21 | 1 | -2/+2 |
* | * fns.c (string_make_multibyte, string_to_multibyte) | Kim F. Storm | 2004-06-21 | 1 | -49/+55 |
* | * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca. | Jan Djärv | 2004-06-17 | 1 | -2/+10 |