bpt/emacs.git
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.

16 years ago(cua-paste): Use `mouse-region-match' instead of checking last-command.
Juri Linkov [Tue, 21 Aug 2007 20:05:14 +0000 (20:05 +0000)]
(cua-paste): Use `mouse-region-match' instead of checking last-command.

16 years ago(delete-selection-pre-hook): Use `mouse-region-match' instead of checking last-command.
Juri Linkov [Tue, 21 Aug 2007 20:04:51 +0000 (20:04 +0000)]
(delete-selection-pre-hook): Use `mouse-region-match' instead of checking last-command.

16 years agoPreload "button".
Juri Linkov [Tue, 21 Aug 2007 19:19:46 +0000 (19:19 +0000)]
Preload "button".

16 years agoBinding inhibit-modification-hooks was merged into 22.2.
Stefan Monnier [Tue, 21 Aug 2007 18:22:54 +0000 (18:22 +0000)]
Binding inhibit-modification-hooks was merged into 22.2.

16 years ago(byte-compile-interactive-only-functions): Add previous-line and next-line.
Stefan Monnier [Tue, 21 Aug 2007 15:53:39 +0000 (15:53 +0000)]
(byte-compile-interactive-only-functions): Add previous-line and next-line.

16 years ago(vc-arch-extra-menu-map): New var and fun.
Stefan Monnier [Tue, 21 Aug 2007 15:18:06 +0000 (15:18 +0000)]
(vc-arch-extra-menu-map): New var and fun.
(vc-arch-find-file-not-found-hook): Remove, it's now the default.

16 years ago(vc-menu-map-filter): Use vc-call and reindent.
Stefan Monnier [Tue, 21 Aug 2007 15:10:55 +0000 (15:10 +0000)]
(vc-menu-map-filter): Use vc-call and reindent.

16 years ago(vc-menu-map): Don't setup any more.
Stefan Monnier [Tue, 21 Aug 2007 15:08:47 +0000 (15:08 +0000)]
(vc-menu-map): Don't setup any more.
Instead, just create the proper spot in the menu.

