]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago(print_object): Set escapeflag to 1 when printing
Teodor Zlatanov [Fri, 28 Aug 2009 10:16:03 +0000 (10:16 +0000)]
(print_object): Set escapeflag to 1 when printing
hashtable keys and values.

15 years agoIgnore all backup files.
Andreas Schwab [Fri, 28 Aug 2009 09:50:05 +0000 (09:50 +0000)]
Ignore all backup files.

15 years agoMention bug numbers in last cmds.c log entry.
Eli Zaretskii [Fri, 28 Aug 2009 08:55:23 +0000 (08:55 +0000)]
Mention bug numbers in last cmds.c log entry.

15 years ago* NEWS: Mention Tramp connection method "rsyncc" and variable
Michael Albinus [Fri, 28 Aug 2009 07:15:44 +0000 (07:15 +0000)]
* NEWS: Mention Tramp connection method "rsyncc" and variable
`process-file-side-effects'.

15 years ago* emulation/viper-init.el (viper-restore-cursor-type):
Stefan Monnier [Fri, 28 Aug 2009 04:24:59 +0000 (04:24 +0000)]
* emulation/viper-init.el (viper-restore-cursor-type):
* emulation/cua-base.el (cua--update-indications):
Replace default-cursor-type with (default-value 'cursor-type).

15 years ago* mh-e/mh-comp.el (mh-send-letter):
Stefan Monnier [Fri, 28 Aug 2009 04:21:14 +0000 (04:21 +0000)]
* mh-e/mh-comp.el (mh-send-letter):
* mail/sendmail.el (mail-recover-1):
* international/mule-diag.el (describe-current-coding-system-briefly)
(describe-current-coding-system):
* international/mule-cmds.el (select-safe-coding-system)
(select-message-coding-system)
(set-language-environment-coding-systems, set-locale-environment):
* hexl.el (hexl-insert-multibyte-char):
* dos-w32.el (find-buffer-file-type-coding-system):
* simple.el (what-cursor-position):
Replace uses of default-buffer-file-coding-system
with (default-value 'buffer-file-coding-system).

15 years ago(edebug-display, edebug-outside-excursion):
Stefan Monnier [Fri, 28 Aug 2009 04:12:49 +0000 (04:12 +0000)]
(edebug-display, edebug-outside-excursion):
Replace uses of default-cursor-in-non-selected-windows
with (default-value 'cursor-in-non-selected-windows).  Use with-current-buffer.

15 years ago* mail/feedmail.el: Use CL macros.
Stefan Monnier [Fri, 28 Aug 2009 04:05:58 +0000 (04:05 +0000)]
* mail/feedmail.el: Use CL macros.
(feedmail-run-the-queue, feedmail-send-it-immediately):
* dos-w32.el (find-buffer-file-type): Replace uses of
default-buffer-file-type with (default-value 'buffer-file-type).

15 years ago(diary-list-entries, diary-goto-entry)
Glenn Morris [Fri, 28 Aug 2009 03:18:49 +0000 (03:18 +0000)]
(diary-list-entries, diary-goto-entry)
(diary-show-all-entries, diary-mark-entries, diary-make-entry):
Use default-value of major-mode rather than default-major-mode.

15 years ago* leim/.gitignore, lisp/.gitignore: Ignore .el~ files.
Juanma Barranquero [Fri, 28 Aug 2009 02:41:23 +0000 (02:41 +0000)]
* leim/.gitignore, lisp/.gitignore: Ignore .el~ files.

15 years ago* .cvsignore, .gitignore: Ignore buildobj.h.
Juanma Barranquero [Fri, 28 Aug 2009 02:40:13 +0000 (02:40 +0000)]
* .cvsignore, .gitignore: Ignore buildobj.h.

15 years ago(read_integer): Use doubles (and potentially return a float
Stefan Monnier [Thu, 27 Aug 2009 21:10:17 +0000 (21:10 +0000)]
(read_integer): Use doubles (and potentially return a float
number) as we do in string-to-number.
(read1): Use strtol to read integers, signal errors on strtol's
overflow and use floats if strtol's output is too large for
Elisp integers.

15 years agoUpdate.
Juanma Barranquero [Thu, 27 Aug 2009 20:10:56 +0000 (20:10 +0000)]
Update.

15 years agoFix typos.
Juanma Barranquero [Thu, 27 Aug 2009 20:04:25 +0000 (20:04 +0000)]
Fix typos.

15 years agoFix typos.
Juanma Barranquero [Thu, 27 Aug 2009 19:49:58 +0000 (19:49 +0000)]
Fix typos.

15 years ago(buildobj.h): Replace "echo" with "djecho".
Eli Zaretskii [Thu, 27 Aug 2009 19:03:20 +0000 (19:03 +0000)]
(buildobj.h): Replace "echo" with "djecho".

15 years ago(Mode Line Variables): Fix last change.
Eli Zaretskii [Thu, 27 Aug 2009 18:45:26 +0000 (18:45 +0000)]
(Mode Line Variables): Fix last change.

15 years ago(update-elcfiles): Report left over elc files.
Stefan Monnier [Thu, 27 Aug 2009 18:35:20 +0000 (18:35 +0000)]
(update-elcfiles): Report left over elc files.

15 years ago(SRC): Move to before where it's first used.
Eli Zaretskii [Thu, 27 Aug 2009 18:33:44 +0000 (18:33 +0000)]
(SRC): Move to before where it's first used.
($(SRC)/buildobj.h, make-buildobj-CMD, make-buildobj-SH): Fix last change.

15 years ago(build-mail-aliases): Use with-temp-buffer,
Stefan Monnier [Thu, 27 Aug 2009 18:32:37 +0000 (18:32 +0000)]
(build-mail-aliases): Use with-temp-buffer,
expand-file-name and with-current-buffer.
(mail-get-names, mail-directory): Use with-current-buffer.

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.