| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fmap_keymap): Doc fix. | Richard M. Stallman | 2006-01-26 | 1 | -1/+1 |
| * | (Fx_create_frame): Put all specified parms into f->param_alist | Richard M. Stallman | 2006-01-26 | 1 | -0/+8 |
| * | (x_get_arg): "Clear out" the parm in ALIST if found there. | Richard M. Stallman | 2006-01-26 | 1 | -1/+14 |
| * | (Fconstrain_to_field): Fix behaviour on field boundaries. | Károly Lőrentey | 2006-01-26 | 2 | -13/+33 |
| * | (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string. | Károly Lőrentey | 2006-01-26 | 1 | -9/+9 |
| * | (Fconstrain_to_field): Use get_pos_property, not Fget_char_property, | Károly Lőrentey | 2006-01-26 | 2 | -11/+23 |
| * | (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string. | Károly Lőrentey | 2006-01-26 | 1 | -11/+12 |
| * | (Fcall_process): GCPRO error_file. Encode infile, | Kenichi Handa | 2006-01-26 | 2 | -8/+20 |
| * | (Antinews): Various corrections and additions. | Luc Teirlinck | 2006-01-25 | 1 | -9/+8 |
| * | *** empty log message *** | Luc Teirlinck | 2006-01-25 | 2 | -2/+6 |
| * | # | André Spiegel | 2006-01-25 | 1 | -0/+13 |
| * | (vc-user-login-name): Comment out defadvice, it is no longer | André Spiegel | 2006-01-25 | 1 | -17/+20 |
| * | (vc-default-dired-state-info): Pass FILE to vc-user-login-name. | André Spiegel | 2006-01-25 | 1 | -2/+4 |
| * | (vc-user-login-name): Rewritten to handle access via Tramp. | André Spiegel | 2006-01-25 | 1 | -8/+16 |
| * | (decode-char): Avoid the overhead of | Kenichi Handa | 2006-01-25 | 2 | -6/+28 |
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-14 | Miles Bader | 2006-01-25 | 6 | -50/+150 |
| * | Minor fixes in introductory comment. | Luc Teirlinck | 2006-01-25 | 1 | -12/+13 |
| * | *** empty log message *** | Noah Friedman | 2006-01-25 | 1 | -0/+6 |
| * | *** empty log message *** | Luc Teirlinck | 2006-01-25 | 1 | -0/+5 |
| * | Replace all references to `cdr' field of conses with `u.cdr', | Noah Friedman | 2006-01-25 | 1 | -8/+11 |
| * | Make background transparent. | Nick Roberts | 2006-01-25 | 1 | -1/+1 |
| * | *** empty log message *** | Nick Roberts | 2006-01-25 | 1 | -0/+4 |
| * | (thumbs-new-image-size): New function. | Nick Roberts | 2006-01-24 | 1 | -68/+45 |
| * | *** empty log message *** | Nick Roberts | 2006-01-24 | 1 | -0/+18 |
| * | (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | Stefan Monnier | 2006-01-24 | 2 | -5/+10 |
| * | (log-view-minor-wrap): First rev is the one at point. | Stefan Monnier | 2006-01-24 | 2 | -8/+12 |
| * | * alloc.c (allocate_string_data): Update next_free immediately, to | Chong Yidong | 2006-01-24 | 2 | -1/+7 |
| * | Avoid macros from calendar.el so as to break | Stefan Monnier | 2006-01-24 | 1 | -24/+22 |
| * | Avoid macros from calendar.el so as to break | Stefan Monnier | 2006-01-24 | 1 | -0/+5 |
| * | Remove unnecessary leading stars in docstrings. | Stefan Monnier | 2006-01-24 | 2 | -260/+280 |
| * | (lisp-font-lock-keywords-2): | Thien-Thi Nguyen | 2006-01-24 | 2 | -1/+6 |
| * | (handle_invisible_prop): Set it->position to fix cursor | Károly Lőrentey | 2006-01-24 | 2 | -3/+31 |
| * | (thumbs-extra-images): New variable. Make it buffer-local | Nick Roberts | 2006-01-23 | 1 | -72/+102 |
| * | *** empty log message *** | Nick Roberts | 2006-01-23 | 1 | -0/+20 |
| * | (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-01-23 | 2 | -1/+6 |
| * | (ses-read-cell): Provide a default value. | Stefan Monnier | 2006-01-23 | 2 | -14/+17 |
| * | *** empty log message *** | Juanma Barranquero | 2006-01-23 | 2 | -26/+31 |
| * | (image-library-alist): Add additional names for GIF library. | Juanma Barranquero | 2006-01-23 | 1 | -2/+2 |
| * | (latexenc-find-file-coding-system): Add file-regular-p check. | Reiner Steib | 2006-01-23 | 2 | -1/+7 |
| * | *** empty log message *** | Juanma Barranquero | 2006-01-23 | 1 | -198/+196 |
| * | (handle_single_display_spec): Fix handling of space | Kim F. Storm | 2006-01-23 | 1 | -1/+5 |
| * | *** empty log message *** | Kim F. Storm | 2006-01-23 | 1 | -0/+8 |
| * | (clone-buffer): Don't show the new buffer in the same window. | Stefan Monnier | 2006-01-23 | 2 | -2/+11 |
| * | Avoid allocating Lisp data from code that can be run from a signal handler. | Stefan Monnier | 2006-01-23 | 2 | -20/+49 |
| * | (lisp_align_free): Add an assertion. | Stefan Monnier | 2006-01-23 | 1 | -1/+19 |
| * | *** empty log message *** | Juri Linkov | 2006-01-23 | 2 | -0/+44 |
| * | (User Interface): Add S-TAB for widget-backward. | Juri Linkov | 2006-01-23 | 1 | -0/+1 |
| * | (Easy Customization, Customization Groups) | Juri Linkov | 2006-01-23 | 1 | -10/+12 |
| * | (doctor-mode-map): Rename from `doc-mode-map'. | Juri Linkov | 2006-01-23 | 1 | -1/+1 |
| * | (clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window): | Juri Linkov | 2006-01-23 | 1 | -6/+7 |