1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

45025 commits

Author SHA1 Message Date
Dan Nicolaescu
10c7e43106 * vc-hg.el:
* vc-git.el: Require vc-dir when compiling.
2008-06-25 05:35:05 +00:00
Kenichi Handa
249e6f764a *** empty log message *** 2008-06-25 04:58:14 +00:00
Dan Nicolaescu
34e6028a41 (vc-annotate-parent-rev): Pacify byte compiler.
(vc-svn-parse-status): Do not set the vc-backend property.
2008-06-25 03:26:45 +00:00
Dan Nicolaescu
2913a58d6e * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
vc-dir-marked-only-files.  Change the return value.
(vc-dir-child-files-and-states): Rename from vc-dir-child-files.
Change the return value.
(vc-dir-deduce-fileset): New function broken out from ...
* vc.el (vc-deduce-fileset): ... here and ...
(vc-deduce-fileset): ... here.
2008-06-25 03:19:14 +00:00
Kenichi Handa
9a9d8a8fa7 (image-jpeg-p): Convert DATA to unibyte at first. 2008-06-25 02:48:03 +00:00
Dan Nicolaescu
e53ac7180f (vc-annotate-parent-rev): Pacify byte compiler. 2008-06-25 02:45:50 +00:00
Andreas Schwab
ed008205fc (face-font-family-alternatives, variable-pitch): Use
"Sans Serif", not "Sans-Serif".
2008-06-25 00:39:59 +00:00
Chong Yidong
80073c336e (face-font-family-alternatives, variable-pitch): Change "Sans" to the
canonical name "Sans-Serif".
2008-06-24 18:18:05 +00:00
Chong Yidong
61cfc803f8 * faces.el (face-font-family-alternatives, variable-pitch): Change
"Sans" to the canonical name "Sans-Serif".
2008-06-24 18:17:55 +00:00
Stefan Monnier
4e09950491 Fix up comments. 2008-06-24 13:29:28 +00:00
Jason Rumney
3a8105cd57 Add coding tag. 2008-06-24 08:58:45 +00:00
Jay Belanger
aee08080a2 (Killing from the stack): Mention how to use normal Emacs copying. 2008-06-24 05:27:35 +00:00
Jay Belanger
7a3e1fb5a8 (calc-init-extensions): Add keybinding for `kill-ring-save'. 2008-06-24 05:22:08 +00:00
Jay Belanger
7163bf2cc3 (calc-mode-map): Add extra keybindings to `calc-missing-key'. 2008-06-24 05:21:40 +00:00
Miles Bader
520713e786 Handle void selection in mouse-appearance-menu
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1281
2008-06-24 04:52:51 +00:00
Dan Nicolaescu
2a520399dc * add-log.el (add-change-log-entry): Add new arg to force each new
entry to be on a new line.
* diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2008-06-24 04:04:48 +00:00
Dan Nicolaescu
c4c0a44b61 (vc-client-object): Remove.
(vc-dir-prepare-status-buffer): Take a backend as an argument and
use it when looking for a buffer.
(vc-dir): Add a backend argument.  Set revert-buffer-function.
Don't create a client object.  Move bindings ...
(vc-dir-menu-map, vc-dir-mode-map): ... here.
(vc-dir-revert-buffer-function): New function.
(vc-generic-status-printer): Rename to ...
(vc-dir-status-printer): ... this.
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu, vc-make-backend-object): Remove.
(vc-default-status-printer): Use a different face for
directories.  Don't display any text for directories in the state
column.  Add tooltips.
2008-06-24 03:45:06 +00:00
Dan Nicolaescu
572aed3d4c (Todo): Update. 2008-06-24 03:24:38 +00:00
Dan Nicolaescu
f8bd9ac6ef * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
* vc-rcs.el (vc-annotate-convert-time):
* vc-mtn.el (vc-annotate-convert-time):
* vc-git.el (vc-annotate-convert-time):
* vc-cvs.el (vc-annotate-convert-time):
* vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2008-06-24 02:41:04 +00:00
Juanma Barranquero
f245f2c610 Fix typos. 2008-06-24 01:07:34 +00:00
Dan Nicolaescu
ffbda93a86 (vc-annotate-mode): Derive from special-mode
instead of using view-mode.
2008-06-23 07:03:33 +00:00
Stefan Monnier
b7bc82c546 (distclean): Don't delete *.elc and autogen files. 2008-06-23 03:11:56 +00:00
Miles Bader
81c5ac7ed9 Add arch tagline 2008-06-23 00:13:34 +00:00
Dan Nicolaescu
74d0991fc5 * vc.el:
* vc-hooks.el:
* vc-dispatcher.el: Move vc-dir variables and functions ...
* vc-dir.el: ... here.  New file.
* Makefile.in (ELCFILES): Add vc-dir.elc.
2008-06-22 19:04:22 +00:00
Dan Nicolaescu
f439c140ac * vc.el: Move vc-annotate variables and functions ...
* vc-annotate.el: ... here.  New file.
* Makefile.in (ELCFILES): Add vc-annotate.elc.
2008-06-22 17:56:00 +00:00
Dan Nicolaescu
22dbf879a3 * vc-dav.el: Move here from url/vc-dav.el.
(Todo): Note work needed to make this backend functional.

