1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
Commit graph

72344 commits

Author SHA1 Message Date
Martin Rudalics
ec8dda2f29 (format-alist): Fix typo in doc-string. 2007-08-24 05:43:36 +00:00
Martin Rudalics
cac4219c91 (Finsert_file_contents): Consult CHARS_MODIFF to tell
whether decoding has modified buffer contents.
2007-08-24 05:36:39 +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
bb1f0d92c2 Ulrich Mueller <ulm at gentoo.org> (tiny change)
(backup-buffer-copy): Don't wrap delete in condition-case, only try to
delete if file exists.
2007-08-24 03:08:13 +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
Glenn Morris
5e4599b863 Regenerate. 2007-08-24 02:43:19 +00:00
Glenn Morris
e7ce857712 Mention eldoc-highlight-function-argument. 2007-08-24 02:32:10 +00:00
Glenn Morris
43fcc18a25 Nikolaj Schumacher <n_schumacher at web.de> (tiny change)
(eldoc-highlight-function-argument): New face.
(eldoc-highlight-function-argument): Use it.
2007-08-24 02:30:59 +00:00
Jason Rumney
5fc9fdeb31 [HAVE_NTGUI]: Define dynamic loaded functions.
(Qgdk_pixbuf, Qglib) [HAVE_NTGUI]: New symbols.
(syms_of_image) [HAVE_NTGUI]: Intern and staticpro them.
(init_svg_functions) [HAVE_NTGUI]: New function.
(fn_g_type_init, fn_g_object_unref, fn_g_error_free): New #defines.
(svg_load_image): Use them.
(svg_load_image) [HAVE_NTGUI]: Implement background.
2007-08-24 00:28: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
0f67ac3871 *** empty log message *** 2007-08-23 20:12:07 +00:00
Stefan Monnier
3d20d6aaef *** empty log message *** 2007-08-23 20:02:54 +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
Miles Bader
ae26cdc5a9 Add arch tagline 2007-08-23 09:04:41 +00:00
YAMAMOTO Mitsuharu
93b234062e (wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
(ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
Remove macros.
[MAC_OSX] (socket_callback): Do nothing.
[MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
ReceiveNextEvent.
[MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
socket_callback.
(mac_wakeup_from_rne) [MAC_OSX]: Do nothing.
2007-08-23 08:45:46 +00:00
YAMAMOTO Mitsuharu
c21e615131 (svg_load_image): Blend with specified background if exists.
Use IMAGE_BACKGROUND.  Add Mac OS Support.
2007-08-23 08:44:57 +00:00
YAMAMOTO Mitsuharu
a1b7773a92 (RSVG_LIBS, RSVG_CFLAGS): New variables.
(ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
(LIBX): Remove @RSVG_LIBS@.
(LIBES): Add $(RSVG_LIBS).
2007-08-23 08:44:38 +00:00
YAMAMOTO Mitsuharu
ae0476ed50 Reflect configure.in change manually. 2007-08-23 08:44:20 +00:00
YAMAMOTO Mitsuharu
7abdcaf4c8 Check librsvg2 also for Mac Carbon. 2007-08-23 08:43:43 +00:00
Glenn Morris
666e0eda65 Add more detail to existing entry. 2007-08-23 03:59:55 +00:00
Glenn Morris
08039aa294 (mostlyclean, clean, distclean, maintainer-clean): Delete these
targets since nothing uses them.
(SOURCES): Update.
Move comments to e/README.  Remove license from now-trivial file.
2007-08-23 03:38:12 +00:00
Glenn Morris
06974c3385 New file, with most information formerly in etc/Makefile. 2007-08-23 03:23:34 +00:00
Jason Rumney
4d2f172bd3 (vc-menu-map-filter): Reapply 2007-08-06 bugfix. 2007-08-22 22:40:18 +00:00
Chong Yidong
d1d45b92cc (image-minor-mode): Use image-mode-text-map. 2007-08-22 22:28:01 +00:00
Chong Yidong
fc45cdb952 * image-mode.el (image-minor-mode): Use image-mode-text-map. 2007-08-22 22:27:51 +00:00
Karl Berry
ccdcf9627e sync refcard with printed version 2007-08-22 20:45:38 +00:00
Michael Albinus
6c5d503fc2 * NEWS: `shell' prompts for the default directory if called with a
prefix and `default-directory' is a remote file name.
2007-08-22 20:08:18 +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
Thien-Thi Nguyen
7daa3523ac (dabbrev--progress-reporter): New variable.
(dabbrev--scanning-message): Delete func.
(dabbrev--find-expansion): Use a progress reporter
instead of dabbrev--scanning-message.
2007-08-22 19:47:53 +00:00
Romain Francoise
561c44e849 Follow reorganization of files in etc/. 2007-08-22 17:50:31 +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
fd3c02d8cb * org.texi (Adding hyperlink types): New section.
(Embedded LaTeX): Chapter updated because of LaTeX export.
	(LaTeX export): New section.
	(Using links out): New section.
2007-08-22 11:52:16 +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
Miles Bader
5ad508cded Add arch tagline 2007-08-22 11:37:33 +00:00
Carsten Dominik
72a8165649 New file 2007-08-22 11:32:47 +00:00
Glenn Morris
9f56b5ee3a Move information about tex files from etc/README to etc/refcards/README.
Remove license from file as it is now trivial.
2007-08-22 08:22:58 +00:00
Glenn Morris
051cc2b65f Fix typo. 2007-08-22 08:20:40 +00:00
Glenn Morris
1181a8b00f Move information about tex files from etc/README to etc/refcards/README. 2007-08-22 08:20:05 +00:00
Glenn Morris
869653856c New file, with existing refcard rules from etc/Makefile. 2007-08-22 08:17:11 +00:00
Glenn Morris
6090e05ee7 Move refcard rules to new file etc/refcards/Makefile. 2007-08-22 08:15:42 +00:00