bpt/emacs.git
15 years ago(svg_load_image): Use rsvg_handle_get_dimensions to check that image
Chong Yidong [Fri, 25 Jul 2008 17:06:23 +0000 (17:06 +0000)]
(svg_load_image): Use rsvg_handle_get_dimensions to check that image
size is valid.  Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.

15 years ago* image.c (svg_load_image): Use rsvg_handle_get_dimensions to check
Chong Yidong [Fri, 25 Jul 2008 17:06:06 +0000 (17:06 +0000)]
* image.c (svg_load_image): Use rsvg_handle_get_dimensions to check
that image size is valid.  Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.

15 years ago(menu-bar-file-menu): Fix typo.
Dan Nicolaescu [Fri, 25 Jul 2008 16:26:06 +0000 (16:26 +0000)]
(menu-bar-file-menu): Fix typo.

15 years agoFix whitespace modification caused by bug.
Juanma Barranquero [Fri, 25 Jul 2008 16:02:42 +0000 (16:02 +0000)]
Fix whitespace modification caused by bug.

15 years ago* play/solitaire.el (solitaire-mode-map): Define within defvar.
Juanma Barranquero [Fri, 25 Jul 2008 15:57:59 +0000 (15:57 +0000)]
* play/solitaire.el (solitaire-mode-map): Define within defvar.
  (solitaire-mode): Define with `define-derived-mode'.
  (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
  (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
  (solitaire-undo, solitaire-check): Use `when'.
  (solitaire-solve): Err out if the solitaire is already in progress.
  Use `when'.

15 years ago(svg_load_image): Fix last change.
Chong Yidong [Fri, 25 Jul 2008 14:04:02 +0000 (14:04 +0000)]
(svg_load_image): Fix last change.

15 years ago* image.c (svg_load_image): Fix last change.
Chong Yidong [Fri, 25 Jul 2008 14:03:51 +0000 (14:03 +0000)]
* image.c (svg_load_image): Fix last change.

15 years ago* descr-text.el (describe-char): Don't overwrite local variable char
Juanma Barranquero [Fri, 25 Jul 2008 12:01:59 +0000 (12:01 +0000)]
* descr-text.el (describe-char): Don't overwrite local variable char
  when describing characters with display-table entries.  Display font
  backend when describing composed characters.  Simplify: use `let'
  instead of `let*', and `or x y' instead of `if x x y'.

15 years ago* w32font.c (w32font_encode_char): Encode characters outside BMP as
Jason Rumney [Fri, 25 Jul 2008 11:25:43 +0000 (11:25 +0000)]
* w32font.c (w32font_encode_char): Encode characters outside BMP as
surrogates before looking up glyph index.
(w32font_text_extents): Encode as surrogates if falling back to
functions that need UTF-16 wide chars.

* w32uniscribe.c (uniscribe_encode_char): Encode characters outside
BMP as surrogates before looking up glyph index.

