]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago(vc-read-revision): New function.
Stefan Monnier [Thu, 27 Aug 2009 16:53:04 +0000 (16:53 +0000)]
(vc-read-revision): New function.
(vc-version-diff, vc-merge): Use it.

15 years agoAdd fixmes.
Glenn Morris [Thu, 27 Aug 2009 16:18:26 +0000 (16:18 +0000)]
Add fixmes.

15 years ago(kill-do-not-save-duplicates): New user option.
Sam Steingold [Thu, 27 Aug 2009 14:56:17 +0000 (14:56 +0000)]
(kill-do-not-save-duplicates): New user option.
(kill-new): When it is non-nil, and the new string is the same as
the latest kill, set replace to t to avoid duplicates in kill-ring.

15 years ago* net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
Michael Albinus [Thu, 27 Aug 2009 13:50:59 +0000 (13:50 +0000)]
* net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
(tramp-cache-inhibit-cache): Extend doc string.  It allows also
timestamps.
(tramp-get-file-property): Check for timestamps in
`tramp-cache-inhibit-cache'.
(tramp-set-file-property): Write timestamp.

15 years ago* net/tramp.el (tramp-methods): New method "rsyncc".
Michael Albinus [Thu, 27 Aug 2009 13:47:55 +0000 (13:47 +0000)]
* net/tramp.el (tramp-methods): New method "rsyncc".
(top): Add completion function for "rsyncc".
(tramp-message-show-message): New defvar.
(tramp-message, tramp-error): Use it.
(tramp-do-copy-or-rename-file-directly): Extend check for direct
remote copying.
(tramp-do-copy-or-rename-file-out-of-band): Handle new
`tramp-methods' entry `copy-env' of "rsyncc".
((tramp-handle-process-file): Do not flush all
caches when `process-file-side-effects' is set.
tramp-vc-registered-read-file-names): New defconst.
(tramp-vc-registered-file-names): New defvar.
(tramp-handle-vc-registered): Implement optimization strategy.
(tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
(tramp-vc-file-name-handler): New defun.
(tramp-get-ls-command, tramp-get-test-command)
(tramp-get-file-exists-command, tramp-get-remote-ln)
(tramp-get-remote-perl, tramp-get-remote-stat)
(tramp-get-remote-id): Remove
superfluous `with-current-buffer'.

15 years ago(Rewrite Rules): Improve the example.
Jay Belanger [Thu, 27 Aug 2009 13:36:19 +0000 (13:36 +0000)]
(Rewrite Rules): Improve the example.
(Simplifying Formulas): Explain use of the I and H flags for simplification.

15 years ago(send_process): Use encode_coding_object instead of
Kenichi Handa [Thu, 27 Aug 2009 11:13:33 +0000 (11:13 +0000)]
(send_process): Use encode_coding_object instead of
encode_coding_string to perform eol-conversion even if the string
is unibyte.

15 years ago(encode_coding_utf_16): Fix checking of an Unicode character.
Kenichi Handa [Thu, 27 Aug 2009 07:30:51 +0000 (07:30 +0000)]
(encode_coding_utf_16): Fix checking of an Unicode character.

15 years ago* vc-dir.el (vc-dir-update): Remove debug helper.
Dan Nicolaescu [Thu, 27 Aug 2009 07:25:43 +0000 (07:25 +0000)]
* vc-dir.el (vc-dir-update): Remove debug helper.

15 years ago(japanese-symbol-table): Add entries for cp932-2-byte.
Kenichi Handa [Thu, 27 Aug 2009 07:22:47 +0000 (07:22 +0000)]
(japanese-symbol-table): Add entries for cp932-2-byte.

15 years agoAdd category `j' to cp932-2-byte.
Kenichi Handa [Thu, 27 Aug 2009 07:20:59 +0000 (07:20 +0000)]
Add category `j' to cp932-2-byte.

15 years ago(build-default-fontset-data): New macro.
Kenichi Handa [Thu, 27 Aug 2009 06:26:43 +0000 (06:26 +0000)]
(build-default-fontset-data): New macro.
(setup-default-fontset): Use build-default-fontset-data for CJK,
tibetan, ethiopic, and ipa

15 years ago(Fself_insert_command): Avoid unnecessay unibyte->multibyte
Kenichi Handa [Thu, 27 Aug 2009 06:02:17 +0000 (06:02 +0000)]
(Fself_insert_command): Avoid unnecessay unibyte->multibyte
conversion.

15 years ago(nnrss-request-article): Avoid default-fill-column.
Stefan Monnier [Thu, 27 Aug 2009 05:19:42 +0000 (05:19 +0000)]
(nnrss-request-article): Avoid default-fill-column.

15 years ago* subr.el (default-mode-line-format, default-header-line-format)
Stefan Monnier [Thu, 27 Aug 2009 04:24:00 +0000 (04:24 +0000)]
* subr.el (default-mode-line-format, default-header-line-format)
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.

15 years ago(vc-cvs-update-changelog): Fix typo.
Dan Nicolaescu [Thu, 27 Aug 2009 01:50:12 +0000 (01:50 +0000)]
(vc-cvs-update-changelog): Fix typo.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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)

15 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.

15 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.

15 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)

15 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.

15 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)

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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).

15 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.

15 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.

15 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.

15 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.

15 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.

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

15 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.

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

15 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.

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

15 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.

15 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*'.

15 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.

15 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.

15 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.

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

15 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.

15 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).

15 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.

15 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.

15 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.

15 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.

15 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.

15 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}.

15 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.

15 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.

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

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

15 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.

15 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.

15 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.

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

15 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.

15 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.

15 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.

15 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.

15 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.

15 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.

15 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)

15 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.

15 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.

15 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.

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

15 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.

15 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.