aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2005-06-131-0/+6
|
* *** empty log message ***Jay Belanger2005-06-131-0/+4
|
* (Getting Started): Remove extra menu item.Jay Belanger2005-06-131-1/+0
|
* (Special Properties): Fix cross reference.Lute Kamstra2005-06-122-2/+6
|
* (highlight-changes-colors): Rename from `highlight-changes-colours'.Juanma Barranquero2005-06-122-8/+19
| | | | | | (highlight-changes-colours): Keep as obsolete alias. (highlight-changes-face-list): Doc fix. (hilit-chg-make-list): Use `highlight-changes-colors'.
* Remove stray paren in defun-prompt-regexp for cperl-modeMark A. Hershberger2005-06-122-1/+6
|
* (NEWOPENFILENAME): New struct.Jason Rumney2005-06-122-16/+50
| | | | | | (Fx_file_dialog): Use it to trick the system into giving us up to date dialogs on systems that are documented to support it. Do not set OFN_FILEMUSTEXIST flag if looking for a directory.
* ($(DOC)): Depend on make-docfile.exe, temacs.exe,Eli Zaretskii2005-06-122-1/+7
| | | | | and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
* Add comment.Stefan Monnier2005-06-121-2/+8
|
* Don't say we are dumping under 2 names on windows-nt and cygwin.Eli Zaretskii2005-06-122-1/+4
|
* *** empty log message ***Eli Zaretskii2005-06-122-0/+10
|
* (bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,Eli Zaretskii2005-06-121-11/+9
| | | | as in Makefile.in.
* (w32_abort): Use the MB_YESNO dialog instead ofEli Zaretskii2005-06-121-7/+8
| | | | MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
* (bootstrap-prepare): Don't use an old loaddefs.el.Lute Kamstra2005-06-122-10/+10
|
* (Man-mode-map): Initialize it properly.Lute Kamstra2005-06-122-5/+10
| | | | (Man-mode): Set mode-class property to special.
* (calendar-mode): Use run-mode-hooks.Lute Kamstra2005-06-122-2/+6
|
* (menu-bar-make-toggle): Remove stray backslash.Luc Teirlinck2005-06-121-1/+1
| | | | A newline is needed in the docstring there.
* *** empty log message ***Luc Teirlinck2005-06-122-0/+14
|
* Fix `repeat' BNF and `bits 2' example in Commentary.Thien-Thi Nguyen2005-06-111-3/+4
|
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
|
* (Function Debugging): Delete mention of empty string argument toLuc Teirlinck2005-06-111-5/+2
| | | | | `cancel-debug-on-entry'. Delete inaccurate description of the return value of that command.
* printing v6.8.4Vinicius Jose Latorre2005-06-112-63/+303
|
* printing v6.8.4Vinicius Jose Latorre2005-06-111-0/+13
|
* Doc fixes for public funcs:Thien-Thi Nguyen2005-06-112-17/+24
| | | | "Returns" to "return", document useful return values, etc.
* (x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th argEli Zaretskii2005-06-112-31/+71
| | | | | | | | | | | | | | | | | | | | | to CreateDIBSection to avoid a compiler warning. (pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (png_load): Cast return values of fn_png_create_read_struct and fn_png_create_info_struct, to avoid compiler warnings on W32. Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent to avoid compiler warnings. (jpeg_load): Cast return value of fn_jpeg_std_error to avoid a compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (tiff_load): Cast return values of fn_TIFFOpen and fn_TIFFClientOpen to avoid compiler warning on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (gif_load): Cast return values of fn_DGifOpenFileName and fn_DGifOpen to avoid compiler warnings on W32. Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler warning. (DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef before redefining.
* *** empty log message ***Eli Zaretskii2005-06-112-1/+10
|
* (create_offscreen_bitmap): Cast `bitsp' to `void **' inEli Zaretskii2005-06-111-1/+1
| | | | the call to CreateDIBSection, to avoid a compiler warning.
* If their fc.exe returns a meaningful exit status, don't overwriteEli Zaretskii2005-06-111-12/+26
| | | | src/config.h and src/epaths.h with identical copies.
* Update the URL of the Emacs Windows build instructions.Eli Zaretskii2005-06-111-2/+2
|
* Mention that adaptive-fill-function is now used before adaptive-fill-regexp,Eli Zaretskii2005-06-111-0/+7
| | | | rather than after it.
* *** empty log message ***Eli Zaretskii2005-06-113-0/+15
|
* (Adaptive Fill): Amplify the description of fill-context-prefix.Eli Zaretskii2005-06-111-17/+63
|
* (fill-context-prefix): Try `adaptive-fill-function'Eli Zaretskii2005-06-111-6/+6
| | | | | BEFORE `adaptive-fill-regexp' when determining a fill prefix. (adaptive-file-function): Minor amendment to doc-string.
* (thumbs-per-line, thumbs-thumbsdir-max-size)Eli Zaretskii2005-06-112-5/+9
| | | | | (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix :type--it is `integer', not `string'.
* (modeline-highlight): Rename from (the erroneous) `modeline-higilight'.Eli Zaretskii2005-06-112-1/+6
|
* Mention emacs-buffer.gdb.Eli Zaretskii2005-06-111-0/+7
|
* Warn about using "cvs up -kb" if one intends to commitEli Zaretskii2005-06-112-4/+44
| | | | | | | changes. Add a pointer to another site with detailed configure and build instructions. Suggest to look at config.log when configure fails. Add MinGW Make 3.80 to the list of successful combinations.
* (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".Eli Zaretskii2005-06-112-1/+15
|
* Update copyright years.Eli Zaretskii2005-06-111-10/+53
| | | | | | | | | | Delete config.log before doing anything else. Write additional diagnostics to config.log in case of failures to compile test programs, including the failed test program itself. Add a test for support of -mtune=pentium4 switch to GCC; if it is supported, set up MCPU_FLAG variable on the various Makefiles to use that switch during compilations. (This avoids GCC warning about -mcpu being deprecated.)
* (edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but makeLute Kamstra2005-06-112-12/+12
| | | | | it the parent. (edebug-eval-mode): Use define-derived-mode.
* Add binding of `ESC functionkey' for every `M-functionkey'.Andreas Schwab2005-06-113-6/+27
|
* Update item for 2004-01-21 with function items.Jan Djärv2005-06-111-2/+2
|
* Fix last changeJason Rumney2005-06-111-1/+1
|
* *** empty log message ***Jason Rumney2005-06-102-0/+11
|
* (Fx_file_dialog): Unblock input before falling back to minibuffer.Jason Rumney2005-06-102-3/+8
|
* (Parsing Expressions): Fix Texinfo error.Luc Teirlinck2005-06-102-2/+6
|
* 2005-06-10 Michael Hotchin <[email protected]> (tiny change)Jason Rumney2005-06-101-2/+2
| | | | | * progmodes/compile.el (compilation-error-regexp-alist-alist) [msft]: update regexp for newer msft compilers.
* (ybuffer-list): Don't use $filename; can't use char as placeholder whenNoah Friedman2005-06-102-5/+11
| | | | | buffer has no file name and process is still live. Use different printf cases instead.
* (Parsing Expressions): Document syntax-ppss.Stefan Monnier2005-06-102-28/+40
|
* Remove most autoload cookies.Stefan Monnier2005-06-102-23/+16
| | | | | Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs.