bpt/emacs.git
16 years ago(image-type-header-regexps): Use more complex regexp for svg.
Juri Linkov [Sat, 25 Aug 2007 14:05:49 +0000 (14:05 +0000)]
(image-type-header-regexps): Use more complex regexp for svg.
(image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
(image-type-auto-detectable): Add (svg . maybe).

16 years ago(jka-compr-compression-info-list): Add .svgz to treat it like .tgz.
Juri Linkov [Sat, 25 Aug 2007 14:04:34 +0000 (14:04 +0000)]
(jka-compr-compression-info-list): Add .svgz to treat it like .tgz.

16 years agoAdd file coding cookie.
Juri Linkov [Sat, 25 Aug 2007 14:03:30 +0000 (14:03 +0000)]
Add file coding cookie.

16 years ago(cvs-query-directory): Only prompt when prefix is given.
Reiner Steib [Sat, 25 Aug 2007 12:25:50 +0000 (12:25 +0000)]
(cvs-query-directory): Only prompt when prefix is given.
Don't behave differently when executed via M-x.  Add doc string.

16 years ago(sort-fold-case, sort-numeric-base): Mark as safe-local-variable.
Reiner Steib [Sat, 25 Aug 2007 12:24:12 +0000 (12:24 +0000)]
(sort-fold-case, sort-numeric-base): Mark as safe-local-variable.

16 years ago(var-TimeZone): Make nil the default value.
Jay Belanger [Sat, 25 Aug 2007 01:37:13 +0000 (01:37 +0000)]
(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.

16 years ago(Time Zones): Explain that Calc will by default use daylight saving
Jay Belanger [Sat, 25 Aug 2007 01:35:31 +0000 (01:35 +0000)]
(Time Zones): Explain that Calc will by default use daylight saving
time determined by the calendar.

16 years agomissed ChangeLog entry
Karl Berry [Sat, 25 Aug 2007 00:30:23 +0000 (00:30 +0000)]
missed ChangeLog entry

16 years ago(log-view-toggle-mark-entry): New function.
Dan Nicolaescu [Fri, 24 Aug 2007 17:28:00 +0000 (17:28 +0000)]
(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.

16 years ago(makeinfo): Reduce requirement to 4.6.
Glenn Morris [Fri, 24 Aug 2007 17:09:30 +0000 (17:09 +0000)]
(makeinfo): Reduce requirement to 4.6.

16 years ago(zone-pgm-rat-race): New func.
Thien-Thi Nguyen [Fri, 24 Aug 2007 16:07:07 +0000 (16:07 +0000)]
(zone-pgm-rat-race): New func.
(zone-programs): Add `zone-pgm-rat-race'.

16 years ago(byte-optimize-if): Don't presume `clause' is a list.
Stefan Monnier [Fri, 24 Aug 2007 14:39:25 +0000 (14:39 +0000)]
(byte-optimize-if): Don't presume `clause' is a list.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Aug 2007 13:58:50 +0000 (13:58 +0000)]
*** empty log message ***

16 years ago(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.
Juanma Barranquero [Fri, 24 Aug 2007 13:46:24 +0000 (13:46 +0000)]
(syms_of_image) <image-library-alist, cross-disabled-images>: Doc fixes.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Aug 2007 11:23:33 +0000 (11:23 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Aug 2007 10:50:07 +0000 (10:50 +0000)]
*** empty log message ***

16 years ago(hs-match-data): Delete alias.
Thien-Thi Nguyen [Fri, 24 Aug 2007 10:41:57 +0000 (10:41 +0000)]
(hs-match-data): Delete alias.
(hs-hide-block-at-point, hs-find-block-beginning)
(hs-show-block): Use `match-data' directly.

16 years ago[MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.
YAMAMOTO Mitsuharu [Fri, 24 Aug 2007 08:51:18 +0000 (08:51 +0000)]
[MAC_OSX] (select_and_poll_event, sys_select): Fix last changes.

16 years ago(backup-buffer-copy): Fully revert change. Sigh.
Glenn Morris [Fri, 24 Aug 2007 07:10:53 +0000 (07:10 +0000)]
(backup-buffer-copy): Fully revert change. Sigh.

16 years ago*** empty log message ***
Martin Rudalics [Fri, 24 Aug 2007 05:51:28 +0000 (05:51 +0000)]
*** empty log message ***

16 years ago(format-alist): Fix typo in doc-string.
Martin Rudalics [Fri, 24 Aug 2007 05:43:36 +0000 (05:43 +0000)]
(format-alist): Fix typo in doc-string.

16 years ago(Finsert_file_contents): Consult CHARS_MODIFF to tell
Martin Rudalics [Fri, 24 Aug 2007 05:36:39 +0000 (05:36 +0000)]
(Finsert_file_contents): Consult CHARS_MODIFF to tell
whether decoding has modified buffer contents.

16 years ago* net/tramp.el (tramp-local-host-p): New defun.
Michael Albinus [Fri, 24 Aug 2007 05:27:22 +0000 (05:27 +0000)]
* 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.

16 years agoUlrich Mueller <ulm at gentoo.org> (tiny change)
Glenn Morris [Fri, 24 Aug 2007 03:08:13 +0000 (03:08 +0000)]
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.

16 years ago(backup-buffer-copy): Revert 2007-08-22 change.
Glenn Morris [Fri, 24 Aug 2007 03:07:45 +0000 (03:07 +0000)]
(backup-buffer-copy): Revert 2007-08-22 change.

16 years agoCheck for a suitably recent makeinfo.
Glenn Morris [Fri, 24 Aug 2007 03:03:09 +0000 (03:03 +0000)]
Check for a suitably recent makeinfo.

16 years ago(tutorial-directory): Set with eval-at-startup so it gets the right
Glenn Morris [Fri, 24 Aug 2007 02:57:53 +0000 (02:57 +0000)]
(tutorial-directory): Set with eval-at-startup so it gets the right
value in an installed Emacs.

16 years agoRegenerate.
Glenn Morris [Fri, 24 Aug 2007 02:43:19 +0000 (02:43 +0000)]
Regenerate.

16 years agoMention eldoc-highlight-function-argument.
Glenn Morris [Fri, 24 Aug 2007 02:32:10 +0000 (02:32 +0000)]
Mention eldoc-highlight-function-argument.

16 years agoNikolaj Schumacher <n_schumacher at web.de> (tiny change)
Glenn Morris [Fri, 24 Aug 2007 02:30:59 +0000 (02:30 +0000)]
Nikolaj Schumacher  <n_schumacher at web.de>  (tiny change)

(eldoc-highlight-function-argument): New face.
(eldoc-highlight-function-argument): Use it.

16 years ago[HAVE_NTGUI]: Define dynamic loaded functions.
Jason Rumney [Fri, 24 Aug 2007 00:28:53 +0000 (00:28 +0000)]
[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.

16 years ago(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
Masatake YAMATO [Thu, 23 Aug 2007 21:41:48 +0000 (21:41 +0000)]
(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.

16 years ago*** empty log message ***
Stefan Monnier [Thu, 23 Aug 2007 20:12:07 +0000 (20:12 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Stefan Monnier [Thu, 23 Aug 2007 20:02:54 +0000 (20:02 +0000)]
*** empty log message ***

16 years ago(byte-compile-output-docform, byte-compile-output-as-comment):
Stefan Monnier [Thu, 23 Aug 2007 19:58:31 +0000 (19:58 +0000)]
(byte-compile-output-docform, byte-compile-output-as-comment):
Use with-current-buffer rather than a weird set-buffer&prog1 combination.

16 years ago(byte-optimize-if): Move `progn' out of the test
Stefan Monnier [Thu, 23 Aug 2007 19:56:16 +0000 (19:56 +0000)]
(byte-optimize-if): Move `progn' out of the test
so as to optimise cases where the `progn's result is constant.

16 years ago(locate-get-file-positions): Use
Thien-Thi Nguyen [Thu, 23 Aug 2007 18:41:59 +0000 (18:41 +0000)]
(locate-get-file-positions): Use
`line-beginning-position' and `line-end-position'.

16 years ago2007-08-23 John Wiegley <johnw@newartisans.com>
John Wiegley [Thu, 23 Aug 2007 18:37:08 +0000 (18:37 +0000)]
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.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Aug 2007 15:01:12 +0000 (15:01 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Aug 2007 14:45:45 +0000 (14:45 +0000)]
*** empty log message ***

16 years agoAdd arch tagline
Miles Bader [Thu, 23 Aug 2007 09:04:41 +0000 (09:04 +0000)]
Add arch tagline

16 years ago(wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
YAMAMOTO Mitsuharu [Thu, 23 Aug 2007 08:45:46 +0000 (08:45 +0000)]
(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.

16 years ago(svg_load_image): Blend with specified background if exists.
YAMAMOTO Mitsuharu [Thu, 23 Aug 2007 08:44:57 +0000 (08:44 +0000)]
(svg_load_image): Blend with specified background if exists.
Use IMAGE_BACKGROUND.  Add Mac OS Support.

16 years ago(RSVG_LIBS, RSVG_CFLAGS): New variables.
YAMAMOTO Mitsuharu [Thu, 23 Aug 2007 08:44:38 +0000 (08:44 +0000)]
(RSVG_LIBS, RSVG_CFLAGS): New variables.
(ALL_CFLAGS): Use ${RSVG_CFLAGS} instead of @RSVG_CFLAGS@.
(LIBX): Remove @RSVG_LIBS@.
(LIBES): Add $(RSVG_LIBS).

16 years agoReflect configure.in change manually.
YAMAMOTO Mitsuharu [Thu, 23 Aug 2007 08:44:20 +0000 (08:44 +0000)]
Reflect configure.in change manually.

16 years agoCheck librsvg2 also for Mac Carbon.
YAMAMOTO Mitsuharu [Thu, 23 Aug 2007 08:43:43 +0000 (08:43 +0000)]
Check librsvg2 also for Mac Carbon.

16 years agoAdd more detail to existing entry.
Glenn Morris [Thu, 23 Aug 2007 03:59:55 +0000 (03:59 +0000)]
Add more detail to existing entry.

16 years ago(mostlyclean, clean, distclean, maintainer-clean): Delete these
Glenn Morris [Thu, 23 Aug 2007 03:38:12 +0000 (03:38 +0000)]
(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.

16 years agoNew file, with most information formerly in etc/Makefile.
Glenn Morris [Thu, 23 Aug 2007 03:23:34 +0000 (03:23 +0000)]
New file, with most information formerly in etc/Makefile.

16 years ago(vc-menu-map-filter): Reapply 2007-08-06 bugfix.
Jason Rumney [Wed, 22 Aug 2007 22:40:18 +0000 (22:40 +0000)]
(vc-menu-map-filter): Reapply 2007-08-06 bugfix.

16 years ago(image-minor-mode): Use image-mode-text-map.
Chong Yidong [Wed, 22 Aug 2007 22:28:01 +0000 (22:28 +0000)]
(image-minor-mode): Use image-mode-text-map.

16 years ago* image-mode.el (image-minor-mode): Use image-mode-text-map.
Chong Yidong [Wed, 22 Aug 2007 22:27:51 +0000 (22:27 +0000)]
* image-mode.el (image-minor-mode): Use image-mode-text-map.

16 years agosync refcard with printed version
Karl Berry [Wed, 22 Aug 2007 20:45:38 +0000 (20:45 +0000)]
sync refcard with printed version

16 years ago* NEWS: `shell' prompts for the default directory if called with a
Michael Albinus [Wed, 22 Aug 2007 20:08:18 +0000 (20:08 +0000)]
* NEWS: `shell' prompts for the default directory if called with a
prefix and `default-directory' is a remote file name.

16 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 22 Aug 2007 19:48:50 +0000 (19:48 +0000)]
*** empty log message ***

16 years ago* comint.el (comint-exec-1): Raise an error if
Michael Albinus [Wed, 22 Aug 2007 19:47:57 +0000 (19:47 +0000)]
* 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.

16 years ago(dabbrev--progress-reporter): New variable.
Thien-Thi Nguyen [Wed, 22 Aug 2007 19:47:53 +0000 (19:47 +0000)]
(dabbrev--progress-reporter): New variable.
(dabbrev--scanning-message): Delete func.
(dabbrev--find-expansion): Use a progress reporter
instead of dabbrev--scanning-message.

16 years agoFollow reorganization of files in etc/.
Romain Francoise [Wed, 22 Aug 2007 17:50:31 +0000 (17:50 +0000)]
Follow reorganization of files in etc/.

16 years ago(cvs-vc-command-advice): Fix a typo in code (file->files).
Sam Steingold [Wed, 22 Aug 2007 15:48:22 +0000 (15:48 +0000)]
(cvs-vc-command-advice): Fix a typo in code (file->files).

16 years ago* org.texi (Adding hyperlink types): New section.
Carsten Dominik [Wed, 22 Aug 2007 11:52:16 +0000 (11:52 +0000)]
* org.texi (Adding hyperlink types): New section.
(Embedded LaTeX): Chapter updated because of LaTeX export.
(LaTeX export): New section.
(Using links out): New section.

16 years ago* textmodes/org-publish.el (org-publish-org-to-latex): New
Carsten Dominik [Wed, 22 Aug 2007 11:51:09 +0000 (11:51 +0000)]
* textmodes/org-publish.el (org-publish-org-to-latex): New
function.

16 years ago* textmodes/org.el (org-agenda-skip): Allow a form for
Carsten Dominik [Wed, 22 Aug 2007 11:49:10 +0000 (11:49 +0000)]
* 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.

16 years ago*** empty log message ***
Carsten Dominik [Wed, 22 Aug 2007 11:47:43 +0000 (11:47 +0000)]
*** empty log message ***

16 years agoAdd arch tagline
Miles Bader [Wed, 22 Aug 2007 11:37:33 +0000 (11:37 +0000)]
Add arch tagline

16 years agoNew file
Carsten Dominik [Wed, 22 Aug 2007 11:32:47 +0000 (11:32 +0000)]
New file

16 years agoMove information about tex files from etc/README to etc/refcards/README.
Glenn Morris [Wed, 22 Aug 2007 08:22:58 +0000 (08:22 +0000)]
Move information about tex files from etc/README to etc/refcards/README.
Remove license from file as it is now trivial.

16 years agoFix typo.
Glenn Morris [Wed, 22 Aug 2007 08:20:40 +0000 (08:20 +0000)]
Fix typo.

16 years agoMove information about tex files from etc/README to etc/refcards/README.
Glenn Morris [Wed, 22 Aug 2007 08:20:05 +0000 (08:20 +0000)]
Move information about tex files from etc/README to etc/refcards/README.

16 years agoNew file, with existing refcard rules from etc/Makefile.
Glenn Morris [Wed, 22 Aug 2007 08:17:11 +0000 (08:17 +0000)]
New file, with existing refcard rules from etc/Makefile.

16 years agoMove refcard rules to new file etc/refcards/Makefile.
Glenn Morris [Wed, 22 Aug 2007 08:15:42 +0000 (08:15 +0000)]
Move refcard rules to new file etc/refcards/Makefile.

16 years agoNew file.
Glenn Morris [Wed, 22 Aug 2007 08:11:44 +0000 (08:11 +0000)]
New file.

16 years agoAdd copyright and license notice.
Glenn Morris [Wed, 22 Aug 2007 08:11:20 +0000 (08:11 +0000)]
Add copyright and license notice.

16 years agoRelocate license info for moved images from etc/README to etc/images/README.
Glenn Morris [Wed, 22 Aug 2007 08:07:53 +0000 (08:07 +0000)]
Relocate license info for moved images from etc/README to etc/images/README.

16 years agoRelocate license info for moved images from etc/README to
Glenn Morris [Wed, 22 Aug 2007 08:07:23 +0000 (08:07 +0000)]
Relocate license info for moved images from etc/README to
etc/images/README.

16 years ago*** empty log message ***
Glenn Morris [Wed, 22 Aug 2007 08:06:18 +0000 (08:06 +0000)]
*** empty log message ***

16 years ago(Learning how to do something): Refcards now in etc/refcards/ directory.
Glenn Morris [Wed, 22 Aug 2007 07:54:44 +0000 (07:54 +0000)]
(Learning how to do something): Refcards now in etc/refcards/ directory.

16 years agoRegenerate to add HAVE_RSVG.
Glenn Morris [Wed, 22 Aug 2007 07:54:34 +0000 (07:54 +0000)]
Regenerate to add HAVE_RSVG.

16 years ago(x_find_image_file): Search in etc/images/ rather than etc/.
Glenn Morris [Wed, 22 Aug 2007 07:51:39 +0000 (07:51 +0000)]
(x_find_image_file): Search in etc/images/ rather than etc/.

16 years ago(create-image): Doc fix.
Glenn Morris [Wed, 22 Aug 2007 07:50:47 +0000 (07:50 +0000)]
(create-image): Doc fix.

16 years agoMove from etc/ to etc/images/
Glenn Morris [Wed, 22 Aug 2007 07:48:34 +0000 (07:48 +0000)]
Move from etc/ to etc/images/

16 years ago(help-with-tutorial): Tutorials now in tutorial-directory.
Glenn Morris [Wed, 22 Aug 2007 07:42:18 +0000 (07:42 +0000)]
(help-with-tutorial): Tutorials now in tutorial-directory.

16 years ago(tutorial-directory): New constant.
Glenn Morris [Wed, 22 Aug 2007 07:41:58 +0000 (07:41 +0000)]
(tutorial-directory): New constant.
(fancy-splash-text): Tutorials now in tutorial-directory.

16 years agoMove tutorials from etc/ to etc/tutorials/
Glenn Morris [Wed, 22 Aug 2007 07:41:44 +0000 (07:41 +0000)]
Move tutorials from etc/ to etc/tutorials/

16 years agoMove refcards from etc/ to etc/refcards/
Glenn Morris [Wed, 22 Aug 2007 07:28:23 +0000 (07:28 +0000)]
Move refcards from etc/ to etc/refcards/

16 years ago* tramp.texi (Remote Programs): Persistency file must be cleared when
Michael Albinus [Wed, 22 Aug 2007 05:52:18 +0000 (05:52 +0000)]
* tramp.texi (Remote Programs): Persistency file must be cleared when
changing `tramp-remote-path'.
(Filename Syntax): Don't use @var{} constructs inside the @trampfn
macro.

16 years ago* net/tramp.el (top): Require cl.el, when `copy-tree' is not available
Michael Albinus [Wed, 22 Aug 2007 05:47:42 +0000 (05:47 +0000)]
* 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'.

16 years ago*** empty log message ***
Glenn Morris [Wed, 22 Aug 2007 05:08:35 +0000 (05:08 +0000)]
*** empty log message ***

16 years agoMove tree-widget/ from etc/ to etc/images/
Glenn Morris [Wed, 22 Aug 2007 05:01:58 +0000 (05:01 +0000)]
Move tree-widget/ from etc/ to etc/images/

16 years agoFix typo in previous change.
Glenn Morris [Wed, 22 Aug 2007 04:36:52 +0000 (04:36 +0000)]
Fix typo in previous change.

16 years agoRegenerate, with shell-func message patch.
Glenn Morris [Wed, 22 Aug 2007 04:20:10 +0000 (04:20 +0000)]
Regenerate, with shell-func message patch.

16 years agoJoakim Verona <joakim at verona.se>
Glenn Morris [Wed, 22 Aug 2007 04:07:50 +0000 (04:07 +0000)]
Joakim Verona <joakim at verona.se>

Mention svg support.

16 years agoPaul Pogonyshev <pogonyshev at gmx.net>
Glenn Morris [Wed, 22 Aug 2007 04:05:28 +0000 (04:05 +0000)]
Paul Pogonyshev  <pogonyshev at gmx.net>

(image-type-header-regexps): Add svg entry.

16 years agoPaul Pogonyshev <pogonyshev at gmx.net>
Glenn Morris [Wed, 22 Aug 2007 04:03:35 +0000 (04:03 +0000)]
Paul Pogonyshev  <pogonyshev at gmx.net>

(image-file-name-extensions): Add "svg".

16 years agoPaul Pogonyshev <pogonyshev at gmx.net>
Glenn Morris [Wed, 22 Aug 2007 04:01:54 +0000 (04:01 +0000)]
Paul Pogonyshev  <pogonyshev at gmx.net>

Add support for SVG images.
Some additional comments by Joakim Verona <joakim@verona.se>.

16 years agoPaul Pogonyshev <pogonyshev at gmx.net>
Glenn Morris [Wed, 22 Aug 2007 03:58:32 +0000 (03:58 +0000)]
Paul Pogonyshev  <pogonyshev at gmx.net>

(ALL_CFLAGS, LIBX): Add RSVG_LIBS.

16 years agoPaul Pogonyshev <pogonyshev at gmx.net>
Glenn Morris [Wed, 22 Aug 2007 03:56:20 +0000 (03:56 +0000)]
Paul Pogonyshev  <pogonyshev at gmx.net>

Add support for SVG images through librsvg2.

16 years ago*** empty log message ***
Glenn Morris [Wed, 22 Aug 2007 03:56:03 +0000 (03:56 +0000)]
*** empty log message ***

16 years ago(backup-buffer-copy): Check backup directory is writable, to avoid
Glenn Morris [Wed, 22 Aug 2007 03:49:45 +0000 (03:49 +0000)]
(backup-buffer-copy): Check backup directory is writable, to avoid
infloop deleting old backup.

16 years ago(rmail-movemail-variant-p): Call on load to set movemail related variables.
Glenn Morris [Wed, 22 Aug 2007 03:37:21 +0000 (03:37 +0000)]
(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.

16 years ago(BASE_PURESIZE): Increase to 1140000.
Katsumi Yamaoka [Wed, 22 Aug 2007 02:17:45 +0000 (02:17 +0000)]
(BASE_PURESIZE): Increase to 1140000.