1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

11718 commits

Author SHA1 Message Date
Dan Nicolaescu
3a44b2ae7a (log-view-marked-list): Delete variable.
(log-view-mode): Don't use it.
(log-view-toggle-mark-entry): Likewise, simplify.
(log-view-current-tag): Don't return properties.
(log-view-get-marked): New function.
2007-08-25 20:07:23 +00:00
Dan Nicolaescu
6f222162a7 * vc-git.el (vc-git-mode-line-string): New function. 2007-08-25 20:04:26 +00:00
Alan Mackenzie
f2f800c3ef *** empty log message *** 2007-08-25 16:57:31 +00:00
Juri Linkov
1ae0abbc93 (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el. 2007-08-25 14:09:24 +00:00
Reiner Steib
f29897bb38 (cvs-query-directory): Only prompt when prefix is given.
Don't behave differently when executed via M-x.  Add doc string.
2007-08-25 12:25:50 +00:00
Reiner Steib
4d0a94d6be (sort-fold-case, sort-numeric-base): Mark as safe-local-variable. 2007-08-25 12:24:12 +00:00
Jay Belanger
94a954954c (var-TimeZone): Make nil the default value.
(math-calendar-tzinfo): New variable.
(math-get-calendar-tzinfo): New function.
(calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
to get information when zone is nil.
2007-08-25 01:37:13 +00:00
Dan Nicolaescu
83db937cda (log-view-toggle-mark-entry): New function.
(log-view-mode-map): Bind it.
(log-view-marked-list): New variable.
(log-view-mode): Make it local.
2007-08-24 17:28:00 +00:00
Thien-Thi Nguyen
5b29d790c9 (zone-pgm-rat-race): New func.
(zone-programs): Add `zone-pgm-rat-race'.
2007-08-24 16:07:07 +00:00
Stefan Monnier
9d693d807f (byte-optimize-if): Don't presume `clause' is a list. 2007-08-24 14:39:25 +00:00
Juanma Barranquero
6794bf285d *** empty log message *** 2007-08-24 10:50:07 +00:00
Thien-Thi Nguyen
39696a778f (hs-match-data): Delete alias.
(hs-hide-block-at-point, hs-find-block-beginning)
(hs-show-block): Use `match-data' directly.
2007-08-24 10:41:57 +00:00
Martin Rudalics
a19ab870d7 *** empty log message *** 2007-08-24 05:51:28 +00:00
Michael Albinus
0f205eeefa * net/tramp.el (tramp-local-host-p): New defun.
(tramp-handle-file-local-copy, tramp-handle-write-region):
Implement fast track when being on the local host.
(tramp-file-name-handler): Don't set "started" property.  It shall
be reserved for the "ftp" method.
(tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.

* net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
(tramp-ftp-file-name-handler):  Set "started" property.
2007-08-24 05:27:22 +00:00
Glenn Morris
46b0d02912 (backup-buffer-copy): Revert 2007-08-22 change. 2007-08-24 03:07:45 +00:00
Glenn Morris
d25b54b37c Check for a suitably recent makeinfo. 2007-08-24 03:03:09 +00:00
Glenn Morris
5f5ba82536 (tutorial-directory): Set with eval-at-startup so it gets the right
value in an installed Emacs.
2007-08-24 02:57:53 +00:00
Masatake YAMATO
68a4a27a03 (gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body. 2007-08-23 21:41:48 +00:00
Stefan Monnier
9ec5dfe64b (byte-compile-output-docform, byte-compile-output-as-comment):
Use with-current-buffer rather than a weird set-buffer&prog1 combination.
2007-08-23 19:58:31 +00:00
Stefan Monnier
40fafc2162 (byte-optimize-if): Move `progn' out of the test
so as to optimise cases where the `progn's result is constant.
2007-08-23 19:56:16 +00:00
Thien-Thi Nguyen
25ca95c050 (locate-get-file-positions): Use
`line-beginning-position' and `line-end-position'.
2007-08-23 18:41:59 +00:00
John Wiegley
305c237ca2 2007-08-23 John Wiegley <johnw@newartisans.com>
* calendar/cal-bahai.el: Added in the diacriticals that were
missing for many of the month names.
2007-08-23 18:37:08 +00:00
Juanma Barranquero
8274348c79 *** empty log message *** 2007-08-23 15:01:12 +00:00
Juanma Barranquero
de09204d7a *** empty log message *** 2007-08-23 14:45:45 +00:00
Jason Rumney
4d2f172bd3 (vc-menu-map-filter): Reapply 2007-08-06 bugfix. 2007-08-22 22:40:18 +00:00
Chong Yidong
fc45cdb952 * image-mode.el (image-minor-mode): Use image-mode-text-map. 2007-08-22 22:27:51 +00:00
Thien-Thi Nguyen
92b6027c9a *** empty log message *** 2007-08-22 19:48:50 +00:00
Michael Albinus
66a100be19 * comint.el (comint-exec-1): Raise an error if
`start-file-process' does not return a process object.

* shell.el (shell): Prompt for `default-directory' if it is a
remote file name, and if called with a prefix arg.
2007-08-22 19:47:57 +00:00
Sam Steingold
dae2bd5682 (cvs-vc-command-advice): Fix a typo in code (file->files). 2007-08-22 15:48:22 +00:00
Carsten Dominik
daa89d0f73 * textmodes/org-publish.el (org-publish-org-to-latex): New
function.
2007-08-22 11:51:09 +00:00
Carsten Dominik
48aaad2d38 * textmodes/org.el (org-agenda-skip): Allow a form for
`org-agenda-skip-function'.
	(org-agenda-redo): Re-use local settings.
	(org-agenda): Store local settings.
	(org-agenda-deadline-faces): New option.
	(org-agenda-deadline-face): New function.
	(org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
	entries on their due date.
	(org-agenda-get-timestamps): No longer handle the due dates of
	schedules and deadline items.
	(org-insert-link-global, org-open-at-point-global): New commands.
	(org-export-as-ascii): Call `org-cleaned-string-for-export' with a
	:for-ascii parameter.
	(org-skip-comments): Function removed.
	(org-cleaned-string-for-export): Handle special table lines.
	(org-global-properties): New option.
	(org-entry-get-with-inheritance): Check global properties.
	(org-local-properties): New variable.
	(org-set-regexps-and-options): Find the #+PROPERTY line.
	(org-link-types): Change type into variable (was constant).
	(org-make-link-regexps): New function.
	(org-link-re-with-space, org-link-re-with-space2)
	(org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
	(org-bracket-link-analytic-regexp, org-any-link-re): Creation of
	these regular expressions happens now in the function
	`org-make-link-regexps'.
	(org-store-link): Call the functions in
	`org-store-link-functions'.
	(org-add-link-type): New function.
	(org-store-link-functions): New variable.
	(org-activate-tags): Force matches to be in headlines.
	(org-batch-store-agenda-views): Fix bug with killing agenda
	buffer.
	(org-columns-display-here): Make sure this works in a narrowed
	buffer by checking for point-min.
	(org-columns-display-here): Make the rest of the line intangible,
	so that point never can be there.
	(org-cleaned-string-for-export): Use `with-current-buffer'.
	(org-replace-region-by-html): Use `with-current-buffer'.
	(org-unfontify-region, org-do-occur, org-columns-display-here)
	(org-columns-remove-overlays, org-columns-quit)
	(org-columns-edit-value, org-columns-next-allowed-value)
	(org-eval-in-calendar, org-agenda-undo, org-no-read-only)
	(org-finalize-agenda, org-remove-subtree-entries-from-agenda)
	(org-agenda-todo, org-agenda-change-all-lines)
	(org-agenda-align-tags, org-agenda-priority)
	(org-agenda-set-tags, org-agenda-toggle-archive-tag)
	(org-agenda-show-new-time, org-cleaned-string-for-export)
	(org-export-grab-title-from-buffer):
	(org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
	instead of `buffer-read-only'.
	(org-export-as-html): Set `coding-system-for-write'.
	(org-remember-store-without-prompt): New option.
	(org-archive-subtree): Fixed bug with modifying TODO keyword.
	(org-beginning-of-line): Also treat C-a special in items.
	(org-table-convert-refs-to-rc): Fixed problem with column
	reference after "..".
	(org-columns-compute): Don't mark buffer modified because of text
	properties.
	(org-batch-store-agenda-views): Use the variable
	`default-directory', not the function.
	(org-clock-out-if-current): Respect `org-clock-out-when-done'.
	(org-clock-out-when-done): New option.
	(org-html-entities): Added HTML entities for smileys.
2007-08-22 11:49:10 +00:00
Carsten Dominik
f50236f65b *** empty log message *** 2007-08-22 11:47:43 +00:00
Glenn Morris
38f37c0fdb Move from etc/ to etc/images/ 2007-08-22 07:48:34 +00:00
Glenn Morris
9ca6898a72 Move tutorials from etc/ to etc/tutorials/ 2007-08-22 07:41:44 +00:00
Michael Albinus
f84638eb6b * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
otherwise.
(tramp-get-remote-path): New defun.  Replace occurences of
`tramp-default-remote-path' by this function.
(tramp-set-remote-path): Move most of the code to
`tramp-get-remote-path'.
(tramp-get-ls-command, tramp-get-remote-id): Don't check for not
existing directories, this is done already in
`tramp-get-remote-path'.
2007-08-22 05:47:42 +00:00
Glenn Morris
9c818156d9 Paul Pogonyshev <pogonyshev at gmx.net>
(image-type-header-regexps): Add svg entry.
2007-08-22 04:05:28 +00:00
Glenn Morris
90b64c0920 (backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.
2007-08-22 03:49:45 +00:00
Glenn Morris
11bdb42c26 (rmail-movemail-variant-p): Call on load to set movemail related variables.
(rmail-insert-inbox-text): Use only rmail-movemail-program, which
will now be set before this is called.
2007-08-22 03:37:21 +00:00
Juri Linkov
4bf9880004 (cua-paste): Use `mouse-region-match' instead of checking last-command. 2007-08-21 20:05:14 +00:00
Juri Linkov
e255d6b0a1 Preload "button". 2007-08-21 19:19:46 +00:00
Stefan Monnier
7a252d11f3 (byte-compile-interactive-only-functions): Add previous-line and next-line. 2007-08-21 15:53:39 +00:00
Stefan Monnier
80d7d79f55 (vc-arch-extra-menu-map): New var and fun.
(vc-arch-find-file-not-found-hook): Remove, it's now the default.
2007-08-21 15:18:06 +00:00
Stefan Monnier
dc172b7323 (vc-menu-map): Don't setup any more.
Instead, just create the proper spot in the menu.
2007-08-21 15:08:47 +00:00
Stefan Monnier
e2247dc840 (vc-menu-entry): New var.
(vc-mode-line-map): Use it so that this menu also uses the extra-menu.
(menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
(vc-menu-map): Declare and initialize in one step.
(vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter
2007-08-21 15:07:36 +00:00
Miles Bader
bdaf8a62d5 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 93-96)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 245)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-856
2007-08-21 04:51:30 +00:00
Juri Linkov
cb3fe75728 (fancy-splash-text): Change multiple tabs into one tab.
Remove "Useful File menu items" section (with "Exit Emacs"
and "Recover Crashed Session").
(fancy-splash-screens): Set tab-width to 22.
(normal-splash-screen): Replace literal tabs with \t and
fix whitespace.  Remove "Useful File menu items" section (with
"Exit Emacs" and "Recover Crashed Session").
2007-08-20 23:28:16 +00:00
Vinicius Jose Latorre
88b73bbf7e preceding-sexp 2007-08-20 15:53:09 +00:00
Vinicius Jose Latorre
30a718e6b7 preceding-sexp 2007-08-20 15:52:47 +00:00
Thien-Thi Nguyen
1c0f367bc2 Kill eol whitespace. 2007-08-20 12:26:40 +00:00
Andreas Schwab
0574be1801 (rmail-autodetect): Doc fix. 2007-08-20 09:30:22 +00:00