Glenn Morris
ab2baced6e
(batch-update-autoloads): Remove useless use of concat.
2009-10-07 16:10:31 +00:00
Chong Yidong
09094f2893
* cl.texi (Argument Lists): Clarify explicit keyword arguments.
2009-10-07 15:04:43 +00:00
Stefan Monnier
5c4634c1d1
(read-file-local-variable): Include some
...
non-user-variables in the completion table (bug#4664).
2009-10-07 14:33:31 +00:00
Stefan Monnier
7f8b600a83
(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
2009-10-07 14:32:08 +00:00
Michael Albinus
c2dc9732f7
* net/tramp-smb.el (tramp-smb-errors): Add error messages.
...
(tramp-smb-file-name-handler-alist): Add handler for
`copy-directory', `expand-file-name', `set-file-modes'.
(tramp-smb-handle-copy-directory)
(tramp-smb-handle-expand-file-name)
(tramp-smb-handle-set-file-modes): New defuns.
(tramp-smb-handle-copy-file): Handle KEPP-DATE.
(tramp-smb-handle-file-attributes): Simplify check for retrieving
entry.
(tramp-smb-handle-insert-directory): Don't flush the cache.
(tramp-smb-maybe-open-connection): Check for samba client and
server versions.
2009-10-07 11:31:21 +00:00
Michael Albinus
e946faaf51
* net/tramp-cache.el (tramp-flush-connection-property): Add trace message.
2009-10-07 11:27:10 +00:00
Eli Zaretskii
6185de1cfb
(Directory Names) <abbreviate-file-name>: Document that root home
...
directories are not replaced with "~".
2009-10-07 10:20:04 +00:00
Eli Zaretskii
11be40a6f4
(batch-update-autoloads): Fix last change to not error out of search
...
for "^lisp=" fails.
2009-10-07 09:58:54 +00:00
Juanma Barranquero
8c4afe20df
* makefile.w32-in (WINS_UPDATES): New macro.
...
(custom-deps, finder-data, autoloads): Use it.
2009-10-07 09:31:32 +00:00
Glenn Morris
ee2e93e2c2
(autoloads): Revert previous change.
2009-10-07 07:19:07 +00:00
Glenn Morris
5152da64b8
(batch-update-autoloads): Rather than having the list of preloaded
...
files passed on the command-line, get it from src/Makefile.
2009-10-07 07:18:53 +00:00
Chong Yidong
8b31f1a612
Update comment.
2009-10-07 05:37:05 +00:00
Glenn Morris
429a150633
(calendar-basic-setup): In the wide frame case, show the original
...
buffer rather than a random one.
2009-10-07 02:57:46 +00:00
Glenn Morris
e7e2b26cc6
Markus Rost <rost at math.uni-bielefeld.de>
...
(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
2009-10-07 02:52:37 +00:00
Juanma Barranquero
ea9883d149
Fix typo in previous change.
2009-10-07 02:12:23 +00:00
Juanma Barranquero
216f299a7d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
...
($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2009-10-07 01:43:06 +00:00
Chong Yidong
07dc47d9a8
Add entries for the EDE and EIEIO manuals.
2009-10-07 01:11:38 +00:00
Chong Yidong
966a6506b3
* eieio.texi:
...
* ede.texi: New files.
* Makefile.in: Build EIEIO and EDE manuals.
2009-10-07 01:10:52 +00:00
Sam Steingold
f58f7520cd
(tramp-compat-process-running-p): Check that
...
the comm attribute is present before calling regexp-quote.
2009-10-06 19:52:15 +00:00
Eli Zaretskii
9972911fda
(Special Properties): Document the meaning of the `cursor' text property
...
whose value is an integer.
2009-10-06 18:32:07 +00:00
Eli Zaretskii
8a02ff6268
(set_cursor_from_row): Fix and improve comments.
2009-10-06 18:20:22 +00:00
Juanma Barranquero
bde79dc058
* play/animate.el (animate-string): For good effect, make sure
...
`indent-tabs-mode' and `show-trailing-whitespace' are nil.
* play/animate.el (animate-sequence, animate-birthday-present):
* misc.el (butterfly): Don't set `indent-tabs-mode'.
2009-10-06 11:15:01 +00:00
Glenn Morris
353f2607c2
Regenerate.
2009-10-06 06:40:40 +00:00
Glenn Morris
73fe714ac3
(define-obsolete-face-alias): Doc fix.
2009-10-06 03:43:23 +00:00
Glenn Morris
3405d98c33
(autoloads): Skip preloaded files. (Bug#4446)
2009-10-06 03:12:55 +00:00
Glenn Morris
a0436952b5
(autoload-excludes): New variable.
...
(autoload-generate-file-autoloads): Skip files in autoload-excludes.
(batch-update-autoloads): Process a string value of autoload-excludes,
set during the build process.
2009-10-06 03:12:32 +00:00
Glenn Morris
683fa532db
Fix typo in previous.
2009-10-06 03:09:25 +00:00
Glenn Morris
9fb2cdc58b
(tramp-handle-start-file-process): Move tramp-error call
...
inside with-parsed... macro so that `v' is defined.
2009-10-06 02:50:44 +00:00
Glenn Morris
7938ab41f5
(f90-end-of-block, f90-beginning-of-block):
...
Also push mark in the macro case.
2009-10-06 02:49:02 +00:00
Glenn Morris
d47afbc0b0
(fortran-end-of-block, fortran-beginning-of-block):
...
Also push mark in the macro case.
2009-10-06 02:48:44 +00:00
Glenn Morris
0c2b6f8e17
(emacs${EXEEXT}): Remove direct dependence on SOME_MACHINE_LISP (this
...
enters indirectly via DOC).
See http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00022.html
2009-10-06 02:45:26 +00:00
Glenn Morris
eaf9b5643d
Use window-full-height-p.
2009-10-06 02:42:29 +00:00
Glenn Morris
25ab030201
(rmail-cease-edit): If there is a Content-Type header we don't
...
understand, don't insert another. (Bug#4624)
If changing mime charset, insert the new one in the right place.
2009-10-06 02:37:22 +00:00
Glenn Morris
00169eb683
Matthew Junker <matthew.junker at sbcglobal.net> (tiny change)
...
(cal-tex-cursor-month-landscape)
(cal-tex-cursor-month): Correctly increment the end date for diary and
holiday listing. (Bug#4626)
2009-10-06 02:36:35 +00:00
Stefan Monnier
828821887b
(describe-function-1): Don't burp is the function is not a symbol.
2009-10-05 19:50:15 +00:00
Juanma Barranquero
a8f316cab0
Fix typos.
...
* emacs-lisp/chart.el, emacs-lisp/eieio.el, emacs-lisp/eieio-base.el
* emacs-lisp/eieio-comp.el, emacs-lisp/eieio-custom.el
* emacs-lisp/eieio-datadebug.el, emacs-lisp/eieio-opt.el
* emacs-lisp/eieio-speedbar.el
2009-10-05 15:32:08 +00:00
Dan Nicolaescu
4a827e0af1
(log-view-vc-backend): Declare for compiler.
...
(vc-hg-outgoing-mode, vc-hg-incoming-mode): Set
log-view-vc-backend so that diff can work.
2009-10-05 15:12:29 +00:00
Dan Nicolaescu
c66b7ac005
(log-view-diff): Use vc-diff-internal instead of
...
vc-version-diff.
(vc-diff-internal): Autoload this instead of vc-version-diff.
2009-10-05 15:09:59 +00:00
Michael Albinus
2a3f19ef97
* files.texi (Magic File Names): Add `copy-directory'.
2009-10-05 11:49:45 +00:00
Eli Zaretskii
a7a8618bcd
(eval-expression): Doc fix.
2009-10-05 11:42:18 +00:00
Michael Albinus
8842cd9bbb
* tramp.texi (Remote processes): Association of a pty is not supported.
2009-10-05 11:41:48 +00:00
Eli Zaretskii
1902a98c3e
(cwarn-mode): Doc fix.
2009-10-05 11:34:15 +00:00
Michael Albinus
263c02efe2
* net/tramp.el (tramp-verbose): Fix docstring.
...
(tramp-methods): Add recursive option to `tramp-copy-args'. Add
`tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
"scp1_old", "scp2_old", "rsync", "rsyncc".
(tramp-default-method): Check also for
`auth-source-user-or-password'.
(tramp-file-name-handler-alist, tramp-file-name-for-operation):
Add handler for `copy-directory'.
(tramp-handle-copy-directory): New defun.
(tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
(tramp-handle-start-file-process): Raise an error when PROGRAM is
nil. Optimize sent command.
2009-10-05 11:30:52 +00:00
Eli Zaretskii
804543b5c0
(File Attributes): Fix description of file attributes. (Bug#4638)
...
Update attributes of files.texi example to be more representative.
2009-10-05 08:45:07 +00:00
Eli Zaretskii
e02131a257
(Ffile_attributes): Doc fix. (Bug#4638)
2009-10-05 08:35:41 +00:00
Michael Albinus
461bf92b6e
* files.texi (Create/Delete Dirs): New command copy-directory.
2009-10-05 08:11:56 +00:00
Michael Albinus
50b49aded7
* files.texi (Misc File Ops): Mention copy-directory.
2009-10-05 07:57:30 +00:00
Michael Albinus
0e1f2ee62a
* files.el (directory-files-no-dot-files-regexp): New defconst.
...
(delete-directory): Use it.
(copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
2009-10-05 07:44:01 +00:00
Stefan Monnier
4a34f0655d
(diary-show-all-entries): Re-fit the calendar window if necessary.
2009-10-05 05:39:48 +00:00
Stefan Monnier
72aa7df48f
(calendar-basic-setup): Don't call switch-to-buffer in a dedicated window.
2009-10-05 05:36:11 +00:00