15 years ago(svg_load_image): Check for failure in return value of
Chong Yidong [Fri, 25 Jul 2008 05:51:24 +0000 (05:51 +0000)]
(svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf.  Free rsvg handle when done.

15 years ago* image.c (svg_load_image): Check for failure in return value of
Chong Yidong [Fri, 25 Jul 2008 05:51:10 +0000 (05:51 +0000)]
* image.c (svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf.  Free rsvg handle when done.

15 years ago(image-minor-mode): Set up winprops.
Chong Yidong [Fri, 25 Jul 2008 05:44:01 +0000 (05:44 +0000)]
(image-minor-mode): Set up winprops.

15 years ago* image-mode.el (image-minor-mode): Set up winprops.
Chong Yidong [Fri, 25 Jul 2008 05:43:45 +0000 (05:43 +0000)]
* image-mode.el (image-minor-mode): Set up winprops.

15 years agoNew function diff-show-trailing-blanks in diff-mode.el.
Vinicius Jose Latorre [Fri, 25 Jul 2008 02:34:31 +0000 (02:34 +0000)]
New function diff-show-trailing-blanks in diff-mode.el.

15 years ago(Fx_select_font): Reverse sense of second arg.
Jason Rumney [Fri, 25 Jul 2008 00:36:45 +0000 (00:36 +0000)]
(Fx_select_font): Reverse sense of second arg.

15 years agoAdd arch tagline
Miles Bader [Thu, 24 Jul 2008 23:46:50 +0000 (23:46 +0000)]
Add arch tagline

15 years ago* Makefile.in (ELCFILES): Add net/xesam.el.
Michael Albinus [Thu, 24 Jul 2008 21:56:29 +0000 (21:56 +0000)]
* Makefile.in (ELCFILES): Add net/xesam.el.

15 years ago* NEWS: Add xesam.el.
Michael Albinus [Thu, 24 Jul 2008 21:52:51 +0000 (21:52 +0000)]
* NEWS: Add xesam.el.

15 years ago*** empty log message ***
Michael Albinus [Thu, 24 Jul 2008 21:52:33 +0000 (21:52 +0000)]
*** empty log message ***

15 years ago* net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
Michael Albinus [Thu, 24 Jul 2008 21:46:20 +0000 (21:46 +0000)]
* net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
process name.  Reported by Markus Triska <markus.triska@gmx.at>.

15 years ago* net/xesam.el: New file.
Michael Albinus [Thu, 24 Jul 2008 21:45:01 +0000 (21:45 +0000)]
* net/xesam.el: New file.

15 years ago(struct lisp_parse_state, char_quoted, inc_bytepos)
Stefan Monnier [Thu, 24 Jul 2008 20:27:57 +0000 (20:27 +0000)]
(struct lisp_parse_state, char_quoted, inc_bytepos)
(dec_bytepos, find_defun_start): Use EMACS_INT for buffer positions.

15 years ago(PURESIZE_CHECKING_RATIO): New macro.
Stefan Monnier [Thu, 24 Jul 2008 20:26:48 +0000 (20:26 +0000)]
(PURESIZE_CHECKING_RATIO): New macro.
(PURESIZE): Use it.

15 years agoUpdate.
Dan Nicolaescu [Thu, 24 Jul 2008 18:46:01 +0000 (18:46 +0000)]
Update.

15 years ago* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
Dan Nicolaescu [Thu, 24 Jul 2008 18:45:45 +0000 (18:45 +0000)]
* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
* m/alpha.h (TEXT_END):
* m/ibmrs6000.h (TEXT_END):
* m/macppc.h (TEXT_END):
* s/darwin.h (TEXT_END):
* s/msdos.h (TEXT_END): Remove, unused.
* s/gnu-linux.h (BSD_PGRPS): Add a comment.
* s/cygwin.h: Remove comment.

15 years ago* ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
Dan Nicolaescu [Thu, 24 Jul 2008 18:39:48 +0000 (18:39 +0000)]
* ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
(DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
* m/intel386.h (DOT_GLOBAL_START):
* m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
(USG): Remove, file not used on USG platforms.

15 years ago(HAVE_X11): Remove empty #else.
Dan Nicolaescu [Thu, 24 Jul 2008 18:35:33 +0000 (18:35 +0000)]
(HAVE_X11): Remove empty #else.

15 years agoRemove more text for no longer supported systems.
Dan Nicolaescu [Thu, 24 Jul 2008 18:32:53 +0000 (18:32 +0000)]
Remove more text for no longer supported systems.

15 years agoMake comments clearer.
Chong Yidong [Thu, 24 Jul 2008 16:16:43 +0000 (16:16 +0000)]
Make comments clearer.

15 years ago(dired-copy-file-recursive): Avoid calling
Chong Yidong [Thu, 24 Jul 2008 16:12:20 +0000 (16:12 +0000)]
(dired-copy-file-recursive): Avoid calling
set-file-modes when creating target directories.

15 years ago* dired-aux.el (dired-copy-file-recursive): Avoid calling
Chong Yidong [Thu, 24 Jul 2008 16:12:08 +0000 (16:12 +0000)]
* dired-aux.el (dired-copy-file-recursive): Avoid calling
set-file-modes when creating target directories.

15 years agoFix typos.
Juanma Barranquero [Thu, 24 Jul 2008 14:50:55 +0000 (14:50 +0000)]
Fix typos.

15 years agoMinor fixes in refrence card.
Carsten Dominik [Thu, 24 Jul 2008 14:03:24 +0000 (14:03 +0000)]
Minor fixes in refrence card.

15 years agoNew version 6.06a.
Carsten Dominik [Thu, 24 Jul 2008 14:01:49 +0000 (14:01 +0000)]
New version 6.06a.

15 years ago2008-07-24 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Thu, 24 Jul 2008 13:59:56 +0000 (13:59 +0000)]
2008-07-24  Carsten Dominik  <dominik@science.uva.nl>

* org-exp.el (org-export-region-as-html, org-export-as-html): Make
sure that calls from `org-export-region-as-html' do not do the
special check for a subtree.

* org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.

* org.el (org-open-file): Use
`org-open-directory-means-index-dot-org'.
(org-open-directory-means-index-dot-org): New option.

* org.el (org-make-link-string): Remove link attributes from
description.
(org-open-at-point): Remove link attributes bevore using the path.

* org-exp.el (org-export-as-html): Handle link attributes.

* org.el (org-extract-attributes, org-attributes-to-string): New functions.

* org-table.el (org-table-to-lisp): New function.

* org.el (org-narrow-to-subtree): Do not include the final newline
into the narrowed region.

* org-agenda.el (org-agenda-custom-commands-local-options): Fixed
bug with user-define skipping condition.

* org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.

* org-exp.el (org-export-html-style-default): Automatic overflow
handling for pre fields.
(org-export-as-ascii, org-export-as-html): Change default format
for time stamp.

* org-table.el (org-table-export): Offer completion for translator
functions, and do not require a heading above the table.

* org.el (org-renumber-ordered-list, org-beginning-of-item-list):
Cater for the case of a list starting in the first line of the
buffer.

* org-publish.el (org-publish-find-title): Bug fix.
(org-publish-org-index): Implement new :index-style option.

* org-publish.el (org-publish-timestamp-filename): Use
SHA1-encoded file names in the timestamp directory.

* org-publish.el (org-publish-needed-p): Be verbose about files
published and files skipped.

* org-exp.el (org-export-preprocess-string): Swap link
normalization and inernal link targeting.

* org-publish.el (org-publish-needed-p): Create timestamp
directory when it does not exist.

* org-clock.el (org-clock-out-when-done): Doc fix.

* org.el (org-agenda-skip-unavailable-files): Doc fix.

* org-exp.el (org-export-remove-comment-blocks-and-subtrees):
Ignore case when searching for the COMMENT cookie at export time.

* org-exp.el (org-get-file-contents)
(org-get-and-remove-property): New functions.
(org-export-handle-include-files): Handle the new prefix options.
(org-export-as-html): Fix the verse environment.

* org.el (org-time=, org-time<, org-time<=, org-time>)
(org-time>=, org-time<>, org-2ft): New functions.
(org-op-to-function): Also provide for the time testing fucntions.

* org-exp.el (org-export-html-style-default): New constant.

* org-exp.el (org-export-html-style-extra): New variable.
(org-export-splice-style): New function.

* org-exp.el (org-export-plist-vars, org-export-as-html):
Implement `org-export-creator-info'.
(org-export-creator-info): New option.

* org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
(org-property-drawer-re, org-clock-drawer-re): New constants.

* org-exp.el (org-icalendar-use-deadline)
(org-icalendar-use-scheduled): New options.
(org-icalendar-include-todo): Default changed to t.
(org-print-icalendar-entries): Implement better utilization of
scheduling and deadline time stamps.
(org-export-target-internal-links, org-export-as-html): Allow file
lines without the "file:" prefix if the file path is an absolute
path or starts with ".".

* org-clock.el (org-clocktable-shift): Also undertand yesterday,
lastweek etc.
(org-clock-special-range): Also undertand yesterday, lastweek etc.

* org.el (org-agenda-skip-archived-trees): Docstring now
discourages using this.
(org-scan-tags): Check for org-agenda-archives-mode.
(org-map-entries): Make sure org-agenda-archives-mode is nil.
(org-agenda-files): Functionality of second arg changed.

* org-agenda.el (org-agenda-archives-mode): New variable
(org-write-agenda, org-prepare-agenda, org-agenda-list)
(org-search-view, org-todo-list, org-tags-view)
(org-agenda-list-stuck-projects): Call `org-agenda-files' with
`ifmode' argument.
(org-agenda-quit): Reset the archives mode.
(org-agenda-archives-mode): New command.
(org-agenda-set-mode-name): Include archives info.

* org.el (org-paste-subtree): Make sure the yanked headline is
visible if it was yanked at a visible point.
(org-move-item-up): Fix the bug with moving white space at the end
of the item.
(org-show-empty-lines-in-parent): New function.

15 years ago(Finsert_file_contents): Properly adjust undo list
Andreas Schwab [Thu, 24 Jul 2008 13:00:20 +0000 (13:00 +0000)]
(Finsert_file_contents): Properly adjust undo list
after format conversion.

15 years ago* play/solitaire.el (solitaire-mode): Fix typo in docstring.
Juanma Barranquero [Thu, 24 Jul 2008 10:55:12 +0000 (10:55 +0000)]
* play/solitaire.el (solitaire-mode): Fix typo in docstring.
  Set `show-trailing-whitespace' to nil.
  (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
  Fix typos in docstrings.

15 years ago(xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
Jan Djärv [Thu, 24 Jul 2008 08:36:26 +0000 (08:36 +0000)]
(xg_get_font_name): Cast w to GTK_FONT_SELECTION_DIALOG.
(menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.
(xg_update_menubar): Also take deactivate_cb as parameter, pass it to
create_menus.
(xg_modify_menubar_widgets): Pass deactivate_cb to xg_update_menubar.

15 years ago(enriched-mode-map): Bind C-a and C-j via key remapping, not directly.
Chong Yidong [Thu, 24 Jul 2008 05:46:33 +0000 (05:46 +0000)]
(enriched-mode-map): Bind C-a and C-j via key remapping, not directly.

15 years ago* textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
Chong Yidong [Thu, 24 Jul 2008 05:46:12 +0000 (05:46 +0000)]
* textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
key remapping, not directly.

15 years agoNew newline minor mode visualization.
Vinicius Jose Latorre [Thu, 24 Jul 2008 04:12:27 +0000 (04:12 +0000)]
New newline minor mode visualization.

15 years agoAdd whitespace package information.
Vinicius Jose Latorre [Thu, 24 Jul 2008 03:56:00 +0000 (03:56 +0000)]
Add whitespace package information.

15 years ago(auto-mode-alist): Add .i and .ii files.
Dan Nicolaescu [Thu, 24 Jul 2008 02:55:59 +0000 (02:55 +0000)]
(auto-mode-alist): Add .i and .ii files.

15 years ago(ELCFILES): Add term/common-win.elc.
Dan Nicolaescu [Thu, 24 Jul 2008 02:40:57 +0000 (02:40 +0000)]
(ELCFILES): Add term/common-win.elc.

15 years ago(vc-dir-search, vc-dir-isearch)
Dan Nicolaescu [Thu, 24 Jul 2008 02:39:04 +0000 (02:39 +0000)]
(vc-dir-search, vc-dir-isearch)
(vc-dir-isearch-regexp): New functions.
(vc-dir-mode-map, vc-dir-menu-map): Bind them.

15 years ago(vc-dir-search): New function.
Dan Nicolaescu [Thu, 24 Jul 2008 01:57:24 +0000 (01:57 +0000)]
(vc-dir-search): New function.
(vc-dir-mode-map, vc-dir-menu-map): Bind it.

15 years agoFix typo.
Juri Linkov [Thu, 24 Jul 2008 00:29:24 +0000 (00:29 +0000)]
Fix typo.

15 years agoDocument misearch.el and multi-isearch commands.
Juri Linkov [Thu, 24 Jul 2008 00:28:06 +0000 (00:28 +0000)]
Document misearch.el and multi-isearch commands.

15 years agoRemove file to avoid dos file name clashes with isearch-x.el.
Juri Linkov [Thu, 24 Jul 2008 00:14:18 +0000 (00:14 +0000)]
Remove file to avoid dos file name clashes with isearch-x.el.
Move most content to a new file misearch.el.

15 years ago(filesets-commands): Add commands for "Isearch" and
Juri Linkov [Thu, 24 Jul 2008 00:09:01 +0000 (00:09 +0000)]
(filesets-commands): Add commands for "Isearch" and
"Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
(filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
or `multi-isearch-files-regexp'.
(filesets-cmd-query-replace-getargs): Call standard function
`query-replace-read-args' to read `query-replace' arguments.
Add `multi-query-replace-map'.
(filesets-cmd-query-replace-regexp-getargs)
(filesets-cmd-isearch-getargs): New functions.

15 years ago(Buffer-menu-mode): Document new commands in docstring.
Juri Linkov [Wed, 23 Jul 2008 23:56:47 +0000 (23:56 +0000)]
(Buffer-menu-mode): Document new commands in docstring.

15 years ago(ibuffer-mode-map): Bind "M-s a C-s" to
Juri Linkov [Wed, 23 Jul 2008 23:53:34 +0000 (23:53 +0000)]
(ibuffer-mode-map): Bind "M-s a C-s" to
`ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
(ibuffer-mode): Document new commands in docstring.

15 years ago(ibuffer-do-isearch, ibuffer-do-isearch-regexp): New functions.
Juri Linkov [Wed, 23 Jul 2008 23:53:03 +0000 (23:53 +0000)]
(ibuffer-do-isearch, ibuffer-do-isearch-regexp): New functions.

15 years ago(Buffer-menu-marked-buffers)
Juri Linkov [Wed, 23 Jul 2008 23:52:33 +0000 (23:52 +0000)]
(Buffer-menu-marked-buffers)
(Buffer-menu-isearch-buffers)
(Buffer-menu-isearch-buffers-regexp): New functions.
(Buffer-menu-mode-map): Bind "M-s a C-s" to
`Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
`Buffer-menu-isearch-buffers-regexp'.
(list-buffers-noselect): Add one space after Info file name
according to the Info address convention.

15 years ago(change-log-mode): Set `change-log-next-buffer' to
Juri Linkov [Wed, 23 Jul 2008 23:51:42 +0000 (23:51 +0000)]
(change-log-mode): Set `change-log-next-buffer' to
`multi-isearch-next-buffer-function' instead of
`isearch-buffers-next-buffer-function'.  Remove call to
`isearch-buffers-minor-mode'.

15 years ago(isearch-message-prefix): Display "Multi" when
Juri Linkov [Wed, 23 Jul 2008 23:51:15 +0000 (23:51 +0000)]
(isearch-message-prefix): Display "Multi" when
`multi-isearch-next-buffer-current-function' is non-nil.
(isearch-search-string): Replace `isearch-buffers-next-buffer-function'
with `multi-isearch-next-buffer-current-function', and
`isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.

15 years ago(ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
Juri Linkov [Wed, 23 Jul 2008 23:50:56 +0000 (23:50 +0000)]
(ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.

15 years agoInitial revision for a new file with most content from isearch-multi.el.
Juri Linkov [Wed, 23 Jul 2008 23:50:06 +0000 (23:50 +0000)]
Initial revision for a new file with most content from isearch-multi.el.
Rename `isearch-buffers' name prefixes to `multi-isearch'.
Remove `isearch-buffers-minor-mode'.  Add new function
`multi-isearch-setup' to `isearch-mode-hook'.  New top-level
commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
`multi-isearch-files', `multi-isearch-files-regexp'.

15 years agoAlso, plans for deprecating Solaris on IBM RS6000 and UNIX System V.
Chong Yidong [Wed, 23 Jul 2008 23:39:39 +0000 (23:39 +0000)]
Also, plans for deprecating Solaris on IBM RS6000 and UNIX System V.

15 years ago* m/alpha.h (LINUX_SBRK_BUG):
Dan Nicolaescu [Wed, 23 Jul 2008 23:37:18 +0000 (23:37 +0000)]
* m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.

15 years ago(recode-region): Deactivate mark at the end.
Chong Yidong [Wed, 23 Jul 2008 22:40:07 +0000 (22:40 +0000)]
(recode-region): Deactivate mark at the end.

15 years ago* international/mule.el (recode-region): Deactivate mark at the end.
Chong Yidong [Wed, 23 Jul 2008 22:39:57 +0000 (22:39 +0000)]
* international/mule.el (recode-region): Deactivate mark at the end.

15 years agoAdd terminal class check to faces in last change.
Chong Yidong [Wed, 23 Jul 2008 22:03:40 +0000 (22:03 +0000)]
Add terminal class check to faces in last change.

15 years ago(flymake-errline, flymake-warnline): Use more suitable colors on dark
Chong Yidong [Wed, 23 Jul 2008 21:54:48 +0000 (21:54 +0000)]
(flymake-errline, flymake-warnline): Use more suitable colors on dark
displays.

15 years ago* progmodes/flymake.el (flymake-errline, flymake-warnline): Use
Chong Yidong [Wed, 23 Jul 2008 21:54:39 +0000 (21:54 +0000)]
* progmodes/flymake.el (flymake-errline, flymake-warnline): Use
more suitable colors on dark displays.

15 years ago* net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
Michael Albinus [Wed, 23 Jul 2008 19:17:55 +0000 (19:17 +0000)]
* net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
"scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
(tramp-temp-buffer-name): New defconst.
(tramp-handle-start-file-process): Use it.  Apply "exec", for the
command.  No trailing prompt.
(tramp-process-sentinel): Remove temporary buffer, if existing.
Don't handle trailing prompt.
(tramp-open-connection-setup-interactive-shell): Use
`tramp-temp-buffer-name'.

15 years ago(shell-dynamic-complete-functions): Use
Chong Yidong [Wed, 23 Jul 2008 17:26:48 +0000 (17:26 +0000)]
(shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).

15 years ago* shell.el (shell-dynamic-complete-functions): Use
Chong Yidong [Wed, 23 Jul 2008 17:26:37 +0000 (17:26 +0000)]
* shell.el (shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).

15 years ago* configure.bat: New option --profile.
Jason Rumney [Wed, 23 Jul 2008 15:41:23 +0000 (15:41 +0000)]
* configure.bat: New option --profile.
* gmake.defs: Set cflags and ldflags for profiling when specified.

15 years ago* w32font.c (w32font_open): Set font type to gdi.
Jason Rumney [Wed, 23 Jul 2008 15:37:44 +0000 (15:37 +0000)]
* w32font.c (w32font_open): Set font type to gdi.

* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.

15 years ago(right_overwritten): Doc fix
Jason Rumney [Wed, 23 Jul 2008 14:00:05 +0000 (14:00 +0000)]
(right_overwritten): Doc fix

15 years ago(w32_enumfont_pattern_entity): Return height consistent with opened font.
Jason Rumney [Wed, 23 Jul 2008 13:20:58 +0000 (13:20 +0000)]
(w32_enumfont_pattern_entity): Return height consistent with opened font.

15 years agoFix typos.
Juanma Barranquero [Wed, 23 Jul 2008 08:51:00 +0000 (08:51 +0000)]
Fix typos.

15 years agoFix whitespace change caused by bug.
Juanma Barranquero [Wed, 23 Jul 2008 08:42:41 +0000 (08:42 +0000)]
Fix whitespace change caused by bug.

15 years ago* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
Juanma Barranquero [Wed, 23 Jul 2008 08:38:44 +0000 (08:38 +0000)]
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
  ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.

15 years ago(C_SWITCH_MACHINE): Remove.
Dan Nicolaescu [Wed, 23 Jul 2008 08:36:17 +0000 (08:36 +0000)]
(C_SWITCH_MACHINE): Remove.

15 years ago* s/usg5-4.h (ADDR_CORRECT): Remove, unused.
Dan Nicolaescu [Wed, 23 Jul 2008 08:29:24 +0000 (08:29 +0000)]
* s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.

* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.

15 years ago(main): Use defined(GNU_LINUX).
Dan Nicolaescu [Wed, 23 Jul 2008 08:02:27 +0000 (08:02 +0000)]
(main): Use defined(GNU_LINUX).

15 years ago*** empty log message ***
Dan Nicolaescu [Wed, 23 Jul 2008 07:03:32 +0000 (07:03 +0000)]
*** empty log message ***

15 years agoRemove code depending on !COFF and USG, the file is
Dan Nicolaescu [Wed, 23 Jul 2008 06:40:26 +0000 (06:40 +0000)]
Remove code depending on !COFF and USG, the file is
not used for such systems.

15 years ago* s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
Dan Nicolaescu [Wed, 23 Jul 2008 06:39:16 +0000 (06:39 +0000)]
* s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):
* s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused.
(LD_SWITCH_SYSTEM_1): Remove, update users.

15 years ago* s/darwin.h (DATA_END):
Dan Nicolaescu [Wed, 23 Jul 2008 06:34:41 +0000 (06:34 +0000)]
* s/darwin.h (DATA_END):
* m/intel386.h (DATA_END):
* m/ibmrs6000.h (DATA_END):
* m/alpha.h (DATA_END): Remove, unused.
(LINUX_SBRK_BUG): Remove, move condition to the only use ...
* emacs.c (main): ... here.

15 years ago* config.in: Regenerate.
Dan Nicolaescu [Wed, 23 Jul 2008 06:26:32 +0000 (06:26 +0000)]
* config.in: Regenerate.
* s/ms-w32.h (subprocesses): Define unconditionally.
* s/template.h (subprocesses): Update comment.
* s/vms.h (subprocesses):
* s/usg5-4.h (subprocesses):
* s/hpux10-20.h (subprocesses):
* s/gnu-linux.h (subprocesses):
* s/cygwin.h (subprocesses):
* s/bsd-common.h (subprocesses):
* s/aix4-2.h (subprocesses):
* s/darwin.h (subprocesses): Do not define, defined by default now.

* Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused.
Remove all references.
(temacs): Add GNUStep specific ld flags.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.

* Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE.

* configure.in (LD_SWITCH_SITE): Remove, set the values directly
in src/Makefile.in.
(static): Remove, autoconf would always comment it out anyway.
(subprocesses): Define unconditionally.

15 years ago(syms_of_nsterm): Provide ns, not ns-windowing,
Dan Nicolaescu [Wed, 23 Jul 2008 06:23:38 +0000 (06:23 +0000)]
(syms_of_nsterm): Provide ns, not ns-windowing,
similarly to what X does.

15 years ago* term/ns-win.el:
Dan Nicolaescu [Wed, 23 Jul 2008 06:01:21 +0000 (06:01 +0000)]
* term/ns-win.el:
* version.el (emacs-version):
* loadup.el:
* frame.el (make-frame-on-display): Check for ns instead of
ns-windowing.

15 years ago* dired.el (dired-mode-map): Show the key binding for wdired.
Dan Nicolaescu [Wed, 23 Jul 2008 05:58:24 +0000 (05:58 +0000)]
* dired.el (dired-mode-map): Show the key binding for wdired.

* menu-bar.el (menu-bar-file-menu): Show the key binding for
exiting emacs.

15 years agoImport docuemnt icon and configurations from Carbon port
Seiji Zenitani [Wed, 23 Jul 2008 03:34:27 +0000 (03:34 +0000)]
Import docuemnt icon and configurations from Carbon port

15 years agocopied from Carbon port
Seiji Zenitani [Wed, 23 Jul 2008 03:33:00 +0000 (03:33 +0000)]
copied from Carbon port

15 years agoImport document icon settings and minor configurations from Carbon port.
Seiji Zenitani [Wed, 23 Jul 2008 03:31:45 +0000 (03:31 +0000)]
Import document icon settings and minor configurations from Carbon port.

15 years agoChange CFBundleSignature to 'EMAx'.
Seiji Zenitani [Wed, 23 Jul 2008 03:30:27 +0000 (03:30 +0000)]
Change CFBundleSignature to 'EMAx'.

15 years ago(summarykey): New macro. Use to correctly format keys in the summary.
Jay Belanger [Wed, 23 Jul 2008 02:58:53 +0000 (02:58 +0000)]
(summarykey): New macro.  Use to correctly format keys in the summary.
(Editing Stack Entries):
(Algebraic Entry): Rewrite introductory sentences so it can be used by
Calc's help functions.  Mention fixing typos.
(Customizing Calc): Fix typo.

15 years agofix up compile error from renaming of ns-list-fonts
Adrian Robert [Wed, 23 Jul 2008 02:53:42 +0000 (02:53 +0000)]
fix up compile error from renaming of ns-list-fonts

15 years agoAdd multi-buffer query-replace and `multi-query-replace-map'.
Juri Linkov [Wed, 23 Jul 2008 01:20:12 +0000 (01:20 +0000)]
Add multi-buffer query-replace and `multi-query-replace-map'.

15 years ago(tags-query-replace): Set arg `map' of `perform-replace'
Juri Linkov [Wed, 23 Jul 2008 01:19:26 +0000 (01:19 +0000)]
(tags-query-replace): Set arg `map' of `perform-replace'
to `multi-query-replace-map'.

15 years ago(multi-query-replace-map): New variable.
Juri Linkov [Wed, 23 Jul 2008 01:18:39 +0000 (01:18 +0000)]
(multi-query-replace-map): New variable.
(perform-replace): Add processing of new multi-buffer keys bound
to `automatic-all' and `exit-current'.  Set `query-flag' to nil
if last input char was `automatic-all'.  Set new local variable
`multi-buffer' to t when one of new two keys were typed.  Return
non-nil value of `multi-buffer' that tells to calling functions
to continue replacement on the next file.

15 years ago(diff-auto-refine-mode): Remove lighter, since it's
Stefan Monnier [Tue, 22 Jul 2008 20:55:30 +0000 (20:55 +0000)]
(diff-auto-refine-mode): Remove lighter, since it's
otherwise displayed in every buffer.

15 years ago(Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style
Chong Yidong [Tue, 22 Jul 2008 19:25:23 +0000 (19:25 +0000)]
(Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style
of docstrings.  Doc fixes.

15 years ago(Fns_selection_exists_p, Fns_selection_owner_p)
Chong Yidong [Tue, 22 Jul 2008 19:25:08 +0000 (19:25 +0000)]
(Fns_selection_exists_p, Fns_selection_owner_p)
(Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
(Fns_own_selection_internal, Fx_disown_selection_internal)
(Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
Change to use 'doc: /* ... */' style of docstrings.  Doc fixes.

15 years ago(Fx_rotate_cut_buffers_internal): Doc fix.
Chong Yidong [Tue, 22 Jul 2008 19:24:42 +0000 (19:24 +0000)]
(Fx_rotate_cut_buffers_internal): Doc fix.

15 years ago* xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
Chong Yidong [Tue, 22 Jul 2008 19:24:18 +0000 (19:24 +0000)]
* xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.

* nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
(Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
(Fns_own_selection_internal, Fx_disown_selection_internal)
(Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):

* nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
... */' style of docstrings.  Doc fixes.