1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

84818 commits

Author SHA1 Message Date
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
Juri Linkov
71554a21ec Add multi-buffer query-replace and `multi-query-replace-map'. 2008-07-23 01:20:12 +00:00
Juri Linkov
64b98d1239 (tags-query-replace): Set arg map' of perform-replace'
to `multi-query-replace-map'.
2008-07-23 01:19:26 +00:00
Juri Linkov
b591f3387a (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.
2008-07-23 01:18:39 +00:00
Stefan Monnier
4542adfb1f (diff-auto-refine-mode): Remove lighter, since it's
otherwise displayed in every buffer.
2008-07-22 20:55:30 +00:00
Chong Yidong
eb6f7ed066 (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' style
of docstrings.  Doc fixes.
2008-07-22 19:25:23 +00:00
Chong Yidong
a5c55c6951 (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.
2008-07-22 19:25:08 +00:00
Chong Yidong
d41e3a6c13 (Fx_rotate_cut_buffers_internal): Doc fix. 2008-07-22 19:24:42 +00:00
Chong Yidong
0d4e1b5f11 * 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.
2008-07-22 19:24:18 +00:00
Dan Nicolaescu
4d5e4ae749 add cleanups to be done 2008-07-22 18:04:03 +00:00
Dan Nicolaescu
0ecc347474 (UP, BC, PC): Undo previous change. 2008-07-22 17:57:36 +00:00
Dan Nicolaescu
952913d45d Rename ns prefixed functions/variables to the
corresponding x versions.  Update references.
2008-07-22 17:43:36 +00:00
Stefan Monnier
e87c4c6e9a (vc-arch-trim-make-sentinel): Use a closure.
(vc-arch-trim-one-revlib): Delete temp directories as well.
2008-07-22 17:16:52 +00:00
Stefan Monnier
02d8b017d8 (char_quoted): Check "charpos > beg" before decrementing. 2008-07-22 17:09:24 +00:00
Dan Nicolaescu
cc98b6a06a (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove
forwarding functions.
(ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make
non-static.
(ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make
non-static.
(ns_frame_parm_handlers): Use the new names.
(syms_of_nsfns): Move to the end of file.
2008-07-22 16:29:10 +00:00
Dan Nicolaescu
1baa62364e (syms_of_nsterm): Move to the end of file. 2008-07-22 16:24:39 +00:00
Dan Nicolaescu
11b8fe144d (init_display): Remove code for X10. 2008-07-22 16:19:30 +00:00
Juanma Barranquero
a3c83618ed Fix typos. 2008-07-22 15:47:31 +00:00
Jason Rumney
8dcaeba206 (Fw32_long_file_name): Don't append dir separator to bare drive. 2008-07-22 15:28:21 +00:00
Adrian Robert
df2142db9f NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX' 2008-07-22 12:33:13 +00:00
Adrian Robert
365bac35a5 remove debugging println 2008-07-22 11:54:25 +00:00
Stephen Eglen
6a0e4c608b (iswitchb-delim): New variable, suggested by Ted Roden. 2008-07-22 08:47:00 +00:00
Bastien Guerry
276db9eb1f Fixed mismatched parenthesis in vc-dir.el.
See Sven Joachim message <87fxq2cotk.fsf@gmx.de> on [emacs-devel].

2008-07-22  Sven Joachim <svenjoac@gmx.de>  (tiny change)

	* vc-dir.el (vc-dir-recompute-file-state): Fix mismatched
	paenthesis.
2008-07-22 08:42:19 +00:00
Miles Bader
2ae8360b51 Remove sh-newline-and-indent
It is obsolete.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1346
2008-07-22 04:56:09 +00:00
Dan Nicolaescu
f6ff0e873f (Todo): Update. 2008-07-22 04:39:27 +00:00
David Reitter
748766149b do-applescript: NS version of the Carbon implementation of the same
functionality: execute arbitrary AppleScript code.
2008-07-22 03:15:09 +00:00
David Reitter
6a0f0f86fa *** empty log message *** 2008-07-22 03:14:19 +00:00
Dan Nicolaescu
ea5ebb5907 Remove obsolete comment. 2008-07-22 02:51:59 +00:00
Miles Bader
c9a4e23db2 Add arch tagline 2008-07-22 02:31:03 +00:00
Dan Nicolaescu
d1bfcce108 (vc-git-status-printer): Update the directory display
to match the default.
2008-07-22 02:20:10 +00:00
Dan Nicolaescu
776f7a5f62 (vc-dir-recompute-file-state): Add workaround for CVS. 2008-07-22 02:18:29 +00:00
Dan Nicolaescu
c7bd577b67 *** empty log message *** 2008-07-22 02:17:21 +00:00
Adrian Robert
51d5ef9f8e fix compile error in nsfns.m 2008-07-21 20:27:57 +00:00
Dan Nicolaescu
b8ff87cc58 * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used
on this platform.
(mips):
* m/iris4d.h (mips): Do not define.
* sysdep.c (init_sys_modes): Use __mips__ instead of mips.
2008-07-21 18:19:30 +00:00
Chong Yidong
de08d1beb3 Remove trailing whitespace. 2008-07-21 18:15:28 +00:00
Chong Yidong
ad45602732 (menu-bar-line-wrapping-menu): Use Visual Line mode for "word wrap"
command.
2008-07-21 18:14:46 +00:00
Chong Yidong
c58140f4b0 (visual-line-mode): Disable truncate-partial-width-windows. 2008-07-21 18:14:23 +00:00
Chong Yidong
844b9239ba * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
for "word wrap" command.

* simple.el (visual-line-mode): Disable
truncate-partial-width-windows.
2008-07-21 18:14:09 +00:00
Dan Nicolaescu
92d1a7a3cd (LD_SWITCH_SITE): Remove. 2008-07-21 17:50:46 +00:00
Dan Nicolaescu
9e50ff0c16 * term/ns-win.el: Rename ns- functions/variables to the
corresponding x- versions.
(x-select-text, x-cut-buffer-or-selection-value)
(x-disown-selection-internal, x-get-selection-internal)
(x-own-selection-internal, x-defined-colors, xw-defined-colors)
(x-display-mm-width, x-display-mm-height)
(x-display-backing-store, x-display-save-under)
(x-display-visual-class, x-display-screens, x-focus-frame): Remove
defaliases.

* image.c:
* nsfns.m:
* nsselect.m:
* nsterm.h:
* nsterm.m: Rename ns prefixed functions/variables to the
corresponding x versions.  Update references.
2008-07-21 17:48:37 +00:00
Dan Nicolaescu
5f2aebc0e6 (ns-display-name): Remove declaration.
(make-frame-on-display): Use x-display-name instead
ns-display-name.  Use unless.
2008-07-21 17:43:33 +00:00
Dan Nicolaescu
3000e3f4e4 (command-line-1): Fix indentation. 2008-07-21 17:23:14 +00:00
Dan Nicolaescu
d221466a1d (ns-focus-frame): Remove declaration.
(gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
like x.
2008-07-21 17:21:24 +00:00
Dan Nicolaescu
ff4865017b (NO_REMAP): Do not undefine. 2008-07-21 17:19:47 +00:00
Dan Nicolaescu
6efac8442f Use SOLARIS2 instead of sun. 2008-07-21 17:16:35 +00:00
Dan Nicolaescu
cbb65bf7ea (up-one, down-one, left-one, right-one): Remove,
checked in inadvertently.
2008-07-21 17:08:13 +00:00
Dan Nicolaescu
7f619bab3e (mac-fix-env): Remove #ifdef around rule. 2008-07-21 17:05:37 +00:00