- 13 Jun, 2005 16 commits
-
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Lute Kamstra authored
-
Eli Zaretskii authored
unless either `gtk' is boundp or this isn't a `windows-nt' build.
-
Eli Zaretskii authored
-
Miles Bader authored
-
Lute Kamstra authored
(woman-mode-map): Initialize it properly. (woman-mode): Set mode-class property to special. Use delay-mode-hooks and run-mode-hooks. Use the right keymap. Set major-mode and mode-name. Don't set mode-line-format directly. (Man-getpage-in-background): Don't reference woman-mode-line-format.
-
Lute Kamstra authored
-
Carsten Dominik authored
-
Carsten Dominik authored
(org-disputed-keys): New variable. (org-key): New function. (orgtbl-make-binding): Add docstring to the created function. (org-mode): Set paragraph start/separate regexps. (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers. (org-archive-location, org-archive-mark-done) (org-archive-stamp-time): New options. (org-archive-subtree): New command. (org-fill-paragraph): New function. (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'. (org-fake-empty-table-line): Function removed. (org-format-org-table-html): Do not create empty table lines at separator lines. Improved table header treatment. (org-link-format): New option. (org-make-link): New function. (org-insert-link, org-store-link): Use org-make-link. (org-open-file): Quote file name for shell command, to allow spaces in file names. (org-link-regexp): Fixed bug with mailto link. (org-link-maybe-angles-regexp, org-protected-link-regexp): New constant. (org-export-as-html): Deal with the optional angles around a link. Better treatment of file: links. (org-open-at-point): Replace @{ and @} with < and >. (org-run-mode-hooks): Function removed. (org-agenda-mode): No longer use `org-run-mode-hooks'.
-
Nick Roberts authored
MI command -data-list-register-values. (gdb-post-prompt): Indent properly.
-
Nick Roberts authored
-
Jay Belanger authored
-
Jay Belanger authored
-
- 12 Jun, 2005 15 commits
-
-
Lute Kamstra authored
-
Juanma Barranquero authored
(highlight-changes-colours): Keep as obsolete alias. (highlight-changes-face-list): Doc fix. (hilit-chg-make-list): Use `highlight-changes-colors'.
-
Mark A. Hershberger authored
-
Jason Rumney authored
(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.
-
Eli Zaretskii authored
and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
-
Stefan Monnier authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
as in Makefile.in.
-
Eli Zaretskii authored
MB_ABORTRETRYIGNORE. Never return, even if DebugBreak does.
-
Lute Kamstra authored
-
Lute Kamstra authored
(Man-mode): Set mode-class property to special.
-
Lute Kamstra authored
-
Luc Teirlinck authored
A newline is needed in the docstring there.
-
Luc Teirlinck authored
-
- 11 Jun, 2005 9 commits
-
-
Thien-Thi Nguyen authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
`cancel-debug-on-entry'. Delete inaccurate description of the return value of that command.
-
Vinicius Jose Latorre authored
-
Vinicius Jose Latorre authored
-
Thien-Thi Nguyen authored
"Returns" to "return", document useful return values, etc.
-
Eli Zaretskii authored
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.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
the call to CreateDIBSection, to avoid a compiler warning.
-