1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 23:50:30 -08:00
Commit graph

84864 commits

Author SHA1 Message Date
Dan Nicolaescu
f63b48bb47 (auto-mode-alist): Add .i and .ii files. 2008-07-24 02:55:59 +00:00
Dan Nicolaescu
93d102d029 (ELCFILES): Add term/common-win.elc. 2008-07-24 02:40:57 +00:00
Dan Nicolaescu
ba7e37c8d7 (vc-dir-search, vc-dir-isearch)
(vc-dir-isearch-regexp): New functions.
(vc-dir-mode-map, vc-dir-menu-map): Bind them.
2008-07-24 02:39:04 +00:00
Dan Nicolaescu
834d998e39 (vc-dir-search): New function.
(vc-dir-mode-map, vc-dir-menu-map): Bind it.
2008-07-24 01:57:24 +00:00
Juri Linkov
d96e6e5cd3 Fix typo. 2008-07-24 00:29:24 +00:00
Juri Linkov
babc46090c Document misearch.el and multi-isearch commands. 2008-07-24 00:28:06 +00:00
Juri Linkov
e70e37663b Remove file to avoid dos file name clashes with isearch-x.el.
Move most content to a new file misearch.el.
2008-07-24 00:14:18 +00:00
Juri Linkov
67c18958a5 (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.
2008-07-24 00:09:01 +00:00
Juri Linkov
1fbb8c2e7d (Buffer-menu-mode): Document new commands in docstring. 2008-07-23 23:56:47 +00:00
Juri Linkov
78176075a0 (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.
2008-07-23 23:53:34 +00:00
Juri Linkov
4962c603d0 (ibuffer-do-isearch, ibuffer-do-isearch-regexp): New functions. 2008-07-23 23:53:03 +00:00
Juri Linkov
9cda680dfa (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.
2008-07-23 23:52:33 +00:00
Juri Linkov
e50fa43e8f (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'.
2008-07-23 23:51:42 +00:00
Juri Linkov
3c0aa5e65b (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'.
2008-07-23 23:51:15 +00:00
Juri Linkov
29d2a698f8 (ELCFILES): Remove isearch-multi.elc. Add misearch.elc. 2008-07-23 23:50:56 +00:00
Juri Linkov
72ece9e817 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'.
2008-07-23 23:50:06 +00:00
Chong Yidong
32847230da Also, plans for deprecating Solaris on IBM RS6000 and UNIX System V. 2008-07-23 23:39:39 +00:00
Dan Nicolaescu
cc61af6796 * m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.
2008-07-23 23:37:18 +00:00
Chong Yidong
98c51a88f6 (recode-region): Deactivate mark at the end. 2008-07-23 22:40:07 +00:00
Chong Yidong
b13417404a * international/mule.el (recode-region): Deactivate mark at the end. 2008-07-23 22:39:57 +00:00
Chong Yidong
928b4203c1 Add terminal class check to faces in last change. 2008-07-23 22:03:40 +00:00
Chong Yidong
0880f4fcb1 (flymake-errline, flymake-warnline): Use more suitable colors on dark
displays.
2008-07-23 21:54:48 +00:00
Chong Yidong
3689dfeeb4 * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
more suitable colors on dark displays.
2008-07-23 21:54:39 +00:00
Michael Albinus
2296b54d60 * 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'.
2008-07-23 19:17:55 +00:00
Chong Yidong
49e3189d6a (shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).
2008-07-23 17:26:48 +00:00
Chong Yidong
f56807ad4d * shell.el (shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).
2008-07-23 17:26:37 +00:00
Jason Rumney
75663c75e0 * configure.bat: New option --profile.
* gmake.defs: Set cflags and ldflags for profiling when specified.
2008-07-23 15:41:23 +00:00
Jason Rumney
4b1355037a * w32font.c (w32font_open): Set font type to gdi.
* w32uniscribe.c (uniscribe_open): Set font type to uniscribe.
2008-07-23 15:37:44 +00:00
Jason Rumney
f0492e5ff5 (right_overwritten): Doc fix 2008-07-23 14:00:05 +00:00
Jason Rumney
597634cbfb (w32_enumfont_pattern_entity): Return height consistent with opened font. 2008-07-23 13:20:58 +00:00
Juanma Barranquero
0a97ddf00e Fix typos. 2008-07-23 08:51:00 +00:00
Juanma Barranquero
d866d7f78c Fix whitespace change caused by bug. 2008-07-23 08:42:41 +00:00
Juanma Barranquero
ddd13c5d11 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
2008-07-23 08:38:44 +00:00
Dan Nicolaescu
945098165f (C_SWITCH_MACHINE): Remove. 2008-07-23 08:36:17 +00:00
Dan Nicolaescu
7a14f2a03e * 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.
2008-07-23 08:29:24 +00:00
Dan Nicolaescu
5fa8e47294 (main): Use defined(GNU_LINUX). 2008-07-23 08:02:27 +00:00
Dan Nicolaescu
bbbac910aa *** empty log message *** 2008-07-23 07:03:32 +00:00
Dan Nicolaescu
f914a6bfad Remove code depending on !COFF and USG, the file is
not used for such systems.
2008-07-23 06:40:26 +00:00
Dan Nicolaescu
268b24eec6 * 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.
2008-07-23 06:39:16 +00:00
Dan Nicolaescu
911109b18b * 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.
2008-07-23 06:34:41 +00:00
Dan Nicolaescu
77ccee0959 * 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.
2008-07-23 06:26:32 +00:00
Dan Nicolaescu
7c799cf5b4 (syms_of_nsterm): Provide ns, not ns-windowing,
similarly to what X does.
2008-07-23 06:23:38 +00:00
Dan Nicolaescu
601fb9b822 * term/ns-win.el:
* version.el (emacs-version):
* loadup.el:
* frame.el (make-frame-on-display): Check for ns instead of
ns-windowing.
2008-07-23 06:01:21 +00:00
Dan Nicolaescu
89e87059eb * 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.
2008-07-23 05:58:24 +00:00
Seiji Zenitani
89e67fba47 Import docuemnt icon and configurations from Carbon port 2008-07-23 03:34:27 +00:00
Seiji Zenitani
b36fb6f673 copied from Carbon port 2008-07-23 03:33:00 +00:00
Seiji Zenitani
9682a7d3a6 Import document icon settings and minor configurations from Carbon port. 2008-07-23 03:31:45 +00:00
Seiji Zenitani
e245606fe9 Change CFBundleSignature to 'EMAx'. 2008-07-23 03:30:27 +00:00
Jay Belanger
8dc6104d90 (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.
2008-07-23 02:58:53 +00:00
Adrian Robert
712b2de134 fix up compile error from renaming of ns-list-fonts 2008-07-23 02:53:42 +00:00