]> code.delx.au - gnu-emacs/log
gnu-emacs
14 years ago(save-interprogram-paste-before-kill): New user option.
Sam Steingold [Wed, 26 Aug 2009 20:55:39 +0000 (20:55 +0000)]
(save-interprogram-paste-before-kill): New user option.
(kill-new): When `save-interprogram-paste-before-kill' is non-nil,
save the interprogram-paste into kill-ring before overriding it
with the Emacs kill.

14 years ago(Fcall_process): Remove always true #if.
Dan Nicolaescu [Wed, 26 Aug 2009 20:22:17 +0000 (20:22 +0000)]
(Fcall_process): Remove always true #if.

14 years ago* lisp.h: Replace #if 0 code for checking with text pointing to
Dan Nicolaescu [Wed, 26 Aug 2009 19:57:44 +0000 (19:57 +0000)]
* lisp.h: Replace #if 0 code for checking with text pointing to
the --enable-checking configure flag.

* emacs.c (main): Mention the --enable-profiling configure flag
instead of using CFLAGS.

14 years ago* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
Dan Nicolaescu [Wed, 26 Aug 2009 17:54:05 +0000 (17:54 +0000)]
* vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
(vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
(vc-default-previous-revision): Rename to vc-rcs-previous-revision
and move to vc-rcs.el.
(vc-default-next-revision): Rename to vc-rcs-next-revision and
move to vc-rcs.el.
(vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
(vc-rcs-update-changelog): Remove.
(vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
and move to vc-rcs.el.

* vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
(vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
renaming.
(vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
(vc-rcs-next-revision, vc-rcs-update-changelog): Moved here from
vc.el, renamed to be RCS specific.

* vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision): New functions.
(vc-cvs-update-changelog): Moved here from vc.el.

* vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
New functions.

14 years ago(byte-compile-lapcode): Fix up last change.
Stefan Monnier [Wed, 26 Aug 2009 14:47:23 +0000 (14:47 +0000)]
(byte-compile-lapcode): Fix up last change.

14 years ago* Makefile.in (buildobj.h): New target.
Ken Raeburn [Wed, 26 Aug 2009 08:28:23 +0000 (08:28 +0000)]
* Makefile.in (buildobj.h): New target.
(doc.o): Depend on it.
(temacs${EXEEXT}): Don't generate buildobj.lst.
(mostlyclean): Delete buildobj.h, not buildobj.lst.
* makefile.w32-in ($(SRC)/buildobj.h): New target.
($(BLD)/doc.$(O)): Depend on it.
(make-buildobj-CMD, make-buildobj-SH): New targets.  (Syntax help
provided by Eli Zaretskii.)
($(TEMACS)): Don't generate buildobj.lst.
* doc.c: Include buildobj.h.
(buildobj): New static variable.
(Fsnarf_documentation): Use it, instead of opening and reading
buildobj.lst.

14 years ago* vc.el (vc-default-prettify-state-info): Remove function, unused.
Dan Nicolaescu [Wed, 26 Aug 2009 07:42:11 +0000 (07:42 +0000)]
* vc.el (vc-default-prettify-state-info): Remove function, unused.

* vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.

14 years ago(vc-git-stash, vc-git-stash-show): New functions.
Dan Nicolaescu [Wed, 26 Aug 2009 07:01:09 +0000 (07:01 +0000)]
(vc-git-stash, vc-git-stash-show): New functions.
(vc-git-extra-menu-map): Bind them.

14 years ago(vc-git-register): Use "git add" for directories.
Dan Nicolaescu [Wed, 26 Aug 2009 06:48:58 +0000 (06:48 +0000)]
(vc-git-register): Use "git add" for directories.

14 years ago(vc-dir-node-directory, vc-dir-update): Get the parent
Dan Nicolaescu [Wed, 26 Aug 2009 06:45:36 +0000 (06:45 +0000)]
(vc-dir-node-directory, vc-dir-update): Get the parent
directory correctly in case the item is a directory itself.

14 years agoDocument the desired behavior for reverted files in the
Dan Nicolaescu [Wed, 26 Aug 2009 05:26:22 +0000 (05:26 +0000)]
Document the desired behavior for reverted files in the
`added' state.