16 years ago(vc-menu-entry): New var.
Stefan Monnier [Tue, 21 Aug 2007 15:07:36 +0000 (15:07 +0000)]
(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

16 years ago(mh-folder-message-menu, mh-folder-mode-map): Add
Jeffrey C Honig [Tue, 21 Aug 2007 12:15:37 +0000 (12:15 +0000)]
(mh-folder-message-menu, mh-folder-mode-map): Add
folder mode support for mh-show-preferred-alternative.  (Clooses
SF 1777321).

16 years ago(mh-show-preferred-alternative)
Jeffrey C Honig [Tue, 21 Aug 2007 12:13:48 +0000 (12:13 +0000)]
(mh-show-preferred-alternative)
(mh-show-write-message-to-file, mh-show-message-menu)
(mh-show-mode-map): Add mh-show-preferred-alternative (bound to
":") which will show the message's preferred alternative
overriding the users configured preference.  Useful for showing
HTML when text content is lacking.  (Closses SF 1777321).

16 years ago(mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
Jeffrey C Honig [Tue, 21 Aug 2007 12:03:41 +0000 (12:03 +0000)]
(mh-invisible-header-fields-internal): Exclude Fax and Phone.  Put
known exclusions as comments before the list and move parens to
separate lines to aid in sorting.  (Closes SF 1701231).

16 years ago(mm-decode-body): remove explicit autoload of
Jeffrey C Honig [Tue, 21 Aug 2007 11:58:12 +0000 (11:58 +0000)]
(mm-decode-body): remove explicit autoload of
mh-alias-expand.

16 years ago(mh-alias-expand): Set up automatic autoload of
Jeffrey C Honig [Tue, 21 Aug 2007 11:57:39 +0000 (11:57 +0000)]
(mh-alias-expand): Set up automatic autoload of
mh-alias-expand.

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 21 Aug 2007 04:51:30 +0000 (04:51 +0000)]
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

16 years ago(fancy-splash-text): Change multiple tabs into one tab.
Juri Linkov [Mon, 20 Aug 2007 23:28:16 +0000 (23:28 +0000)]
(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").

16 years ago* mh-mime.el (message-options-set): Add missing autoloads from my
Jeffrey C Honig [Mon, 20 Aug 2007 16:30:53 +0000 (16:30 +0000)]
* mh-mime.el (message-options-set): Add missing autoloads from my
last change.

16 years agopreceding-sexp
Vinicius Jose Latorre [Mon, 20 Aug 2007 15:53:09 +0000 (15:53 +0000)]
preceding-sexp

16 years agopreceding-sexp
Vinicius Jose Latorre [Mon, 20 Aug 2007 15:52:47 +0000 (15:52 +0000)]
preceding-sexp

16 years agoKill eol whitespace.
Thien-Thi Nguyen [Mon, 20 Aug 2007 12:26:40 +0000 (12:26 +0000)]
Kill eol whitespace.

16 years ago(vc-rcs-annotate-command):
Thien-Thi Nguyen [Mon, 20 Aug 2007 12:22:44 +0000 (12:22 +0000)]
(vc-rcs-annotate-command):
Fix bug introduced in 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
Add back :vc-annotate-prefix propertization.

16 years ago(rmail-autodetect): Doc fix.
Andreas Schwab [Mon, 20 Aug 2007 09:30:22 +0000 (09:30 +0000)]
(rmail-autodetect): Doc fix.

16 years ago(mh-forward): Address SF 1730393. When forwarding
Jeffrey C Honig [Mon, 20 Aug 2007 03:05:42 +0000 (03:05 +0000)]
(mh-forward): Address SF 1730393.  When forwarding
with mml, messages were included in reverse order.

16 years ago(mh-mml-forward-message): Address SF 1378993 and
Jeffrey C Honig [Mon, 20 Aug 2007 02:32:54 +0000 (02:32 +0000)]
(mh-mml-forward-message): Address SF 1378993 and
forward messages as inline attatchments.

16 years ago* mh-e.el (mh-invisible-header-fields-internal): We want to show
Jeffrey C Honig [Sun, 19 Aug 2007 23:55:12 +0000 (23:55 +0000)]
* mh-e.el (mh-invisible-header-fields-internal): We want to show
Comments: and hide Comment:, not the other way around.

16 years ago(mh-mml-to-mime): GPG requires e-mail addresses, not
Jeffrey C Honig [Sun, 19 Aug 2007 21:17:59 +0000 (21:17 +0000)]
(mh-mml-to-mime): GPG requires e-mail addresses, not
aliases.  So resolve aliases before passing addresses to GPG/PGP.
Closes SF #649226.

16 years ago(mh-invisible-header-fields-internal): Update with all
Jeffrey C Honig [Sun, 19 Aug 2007 20:59:01 +0000 (20:59 +0000)]
(mh-invisible-header-fields-internal): Update with all
the entries from
http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
own.  I added attributions to entries we already had that did not
list an RFC.

16 years ago(normal-splash-screen): Add more links.
Juri Linkov [Sun, 19 Aug 2007 16:04:55 +0000 (16:04 +0000)]
(normal-splash-screen): Add more links.

16 years ago(splash-screen-keymap): Rename from `fancy-splash-keymap'
Juri Linkov [Sun, 19 Aug 2007 14:43:35 +0000 (14:43 +0000)]
(splash-screen-keymap): Rename from `fancy-splash-keymap'
because it's common to both types of splash screen: fancy and normal.
Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
(exit-splash-screen): Rename from `fancy-splash-quit'.
Use `quit-window' instead of `kill-buffer'.
(fancy-splash-head): Use make-button to insert GNU image link.
(fancy-splash-screens, normal-splash-screen): Rename " About GNU
Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
(normal-splash-screen): Put "Browse manuals" on the same line with
"Emacs manual".  Remove descriptions from "Useful tasks" and put
all links in two columns on two lines.

16 years ago2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 19 Aug 2007 13:47:08 +0000 (13:47 +0000)]
2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-remove-hooks): remove some additional viper hooks
when the user calls viper-go-away.
(viper-go-away): restore the default of default-major-mode.
Save the value of default-major-mode before vaperization.

* viper-cmd.el: Replace error "" with "Viper bell".

* viper-ex.el: Replace error "" with "Viper bell".

