1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

84758 commits

Author SHA1 Message Date
Chong Yidong
76afdf7e92 (print_object): Check print_depth before searching for circularities. 2008-07-21 05:03:39 +00:00
Chong Yidong
b42f411561 Fix last change. 2008-07-21 05:03:17 +00:00
Chong Yidong
57e1ffeb0f Mark last change as tiny. 2008-07-21 05:03:00 +00:00
Chong Yidong
3965adaba4 * print.c (print_object): Check print_depth before searching for
circularities.
2008-07-21 05:02:31 +00:00
Michael Albinus
c0894fb9cb * dbusbind.c (Fdbus_register_signal): Use sprintf + strcat instead
only sprintf.
2008-07-21 04:28:50 +00:00
Chong Yidong
383f1f54c9 Correctly attribute David Reitter for visual-line-mode. 2008-07-21 04:20:56 +00:00
Chong Yidong
b677cb960a (visual-line-mode): Add lighter. 2008-07-21 03:54:03 +00:00
Chong Yidong
10c0e12456 * simple.el (visual-line-mode): Add lighter. 2008-07-21 03:53:51 +00:00
Chong Yidong
4dec5cff26 (visual-line): New custom group.
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators.
2008-07-21 03:50:17 +00:00
Chong Yidong
648b7f406e * simple.el (visual-line): New custom group.
(visual-line-fringe-indicators): New var.
(visual-line-mode): Set fringe-indicator-alist based on
visual-line-fringe-indicators.
2008-07-21 03:49:58 +00:00
Kenichi Handa
d90bfd1cec *** empty log message *** 2008-07-21 02:23:57 +00:00
Adrian Robert
db8ef69909 corrected color spec docs in ns-emacs.texi 2008-07-20 21:32:21 +00:00
Andreas Schwab
8e2911c22e (find_start_pos, find_start_value)
(find_start_value_byte, find_start_begv, find_defun_start)
(back_comment, scan_sexps_forward): Use EMACS_INT for buffer
positions.
2008-07-20 18:37:46 +00:00
Dan Nicolaescu
98a0170298 * s/sol2-3.h: Insert contents of s/sol2.h.
(LD_SWITCH_SYSTEM): Remove redundant definition.
* s/sol2.h: Remove, unused.
2008-07-20 14:14:52 +00:00
Dan Nicolaescu
c788afcec7 * m/intel386.h (NO_REMAP): Do no define for USG, not used. 2008-07-20 14:12:41 +00:00
Adrian Robert
704a3a2d1c under NS, recognize HSB,AHSB as synonyms for HSV,AHSV in color specifications 2008-07-20 13:38:08 +00:00
Adrian Robert
e5e2baab29 fix typo in ns_appdir target find command 2008-07-20 13:19:56 +00:00
Dan Nicolaescu
89f1e540e1 * 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.
2008-07-20 13:03:56 +00:00
Adrian Robert
697baba531 updates to nextstep/FOR-RELEASE 2008-07-20 00:53:41 +00:00
Adrian Robert
ed96cde8e9 restore ability under NS to change font size from font panel (lost during some recent font backend refactoring) 2008-07-20 00:47:28 +00:00
Dan Nicolaescu
d5e4dda5f6 * 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.
2008-07-20 00:37:45 +00:00
Juri Linkov
f4949090d4 ("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.
2008-07-19 23:59:29 +00:00
Juri Linkov
ff759a9890 (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
2008-07-19 23:58:13 +00:00
Juri Linkov
008c22f2dc (proced-mode, proced): Add \\<proced-mode-map> to docstrings. 2008-07-19 23:57:12 +00:00
Juri Linkov
aac420937f Add coding cookie utf-8 for the pilcrow sign. 2008-07-19 23:56:17 +00:00
Juri Linkov
fd9a8d1607 (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.
2008-07-19 23:56:02 +00:00
Juri Linkov
a41925a2fe (dired-mode-map): Fix menu text of image-dired-display-thumbs. 2008-07-19 23:55:41 +00:00
Juri Linkov
bb39877908 (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".
2008-07-19 23:55:02 +00:00
Juri Linkov
15f5445063 Add information about C-g to the introduction. 2008-07-19 23:54:48 +00:00
Adrian Robert
5c976973f2 fix bug with quickdraw smoothing; also, in Makefile, clean out ns_appdir in 'clean' target 2008-07-19 22:23:30 +00:00
Adrian Robert
0d1794fdb0 should have gone in in last commit 2008-07-19 20:47:26 +00:00
Adrian Robert
5a2d7ab6bf by renaming, get rid of need for hash_remove() redefinitions for NS platform; also, adjust nsgui dependencies in Makefile 2008-07-19 20:45:36 +00:00
Adrian Robert
c469837a5c fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre 2008-07-19 17:21:28 +00:00
Adrian Robert
c0230162c8 nsfont.m: duplicate UTF8Strings before modifying with nsfont_escape_family_name - patch due to Seiji Zenitani 2008-07-19 17:13:48 +00:00
Adrian Robert
45d325c4d1 apply fix from Chong Yidong to NS port ns_set_background_color(), and clean up comparison use of result from NS_FACE_BACKGROUND 2008-07-19 17:01:36 +00:00
Adrian Robert
b68e7decb6 correct mis-entered date in previous change 2008-07-19 16:56:31 +00:00
Adrian Robert
6b1d41a60d update icon used by NS to latest used by Carbon port 2008-07-19 16:52:00 +00:00
Adrian Robert
7a55ab54bd apply patch for GNUSTEP_MAKEFILES from Yavor Doganov 2008-07-19 16:42:22 +00:00
Andreas Schwab
568beaa253 * 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.
2008-07-19 08:54:28 +00:00
Glenn Morris
a5e1066d83 Add 2007 to copyright years, since was available then.
(ns-make-command-string): Use mapconcat.
(ns-save-preferences): Fix typo in previous change.
2008-07-19 01:17:31 +00:00
Michael Albinus
cd71b9ae85 * dbus.texi (Inspection): Rework, introduce submenus.
(Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
(Properties and Annotations, Arguments and Signatures): New nodes.
2008-07-18 20:27:34 +00:00
Michael Albinus
f636d3cafd * 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.
2008-07-18 20:20:03 +00:00
Dan Nicolaescu
c961325a15 *** empty log message *** 2008-07-18 19:17:50 +00:00
Chong Yidong
82a330df16 (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.
2008-07-18 17:45:01 +00:00
Chong Yidong
dc9d2c9543 * 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.
2008-07-18 17:44:42 +00:00
Chong Yidong
585f9de774 (ELCFILES): Remove ns-grabenv.elc. 2008-07-18 17:21:20 +00:00
Chong Yidong
6b6bfc7714 * Makefile.in (ELCFILES): Remove ns-grabenv.elc. 2008-07-18 17:21:09 +00:00
Chong Yidong
653036938a (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc. 2008-07-18 17:13:02 +00:00
Chong Yidong
b83f1cd04d * Makefile.in (SOME_MACHINE_LISP): Remove ns-carbon-compat.elc. 2008-07-18 17:12:54 +00:00
Chong Yidong
bd2356c09e File removed. 2008-07-18 17:09:36 +00:00