bpt/emacs.git
15 years ago* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
Dan Nicolaescu [Sun, 20 Jul 2008 13:03:56 +0000 (13:03 +0000)]
* s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was
added not supported anymore.

* s/usg5-4-2.h (LIBS_SYSTEM):
* s/sol2.h (LIBS_SYSTEM): Do not undefine.

* s/netbsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/lynxos.h (GETPGRP_NO_ARG):
* s/hpux10-20.h (NO_SIOCTL_H):
* s/gnu.h (GETPGRP_NO_ARG):
* s/gnu-linux.h (NO_SIOCTL_H):
* s/freebsd.h (GETPGRP_NO_ARG, N_TRELOFF):
* s/cygwin.h (GETPGRP_NO_ARG):
* s/irix6-5.h (LIBS_SYSTEM, GETPGRP_NO_ARG): Remove, unused.
(C_DEBUG_SWITCH): Remove duplicate definition.

* m/ibms390.h: Remove boilerplate comments.

* sysdep.c (closedir): Use SOLARIS2 instead of sun && USG5_4.

* process.c (HAVE_SERIAL): Consolidate ifdefs.
(wait_reading_process_output): Remove code for SunOS, platform not
supported anymore.  Use SOLARIS2 instead of sun.

15 years agoupdates to nextstep/FOR-RELEASE
Adrian Robert [Sun, 20 Jul 2008 00:53:41 +0000 (00:53 +0000)]
updates to nextstep/FOR-RELEASE

15 years agorestore ability under NS to change font size from font panel (lost during some recent...
Adrian Robert [Sun, 20 Jul 2008 00:47:28 +0000 (00:47 +0000)]
restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)