14 years ago(enable-local-variables, enable-local-eval)
Glenn Morris [Wed, 26 Aug 2009 03:08:33 +0000 (03:08 +0000)]
(enable-local-variables, enable-local-eval)
(safe-local-variable-values, safe-local-eval-forms): Mark as risky in
the defcustoms.
(auto-mode-alist, ignored-local-variables)
(save-some-buffers-action-alist): Move risky declarations to the
definitions.
(dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
(font-lock-defaults, format-alist, imenu--index-alist)
(imenu-generic-expression, input-method-alist, minor-mode-alist)
(mode-line-buffer-identification, mode-line-client, mode-line-modes)
(mode-line-modified, mode-line-mule-info, mode-line-position)
(mode-line-process, mode-line-remote, outline-level)
(parse-time-rules, rmail-output-file-alist)
(special-display-buffer-names, vc-mode):
Move risky declarations to the relevant files.

14 years agoDefine risky-local-variable property here rather than in files.el.
Glenn Morris [Wed, 26 Aug 2009 03:07:25 +0000 (03:07 +0000)]
Define risky-local-variable property here rather than in files.el.

14 years ago(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)
Glenn Morris [Wed, 26 Aug 2009 02:59:34 +0000 (02:59 +0000)]
(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)

14 years agoUlrich Mueller <ulm at gentoo.org>
Glenn Morris [Wed, 26 Aug 2009 02:56:28 +0000 (02:56 +0000)]
Ulrich Mueller  <ulm at gentoo.org>

(Character Codes): Fix typos.

14 years ago(byte-compile-lapcode): Signal overflow.
Stefan Monnier [Wed, 26 Aug 2009 02:56:05 +0000 (02:56 +0000)]
(byte-compile-lapcode): Signal overflow.

14 years ago* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by
Michael Albinus [Tue, 25 Aug 2009 19:26:37 +0000 (19:26 +0000)]
* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by
default.  (Bug#4256)

14 years ago* dbusbind.c (Fdbus_call_method)
Michael Albinus [Tue, 25 Aug 2009 10:31:38 +0000 (10:31 +0000)]
* dbusbind.c (Fdbus_call_method)
(Fdbus_call_method_asynchronously): Use English numeric format for
timeout values in doc string.

14 years ago* net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
Michael Albinus [Tue, 25 Aug 2009 10:26:16 +0000 (10:26 +0000)]
* net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
daemon.  Replace ping by checking for running service for bluez
and zeroconf.  (Bug#4239)

14 years ago* net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
Michael Albinus [Tue, 25 Aug 2009 10:13:54 +0000 (10:13 +0000)]
* net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.

14 years ago* progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.
Michael Albinus [Tue, 25 Aug 2009 10:11:08 +0000 (10:11 +0000)]
* progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.

14 years ago(vc-svn-dir-extra-headers, vc-svn-find-revision):
Michael Albinus [Tue, 25 Aug 2009 09:05:07 +0000 (09:05 +0000)]
(vc-svn-dir-extra-headers, vc-svn-find-revision):
Let-bind `process-file-side-effects' with nil.

14 years ago* vc-hooks.el (vc-user-login-name):
Michael Albinus [Tue, 25 Aug 2009 09:02:59 +0000 (09:02 +0000)]
* vc-hooks.el (vc-user-login-name):
Let-bind `process-file-side-effects' with nil.

14 years ago* vc-git.el (vc-git-registered, vc-git-working-revision)
Michael Albinus [Tue, 25 Aug 2009 09:01:38 +0000 (09:01 +0000)]
* vc-git.el (vc-git-registered, vc-git-working-revision)
(vc-git-find-revision, vc-git-diff, vc-git-revision-table)
(vc-git--empty-db-p): Let-bind `process-file-side-effects' with nil.

14 years ago* vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.
Michael Albinus [Tue, 25 Aug 2009 08:55:37 +0000 (08:55 +0000)]
* vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.

14 years ago* vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
Michael Albinus [Tue, 25 Aug 2009 08:53:32 +0000 (08:53 +0000)]
* vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
Let-bind `process-file-side-effects' with nil.

14 years ago* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Michael Albinus [Tue, 25 Aug 2009 08:50:56 +0000 (08:50 +0000)]
* vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
Let-bind `process-file-side-effects' with nil.

14 years ago* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.
Michael Albinus [Tue, 25 Aug 2009 08:49:24 +0000 (08:49 +0000)]
* vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.

14 years ago* dired-aux.el (dired-show-file-type): Let-bind
Michael Albinus [Tue, 25 Aug 2009 08:47:39 +0000 (08:47 +0000)]
* dired-aux.el (dired-show-file-type): Let-bind
`process-file-side-effects' with nil.

14 years ago* simple.el (process-file-side-effects): New defvar.
Michael Albinus [Tue, 25 Aug 2009 08:45:41 +0000 (08:45 +0000)]
* simple.el (process-file-side-effects): New defvar.

14 years ago* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
Michael Albinus [Tue, 25 Aug 2009 08:42:25 +0000 (08:42 +0000)]
* dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
Describe autostart behaviour of dbus-ping.
(Synchronous Methods, Asynchronous Methods): Use English numeric format
for timeout values.

14 years ago* processes.texi (Synchronous Processes): New defvar process-file-side-effects.
Michael Albinus [Tue, 25 Aug 2009 08:31:42 +0000 (08:31 +0000)]
* processes.texi (Synchronous Processes): New defvar process-file-side-effects.

14 years ago(byte-compile-file-form-require): Tweak previous change.
Glenn Morris [Tue, 25 Aug 2009 07:36:49 +0000 (07:36 +0000)]
(byte-compile-file-form-require): Tweak previous change.

14 years ago(byte-compile-eval): Fix test for cl in load-history for absolute file-names.
Glenn Morris [Tue, 25 Aug 2009 07:28:16 +0000 (07:28 +0000)]
(byte-compile-eval): Fix test for cl in load-history for absolute file-names.
(byte-compile-file-form-require): Warn about use of the cl package.

14 years agoFix typo.
Glenn Morris [Tue, 25 Aug 2009 07:05:47 +0000 (07:05 +0000)]
Fix typo.

14 years ago(top-level): Don't require cl at run-time.
Glenn Morris [Tue, 25 Aug 2009 07:03:49 +0000 (07:03 +0000)]
(top-level): Don't require cl at run-time.
(nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
Replace cl-function substitute with gnus-replace-in-string.
(nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
(nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
(nnir-run-find-grep): Replace cl-functions find-if and subseq with
simplified expansions.

14 years agoUnify local variables at end.
Glenn Morris [Tue, 25 Aug 2009 06:52:09 +0000 (06:52 +0000)]
Unify local variables at end.
Don't warn about use of cl functions in this file.

14 years ago(mark_char_table): New function.
Kenichi Handa [Tue, 25 Aug 2009 06:03:09 +0000 (06:03 +0000)]
(mark_char_table): New function.
(mark_object): Use mark_char_table for a char-table.

14 years ago(top-level): Don't require lucid (and hence run-time cl).
Glenn Morris [Tue, 25 Aug 2009 03:26:40 +0000 (03:26 +0000)]
(top-level): Don't require lucid (and hence run-time cl).

14 years ago(top-level): Don't require cl at run-time.
Glenn Morris [Tue, 25 Aug 2009 03:24:42 +0000 (03:24 +0000)]
(top-level): Don't require cl at run-time.

14 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Tue, 25 Aug 2009 03:21:14 +0000 (03:21 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(dig): Add autoload cookie.

14 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Tue, 25 Aug 2009 03:14:22 +0000 (03:14 +0000)]
Kevin Ryde <user42 at zip.com.au>

Add "languages" keywords: entry.

14 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Tue, 25 Aug 2009 03:13:25 +0000 (03:13 +0000)]
Kevin Ryde <user42 at zip.com.au>

Add "games" keywords: entry.

14 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Tue, 25 Aug 2009 03:12:27 +0000 (03:12 +0000)]
Kevin Ryde <user42 at zip.com.au>

Fix keywords: comment.

14 years agoRevert accidental commit.
Glenn Morris [Tue, 25 Aug 2009 03:07:16 +0000 (03:07 +0000)]
Revert accidental commit.

14 years agojoakim at verona.se
Glenn Morris [Tue, 25 Aug 2009 03:05:50 +0000 (03:05 +0000)]
joakim at verona.se

Replace some C99 comments.

14 years ago(format-alist): Doc fix.
Glenn Morris [Tue, 25 Aug 2009 03:03:27 +0000 (03:03 +0000)]
(format-alist): Doc fix.

14 years ago(Format Conversion Round-Trip): Mention nil regexp.
Glenn Morris [Tue, 25 Aug 2009 03:02:09 +0000 (03:02 +0000)]
(Format Conversion Round-Trip): Mention nil regexp.

14 years ago(Fontsets): Fix typo.
Glenn Morris [Tue, 25 Aug 2009 03:01:20 +0000 (03:01 +0000)]
(Fontsets): Fix typo.

14 years ago(CHAR_TABLE_REF_ASCII): New macor.
Kenichi Handa [Tue, 25 Aug 2009 00:48:59 +0000 (00:48 +0000)]
(CHAR_TABLE_REF_ASCII): New macor.
(CHAR_TABLE_REF): Use it.

14 years ago(gdb-mapcar*): Replacement for `mapcar*'
Dmitry Dzhus [Mon, 24 Aug 2009 19:12:46 +0000 (19:12 +0000)]
(gdb-mapcar*): Replacement for `mapcar*'
from cl package.
(gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.

14 years ago(math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.
Jay Belanger [Mon, 24 Aug 2009 18:43:50 +0000 (18:43 +0000)]
(math-trig-rewrite, math-hyperbolic-trig-rewrite): New functions.
(calc-simplify): Simplify trig functions when asked.

14 years ago(diff-find-source-location): Avoid goto-line.
Stefan Monnier [Mon, 24 Aug 2009 17:11:20 +0000 (17:11 +0000)]
(diff-find-source-location): Avoid goto-line.

14 years ago(mapthread): Delete it.
Kenichi Handa [Mon, 24 Aug 2009 11:43:59 +0000 (11:43 +0000)]
(mapthread): Delete it.
(combinatorial): New function.
(indian--puthash-cv): Use combinatorial instead of mapthread.

14 years agoFix the previous entry.
Daiki Ueno [Mon, 24 Aug 2009 04:50:07 +0000 (04:50 +0000)]
Fix the previous entry.

14 years ago(Encrypting/decrypting *.gpg files): Don't refer to nonexistent
Daiki Ueno [Sun, 23 Aug 2009 16:38:42 +0000 (16:38 +0000)]
(Encrypting/decrypting *.gpg files): Don't refer to nonexistent
epa-setup.

14 years ago(Quick start): Don't refer to nonexistent epa-mode.
Daiki Ueno [Sun, 23 Aug 2009 16:23:57 +0000 (16:23 +0000)]
(Quick start): Don't refer to nonexistent epa-mode.
(Mail-mode integration): Mention epa-mail-mode and
epa-global-mail-mode.  Reported by Jari Aalto (Bug#4211).

14 years ago* Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
Ken Raeburn [Sun, 23 Aug 2009 04:43:12 +0000 (04:43 +0000)]
* Makefile.in (emacs${EXEEXT}) [CANNOT_DUMP]: Set EMACSLOADPATH
before invoking the newly build emacs to check for load-path
shadowing.

14 years ago* Makefile.in (install-arch-indep): If the versioned DOC-####
Ken Raeburn [Sun, 23 Aug 2009 03:54:32 +0000 (03:54 +0000)]
* Makefile.in (install-arch-indep): If the versioned DOC-####
generated during loadup+dump isn't found, install the plain DOC
file that always gets generated, in case CANNOT_DUMP is set.

14 years ago* configure.in: Warn if package version specified here doesn't
Ken Raeburn [Sun, 23 Aug 2009 02:15:00 +0000 (02:15 +0000)]
* configure.in: Warn if package version specified here doesn't
match the version in version.el.
* configure: Regenerate.

14 years ago(auto-mode-alist): Remove code for defunct system-type next-mach.
Glenn Morris [Sun, 23 Aug 2009 00:45:17 +0000 (00:45 +0000)]
(auto-mode-alist): Remove code for defunct system-type next-mach.

14 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Sat, 22 Aug 2009 23:02:14 +0000 (23:02 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(checkdoc-force-history-flag, checkdoc-arguments-in-order-flag):
Add safe-local-variable booleanp.
(checkdoc-symbol-words): Add safe-local-variable for list of strings.
Clarify docstring that the value is strings not symbols.
(checkdoc-list-of-strings-p): New function.

14 years ago(bootstrap_exe): New variable.
Glenn Morris [Sat, 22 Aug 2009 22:16:58 +0000 (22:16 +0000)]
(bootstrap_exe): New variable.
(.el.elc, ${lispsource}loaddefs.el, bootstrap-emacs${EXEEXT}):
Use ${bootstrap_exe}.

14 years agoRemove code for defunct system-types emx, macos, mswindows,
Glenn Morris [Sat, 22 Aug 2009 21:59:40 +0000 (21:59 +0000)]
Remove code for defunct system-types emx, macos, mswindows,
unisoft-unix, vax-vms, win32, w32.

14 years agoRemove code for defunct system-types Apple-Macintosh, emx, ms-windows,
Glenn Morris [Sat, 22 Aug 2009 21:53:34 +0000 (21:53 +0000)]
Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,
next-mach.

14 years agoComment.
Glenn Morris [Sat, 22 Aug 2009 21:46:56 +0000 (21:46 +0000)]
Comment.

14 years agoRe-fill.
Glenn Morris [Sat, 22 Aug 2009 19:58:13 +0000 (19:58 +0000)]
Re-fill.

14 years ago(diary-mark-entries-1): Only mark all days of a given name if the
Glenn Morris [Sat, 22 Aug 2009 19:47:42 +0000 (19:47 +0000)]
(diary-mark-entries-1): Only mark all days of a given name if the
pattern is not more specific.

14 years ago(lunar-phase-names): New option.
Glenn Morris [Sat, 22 Aug 2009 19:45:30 +0000 (19:45 +0000)]
(lunar-phase-names): New option.
(lunar-phase): Doc fix.
(lunar-cycles-per-year): New constant.
(lunar-index): New function.
(lunar-phase-list, diary-lunar-phases): Use lunar-index.
(lunar-phase-name): Use lunar-phase-names.
(calendar-lunar-phases): Use format.
(lunar-new-moon-on-or-after): Use lunar-cycles-per-year.

14 years ago(vi-goto-line): Don't warn about non-interactive goto-line.
Glenn Morris [Sat, 22 Aug 2009 19:42:58 +0000 (19:42 +0000)]
(vi-goto-line): Don't warn about non-interactive goto-line.

14 years agoComment.
Glenn Morris [Sat, 22 Aug 2009 19:41:49 +0000 (19:41 +0000)]
Comment.

14 years ago(cperl-imenu-name-and-position): Copy imenu-example--name-and-position
Glenn Morris [Sat, 22 Aug 2009 19:39:54 +0000 (19:39 +0000)]
(cperl-imenu-name-and-position): Copy imenu-example--name-and-position
function here for own use.
(cperl-xsub-scan): Use cperl-imenu-name-and-position.
(cperl-time-fontification): Use forward-line rather than goto-line.

14 years agoUse forward-line rather than goto-line.
Glenn Morris [Sat, 22 Aug 2009 19:29:18 +0000 (19:29 +0000)]
Use forward-line rather than goto-line.

14 years ago(compilation-error-regexp-alist, compilation-forget-errors): Declare.
Glenn Morris [Sat, 22 Aug 2009 19:21:18 +0000 (19:21 +0000)]
(compilation-error-regexp-alist, compilation-forget-errors): Declare.

14 years ago(makefile-browser-toggle): Use forward-line rather than goto-line.
Glenn Morris [Sat, 22 Aug 2009 19:20:27 +0000 (19:20 +0000)]
(makefile-browser-toggle): Use forward-line rather than goto-line.
(makefile-browser-insert-selection): Use goto-char rather than goto-line.

14 years ago(nfd, decomposition-translation-alist, decomposition-char-recursively)
Glenn Morris [Sat, 22 Aug 2009 19:14:37 +0000 (19:14 +0000)]
(nfd, decomposition-translation-alist, decomposition-char-recursively)
(alist-list-to-vector, quick-check-list, quick-check-list-to-regexp):
Declare.

14 years ago(gnus-button-patch): Use forward-line rather than goto-line.
Glenn Morris [Sat, 22 Aug 2009 19:13:34 +0000 (19:13 +0000)]
(gnus-button-patch): Use forward-line rather than goto-line.

14 years ago(encode_coding_string): Don't encode unibyte strings. (Bug#4047)
Eli Zaretskii [Sat, 22 Aug 2009 10:26:14 +0000 (10:26 +0000)]
(encode_coding_string): Don't encode unibyte strings.  (Bug#4047)

14 years agoHow to reassign a bug to a list of packages.
Eli Zaretskii [Sat, 22 Aug 2009 09:07:08 +0000 (09:07 +0000)]
How to reassign a bug to a list of packages.

14 years ago* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove. It was
Michael Albinus [Sat, 22 Aug 2009 08:57:34 +0000 (08:57 +0000)]
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): Remove.  It was
intended as hotfix only.
(xd_add_watch, xd_remove_watch): Use HAVE_DBUS_WATCH_GET_UNIX_FD.

14 years ago* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.
Michael Albinus [Sat, 22 Aug 2009 08:54:08 +0000 (08:54 +0000)]
* config.in (HAVE_DBUS_WATCH_GET_UNIX_FD): Add.

14 years ago* configure: Regenerate.
Michael Albinus [Sat, 22 Aug 2009 08:49:36 +0000 (08:49 +0000)]
* configure: Regenerate.

14 years ago* configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
Michael Albinus [Sat, 22 Aug 2009 08:47:01 +0000 (08:47 +0000)]
* configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.

14 years agoDetails of how to check for problems with DOS 8+3 file-name restrictions.
Eli Zaretskii [Sat, 22 Aug 2009 08:22:51 +0000 (08:22 +0000)]
Details of how to check for problems with DOS 8+3 file-name restrictions.

14 years ago(lgrep, rgrep): At the beginning
Juri Linkov [Sat, 22 Aug 2009 00:17:56 +0000 (00:17 +0000)]
(lgrep, rgrep): At the beginning
set `dir' to `default-directory' unless `dir' is a non-nil
readable directory.  (Bug#4052)
(lgrep, rgrep): Change a weird way to report an error
from using `read-string' to using `error'.
Instead of using interactive arguments in the function body,
add new argument `confirm'.

14 years ago(ns_get_color): fix typo in last change
Adrian Robert [Fri, 21 Aug 2009 19:36:50 +0000 (19:36 +0000)]
(ns_get_color): fix typo in last change

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:33:56 +0000 (19:33 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.
* nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:31:48 +0000 (19:31 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.

14 years agonsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
Adrian Robert [Fri, 21 Aug 2009 19:29:31 +0000 (19:29 +0000)]
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* textmodes/remember.el (remember-buffer):
Stefan Monnier [Fri, 21 Aug 2009 15:09:42 +0000 (15:09 +0000)]
* textmodes/remember.el (remember-buffer):
* progmodes/cperl-mode.el (cperl-vc-header-alist):
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Add version of obsolescence.

14 years ago* net/newst-treeview.el (newsticker-groups-filename):
Stefan Monnier [Fri, 21 Aug 2009 14:59:49 +0000 (14:59 +0000)]
* net/newst-treeview.el (newsticker-groups-filename):
* net/newst-backend.el (newsticker-cache-filename):
* speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
(speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
(speedbar-add-ignored-path-regexp, speedbar-line-path)
(speedbar-buffers-line-path, speedbar-path-line)
(speedbar-buffers-line-path):
* epg.el (epg-passphrase-callback-function, epg-start-sign-keys,epg-sign-keys):
* epa.el (epa-display-verify-result):
* progmodes/pascal.el (pascal-outline): Add version of obsolescence.

14 years agoAdd missing keys that exist on the Arabic X keyboard. Don't insert
Eli Zaretskii [Fri, 21 Aug 2009 14:55:56 +0000 (14:55 +0000)]
Add missing keys that exist on the Arabic X keyboard.  Don't insert
Lam-alef ligatures from the Arabic Presentation Forms ranges; instead,
separate Lam-Alef ligatures into a list of two letters (Lam and a
suitable Alef).

14 years ago(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
Stefan Monnier [Fri, 21 Aug 2009 14:53:02 +0000 (14:53 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.

14 years ago(inferior-moz-process): Fix declaration.
Glenn Morris [Fri, 21 Aug 2009 07:44:58 +0000 (07:44 +0000)]
(inferior-moz-process): Fix declaration.

14 years agoUse forward-line, not goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:40:24 +0000 (07:40 +0000)]
Use forward-line, not goto-line.

14 years ago(imenu-example--name-and-position): Fix obsolescence message.
Glenn Morris [Fri, 21 Aug 2009 07:36:41 +0000 (07:36 +0000)]
(imenu-example--name-and-position): Fix obsolescence message.

14 years ago(news-mail-reply): Use goto-char rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:34:18 +0000 (07:34 +0000)]
(news-mail-reply): Use goto-char rather than goto-line.

14 years ago(ns-open-file-select-line): Use line-beginning-position rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:31:10 +0000 (07:31 +0000)]
(ns-open-file-select-line): Use line-beginning-position rather than goto-line.

14 years agoUse help-print-return-message rather than the now obsolete alias.
Glenn Morris [Fri, 21 Aug 2009 07:24:26 +0000 (07:24 +0000)]
Use help-print-return-message rather than the now obsolete alias.

14 years ago(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Glenn Morris [Fri, 21 Aug 2009 07:11:24 +0000 (07:11 +0000)]
(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Use forward-line, not goto-line.