* Makefile.in (ELCFILES): Update vc-dav.el location.
2008-06-22 15:01:52 +00:00
Dan Nicolaescu
0b5c42251a * vc-dav.el: Move here from url/vc-dav.el.
* Makefile.in (ELCFILES): Update vc-dav.el location.

* vc-dav.el: Move to the parent directory to be together with the
rest of the VC backends.
2008-06-22 14:57:42 +00:00
Stefan Monnier
b4945b9599 * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.
* Makefile.in (${lisp} ${SOME_MACHINE_LISP}, ../lisp/loaddefs.el):
Use $(BOOTSTRAPEMACS) rather than witness-emacs.
(bootstrap-emacs${EXEEXT}): Merge witness-emacs into it.
(witness-emacs): Remove.
(lisp, shortlisp): Move loaddefs.el earlier.
(mostlyclean): Forget about witness-emacs.
* Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2008-06-22 13:57:28 +00:00
Glenn Morris
f63b822ef9 (help-xref-interned): Declare. 2008-06-21 23:02:20 +00:00
Glenn Morris
210c6549fa (easy-mmode-set-keymap-parents): Evaluate definition when compiling. 2008-06-21 23:01:01 +00:00
Glenn Morris
e8f28744e2 Require 'cl when compiling. 2008-06-21 23:00:49 +00:00
Glenn Morris
0f18579193 Require 'cl when compiling. 2008-06-21 20:34:50 +00:00
Glenn Morris
9c8dd25e48 Require 'cl when compiling. 2008-06-21 20:32:42 +00:00
Glenn Morris
321d9c42c4 (bug-reference-fontify): Revert previous change that saved match data. 2008-06-21 20:30:00 +00:00
Glenn Morris
231f8f3f11 Add bug-reference-url-format local setting. 2008-06-21 20:14:27 +00:00
Glenn Morris
bffc65597f (bug-reference-map): Bind down-mouse-1 rather than mouse-1.
(bug-reference-url-format): Autoload safe if string.
(bug-reference-bug-regexp): Make space after "bug" optional.
(bug-reference-fontify): Save match data.
2008-06-21 20:13:48 +00:00
John Paul Wallington
a86a16098e (define-derived-mode): Add `doc-string' declaration. 2008-06-21 20:00:04 +00:00
John Paul Wallington
536db356f9 (rst-mode): Put docstring in right place. 2008-06-21 19:53:46 +00:00
Chong Yidong
245a769859 (fancy-about-text, fancy-startup-tail): Increase text size for
legibility.
2008-06-21 19:52:27 +00:00
Chong Yidong
41b972bd13 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
size for legibility.
2008-06-21 19:52:17 +00:00
Glenn Morris
24f6e371b7 (all): Explicitly pass EMACS to sub-make, for some non-GNU makes. 2008-06-21 19:48:40 +00:00
Chong Yidong
d5f5733533 (fixed-pitch): Use "Monospace" family.
(variable-pitch): Use "Sans" family.
(face-font-family-alternatives): Define alternatives for "Sans"
and "Monospace".
2008-06-21 19:42:51 +00:00
Chong Yidong
16cfacf83b * faces.el (fixed-pitch): Use "Monospace" family.
(variable-pitch): Use "Sans" family.
(face-font-family-alternatives): Define alternatives for "Sans"
and "Monospace".
2008-06-21 19:42:37 +00:00
Glenn Morris
2134e3762c Whitespace. 2008-06-21 19:39:35 +00:00
Glenn Morris
32301fae6f Fix rst.el attribution. 2008-06-21 19:39:01 +00:00
Glenn Morris
3c0d7a5e5f (custom-dependencies-no-scan-regexp): Add ldefs-boot.el. 2008-06-21 19:36:15 +00:00
Glenn Morris
276f10b759 (finder-no-scan-regexp): Add ldefs-boot.el 2008-06-21 19:35:45 +00:00
Glenn Morris
7fae72ef7e Comment fixes. 2008-06-21 19:33:21 +00:00
Glenn Morris
3eee90de6e (calendar-forward-day): Scroll in one month increments.
(calendar-cursor-to-nearest-date): Use layout variables.
Use calendar-column-to-month.
(calendar-cursor-to-visible-date): Use layout variables.
2008-06-21 19:28:58 +00:00
Glenn Morris
0c74d40b02 Factor out the magic numbers controlling the calendar layout.
(calendar-month-digit-width, calendar-month-width)
(calendar-right-margin): New variables.
(calendar-recompute-layout-variables, calendar-set-layout-variable):
New functions.
(calendar-left-margin, calendar-intermonth-spacing)
(calendar-column-width, calendar-day-header-width)
(calendar-day-digit-width): New options.
(calendar-first-date-row): New constant.
(calendar-move-to-column, calendar-ensure-newline): New functions,
replacing calendar-insert-indented.
(calendar-insert-indented): Remove function.
(calendar-generate-month): Use calendar-move-to-column and
calendar-ensure-newline.  Use layout variables.
(calendar-generate, calendar-update-mode-line)
(calendar-font-lock-keywords): Use layout variables.
(calendar-column-to-month): New function.
(calendar-cursor-to-date): Use calendar-column-to-month.
Use layout variables.
2008-06-21 19:28:09 +00:00