Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Fformat_network_address): Return nil when the | Juanma Barranquero | 2007-03-29 | 2 | -2/+19 |
| | | | | argument vector contains invalid values. | ||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-29 | 1 | -4/+4 |
| | |||||
* | (partial-completion-mode): Set PC-do-completion-end to nil after use. | Glenn Morris | 2007-03-29 | 1 | -3/+14 |
| | | | | | (PC-lisp-complete-symbol): Create and use a marker at `end', rather than using point-marker. | ||||
* | *** empty log message *** | Glenn Morris | 2007-03-29 | 1 | -0/+7 |
| | |||||
* | (next-error-highlight): Doc fix. | Chong Yidong | 2007-03-28 | 1 | -12/+7 |
| | |||||
* | * simple.el (next-error-highlight): Doc fix. | Chong Yidong | 2007-03-28 | 1 | -0/+4 |
| | |||||
* | (edebug-display): Don't go to edebug-outside-buffer if it is dead. | Richard M. Stallman | 2007-03-28 | 2 | -1/+7 |
| | |||||
* | (view-mode): Fix typos in docstring. | Juanma Barranquero | 2007-03-28 | 2 | -2/+6 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-28 | 1 | -21/+21 |
| | |||||
* | *** empty log message *** | YAMAMOTO Mitsuharu | 2007-03-28 | 2 | -0/+16 |
| | |||||
* | (readchar): Extend BLOCK_INPUT block to ferror/clearerr. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -3/+3 |
| | |||||
* | [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -13/+65 |
| | | | | | | | | | [USE_PTHREAD]: Include pthread.h. (malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables. (malloc_initialize_1): New function created from __malloc_initialize. (__malloc_initialize): Use it. (LOCK, UNLOCK): New macros to make malloc etc. thread safe. (_malloc_internal, _free_internal, _realloc_internal): Use them. | ||||
* | (Mac Font Specs): Mention AppleAntiAliasingThreshold. | YAMAMOTO Mitsuharu | 2007-03-28 | 1 | -0/+11 |
| | |||||
* | (PC-do-completion-end): New variable. | Glenn Morris | 2007-03-28 | 1 | -2/+12 |
| | | | | | | | | | (partial-completion-mode) <choose-completion-string-functions>: Use PC-do-completion-end in the non-minibuffer case to replace the correct amount of text. (PC-do-completion): Set PC-do-completion-end for c-c-s-f. (PC-lisp-complete-symbol): Give marker the after-insertion type, to deal with improvements inserted after point. | ||||
* | Stephen Berman <Stephen.Berman at gmx.net>: | Glenn Morris | 2007-03-28 | 1 | -1/+8 |
| | | | | (recentf-save-file): Add a custom :set function. | ||||
* | *** empty log message *** | Glenn Morris | 2007-03-28 | 1 | -0/+14 |
| | |||||
* | (make-text-button): Add explicit `button' property. | Stefan Monnier | 2007-03-28 | 2 | -4/+8 |
| | | | | (default-button): Don't put a `button' property on it. | ||||
* | (python-mode): Skip comments when parsing. | Stefan Monnier | 2007-03-28 | 2 | -0/+3 |
| | |||||
* | (vc-with-current-file-buffer): New macro. | Stefan Monnier | 2007-03-28 | 2 | -1/+19 |
| | | | | (vc-arch-file-source-p): Use it to avoid infloop. | ||||
* | (lisp-complete-symbol): Make get-buffer-window find windows in other frames. | Stefan Monnier | 2007-03-28 | 2 | -2/+12 |
| | |||||
* | (comint-proc-query, comint-dynamic-list-completions): | Stefan Monnier | 2007-03-28 | 1 | -2/+2 |
| | | | | | Fix calls to get-buffer-window to find windows in other frames. Reported by David Hansen <david.hansen@gmx.net>. | ||||
* | (Info-display-images-node): On a text-only terminal, show | Nick Roberts | 2007-03-27 | 1 | -10/+19 |
| | | | | the "text" or "alt" parts of the image blobs. | ||||
* | *** empty log message *** | Nick Roberts | 2007-03-27 | 1 | -0/+5 |
| | |||||
* | ** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-start | Chong Yidong | 2007-03-27 | 1 | -2/+0 |
| | | | | Documented in PROBLEMS. | ||||
* | Emacs cannot load remote files using Tramp during init. | Chong Yidong | 2007-03-27 | 1 | -0/+11 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -21/+20 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-27 | 1 | -6/+12 |
| | |||||
* | (Fformat_network_address): Make room in args array to format IPv6 addresses. | Juanma Barranquero | 2007-03-27 | 1 | -2/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-03-27 | 1 | -0/+5 |
| | |||||
* | (message-yank-original): Fix bug: | Thien-Thi Nguyen | 2007-03-27 | 2 | -1/+7 |
| | | | | Don't switch point and mark unnecessarily. | ||||
* | (PC-do-completion): Compute completion-base-size in | Glenn Morris | 2007-03-27 | 1 | -16/+60 |
| | | | | | | | the non-filename case, rather than setting to nil. (PC-lisp-complete-end): New variable. (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the original end in a series of consecutive invocations. | ||||
* | *** empty log message *** | Glenn Morris | 2007-03-27 | 3 | -0/+22 |
| | |||||
* | (diary-live-p): Do not check for diary-selective-display. | Glenn Morris | 2007-03-27 | 1 | -8/+14 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-03-27 | 1 | -0/+3 |
| | |||||
* | (calendar-mode-hook): Declare it. | Glenn Morris | 2007-03-27 | 1 | -0/+5 |
| | |||||
* | Restore HP-UX support (removed 2007-01-29). | Glenn Morris | 2007-03-27 | 2 | -3/+78 |
| | |||||
* | (occur-next-error): *Occur* might not be displayed in the | Stefan Monnier | 2007-03-26 | 2 | -17/+21 |
| | | | | selected frame. Reported by David Hansen <david.hansen@gmx.net>. | ||||
* | Change help-echo (again). `Entering directory DIR' visits DIR | Nick Roberts | 2007-03-26 | 1 | -1/+1 |
| | | | | but `Leaving directory DIR' visits parent of DIR. | ||||
* | (create_text_encoding_info_alist): Move assignments | YAMAMOTO Mitsuharu | 2007-03-26 | 2 | -5/+46 |
| | | | | | | outside predicate macros. (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and dpyinfo->width are those of whole screen. | ||||
* | (get_scrap_target_type_list, x_own_selection): Move | YAMAMOTO Mitsuharu | 2007-03-26 | 1 | -7/+8 |
| | | | | | assignments outside predicate macros. (Vselection_converter_alist): Doc fix. | ||||
* | (Fx_display_mm_height, Fx_display_mm_width): Scale | YAMAMOTO Mitsuharu | 2007-03-26 | 1 | -8/+10 |
| | | | | whole screen size in pixels by millimeters per pixel of main display. | ||||
* | *** empty log message *** | Richard M. Stallman | 2007-03-26 | 3 | -0/+16 |
| | |||||
* | (Caching passphrase): Clean up previous change. | Richard M. Stallman | 2007-03-26 | 1 | -3/+3 |
| | |||||
* | (flyspell-large-region): Use ispell-call-process-region. | Richard M. Stallman | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | (byte-compile-file-form-defmumble): Use prin1 instead of princ. | Richard M. Stallman | 2007-03-26 | 1 | -1/+1 |
| | |||||
* | Explain reason for X protocol error recommendations. | Richard M. Stallman | 2007-03-26 | 1 | -4/+9 |
| | |||||
* | (sigchld_handler): Delay by 1ms instead of 1s to | Sam Steingold | 2007-03-26 | 2 | -1/+6 |
| | | | | alleviate sluggishness (the original problem is still fixed). | ||||
* | *** empty log message *** | Nick Roberts | 2007-03-26 | 1 | -20/+5 |
| | |||||
* | (merge_properties): Use explicit loop instead of | Kim F. Storm | 2007-03-25 | 1 | -27/+37 |
| | | | | | | Fplist_member to avoid QUIT. Don't use Fcdr. (intervals_equal): Likewise. Rewrite loop to perform length check on the fly rather than calling Flength. Don't use Fcar. | ||||
* | *** empty log message *** | Kim F. Storm | 2007-03-25 | 1 | -0/+7 |
| |