Andreas Schwab
63494d1b9d
Ignore all backup files.
2009-08-28 09:50:05 +00:00
Eli Zaretskii
8a0b709a07
Mention bug numbers in last cmds.c log entry.
2009-08-28 08:55:23 +00:00
Michael Albinus
7284d47a78
* NEWS: Mention Tramp connection method "rsyncc" and variable
...
`process-file-side-effects'.
2009-08-28 07:15:44 +00:00
Stefan Monnier
009fdc2e72
* emulation/viper-init.el (viper-restore-cursor-type):
...
* emulation/cua-base.el (cua--update-indications):
Replace default-cursor-type with (default-value 'cursor-type).
2009-08-28 04:24:59 +00:00
Stefan Monnier
b56a5ae0fe
* 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).
2009-08-28 04:21:14 +00:00
Stefan Monnier
de70529f66
(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.
2009-08-28 04:12:49 +00:00
Stefan Monnier
705e5bd932
* 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).
2009-08-28 04:05:58 +00:00
Glenn Morris
4d985ac2e6
(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.
2009-08-28 03:18:49 +00:00
Juanma Barranquero
b5a46fa695
* leim/.gitignore, lisp/.gitignore: Ignore .el~ files.
2009-08-28 02:41:23 +00:00
Juanma Barranquero
9414bda7a5
* .cvsignore, .gitignore: Ignore buildobj.h.
2009-08-28 02:40:13 +00:00
Stefan Monnier
155a6764a3
(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.
2009-08-27 21:10:17 +00:00
Juanma Barranquero
81cc988b44
Update.
2009-08-27 20:10:56 +00:00
Juanma Barranquero
31fd7c5c44
Fix typos.
2009-08-27 20:04:25 +00:00
Juanma Barranquero
7b6fefac48
Fix typos.
2009-08-27 19:49:58 +00:00
Eli Zaretskii
a6e656a475
(buildobj.h): Replace "echo" with "djecho".
2009-08-27 19:03:20 +00:00
Eli Zaretskii
0262612d69
(Mode Line Variables): Fix last change.
2009-08-27 18:45:26 +00:00
Stefan Monnier
3a68ab0653
(update-elcfiles): Report left over elc files.
2009-08-27 18:35:20 +00:00
Eli Zaretskii
877610de12
(SRC): Move to before where it's first used.
...
($(SRC)/buildobj.h, make-buildobj-CMD, make-buildobj-SH): Fix last change.
2009-08-27 18:33:44 +00:00
Stefan Monnier
9421bdd19f
(build-mail-aliases): Use with-temp-buffer,
...
expand-file-name and with-current-buffer.
(mail-get-names, mail-directory): Use with-current-buffer.
2009-08-27 18:32:37 +00:00
Stefan Monnier
17c15b81a5
(vc-read-revision): New function.
...
(vc-version-diff, vc-merge): Use it.
2009-08-27 16:53:04 +00:00
Glenn Morris
98a758c10f
Add fixmes.
2009-08-27 16:18:26 +00:00
Sam Steingold
ba83a64e18
(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.
2009-08-27 14:56:17 +00:00
Michael Albinus
d5b5c94a11
* 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.
2009-08-27 13:50:59 +00:00
Michael Albinus
946a5aeb7d
* 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'.
2009-08-27 13:47:55 +00:00
Jay Belanger
0ff2d6c28e
(Rewrite Rules): Improve the example.
...
(Simplifying Formulas): Explain use of the I and H flags for simplification.
2009-08-27 13:36:19 +00:00
Kenichi Handa
550c8289fd
(send_process): Use encode_coding_object instead of
...
encode_coding_string to perform eol-conversion even if the string
is unibyte.
2009-08-27 11:13:33 +00:00
Kenichi Handa
60afa08d41
(encode_coding_utf_16): Fix checking of an Unicode character.
2009-08-27 07:30:51 +00:00
Dan Nicolaescu
652cc1a2e6
* vc-dir.el (vc-dir-update): Remove debug helper.
2009-08-27 07:25:43 +00:00
Kenichi Handa
1339cf204c
(japanese-symbol-table): Add entries for cp932-2-byte.
2009-08-27 07:22:47 +00:00
Kenichi Handa
761f64270a
Add category `j' to cp932-2-byte.
2009-08-27 07:20:59 +00:00
Kenichi Handa
726e3f1d5e
(build-default-fontset-data): New macro.
...
(setup-default-fontset): Use build-default-fontset-data for CJK,
tibetan, ethiopic, and ipa
2009-08-27 06:26:43 +00:00
Kenichi Handa
ef73e7be7b
(Fself_insert_command): Avoid unnecessay unibyte->multibyte
...
conversion.
2009-08-27 06:02:17 +00:00
Stefan Monnier
d3192c8fd7
(nnrss-request-article): Avoid default-fill-column.
2009-08-27 05:19:42 +00:00
Stefan Monnier
4e3b4528ea
* 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.
2009-08-27 04:24:00 +00:00
Dan Nicolaescu
b3cca6a697
(vc-cvs-update-changelog): Fix typo.
2009-08-27 01:50:12 +00:00
Sam Steingold
4ed8c7aadb
(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.
2009-08-26 20:55:39 +00:00
Dan Nicolaescu
5654bf6320
(Fcall_process): Remove always true #if.
2009-08-26 20:22:17 +00:00
Dan Nicolaescu
7b3a82d7e3
* 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.
2009-08-26 19:57:44 +00:00
Dan Nicolaescu
3b64d86b56
* 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.
2009-08-26 17:54:05 +00:00
Stefan Monnier
636a36a070
(byte-compile-lapcode): Fix up last change.
2009-08-26 14:47:23 +00:00
Ken Raeburn
878bde4927
* 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.
2009-08-26 08:28:23 +00:00
Dan Nicolaescu
dc81064982
* vc.el (vc-default-prettify-state-info): Remove function, unused.
...
* vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2009-08-26 07:42:11 +00:00
Dan Nicolaescu
2ddf440db1
(vc-git-stash, vc-git-stash-show): New functions.
...
(vc-git-extra-menu-map): Bind them.
2009-08-26 07:01:09 +00:00
Dan Nicolaescu
b91f07620f
(vc-git-register): Use "git add" for directories.
2009-08-26 06:48:58 +00:00
Dan Nicolaescu
b8e5436265
(vc-dir-node-directory, vc-dir-update): Get the parent
...
directory correctly in case the item is a directory itself.
2009-08-26 06:45:36 +00:00
Dan Nicolaescu
239b334087
Document the desired behavior for reverted files in the
...
`added' state.
2009-08-26 05:26:22 +00:00
Glenn Morris
3029e594ae
(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.
2009-08-26 03:08:33 +00:00
Glenn Morris
6dc3311d25
Define risky-local-variable property here rather than in files.el.
2009-08-26 03:07:25 +00:00
Glenn Morris
e49c017910
(standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)
2009-08-26 02:59:34 +00:00
Glenn Morris
eae4708858
Ulrich Mueller <ulm at gentoo.org>
...
(Character Codes): Fix typos.
2009-08-26 02:56:28 +00:00