summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (Fformat_network_address): Return nil when theJuanma Barranquero2007-03-292-2/+19
| | | | argument vector contains invalid values.
* *** empty log message ***Juanma Barranquero2007-03-291-4/+4
|
* (partial-completion-mode): Set PC-do-completion-end to nil after use.Glenn Morris2007-03-291-3/+14
| | | | | (PC-lisp-complete-symbol): Create and use a marker at `end', rather than using point-marker.
* *** empty log message ***Glenn Morris2007-03-291-0/+7
|
* (next-error-highlight): Doc fix.Chong Yidong2007-03-281-12/+7
|
* * simple.el (next-error-highlight): Doc fix.Chong Yidong2007-03-281-0/+4
|
* (edebug-display): Don't go to edebug-outside-buffer if it is dead.Richard M. Stallman2007-03-282-1/+7
|
* (view-mode): Fix typos in docstring.Juanma Barranquero2007-03-282-2/+6
|
* *** empty log message ***Juanma Barranquero2007-03-281-21/+21
|
* *** empty log message ***YAMAMOTO Mitsuharu2007-03-282-0/+16
|
* (readchar): Extend BLOCK_INPUT block to ferror/clearerr.YAMAMOTO Mitsuharu2007-03-281-3/+3
|
* [HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.YAMAMOTO Mitsuharu2007-03-281-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 Mitsuharu2007-03-281-0/+11
|
* (PC-do-completion-end): New variable.Glenn Morris2007-03-281-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 Morris2007-03-281-1/+8
| | | | (recentf-save-file): Add a custom :set function.
* *** empty log message ***Glenn Morris2007-03-281-0/+14
|
* (make-text-button): Add explicit `button' property.Stefan Monnier2007-03-282-4/+8
| | | | (default-button): Don't put a `button' property on it.
* (python-mode): Skip comments when parsing.Stefan Monnier2007-03-282-0/+3
|
* (vc-with-current-file-buffer): New macro.Stefan Monnier2007-03-282-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 Monnier2007-03-282-2/+12
|
* (comint-proc-query, comint-dynamic-list-completions):Stefan Monnier2007-03-281-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, showNick Roberts2007-03-271-10/+19
| | | | the "text" or "alt" parts of the image blobs.
* *** empty log message ***Nick Roberts2007-03-271-0/+5
|
* ** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-startChong Yidong2007-03-271-2/+0
| | | | Documented in PROBLEMS.
* Emacs cannot load remote files using Tramp during init.Chong Yidong2007-03-271-0/+11
|
* *** empty log message ***Juanma Barranquero2007-03-271-21/+20
|
* *** empty log message ***Juanma Barranquero2007-03-271-6/+12
|
* (Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero2007-03-271-2/+1
|
* *** empty log message ***Richard M. Stallman2007-03-271-0/+5
|
* (message-yank-original): Fix bug:Thien-Thi Nguyen2007-03-272-1/+7
| | | | Don't switch point and mark unnecessarily.
* (PC-do-completion): Compute completion-base-size inGlenn Morris2007-03-271-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 Morris2007-03-273-0/+22
|
* (diary-live-p): Do not check for diary-selective-display.Glenn Morris2007-03-271-8/+14
|
* *** empty log message ***Glenn Morris2007-03-271-0/+3
|
* (calendar-mode-hook): Declare it.Glenn Morris2007-03-271-0/+5
|
* Restore HP-UX support (removed 2007-01-29).Glenn Morris2007-03-272-3/+78
|
* (occur-next-error): *Occur* might not be displayed in theStefan Monnier2007-03-262-17/+21
| | | | selected frame. Reported by David Hansen <david.hansen@gmx.net>.
* Change help-echo (again). `Entering directory DIR' visits DIRNick Roberts2007-03-261-1/+1
| | | | but `Leaving directory DIR' visits parent of DIR.
* (create_text_encoding_info_alist): Move assignmentsYAMAMOTO Mitsuharu2007-03-262-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): MoveYAMAMOTO Mitsuharu2007-03-261-7/+8
| | | | | assignments outside predicate macros. (Vselection_converter_alist): Doc fix.
* (Fx_display_mm_height, Fx_display_mm_width): ScaleYAMAMOTO Mitsuharu2007-03-261-8/+10
| | | | whole screen size in pixels by millimeters per pixel of main display.
* *** empty log message ***Richard M. Stallman2007-03-263-0/+16
|
* (Caching passphrase): Clean up previous change.Richard M. Stallman2007-03-261-3/+3
|
* (flyspell-large-region): Use ispell-call-process-region.Richard M. Stallman2007-03-261-1/+1
|
* (byte-compile-file-form-defmumble): Use prin1 instead of princ.Richard M. Stallman2007-03-261-1/+1
|
* Explain reason for X protocol error recommendations.Richard M. Stallman2007-03-261-4/+9
|
* (sigchld_handler): Delay by 1ms instead of 1s toSam Steingold2007-03-262-1/+6
| | | | alleviate sluggishness (the original problem is still fixed).
* *** empty log message ***Nick Roberts2007-03-261-20/+5
|
* (merge_properties): Use explicit loop instead ofKim F. Storm2007-03-251-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. Storm2007-03-251-0/+7
|