summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * s/usg5-4.h (ADDR_CORRECT): Remove, unused.Dan Nicolaescu2008-07-236-27/+7
| | | | | | | | * unexaix.c (ADDR_CORRECT): Remove conditional, the only user defines it. * unexec.c (ADDR_CORRECT): Define unconditionally. * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
* (main): Use defined(GNU_LINUX).Dan Nicolaescu2008-07-231-1/+1
|
* *** empty log message ***Dan Nicolaescu2008-07-231-8/+3
|
* Remove code depending on !COFF and USG, the file isDan Nicolaescu2008-07-232-166/+7
| | | | not used for such systems.
* * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK):Dan Nicolaescu2008-07-233-14/+11
| | | | | * s/freebsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, unused. (LD_SWITCH_SYSTEM_1): Remove, update users.
* * s/darwin.h (DATA_END):Dan Nicolaescu2008-07-236-12/+8
| | | | | | | | * 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.
* * config.in: Regenerate.Dan Nicolaescu2008-07-2322-140/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (syms_of_nsterm): Provide ns, not ns-windowing,Dan Nicolaescu2008-07-232-2/+7
| | | | similarly to what X does.
* * term/ns-win.el:Dan Nicolaescu2008-07-235-4/+10
| | | | | | | * version.el (emacs-version): * loadup.el: * frame.el (make-frame-on-display): Check for ns instead of ns-windowing.
* * dired.el (dired-mode-map): Show the key binding for wdired.Dan Nicolaescu2008-07-233-0/+9
| | | | | * menu-bar.el (menu-bar-file-menu): Show the key binding for exiting emacs.
* Import docuemnt icon and configurations from Carbon portSeiji Zenitani2008-07-231-0/+8
|
* copied from Carbon portSeiji Zenitani2008-07-231-0/+0
|
* Import document icon settings and minor configurations from Carbon port.Seiji Zenitani2008-07-231-26/+370
|
* Change CFBundleSignature to 'EMAx'.Seiji Zenitani2008-07-231-1/+1
|
* (summarykey): New macro. Use to correctly format keys in the summary.Jay Belanger2008-07-232-24/+41
| | | | | | | (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.
* fix up compile error from renaming of ns-list-fontsAdrian Robert2008-07-235-61/+12
|
* Add multi-buffer query-replace and `multi-query-replace-map'.Juri Linkov2008-07-231-4/+17
|
* (tags-query-replace): Set arg `map' of `perform-replace'Juri Linkov2008-07-232-1/+15
| | | | to `multi-query-replace-map'.
* (multi-query-replace-map): New variable.Juri Linkov2008-07-231-3/+26
| | | | | | | | | (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.
* (diff-auto-refine-mode): Remove lighter, since it'sStefan Monnier2008-07-222-1/+4
| | | | otherwise displayed in every buffer.
* (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* ... */' styleChong Yidong2008-07-221-25/+33
| | | | of docstrings. Doc fixes.
* (Fns_selection_exists_p, Fns_selection_owner_p)Chong Yidong2008-07-221-22/+27
| | | | | | | (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.
* (Fx_rotate_cut_buffers_internal): Doc fix.Chong Yidong2008-07-221-2/+2
|
* * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.Chong Yidong2008-07-221-1/+13
| | | | | | | | | | * 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.
* add cleanups to be doneDan Nicolaescu2008-07-221-0/+4
|
* (UP, BC, PC): Undo previous change.Dan Nicolaescu2008-07-222-3/+2
|
* Rename ns prefixed functions/variables to theDan Nicolaescu2008-07-222-21/+26
| | | | corresponding x versions. Update references.
* (vc-arch-trim-make-sentinel): Use a closure.Stefan Monnier2008-07-222-11/+17
| | | | (vc-arch-trim-one-revlib): Delete temp directories as well.
* (char_quoted): Check "charpos > beg" before decrementing.Stefan Monnier2008-07-222-20/+10
|
* (x_set_menu_bar_lines, x_set_tool_bar_lines): RemoveDan Nicolaescu2008-07-222-99/+90
| | | | | | | | | | 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.
* (syms_of_nsterm): Move to the end of file.Dan Nicolaescu2008-07-222-147/+148
|
* (init_display): Remove code for X10.Dan Nicolaescu2008-07-222-2/+4
|
* Fix typos.Juanma Barranquero2008-07-221-3/+3
|
* (Fw32_long_file_name): Don't append dir separator to bare drive.Jason Rumney2008-07-222-1/+16
|
* NS cleanup: change 'PENDING' to 'FIXME'/'TODO'/'XXX'Adrian Robert2008-07-225-85/+91
|
* remove debugging printlnAdrian Robert2008-07-222-1/+4
|
* (iswitchb-delim): New variable, suggested by Ted Roden.Stephen Eglen2008-07-222-2/+12
|
* Fixed mismatched parenthesis in vc-dir.el.Bastien Guerry2008-07-222-1/+6
| | | | | | | | | 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.
* Remove sh-newline-and-indentMiles Bader2008-07-222-15/+7
| | | | | | It is obsolete. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1346
* (Todo): Update.Dan Nicolaescu2008-07-222-7/+5
|
* do-applescript: NS version of the Carbon implementation of the sameDavid Reitter2008-07-221-0/+89
| | | | functionality: execute arbitrary AppleScript code.
* *** empty log message ***David Reitter2008-07-221-0/+6
|
* Remove obsolete comment.Dan Nicolaescu2008-07-222-17/+2
|
* Add arch taglineMiles Bader2008-07-221-0/+1
|
* (vc-git-status-printer): Update the directory displayDan Nicolaescu2008-07-222-3/+5
| | | | to match the default.
* (vc-dir-recompute-file-state): Add workaround for CVS.Dan Nicolaescu2008-07-222-0/+9
|
* *** empty log message ***Dan Nicolaescu2008-07-221-2/+0
|
* fix compile error in nsfns.mAdrian Robert2008-07-212-70/+96
|
* * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not usedDan Nicolaescu2008-07-214-36/+7
| | | | | | | on this platform. (mips): * m/iris4d.h (mips): Do not define. * sysdep.c (init_sys_modes): Use __mips__ instead of mips.
* Remove trailing whitespace.Chong Yidong2008-07-211-4/+4
|