- 28 Jun, 2007 7 commits
-
-
Thien-Thi Nguyen authored
(nroff-mode-syntax-table): \# comment intro, plain # as punct per global table. (nroff-font-lock-keywords): Add # as a single char escape. (nroff-mode): In comment-start-skip, match \#.
-
Stefan Monnier authored
(vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode point-min == 1.
-
Nick Roberts authored
and move to... * subr.el (strings->string, string->strings): ...here.
-
Nick Roberts authored
(cvs-mode-checkout, cvs-execute-single-file): Use new function names strings->string, string->strings.
-
Nick Roberts authored
and move to... * subr.el (strings->string, string->strings): ...here.
-
Nick Roberts authored
of split-string.
-
Nick Roberts authored
-
- 27 Jun, 2007 16 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
`after-insert-file-functions' calling convention.
-
Michael Albinus authored
(dired-check-process): Call `process-file'. * wdired.el (wdired-do-perm-changes): Call `process-file'. * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as `ange-ftp-process-file'.
-
Michael Albinus authored
`process-file'.
-
Michael Albinus authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Add autoload cookies on all defs autoloaded manually in cl.el.
-
Stefan Monnier authored
Add autoload cookies on all defs autoloaded manually in cl.el.
-
Stefan Monnier authored
Add autoload cookies on all defs autoloaded manually in cl.el.
-
Stefan Monnier authored
and declaration. (texinfo-start-of-header, texinfo-end-of-header): Remove. (texinfo-format-syntax-table): Merge init into declaration. (texinfo-format-parse-line-args, texinfo-format-parse-args) (texinfo-format-parse-defun-args, texinfo-format-node) (texinfo-push-stack, texinfo-multitable-widths) (texinfo-define-info-enclosure, texinfo-alias) (texinfo-format-defindex, batch-texinfo-format): Use push. (texinfo-footnote-number): Remove duplicate declaration.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kenichi Handa authored
`compostion' property.
-
- 26 Jun, 2007 10 commits
-
-
Stefan Monnier authored
for file-local settings. (autoload-generate-file-autoloads): Add `outfile' arg. (update-directory-autoloads): Use it to directly call autoload-generate-file-autoloads instead of going through update-file-autoloads so we avoid redundant searches and so we can know the set of buffers changed so we can save them all.
-
Stefan Monnier authored
rather than throwing `up-to-date'. (autoload-generate-file-autoloads): Adjust correspondingly. (update-file-autoloads): Be careful to let-bind autoload-modified-buffers and adjust to new calling conventions. (autoload-modified-buffers): Make it a dynamically scoped var. (update-directory-autoloads): Use file-relative-name instead of autoload-trim-file-name. (autoload-insert-section-header): Don't use autoload-trim-file-name since the file is already relative now. (autoload-trim-file-name): Remove.
-
Stefan Monnier authored
(vc-arch-complete, vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel) (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions to let the user trim the revlib.
-
Stefan Monnier authored
(vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
YAMAMOTO Mitsuharu authored
(_aligned_blocks_mutex) [USE_PTHREAD]: New variable. (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros. (_free_internal, memalign): Use them. (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]: Initialize to PTHREAD_MUTEX_INITIALIZER. (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex. (morecore_nolock): Rename from morecore. All uses changed. Use only nolock versions of internal allocation functions. (_malloc_internal_nolock, _realloc_internal_nolock) (_free_internal_nolock): New functions created from _malloc_internal, _realloc_internal, and _free_internal. (_malloc_internal, _realloc_internal, _free_internal): Use them. Copy hook value to automatic variable before its use. (memalign): Copy hook value to automatic variable before its use.
-
Kenichi Handa authored
-
Kenichi Handa authored
return value `undecided'.
-
Kenichi Handa authored
(syms_of_coding): Docstring of `file-coding-system-alist' improved.
-
- 25 Jun, 2007 7 commits
-
-
David Kastrup authored
(math-partial-fractions): Add some function comments.
-
David Kastrup authored
`current-active-maps'. * keymap.c (Fcurrent_active_maps): Add `position' argument. (Fwhere_is_internal): Adjust call to `current-active-maps' to cater for additional parameter. * keymap.h: Adjust number of parameters to `current-active-maps'. * doc.c (Fsubstitute_command_keys): Adjust call of `current-active-maps'.
-
David Kastrup authored
specs somewhat more readable.
-
Stefan Monnier authored
(update-file-autoloads): Use it.
-
Jason Rumney authored
-
Stefan Monnier authored
(autoload-find-destination): Keep it uptodate. (autoload-save-buffers): New fun. (update-file-autoloads): Use it. Re-add the "up to date" message.
-
Stefan Monnier authored
(autoload-generate-file-autoloads): New function extracted from generate-file-autoloads. Use file-relative-name. Delay computation of output-start to the first cookie. Remove done-any, replaced by output-start. (generate-file-autoloads): Use it. (autoload-find-destination): Make use of `begin' var.
-