]>
git.eshelyaron.com Git - emacs.git/log
Eric S. Raymond [Fri, 9 May 2008 18:59:45 +0000 (18:59 +0000)]
Comment and to-do list fixes.
Eric S. Raymond [Fri, 9 May 2008 18:47:36 +0000 (18:47 +0000)]
Remove the vc-dir-insert-directories global.
Eric S. Raymond [Fri, 9 May 2008 17:51:39 +0000 (17:51 +0000)]
Teach the RCS back end to do directories.
Michael Albinus [Fri, 9 May 2008 17:39:33 +0000 (17:39 +0000)]
* simple.el (start-file-process): Clarify docstring.
Michael Albinus [Fri, 9 May 2008 17:38:44 +0000 (17:38 +0000)]
*** empty log message ***
Eric S. Raymond [Fri, 9 May 2008 17:30:49 +0000 (17:30 +0000)]
Remove wash-log from the VC backend API.
Stefan Monnier [Fri, 9 May 2008 16:41:26 +0000 (16:41 +0000)]
* vc.el (vc-mark-resolved): Add `backend' argument.
(vc-next-action): Pass it the backend.
(vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
(vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
(vc-default-comment-history, vc-default-create-snapshot)
(vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
(vc-annotate-revision-previous-to-line)
(vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
* vc-svn.el (vc-svn-checkout):
* vc-mcvs.el (vc-mcvs-checkout):
* vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
(vc-working-revision, vc-before-save, vc-mode-line):
Prefer vc-call-backend to vc-call so as not to recompute the backend.
Eric S. Raymond [Fri, 9 May 2008 16:33:30 +0000 (16:33 +0000)]
Make SCCS backend directory-aware.
Stefan Monnier [Fri, 9 May 2008 16:01:50 +0000 (16:01 +0000)]
(vc-deduce-fileset): Don't require the checkout-model and the
state to be consistent since it's often an unwarranted restriction.
Don't return the state either.
(vc-next-action): Check that the state is consistent.
(vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
(vc-rollback, vc-update): Adapt to new return value of vc-deduce-fileset.
Stefan Monnier [Fri, 9 May 2008 16:01:27 +0000 (16:01 +0000)]
(vc-dispatcher-selection-set): More typos, plus indentation.
Stefan Monnier [Fri, 9 May 2008 15:31:33 +0000 (15:31 +0000)]
(vc-dispatcher-selection-set): Typo.
Stefan Monnier [Fri, 9 May 2008 15:30:47 +0000 (15:30 +0000)]
(vc-dispatcher-browsing): Use derived-mode-p.
(vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
(vc-dispatcher-in-fileset-p): New fun.
(vc-dispatcher-selection-set): Use it to properly handle directories.
Eli Zaretskii [Fri, 9 May 2008 09:42:46 +0000 (09:42 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 9 May 2008 09:41:42 +0000 (09:41 +0000)]
(struct group): Add gr_gid member.
Eli Zaretskii [Fri, 9 May 2008 09:40:56 +0000 (09:40 +0000)]
Rename the_passwd_* to dflt_passwd_*.
(dflt_group_name): New static variable.
(dflt_group): Renamed from the_group.
(init_user_info): Init dflt_group fields. Get user's group name
from LookupAccountSid.
Dan Nicolaescu [Fri, 9 May 2008 07:03:15 +0000 (07:03 +0000)]
(vc-version-diff, vc-print-log, vc-revert, vc-rollback)
(vc-update): Remove unused let bindings.
Glenn Morris [Fri, 9 May 2008 05:14:16 +0000 (05:14 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 9 May 2008 04:57:14 +0000 (04:57 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 9 May 2008 04:51:27 +0000 (04:51 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 9 May 2008 04:44:29 +0000 (04:44 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 9 May 2008 04:38:17 +0000 (04:38 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 9 May 2008 04:30:35 +0000 (04:30 +0000)]
Regenerate.
Glenn Morris [Fri, 9 May 2008 04:29:16 +0000 (04:29 +0000)]
Fix typo.
Glenn Morris [Fri, 9 May 2008 04:28:28 +0000 (04:28 +0000)]
(install-arch-indep, info): Handle MAKEINFO == off.
Glenn Morris [Fri, 9 May 2008 04:27:56 +0000 (04:27 +0000)]
Make absence of makeinfo a fatal error only if the info files don't exist.
Glenn Morris [Fri, 9 May 2008 04:24:27 +0000 (04:24 +0000)]
Regenerate.
Chong Yidong [Fri, 9 May 2008 02:37:31 +0000 (02:37 +0000)]
(png_load): Use correct bit-depth for setting background color.
Chong Yidong [Fri, 9 May 2008 02:37:19 +0000 (02:37 +0000)]
* image.c (png_load): Use correct bit-depth for setting background
color.
Eric S. Raymond [Fri, 9 May 2008 01:57:21 +0000 (01:57 +0000)]
Large simplification in (vc-deduce-fileset) logic.
Chong Yidong [Thu, 8 May 2008 18:10:05 +0000 (18:10 +0000)]
(Appending Kills): Remove a strangely off-topic index entry.
Chong Yidong [Thu, 8 May 2008 18:09:59 +0000 (18:09 +0000)]
* killing.texi (Appending Kills): Remove a strangely off-topic index
entry.
Sam Steingold [Thu, 8 May 2008 17:28:05 +0000 (17:28 +0000)]
(compilation-minor-mode-map, compilation-mode-map):
Bind "g" to recompile and "q" to quit-window.
(grep-mode-map): Use `set-keymap-parent' to connect it
to `compilation-minor-mode-map' (instead of an explicit `cons').
Juanma Barranquero [Thu, 8 May 2008 15:59:16 +0000 (15:59 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 8 May 2008 15:46:49 +0000 (15:46 +0000)]
(org-publish-project-alist): Doc fixes.
(org-publish-use-timestamps-flag): Reflow docstring.
(org-publish-files-alist): Fix typos in docstring.
Juanma Barranquero [Thu, 8 May 2008 15:46:22 +0000 (15:46 +0000)]
(org-bbdb-export): Remove leftover docstring.
(org-bbdb-anniversary-field, org-bbdb-extract-date-fun, org-bbdb-anniv-split):
Fix typos in docstrings.
Juanma Barranquero [Thu, 8 May 2008 15:45:57 +0000 (15:45 +0000)]
(org-info-store-link): Remove leftover docstring.
Juanma Barranquero [Thu, 8 May 2008 15:45:41 +0000 (15:45 +0000)]
(org-remember-store-without-prompt, org-remember-templates):
Fix typos in docstrings.
Juanma Barranquero [Thu, 8 May 2008 15:45:20 +0000 (15:45 +0000)]
(org-mew-store-link): Fix typo in docstring.
Juanma Barranquero [Thu, 8 May 2008 15:44:24 +0000 (15:44 +0000)]
(org-call-with-arg, org-autoload): Fix typos in docstrings.
Juanma Barranquero [Thu, 8 May 2008 15:43:49 +0000 (15:43 +0000)]
(org-irc-parse-link): Fix typo in docstring.
Juanma Barranquero [Thu, 8 May 2008 15:43:31 +0000 (15:43 +0000)]
(org-hide): Fix typo in docstring.
Juanma Barranquero [Thu, 8 May 2008 15:43:04 +0000 (15:43 +0000)]
(org-archive-stamp-time, org-archive-save-context-info):
Fix typos in docstrings.
Juanma Barranquero [Thu, 8 May 2008 15:42:27 +0000 (15:42 +0000)]
(org-modules, org-format-latex-options): Fix typos in docstrings.
Sam Steingold [Thu, 8 May 2008 14:51:03 +0000 (14:51 +0000)]
(cvs-bury-buffer): Revert my patch: quit-window
appears to be too aggressive with window removal.
Stefan Monnier [Thu, 8 May 2008 14:46:34 +0000 (14:46 +0000)]
Fix up commenting convention.
Stefan Monnier [Thu, 8 May 2008 14:19:51 +0000 (14:19 +0000)]
(rfc2104-hexstring-to-bitstring): Rename it back from
rfc2104-hexstring-to-byte-list. Return a unibyte string.
(rfc2104-hash): Use it.
Dan Nicolaescu [Thu, 8 May 2008 13:44:16 +0000 (13:44 +0000)]
(verilog-type-font-keywords): Add leda and 0in
as pragma keywords.
(verilog-pretty-expr): Support lining up assignments which include
part selects.
(verilog-mode): More portable check for the availability of
hideshow support.
(verilog-do-indent): Remove special indent for declarations inside
a parenthetical list. The code is ill-advised, and doesn't work
given the new user defined types.
(verilog-set-auto-endcomments): Enhance function automatic
endcomment to support functions that return user defined types.
(verilog-mode): Add code to tell which-function-mode minor mode
that Verilog supports this feature.
Juanma Barranquero [Thu, 8 May 2008 13:31:31 +0000 (13:31 +0000)]
Update autoloads.
Eli Zaretskii [Thu, 8 May 2008 11:53:29 +0000 (11:53 +0000)]
Change file name on the last line.
Eli Zaretskii [Thu, 8 May 2008 11:24:15 +0000 (11:24 +0000)]
Provide/require epa-hook, not epa-file-hook.
Eli Zaretskii [Thu, 8 May 2008 11:16:22 +0000 (11:16 +0000)]
("epa-hook"): Load epa-hook instead of epa-file-hook.
Eli Zaretskii [Thu, 8 May 2008 11:05:25 +0000 (11:05 +0000)]
Renamed lisp/epa-file-hook.el to lisp/epa-hook.el.
Eli Zaretskii [Thu, 8 May 2008 10:55:33 +0000 (10:55 +0000)]
Renamed org-infojs.el to org-jsinfo.el.
Miles Bader [Thu, 8 May 2008 09:59:56 +0000 (09:59 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1150
Miles Bader [Thu, 8 May 2008 09:59:46 +0000 (09:59 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1149
Glenn Morris [Thu, 8 May 2008 05:40:55 +0000 (05:40 +0000)]
Fix comment typo in previous.
Juanma Barranquero [Thu, 8 May 2008 04:07:39 +0000 (04:07 +0000)]
(Ffont_match_p): Don't use `iff' in docstring.
Miles Bader [Thu, 8 May 2008 03:56:20 +0000 (03:56 +0000)]
Remove lisp/international/.arch-inventory
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1146
Juanma Barranquero [Thu, 8 May 2008 03:52:53 +0000 (03:52 +0000)]
(robin-package-alist): Fix typo in docstring.
(robin-current-package-name): Doc fix.
(robin-activate): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:43:39 +0000 (03:43 +0000)]
(ps-mule-external-libraries): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:42:10 +0000 (03:42 +0000)]
(python-comment-line-p, python-blank-line-p, python-skip-out,
python-check-comint-prompt): Don't use `iff' in docstrings.
Juanma Barranquero [Thu, 8 May 2008 03:39:26 +0000 (03:39 +0000)]
(eshell-review-quick-commands): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:38:53 +0000 (03:38 +0000)]
(autoload-generate-file-autoloads): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:38:21 +0000 (03:38 +0000)]
(ad-special-form-p): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:37:39 +0000 (03:37 +0000)]
(completion-table-with-predicate): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:37:07 +0000 (03:37 +0000)]
(json-alist-p, json-plist-p): Don't use `iff' in docstrings.
Juanma Barranquero [Thu, 8 May 2008 03:36:27 +0000 (03:36 +0000)]
(toggle-auto-composition): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:35:38 +0000 (03:35 +0000)]
(define-abbrev-table): Don't use `iff' in docstring.
Juanma Barranquero [Thu, 8 May 2008 03:33:39 +0000 (03:33 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 8 May 2008 03:22:54 +0000 (03:22 +0000)]
(gnus-article-toggle-truncate-lines): Don't use `iff' in docstrings.
Eric S. Raymond [Wed, 7 May 2008 22:11:08 +0000 (22:11 +0000)]
Meta-CVS support removed.
Eric S. Raymond [Wed, 7 May 2008 21:27:41 +0000 (21:27 +0000)]
Remove VC-Dired and backend dir-state methods.
Eric S. Raymond [Wed, 7 May 2008 18:18:04 +0000 (18:18 +0000)]
Remove dead code.
Stefan Monnier [Wed, 7 May 2008 18:16:28 +0000 (18:16 +0000)]
Choose images dynamically.
(tool-bar-make-keymap, tool-bar-find-image): New function.
(tool-bar-find-image-cache): New var.
(tool-bar-local-item, tool-bar-local-item-from-menu):
Don't select the image yet, do it later in tool-bar-make-keymap.
Stefan Monnier [Wed, 7 May 2008 15:07:02 +0000 (15:07 +0000)]
(gnus-enter-server-buffer): Make sure the server-buffer
is current before calling gnus-server-prepare.
(gnus-server-setup-buffer, gnus-server-update-server)
(gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
Andreas Schwab [Wed, 7 May 2008 12:52:22 +0000 (12:52 +0000)]
Require 'cl when compiling.
Eli Zaretskii [Wed, 7 May 2008 10:32:47 +0000 (10:32 +0000)]
Fix last change: don't use < and > in "rem" lines, they are interpreted
as redirection by DOS shells.
Eric S. Raymond [Wed, 7 May 2008 09:57:41 +0000 (09:57 +0000)]
Second attempt to move the VC-specific menu initialization.
Glenn Morris [Wed, 7 May 2008 07:37:21 +0000 (07:37 +0000)]
(AH_TOP): Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 7 May 2008 07:35:58 +0000 (07:35 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 7 May 2008 07:27:10 +0000 (07:27 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 7 May 2008 07:18:17 +0000 (07:18 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 7 May 2008 07:05:59 +0000 (07:05 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Dan Nicolaescu [Wed, 7 May 2008 06:01:08 +0000 (06:01 +0000)]
(Fx_create_frame): Make a copy of frame parameters
because the original parameters are in pure storage now.
(mac_window): Remove unused params. Update callers.
Dan Nicolaescu [Wed, 7 May 2008 03:45:57 +0000 (03:45 +0000)]
(vc-dir-insert-directories): Default to t.
Glenn Morris [Wed, 7 May 2008 03:41:32 +0000 (03:41 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Wed, 7 May 2008 03:37:08 +0000 (03:37 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Fix footer where needed.
Glenn Morris [Wed, 7 May 2008 03:12:07 +0000 (03:12 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Fix arch-tag format.
Glenn Morris [Wed, 7 May 2008 03:07:22 +0000 (03:07 +0000)]
Regenerate.
Glenn Morris [Wed, 7 May 2008 03:01:30 +0000 (03:01 +0000)]
Add ignore-errors.
Glenn Morris [Wed, 7 May 2008 02:59:40 +0000 (02:59 +0000)]
(fortran-mode): Fix font-lock-syntactic-keywords oddness.
Glenn Morris [Wed, 7 May 2008 02:58:25 +0000 (02:58 +0000)]
(ignore-errors): Move to subr.el.
Glenn Morris [Wed, 7 May 2008 02:57:53 +0000 (02:57 +0000)]
(ignore-errors): Move here from cl-macs.el.
Glenn Morris [Wed, 7 May 2008 02:56:35 +0000 (02:56 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Eric S. Raymond [Wed, 7 May 2008 00:19:19 +0000 (00:19 +0000)]
Merege two functions in preparation for removing dired.
Eric S. Raymond [Tue, 6 May 2008 23:56:49 +0000 (23:56 +0000)]
Cleanup preparatory to getting rid of dired.
Eric S. Raymond [Tue, 6 May 2008 23:44:50 +0000 (23:44 +0000)]
Back out menu move, it broke something obscure.
Juanma Barranquero [Tue, 6 May 2008 23:44:24 +0000 (23:44 +0000)]
Update autoloads.
Stefan Monnier [Tue, 6 May 2008 20:11:13 +0000 (20:11 +0000)]
(substitute_object_recurse): Use lower-level primitives.
Don't signal errors when traversing sub-char-tables.
Don't loop over all the possible characters when traversing char-tables.
Eric S. Raymond [Tue, 6 May 2008 19:12:34 +0000 (19:12 +0000)]
More refactoring.