15 years ago* term/x-win.el (x-handle-switch, x-handle-numeric-switch)
Dan Nicolaescu [Sun, 20 Jul 2008 00:37:45 +0000 (00:37 +0000)]
* term/x-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Move ...
* term/common-win.el: ... here.  New file.
* term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
(x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
(x-handle-geometry, x-handle-name-switch, x-display-name)
(x-handle-display, x-handle-args, x-colors): Remove.
* loadup.el: Load term/common-win before term/x-win and term/w32-win.

15 years ago("cyrillic-translit"): Add two rules "//'" and
Juri Linkov [Sat, 19 Jul 2008 23:59:29 +0000 (23:59 +0000)]
("cyrillic-translit"): Add two rules "//'" and
"//`" for combining accents as a separate character.  Keep two
rules "i`" and "I`" for characters where accent is not a separate
character.  Revert changes that added postfix combining accents.

15 years ago(narrow-map): Bind `org-narrow-to-subtree' to "s" on the
Juri Linkov [Sat, 19 Jul 2008 23:58:13 +0000 (23:58 +0000)]
(narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".

15 years ago(proced-mode, proced): Add \\<proced-mode-map> to docstrings.
Juri Linkov [Sat, 19 Jul 2008 23:57:12 +0000 (23:57 +0000)]
(proced-mode, proced): Add \\<proced-mode-map> to docstrings.

15 years agoAdd coding cookie utf-8 for the pilcrow sign.
Juri Linkov [Sat, 19 Jul 2008 23:56:17 +0000 (23:56 +0000)]
Add coding cookie utf-8 for the pilcrow sign.

15 years ago(image-dired-cmd-create-thumbnail-options)
Juri Linkov [Sat, 19 Jul 2008 23:56:02 +0000 (23:56 +0000)]
(image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options)
(image-dired-cmd-create-standard-thumbnail-command): Add > to the
ImageMagick command line to change the dimensions of the image
only if its width or height exceeds the geometry specification.

15 years ago(dired-mode-map): Fix menu text of image-dired-display-thumbs.
Juri Linkov [Sat, 19 Jul 2008 23:55:41 +0000 (23:55 +0000)]
(dired-mode-map): Fix menu text of image-dired-display-thumbs.

15 years ago(fancy-startup-text): Move the line "To quit a partially entered command,
Juri Linkov [Sat, 19 Jul 2008 23:55:02 +0000 (23:55 +0000)]
(fancy-startup-text): Move the line "To quit a partially entered command,
type Control-g" a few lines below to be after the line "To start".
Add text "at gnu.org" to "Overview of Emacs features".

15 years agoAdd information about C-g to the introduction.
Juri Linkov [Sat, 19 Jul 2008 23:54:48 +0000 (23:54 +0000)]
Add information about C-g to the introduction.

15 years agofix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean...
Adrian Robert [Sat, 19 Jul 2008 22:23:30 +0000 (22:23 +0000)]
fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target

15 years agoshould have gone in in last commit
Adrian Robert [Sat, 19 Jul 2008 20:47:26 +0000 (20:47 +0000)]
should have gone in in last commit

15 years agoby renaming, get rid of need for hash_remove() redefinitions for NS platform; also...
Adrian Robert [Sat, 19 Jul 2008 20:45:36 +0000 (20:45 +0000)]
by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile

15 years agofix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre
Adrian Robert [Sat, 19 Jul 2008 17:21:28 +0000 (17:21 +0000)]
fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre

15 years agonsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name ...
Adrian Robert [Sat, 19 Jul 2008 17:13:48 +0000 (17:13 +0000)]
nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani

15 years agoapply fix from Chong Yidong to NS port ns_set_background_color(), and clean up compar...
Adrian Robert [Sat, 19 Jul 2008 17:01:36 +0000 (17:01 +0000)]
apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND

15 years agocorrect mis-entered date in previous change
Adrian Robert [Sat, 19 Jul 2008 16:56:31 +0000 (16:56 +0000)]
correct mis-entered date in previous change

15 years agoupdate icon used by NS to latest used by Carbon port
Adrian Robert [Sat, 19 Jul 2008 16:52:00 +0000 (16:52 +0000)]
update icon used by NS to latest used by Carbon port

15 years agoapply patch for GNUSTEP_MAKEFILES from Yavor Doganov
Adrian Robert [Sat, 19 Jul 2008 16:42:22 +0000 (16:42 +0000)]
apply patch for GNUSTEP_MAKEFILES from Yavor Doganov

15 years ago* ns-emacs.texi: Moved from ../emacs. Add @direntry.
Andreas Schwab [Sat, 19 Jul 2008 08:54:28 +0000 (08:54 +0000)]
* ns-emacs.texi: Moved from ../emacs.  Add @direntry.

* Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
(ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.

* ns-emacs.texi: Move to ../misc.

15 years agoAdd 2007 to copyright years, since was available then.
Glenn Morris [Sat, 19 Jul 2008 01:17:31 +0000 (01:17 +0000)]
Add 2007 to copyright years, since was available then.
(ns-make-command-string): Use mapconcat.
(ns-save-preferences): Fix typo in previous change.

15 years ago* dbus.texi (Inspection): Rework, introduce submenus.
Michael Albinus [Fri, 18 Jul 2008 20:27:34 +0000 (20:27 +0000)]
* dbus.texi (Inspection): Rework, introduce submenus.
(Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
(Properties and Annotations, Arguments and Signatures): New nodes.

15 years ago* net/dbus.el (dbus-interface-properties): New defconst.
Michael Albinus [Fri, 18 Jul 2008 20:20:03 +0000 (20:20 +0000)]
* net/dbus.el (dbus-interface-properties): New defconst.
(dbus-introspect): Update docstring.
(dbus-introspect-xml, dbus-introspect-get-attribute)
(dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
(dbus-introspect-get-interface-names)
(dbus-introspect-get-interface, dbus-introspect-get-method-names)
(dbus-introspect-get-method, dbus-introspect-get-signal-names)
(dbus-introspect-get-signal, dbus-introspect-get-property-names)
(dbus-introspect-get-property)
(dbus-introspect-get-annotation-names)
(dbus-introspect-get-annotation)
(dbus-introspect-get-argument-names, dbus-introspect-get-argument)
(dbus-introspect-get-signature, dbus-get-property)
(dbus-set-property, dbus-get-all-properties): New defuns.

15 years ago*** empty log message ***
Dan Nicolaescu [Fri, 18 Jul 2008 19:17:50 +0000 (19:17 +0000)]
*** empty log message ***

15 years ago(ns-submit-bug-report): Function removed. Bug
Chong Yidong [Fri, 18 Jul 2008 17:45:01 +0000 (17:45 +0000)]
(ns-submit-bug-report): Function removed.  Bug
reports go to the main Emacs bug list.
(ns-handle-args, ns-spi-service-call): Doc fixes.
(info-ns-emacs): Function removed.  Nextstep port manual will be
merged into the Emacs manual, so no separate link needed.

15 years ago* term/ns-win.el (ns-submit-bug-report): Function removed. Bug
Chong Yidong [Fri, 18 Jul 2008 17:44:42 +0000 (17:44 +0000)]
* term/ns-win.el (ns-submit-bug-report): Function removed.  Bug
reports go to the main Emacs bug list.
(ns-handle-args, ns-spi-service-call): Doc fixes.
(info-ns-emacs): Function removed.  Nextstep port manual will be
merged into the Emacs manual, so no separate link needed.

15 years ago(ELCFILES): Remove ns-grabenv.elc.
Chong Yidong [Fri, 18 Jul 2008 17:21:20 +0000 (17:21 +0000)]
(ELCFILES): Remove ns-grabenv.elc.

15 years ago* Makefile.in (ELCFILES): Remove ns-grabenv.elc.
Chong Yidong [Fri, 18 Jul 2008 17:21:09 +0000 (17:21 +0000)]
* Makefile.in (ELCFILES): Remove ns-grabenv.elc.

15 years ago(SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
Chong Yidong [Fri, 18 Jul 2008 17:13:02 +0000 (17:13 +0000)]
(SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.

15 years ago* Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
Chong Yidong [Fri, 18 Jul 2008 17:12:54 +0000 (17:12 +0000)]
* Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.

15 years agoFile removed.
Chong Yidong [Fri, 18 Jul 2008 17:09:36 +0000 (17:09 +0000)]
File removed.

15 years agoContents of ns-grabenv.el moved here.
Chong Yidong [Fri, 18 Jul 2008 17:09:23 +0000 (17:09 +0000)]
Contents of ns-grabenv.el moved here.
(ns-grabenv, ns-open-file-select-line): Doc fixes.

15 years ago* ns-grabenv.el: File removed.
Chong Yidong [Fri, 18 Jul 2008 17:08:59 +0000 (17:08 +0000)]
* ns-grabenv.el: File removed.
* term/ns-win.el: Contents of ns-grabenv.el moved here.
(ns-grabenv, ns-open-file-select-line): Doc fixes.

15 years agoFile removed.
Chong Yidong [Fri, 18 Jul 2008 16:54:36 +0000 (16:54 +0000)]
File removed.

15 years ago(ELCFILES): Remove ns-carbon-compat.elc.
Chong Yidong [Fri, 18 Jul 2008 16:54:25 +0000 (16:54 +0000)]
(ELCFILES): Remove ns-carbon-compat.elc.

15 years agoContents of ns-carbon-compat.el moved here.
Chong Yidong [Fri, 18 Jul 2008 16:54:12 +0000 (16:54 +0000)]
Contents of ns-carbon-compat.el moved here.

15 years ago* Makefile.in (ELCFILES): Remove ns-carbon-compat.elc.
Chong Yidong [Fri, 18 Jul 2008 16:53:55 +0000 (16:53 +0000)]
* Makefile.in (ELCFILES): Remove ns-carbon-compat.elc.
* ns-carbon-compat.el: File removed.
* term/ns-win.el: Contents of ns-carbon-compat.el moved here.

15 years agoFix typos.
Juanma Barranquero [Fri, 18 Jul 2008 15:42:14 +0000 (15:42 +0000)]
Fix typos.

15 years ago* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
Juanma Barranquero [Fri, 18 Jul 2008 14:22:24 +0000 (14:22 +0000)]
* lisp/startup.el (fancy-splash-head): Fix change of 2008-07-02.
* etc/images/splash8.xpm: Remove.

15 years ago(Complex Text Layout support libraries): Delete the
Kenichi Handa [Fri, 18 Jul 2008 11:17:11 +0000 (11:17 +0000)]
(Complex Text Layout support libraries): Delete the
paragraph about --enable-font-backend.

15 years ago(eshell-quote-backslash): Restrict previous change to XEmacs, since it
Glenn Morris [Fri, 18 Jul 2008 06:56:05 +0000 (06:56 +0000)]
(eshell-quote-backslash): Restrict previous change to XEmacs, since it
does nothing for Emacs.

15 years ago(BASE_PURESIZE): Increase to 1240000.
Dan Nicolaescu [Fri, 18 Jul 2008 01:11:05 +0000 (01:11 +0000)]
(BASE_PURESIZE): Increase to 1240000.

15 years ago(open-tls-stream): Make it work with the 2nd argument BUFFER that is a string
Katsumi Yamaoka [Fri, 18 Jul 2008 00:59:10 +0000 (00:59 +0000)]
(open-tls-stream): Make it work with the 2nd argument BUFFER that is a string
 but does not exist as a buffer object, as mentioned in the doc-string.

15 years agoAdd Visual Line mode.
Chong Yidong [Thu, 17 Jul 2008 23:41:29 +0000 (23:41 +0000)]
Add Visual Line mode.

15 years ago(line-move-visual): Make it a defcustom.
Chong Yidong [Thu, 17 Jul 2008 23:37:50 +0000 (23:37 +0000)]
(line-move-visual): Make it a defcustom.
(line-move-1): Convert temporary-goal-column back to an integer if
it was set as a float by a previous call to line-move-visual.
(end-of-visual-line, beginning-of-visual-line, kill-visual-line)
(next-logical-line, previous-logical-line)
(turn-on-visual-line-mode): New functions.
(visual-line-mode-map): New variable.
(visual-line-mode, global-visual-line-mode): New minor mode.

15 years ago* simple.el (line-move-visual): Make it a defcustom.
Chong Yidong [Thu, 17 Jul 2008 23:37:38 +0000 (23:37 +0000)]
* simple.el (line-move-visual): Make it a defcustom.
(line-move-1): Convert temporary-goal-column back to an integer if
it was set as a float by a previous call to line-move-visual.
(end-of-visual-line, beginning-of-visual-line, kill-visual-line)
(next-logical-line, previous-logical-line)
(turn-on-visual-line-mode): New functions.
(visual-line-mode-map): New variable.
(visual-line-mode, global-visual-line-mode): New minor mode.

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.