* ediff-util.el (ediff-make-temp-file): use the coding system of the
buffer for which file is created.

16 years ago(eldoc-get-fnsym-args-string): Doc fix.
Glenn Morris [Sun, 19 Aug 2007 03:05:35 +0000 (03:05 +0000)]
(eldoc-get-fnsym-args-string): Doc fix.
(eldoc-highlight-function-argument): Add a doc string.  Tweak previous
change: no need for INDEX to be optional, just need to handle nil.

16 years ago(Ffunction, Fquote): Signal error if not 1 argument.
Richard M. Stallman [Sun, 19 Aug 2007 01:59:48 +0000 (01:59 +0000)]
(Ffunction, Fquote): Signal error if not 1 argument.

16 years ago(custom-deps, finder-data, autoloads, recompile)
Glenn Morris [Sun, 19 Aug 2007 00:24:55 +0000 (00:24 +0000)]
(custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
shadow files messing up the compilation.

16 years ago*** empty log message ***
Glenn Morris [Sun, 19 Aug 2007 00:24:41 +0000 (00:24 +0000)]
*** empty log message ***

16 years ago(custom-deps, finder-data, autoloads, recompile)
Glenn Morris [Sun, 19 Aug 2007 00:24:21 +0000 (00:24 +0000)]
(custom-deps, finder-data, autoloads, recompile)
(progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather than
$(EMACS), so that EMACSLOADPATH is set.  Prevents any system shadow
files messing up the compilation.

16 years ago(pure): Round PURESIZE up.
Andreas Schwab [Sun, 19 Aug 2007 00:17:53 +0000 (00:17 +0000)]
(pure): Round PURESIZE up.

16 years ago(pure): Round PURESIZE up.
Andreas Schwab [Sun, 19 Aug 2007 00:15:46 +0000 (00:15 +0000)]
(pure): Round PURESIZE up.

16 years ago(scheme-mode-variables): Set font-lock-comment-start-skip.
Glenn Morris [Sat, 18 Aug 2007 23:45:58 +0000 (23:45 +0000)]
(scheme-mode-variables): Set font-lock-comment-start-skip.

16 years ago(scheme-mode-variables): Set font-lock-comment-start-skip.
Glenn Morris [Sat, 18 Aug 2007 23:44:32 +0000 (23:44 +0000)]
(scheme-mode-variables): Set font-lock-comment-start-skip.

16 years ago(eldoc-get-fnsym-args-string): Convert
Glenn Morris [Sat, 18 Aug 2007 23:44:21 +0000 (23:44 +0000)]
(eldoc-get-fnsym-args-string): Convert
comment to basic doc string.  Also apply eldoc-argument-case in
the help-split-fundoc case.  Adapt for changed behavior of
eldoc-function-argstring, eldoc-function-argstring-format, and
eldoc-highlight-function-argument.
(eldoc-highlight-function-argument): Make INDEX argument
optional, just call eldoc-docstring-format-sym-doc if absent.
(eldoc-function-argstring): Change the behavior.  Now it converts
an argument list to a string.
(eldoc-function-argstring-format): Change the behavior.  Now it
applies `eldoc-argument-case' to a string.

16 years ago*** empty log message ***
Glenn Morris [Sat, 18 Aug 2007 23:43:32 +0000 (23:43 +0000)]
*** empty log message ***

16 years ago(ada-create-syntax-table): Move
Martin Rudalics [Sat, 18 Aug 2007 08:38:05 +0000 (08:38 +0000)]
(ada-create-syntax-table): Move
set-syntax-table from here to ...
(ada-mode): ... here.  Do not change global value of
comment-multi-line.  Call new function
ada-initialize-syntax-table-properties and add new function
ada-handle-syntax-table-properties to font-lock-mode-hook.
(ada-deactivate-properties, ada-initialize-properties): Replace
by new functions ...
(ada-handle-syntax-table-properties)
(ada-initialize-syntax-table-properties)
(ada-set-syntax-table-properties): ... to set up syntax-table
properties uniformly, independently from whether font-lock-mode
is enabled or not.  Handle read-only buffers and do not change
undo-list when setting syntax-table properties.
(ada-after-change-function): Use ada-set-syntax-table-properties.