]> code.delx.au - gnu-emacs/log
gnu-emacs
15 years agoMerge from emacs--rel--22
Miles Bader [Thu, 17 Jul 2008 23:19:11 +0000 (23:19 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1340

15 years agoMerge from emacs--rel--22
Miles Bader [Thu, 17 Jul 2008 23:18:58 +0000 (23:18 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1339

15 years ago(change_frame_size): Remove extern declaration.
Jason Rumney [Thu, 17 Jul 2008 21:51:46 +0000 (21:51 +0000)]
(change_frame_size): Remove extern declaration.
(resize_event, maybe_generate_resize_event): Pass SAFE arg to
change_frame_size.

15 years agorevert changes to getloadavg.c
Adrian Robert [Thu, 17 Jul 2008 18:33:05 +0000 (18:33 +0000)]
revert changes to getloadavg.c

15 years agomake more parallel to other platforms
Adrian Robert [Thu, 17 Jul 2008 18:28:58 +0000 (18:28 +0000)]
make more parallel to other platforms

15 years agofiles were missed on previous checkin
Adrian Robert [Thu, 17 Jul 2008 18:14:15 +0000 (18:14 +0000)]
files were missed on previous checkin

15 years agoremove need for nextstep/compile for NS build; also, add NEWS entry about the port
Adrian Robert [Thu, 17 Jul 2008 17:44:41 +0000 (17:44 +0000)]
remove need for nextstep/compile for NS build; also, add NEWS entry about the port

15 years ago(parameters): Declare for compiler.
Glenn Morris [Thu, 17 Jul 2008 16:32:50 +0000 (16:32 +0000)]
(parameters): Declare for compiler.

15 years agoChange from author without assignment thankfully tiny.
Glenn Morris [Thu, 17 Jul 2008 16:32:15 +0000 (16:32 +0000)]
Change from author without assignment thankfully tiny.

15 years ago* s/sol2.h:
Dan Nicolaescu [Thu, 17 Jul 2008 14:09:13 +0000 (14:09 +0000)]
* s/sol2.h:
* s/sol2-4.h: Reorganize conditionals.

15 years ago* ecrt0.c: Remove code depending on m68000, not used anymore.
Dan Nicolaescu [Thu, 17 Jul 2008 13:57:13 +0000 (13:57 +0000)]
* ecrt0.c: Remove code depending on m68000, not used anymore.

* fns.c (hash_remove): Make static.
* lisp.h (hash_remove): Don't prototype.

* m/ibmrs6000.h:
* m/ibms390x.h:
* m/macppc.h: Remove boilerplate comments.

* m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
Solaris, which does not need them.

* m/vax.h: Remove comments about unsupported systems.

* s/darwin.h: Reorganize ifdefs.

15 years agochange most cases of PENDING to TODO, some to FIXME or XXX
Adrian Robert [Thu, 17 Jul 2008 13:50:30 +0000 (13:50 +0000)]
change most cases of PENDING to TODO, some to FIXME or XXX

15 years ago* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
Andreas Schwab [Thu, 17 Jul 2008 10:53:02 +0000 (10:53 +0000)]
* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.

* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
(LIB_STANDARD_LIBSRC): Don't define.
(LOADLIBES): Remove LIB_STANDARD_LIBSRC.

15 years agoMention setsid after vfork.
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:07:32 +0000 (09:07 +0000)]
Mention setsid after vfork.

15 years ago(create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:58 +0000 (09:06 +0000)]
(create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
child process to complete child_setup.  Undo 2005-09-21 change.

15 years ago(Foverlay_buffer): Add EXFUN.
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:49 +0000 (09:06 +0000)]
(Foverlay_buffer): Add EXFUN.

15 years agoInclude <config.h> instead of "config.h".
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:42 +0000 (09:06 +0000)]
Include <config.h> instead of "config.h".

15 years ago2008-07-17 Fan Kai <fktpp@xemacs.org>
John Wiegley [Thu, 17 Jul 2008 08:44:20 +0000 (08:44 +0000)]
2008-07-17  Fan Kai  <fktpp@xemacs.org>

* esh-arg.el (eshell-quote-backslash): Fix eshell path completion
for Windows.

15 years ago(epa-key-list-mode): Use run-mode-hooks.
Daiki Ueno [Thu, 17 Jul 2008 06:21:14 +0000 (06:21 +0000)]
(epa-key-list-mode): Use run-mode-hooks.
(epa-key-mode): Ditto.
(epa-info-mode): Ditto.

15 years ago* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
Stefan Monnier [Thu, 17 Jul 2008 03:33:59 +0000 (03:33 +0000)]
* Makefile.in: Undef LIB_STANDARD before defining it to silence warning
in case it was defined already.
USE @GNUSTEP_MAKEFILES@ rather than envvars.
* nsterm.m (ns_term_init): Pass Qt and Qnil rather than YES/NO to
ns_default.
(applicationShouldTerminate, setValuesFromPanel): Use EQ to compare
Lisp_Objects.
* nsterm.h (Fx_display_grayscale_p, Fx_display_planes)
(ns_defined_color, ns_color_to_lisp): Declare.
* nsselect.m (ns_handle_selection_request, ns_handle_selection_clear)
(Fns_own_selection_internal): Make the big ugly hack more explicit, so
it's accepted even with USE_LISP_UNION_TYPE.
* nsmenu.m (ns_update_menubar): Use EQ to compare Lisp_Objects.
(update_frame_tool_bar): Remove apparently obsolete tests for
non-integerness of f->tool_bar_lines.
(windowShouldClose, addButton, clicked, runDialogAt): Make the big ugly
hack more explicit, so it's accepted even with USE_LISP_UNION_TYPE.
* nsfont.m (nsfont_driver): Use just 0 rather than an invalid cast.
(nsfont_open): Don't confuse NULL for Qnil.
* nsfns.m (ns_implicitly_set_icon_type): Use EQ to compare Lisp_Objects.
* menu.h (find_and_call_menu_selection):
* menu.c (find_and_call_menu_selection): Use just int for vector size.
(find_and_return_menu_selection): Always return something.
* frame.h: Include dispextern.h for Display_Info.
(display_x_get_resource): Declare.
* configure.in: Extract and substitute GNUSTEP_MAKEFILES.

15 years ago(ns-handle-switch): Simplify. Handle the numeric case.
Glenn Morris [Thu, 17 Jul 2008 02:36:16 +0000 (02:36 +0000)]
(ns-handle-switch): Simplify.  Handle the numeric case.
(ns-handle-numeric-switch): Just call ns-handle-switch.
(ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
(ns-handle-args): Simplify using `pop'.
(ns-display-name): Define (used in frame.el).
(menu-bar-select-frame): Add (ignored) arg to more closely match the
original definition.
(ns-perform-service): Declare.
(ns-save-preferences): Use fewer `let's.

15 years ago(ns-display-name): Declare for compiler.
Glenn Morris [Thu, 17 Jul 2008 02:35:06 +0000 (02:35 +0000)]
(ns-display-name): Declare for compiler.

15 years ago(describe-char-unidata-list): Initialize to the
Kenichi Handa [Thu, 17 Jul 2008 01:27:01 +0000 (01:27 +0000)]
(describe-char-unidata-list): Initialize to the
list of name, general-category, decomposition, and old-name.

15 years agoshould have gone in in last commit
Adrian Robert [Wed, 16 Jul 2008 23:34:54 +0000 (23:34 +0000)]
should have gone in in last commit

15 years agovarious small cleanups detailed in changelogs
Adrian Robert [Wed, 16 Jul 2008 23:24:46 +0000 (23:24 +0000)]
various small cleanups detailed in changelogs

15 years ago(gdb-create-define-alist): Don't create a
Nick Roberts [Wed, 16 Jul 2008 23:02:52 +0000 (23:02 +0000)]
(gdb-create-define-alist): Don't create a
list of #defines for remote files.
(gdb-source-info): Only show main if it has been found.

15 years ago*** empty log message ***
Nick Roberts [Wed, 16 Jul 2008 23:01:04 +0000 (23:01 +0000)]
*** empty log message ***

15 years ago(lisp_to_mod): Use parse_solitary_modifier instead.
Stefan Monnier [Wed, 16 Jul 2008 20:34:57 +0000 (20:34 +0000)]
(lisp_to_mod): Use parse_solitary_modifier instead.
(ns_lisp_to_color): Don't mess with internal Lisp data fields.
(ns_term_init, ns_term_shutdown, initFrameFromEmacs, ns_list_fonts):
Use SDATA.

15 years agoRequire CL; fix up comment style; reindent.
Stefan Monnier [Wed, 16 Jul 2008 20:06:14 +0000 (20:06 +0000)]
Require CL; fix up comment style; reindent.
(ns-define-service): Use subst-char-in-string.  Avoid `eval'.
(ns-save-preferences): Use `case'.
(ns-initialize-window-system): Use `dolist'.

15 years ago* keymap.c: Remove all NS-specific code.
Stefan Monnier [Wed, 16 Jul 2008 19:23:49 +0000 (19:23 +0000)]
* keymap.c: Remove all NS-specific code.
(where_is_preferred_modifier, Vwhere_is_preferred_modifier): New vars.
(preferred_sequence_p): Rename from ascii_sequence_p; pay attention to
where_is_preferred_modifier, return a different value depending on how
preferred is the binding.
(where_is_internal): Adjust accordingly.
(Fwhere_is_internal): Refresh where_is_preferred_modifier.
Adjust to new preferred_sequence_p.
(syms_of_keymap): Declare `where-is-preferred-modifier'.
* keyboard.c (parse_solitary_modifier): Not static any more.
* keyboard.h (parse_solitary_modifier): Declare.

15 years agoTypo.
Stefan Monnier [Wed, 16 Jul 2008 19:14:01 +0000 (19:14 +0000)]
Typo.

15 years ago(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
Andreas Schwab [Wed, 16 Jul 2008 18:06:52 +0000 (18:06 +0000)]
(SOME_MACHINE_LISP): Remove easy-mmode, fix spelling
of easymenu.

15 years ago(move_it_in_display_line): Account for word wrap, so that we don't
Chong Yidong [Wed, 16 Jul 2008 17:48:09 +0000 (17:48 +0000)]
(move_it_in_display_line): Account for word wrap, so that we don't
move off the line.

15 years ago* xdisp.c (move_it_in_display_line): Account for word wrap, so
Chong Yidong [Wed, 16 Jul 2008 17:48:00 +0000 (17:48 +0000)]
* xdisp.c (move_it_in_display_line): Account for word wrap, so
that we don't move off the line.

15 years ago(Qsuper): Remove.
Stefan Monnier [Wed, 16 Jul 2008 16:38:33 +0000 (16:38 +0000)]
(Qsuper): Remove.
(parse_menu_item): Don't call where_is_internal specially for NS.

15 years agoRemove boilerplate comments.
Dan Nicolaescu [Wed, 16 Jul 2008 15:52:24 +0000 (15:52 +0000)]
Remove boilerplate comments.

15 years ago(__ELF__): Consolidate conditions.
Dan Nicolaescu [Wed, 16 Jul 2008 15:50:45 +0000 (15:50 +0000)]
(__ELF__): Consolidate conditions.

15 years ago* m/m68k.h (linux): Use GNU_LINUX instead.
Dan Nicolaescu [Wed, 16 Jul 2008 15:27:04 +0000 (15:27 +0000)]
* m/m68k.h (linux): Use GNU_LINUX instead.
Remove boilerplate comments.

* m/intel386.h: Undo reactoring from previous change.
(LIB_STANDARD): All systems that define USG define LIB_STANDARD
too, remove dead code.
(linux): Use GNU_LINUX instead.

15 years agoUndo reactoring from previous change.
Dan Nicolaescu [Wed, 16 Jul 2008 14:56:13 +0000 (14:56 +0000)]
Undo reactoring from previous change.

15 years agoFix last change.
Jason Rumney [Wed, 16 Jul 2008 10:06:08 +0000 (10:06 +0000)]
Fix last change.

15 years agoRegenerate.
Glenn Morris [Wed, 16 Jul 2008 08:10:16 +0000 (08:10 +0000)]
Regenerate.

15 years ago(with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset.
Glenn Morris [Wed, 16 Jul 2008 08:09:53 +0000 (08:09 +0000)]
(with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset.

15 years ago* systty.h: Remove code for Aix on 386, unsupported platform.
Dan Nicolaescu [Wed, 16 Jul 2008 08:06:18 +0000 (08:06 +0000)]
* systty.h: Remove code for Aix on 386, unsupported platform.

* s/ms-w32.h: Remove boilerplate comments.
(fcloseall, fgetchar, flushall, fputchar, getw, putw): Remove, unused.

* s/gnu-linux.h (TERM): Remove support.
(HAVE_SYSVIPC): Remove, unused.
(A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
for this system.

* process.c: Remove support for IRIS, unused.
Remove support for TERM, not relevant anymore.

* unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
used with the definition.

* s/aix4-2.h (static): Do not undef.

* m/ibmrs6000.h: Remove code depending on USG5_4, this file is
only used on Aix.
(HAVE_SYSVIPC): Remove, unused.

* m/hp800.h (CANNOT_DUMP): Do not undef.

* m/alpha.h: Fix comment.

* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
used by this configuration.
* emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
* unexec.c: Remove code depending on HPUX and
USG_SHARED_LIBRARIES, not used with this file.  Remove code
depending on IRIS, unused.  Remove if 0-ed code.

15 years ago(with_kerberos, with_kerberos5, with_hesiod):
Glenn Morris [Wed, 16 Jul 2008 07:55:50 +0000 (07:55 +0000)]
(with_kerberos, with_kerberos5, with_hesiod):
Fix tests for OPTION_DEFAULT_OFF (variables never unset).
(with_carbon): Remove dead code, since OPTION_DEFAULT_OFF means never unset.

15 years ago* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
Dan Nicolaescu [Wed, 16 Jul 2008 07:53:39 +0000 (07:53 +0000)]
* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
used by this configuration.
* emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
* unexec.c: Remove code depending on HPUX and
USG_SHARED_LIBRARIES, not used with this file.  Remove code
depending on IRIS, unused.  Remove if 0-ed code.

15 years agoRemove comments about static.
Dan Nicolaescu [Wed, 16 Jul 2008 07:48:11 +0000 (07:48 +0000)]
Remove comments about static.

15 years ago*** empty log message ***
Glenn Morris [Wed, 16 Jul 2008 07:45:57 +0000 (07:45 +0000)]
*** empty log message ***

15 years ago* sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
Dan Nicolaescu [Wed, 16 Jul 2008 07:45:52 +0000 (07:45 +0000)]
* sysdep.c: Remove code depending on NEED_PTEM_H, unused.  Remove
if 0-ed code.
(baud_convert): Don't depend on BAUD_CONVERT, all definitions the
were the same as the default.
* s/vms.h (BAUD_CONVERT): Remove, same as the default.
Remove boilerplate comments.
* s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
(HAVE_SYSVIPC): Remove, unused.
(LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.

15 years agoAdd nextstep/ directories.
Glenn Morris [Wed, 16 Jul 2008 07:45:41 +0000 (07:45 +0000)]
Add nextstep/ directories.
(src, lib-src): Add .m files.

15 years ago* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Dan Nicolaescu [Wed, 16 Jul 2008 07:42:41 +0000 (07:42 +0000)]
* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.

15 years agoUpdate.
Dan Nicolaescu [Wed, 16 Jul 2008 07:37:22 +0000 (07:37 +0000)]
Update.

15 years ago(fcloseall, fgetchar, flushall, fputchar, putw): Remove,
Dan Nicolaescu [Wed, 16 Jul 2008 07:37:08 +0000 (07:37 +0000)]
(fcloseall, fgetchar, flushall, fputchar, putw): Remove,
unused.

15 years ago* m/ibms390.h:
Dan Nicolaescu [Wed, 16 Jul 2008 07:26:30 +0000 (07:26 +0000)]
* m/ibms390.h:
* m/intel386.h:
* m/m68k.h:
* s/bsd-common.h:
* s/cygwin.h:
* s/darwin.h:
* s/freebsd.h:
* s/gnu.h:
* s/msdos.h: Remove boilerplate comments.

15 years agoRemove boilerplate comments and code for systems that
Dan Nicolaescu [Wed, 16 Jul 2008 07:18:26 +0000 (07:18 +0000)]
Remove boilerplate comments and code for systems that
 do not use this file.
(IRIS_4D): Remove, unused.

15 years ago* m/mips.h: Remove boilerplate comments and code for systems that
Dan Nicolaescu [Wed, 16 Jul 2008 07:11:19 +0000 (07:11 +0000)]
* m/mips.h: Remove boilerplate comments and code for systems that
 do not use this file.
 (SIGN_EXTEND_CHAR):
* m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
* unexmips.c: Remove file, unused.

15 years ago* editfns.c (Fuser_full_name): Replace the only use of
Dan Nicolaescu [Wed, 16 Jul 2008 07:01:36 +0000 (07:01 +0000)]
* editfns.c (Fuser_full_name): Replace the only use of
USER_FULL_NAME with its value.
* config.in: Regenerate.

* configure.in (freebsd, kfreebsd): Undo part of previous change.
(USER_FULL_NAME): Remove, not used anymore.
* configure: Regenerate.

15 years agoadd further files to SOME_MACHINE_LISP to support NeXTStep port
David Reitter [Wed, 16 Jul 2008 05:28:31 +0000 (05:28 +0000)]
add further files to SOME_MACHINE_LISP to support NeXTStep port

15 years ago*** empty log message ***
David Reitter [Wed, 16 Jul 2008 05:27:47 +0000 (05:27 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Glenn Morris [Wed, 16 Jul 2008 03:10:14 +0000 (03:10 +0000)]
*** empty log message ***

15 years agoRegenerate.
Glenn Morris [Wed, 16 Jul 2008 02:59:32 +0000 (02:59 +0000)]
Regenerate.

15 years agoRegenerate.
Glenn Morris [Wed, 16 Jul 2008 02:52:49 +0000 (02:52 +0000)]
Regenerate.

15 years agoSimply require 'cl (silences spurious warnings).
Glenn Morris [Wed, 16 Jul 2008 02:50:40 +0000 (02:50 +0000)]
Simply require 'cl (silences spurious warnings).

15 years agoSimply require 'cl (silences spurious warnings).
Glenn Morris [Wed, 16 Jul 2008 02:50:00 +0000 (02:50 +0000)]
Simply require 'cl (silences spurious warnings).
(cl-compile-time-init): Remove function.

15 years ago(cl-do-pop, cl-mapcar-many): Declare for compiler.
Glenn Morris [Wed, 16 Jul 2008 02:49:35 +0000 (02:49 +0000)]
(cl-do-pop, cl-mapcar-many): Declare for compiler.
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly.  Provide cl before loading cl-macs.

15 years agoremove easy-mmode from loadup.el before ns-win; correct docs in ns-win
Adrian Robert [Wed, 16 Jul 2008 02:46:09 +0000 (02:46 +0000)]
remove easy-mmode from loadup.el before ns-win; correct docs in ns-win

15 years ago(system-type): Doc fix.
Glenn Morris [Wed, 16 Jul 2008 02:34:46 +0000 (02:34 +0000)]
(system-type): Doc fix.

15 years ago(rmail-spool-directory): Remove settings for systems that are no
Glenn Morris [Wed, 16 Jul 2008 02:32:51 +0000 (02:32 +0000)]
(rmail-spool-directory): Remove settings for systems that are no
longer supported.

15 years agoFix header and footer format.
Glenn Morris [Wed, 16 Jul 2008 02:31:19 +0000 (02:31 +0000)]
Fix header and footer format.
Switch to recommended form of GPLv3 permissions notice.

15 years ago(ns-initialize-window-system): Declare for compiler.
Glenn Morris [Wed, 16 Jul 2008 02:30:15 +0000 (02:30 +0000)]
(ns-initialize-window-system): Declare for compiler.

15 years agoFix header format and permissions notice.
Glenn Morris [Wed, 16 Jul 2008 02:29:39 +0000 (02:29 +0000)]
Fix header format and permissions notice.
Add numerous declarations for compiler.
(ns-pop-up-frames): Move definition before use. Doc fix.

15 years ago(ns-focus-frame): Declare for compiler.
Glenn Morris [Wed, 16 Jul 2008 02:26:16 +0000 (02:26 +0000)]
(ns-focus-frame): Declare for compiler.

15 years ago(check-declare-locate, check-declare-verify): Handle .m files.
Glenn Morris [Wed, 16 Jul 2008 02:25:40 +0000 (02:25 +0000)]
(check-declare-locate, check-declare-verify): Handle .m files.

15 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 16 Jul 2008 02:24:31 +0000 (02:24 +0000)]
Switch to recommended form of GPLv3 permissions notice.

15 years agoApparently incorrect to say that font backend _requires_ freetype and
Glenn Morris [Wed, 16 Jul 2008 02:23:30 +0000 (02:23 +0000)]
Apparently incorrect to say that font backend _requires_ freetype and
fontconfig.

15 years agoRemove permissions notice from trivial file.
Glenn Morris [Wed, 16 Jul 2008 02:22:51 +0000 (02:22 +0000)]
Remove permissions notice from trivial file.

15 years agoSwitch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 16 Jul 2008 02:22:04 +0000 (02:22 +0000)]
Switch to recommended form of GPLv3 permissions notice.

15 years agoFix copyright and license.
Glenn Morris [Wed, 16 Jul 2008 02:20:06 +0000 (02:20 +0000)]
Fix copyright and license.

15 years ago(set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.
Glenn Morris [Wed, 16 Jul 2008 02:19:37 +0000 (02:19 +0000)]
(set-copyright): Add nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist.

15 years agoUse nicer comment syntax for arch taglines in Objective-C files
Miles Bader [Wed, 16 Jul 2008 02:18:49 +0000 (02:18 +0000)]
Use nicer comment syntax for arch taglines in Objective-C files

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1330

15 years agoAdd copyright and license notices.
Glenn Morris [Wed, 16 Jul 2008 02:15:12 +0000 (02:15 +0000)]
Add copyright and license notices.

15 years ago(set-version, set-copyright): Add nextstep/ files.
Glenn Morris [Wed, 16 Jul 2008 02:14:02 +0000 (02:14 +0000)]
(set-version, set-copyright): Add nextstep/ files.

15 years agoAdd arch tagline
Miles Bader [Tue, 15 Jul 2008 23:52:03 +0000 (23:52 +0000)]
Add arch tagline

15 years agoRegenerate with fixed AC_FUNC_MKTIME.
Andreas Schwab [Tue, 15 Jul 2008 23:00:44 +0000 (23:00 +0000)]
Regenerate with fixed AC_FUNC_MKTIME.

15 years ago*** empty log message ***
Stefan Monnier [Tue, 15 Jul 2008 21:13:10 +0000 (21:13 +0000)]
*** empty log message ***

15 years ago(parse_menu_item): Don't use cachelist, even under NS.
Stefan Monnier [Tue, 15 Jul 2008 21:01:44 +0000 (21:01 +0000)]
(parse_menu_item): Don't use cachelist, even under NS.
If the cache doesn't work, let's fix it, rather than work around it.

15 years agoChecked entering.texi
Chong Yidong [Tue, 15 Jul 2008 20:58:09 +0000 (20:58 +0000)]
Checked entering.texi

15 years ago(Exiting): Don't describe text-only terminals as the
Chong Yidong [Tue, 15 Jul 2008 20:57:39 +0000 (20:57 +0000)]
(Exiting): Don't describe text-only terminals as the
default.  Describe the new startup screen.
(Exiting): Describe how to kill Emacs first.  Change description of
iconification to handle modern window systems.

15 years ago* entering.texi (Exiting): Don't describe text-only terminals as the
Chong Yidong [Tue, 15 Jul 2008 20:57:28 +0000 (20:57 +0000)]
* entering.texi (Exiting): Don't describe text-only terminals as the
default.  Describe the new startup screen.
(Exiting): Describe how to kill Emacs first.  Change description of
iconification to handle modern window systems.

15 years agoremove historical info from nextstep/FOR-RELEASE
Adrian Robert [Tue, 15 Jul 2008 18:45:08 +0000 (18:45 +0000)]
remove historical info from nextstep/FOR-RELEASE

15 years agoadding forgotten file src/nsfont.m for emacs.app merge
Adrian Robert [Tue, 15 Jul 2008 18:35:28 +0000 (18:35 +0000)]
adding forgotten file src/nsfont.m for emacs.app merge

15 years agomerging Emacs.app (NeXTstep port)
Adrian Robert [Tue, 15 Jul 2008 18:15:18 +0000 (18:15 +0000)]
merging Emacs.app (NeXTstep port)

15 years ago* w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
Jason Rumney [Tue, 15 Jul 2008 15:45:05 +0000 (15:45 +0000)]
* w32fns.c (Fx_create_frame): Remove duplicate unwind_protect.
(w32_show_hourglass): Rename from show_hourglass.
(w32_hide_hourglass): Rename from hide_hourglass.
(DEFAULT_HOURGLASS_DELAY): Revert from last change.
(Vhourglass_delay): Declare extern.
(hourglass_started): Remove.

* xdisp.c (Vhourglass_delay): Remove static.
(hourglass_started, start_hourglass, cancel_hourglass):
Don't include these versions on WINDOWSNT.

15 years ago(Glossary): Remove xref to Text Characters.
Chong Yidong [Tue, 15 Jul 2008 15:29:24 +0000 (15:29 +0000)]
(Glossary): Remove xref to Text Characters.

15 years ago(Entering Emacs): Update prev node.
Chong Yidong [Tue, 15 Jul 2008 15:29:16 +0000 (15:29 +0000)]
(Entering Emacs): Update prev node.

15 years ago* entering.texi (Entering Emacs): Update prev node.
Chong Yidong [Tue, 15 Jul 2008 15:29:07 +0000 (15:29 +0000)]
* entering.texi (Entering Emacs): Update prev node.

* glossary.texi (Glossary): Remove xref to Text Characters.

15 years agos/xxxfns.c/xfns.c/
Chong Yidong [Tue, 15 Jul 2008 14:17:25 +0000 (14:17 +0000)]
s/xxxfns.c/xfns.c/

15 years agocommands.texi checked
Chong Yidong [Tue, 15 Jul 2008 14:14:11 +0000 (14:14 +0000)]
commands.texi checked

15 years ago(Top): Update node list.
Chong Yidong [Tue, 15 Jul 2008 14:12:39 +0000 (14:12 +0000)]
(Top): Update node list.

15 years ago(Modifier Keys): New node.
Chong Yidong [Tue, 15 Jul 2008 14:12:30 +0000 (14:12 +0000)]
(Modifier Keys): New node.

15 years ago(User Input): Rewrite. Describe Emacs' behavior
Chong Yidong [Tue, 15 Jul 2008 14:12:18 +0000 (14:12 +0000)]
(User Input): Rewrite.  Describe Emacs' behavior
directly, rather than in the context of ASCII.  Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node.  Multibyte is the default nowadays, and
the node contents are obsolete.