]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(tar-extract): Be sure to call
Kenichi Handa [Sat, 22 Oct 2005 01:24:38 +0000 (01:24 +0000)]
(tar-extract): Be sure to call
find-operation-coding-system if set-auto-coding doesn't find a
coding system.

18 years ago(image-type-header-regexps): Rename from image-type-regexps.
Kim F. Storm [Fri, 21 Oct 2005 23:42:21 +0000 (23:42 +0000)]
(image-type-header-regexps): Rename from image-type-regexps.
Change uses.
(image-type-file-name-regexps): New defconst.
(image-type-from-data): Simplify loop.
(image-type-from-buffer): New defun.
(image-type-from-file-header): Use it instead of image-type-from-data.
Use image-search-load-path instead of only looking in data-directory.
(image-type-from-file-name): New defun.
(image-search-load-path): Make PATH arg optional, default to image-load-path.
Change `pathname' to `filename'.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Oct 2005 23:41:52 +0000 (23:41 +0000)]
*** empty log message ***

18 years ago(texinfo-mode): Set sentence-end-base.
Richard M. Stallman [Fri, 21 Oct 2005 18:58:08 +0000 (18:58 +0000)]
(texinfo-mode): Set sentence-end-base.

18 years ago(sentence-end-base): New variable.
Richard M. Stallman [Fri, 21 Oct 2005 18:56:56 +0000 (18:56 +0000)]
(sentence-end-base): New variable.
(sentence-end): Use sentence-end-base.

18 years ago(font-lock-default-fontify-region): Check the multiline
Stefan Monnier [Fri, 21 Oct 2005 17:41:54 +0000 (17:41 +0000)]
(font-lock-default-fontify-region): Check the multiline
property independently from the font-lock-multiline variable.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Oct 2005 17:25:58 +0000 (17:25 +0000)]
*** empty log message ***

18 years ago(Where Defined): load-history contains abs file names.
Richard M. Stallman [Fri, 21 Oct 2005 17:25:23 +0000 (17:25 +0000)]
(Where Defined): load-history contains abs file names.
symbol-file returns abs file names.

18 years ago(find-library-name): Doc fix.
Richard M. Stallman [Fri, 21 Oct 2005 17:22:25 +0000 (17:22 +0000)]
(find-library-name): Doc fix.

18 years ago(command-line): Convert library names in `load-history' to absolute file names.
Richard M. Stallman [Fri, 21 Oct 2005 17:20:45 +0000 (17:20 +0000)]
(command-line): Convert library names in `load-history' to absolute file names.

18 years ago(symbol-file): Doc fix.
Richard M. Stallman [Fri, 21 Oct 2005 17:19:57 +0000 (17:19 +0000)]
(symbol-file): Doc fix.

18 years ago(file-loadhist-lookup): Call locate-library
Richard M. Stallman [Fri, 21 Oct 2005 17:19:10 +0000 (17:19 +0000)]
(file-loadhist-lookup): Call locate-library
instead of find-library-name.  Don't try converting
abs file names to library names, since load-history no longer
has library names in it.
(file-dependents, file-provides, file-requires): Doc fixes.

18 years ago(Fload): Simplify gcpro structure.
Richard M. Stallman [Fri, 21 Oct 2005 16:54:13 +0000 (16:54 +0000)]
(Fload): Simplify gcpro structure.
Gcpro FOUND as well as FILE, but not EFOUND.
Unless preloading, record FOUND instead of FILE in Vload_history.
Rename repeat local FILE to MSG_FILE.
(syms_of_lread) <load-history>: Doc fix.

18 years ago*** empty log message ***
Juri Linkov [Fri, 21 Oct 2005 09:01:26 +0000 (09:01 +0000)]
*** empty log message ***

18 years ago(Examining): Mention accessing the old variable value via M-n in set-variable.
Juri Linkov [Fri, 21 Oct 2005 09:00:15 +0000 (09:00 +0000)]
(Examining): Mention accessing the old variable value via M-n in set-variable.

18 years ago(set-variable): Use user-variable-p instead of symbolp.
Juri Linkov [Fri, 21 Oct 2005 08:55:12 +0000 (08:55 +0000)]
(set-variable): Use user-variable-p instead of symbolp.
Add the old variable value as 4th default-value arg of read-string.

18 years ago(fill-nobreak-p): Fix first two rules to skip backward only
Juri Linkov [Fri, 21 Oct 2005 08:50:28 +0000 (08:50 +0000)]
(fill-nobreak-p): Fix first two rules to skip backward only
space (instead of space and period) before looking at sentence end.

18 years ago(Info-index-next): Add total number of index alternatives to the message.
Juri Linkov [Fri, 21 Oct 2005 08:49:46 +0000 (08:49 +0000)]
(Info-index-next): Add total number of index alternatives to the message.

18 years ago(desktop-buffers-not-to-save): Remove TAGS from the default value.
Juri Linkov [Fri, 21 Oct 2005 08:48:53 +0000 (08:48 +0000)]
(desktop-buffers-not-to-save): Remove TAGS from the default value.
(desktop-modes-not-to-save): Add tags-table-mode to the default value.

18 years ago(tags-table-mode): New function.
Juri Linkov [Fri, 21 Oct 2005 08:48:04 +0000 (08:48 +0000)]
(tags-table-mode): New function.
(tags-verify-table): Replace initialize-new-tags-table with tags-table-mode.

18 years ago(display-screens): Use x-display-screens also on Mac.
YAMAMOTO Mitsuharu [Fri, 21 Oct 2005 08:27:14 +0000 (08:27 +0000)]
(display-screens): Use x-display-screens also on Mac.

18 years ago(standard-display-g1, standard-display-graphic): Refuse to use string
YAMAMOTO Mitsuharu [Fri, 21 Oct 2005 08:26:54 +0000 (08:26 +0000)]
(standard-display-g1, standard-display-graphic): Refuse to use string
glyphs also on Mac.
(standard-display-european): Don't set terminal coding system also
on Mac.

18 years ago(custom-declare-face): Make face from X resources also on Mac.
YAMAMOTO Mitsuharu [Fri, 21 Oct 2005 08:26:37 +0000 (08:26 +0000)]
(custom-declare-face): Make face from X resources also on Mac.

18 years agoNow part of GNU Emacs. Update FSF's address.
Romain Francoise [Fri, 21 Oct 2005 07:56:50 +0000 (07:56 +0000)]
Now part of GNU Emacs.  Update FSF's address.

18 years ago(sh-font-lock-syntactic-keywords): Make $@ and $? into sexps.
Stefan Monnier [Fri, 21 Oct 2005 06:32:05 +0000 (06:32 +0000)]
(sh-font-lock-syntactic-keywords): Make $@ and $? into sexps.

18 years ago(font-lock-compile-keywords): Add a help-echo to the
Stefan Monnier [Fri, 21 Oct 2005 06:29:52 +0000 (06:29 +0000)]
(font-lock-compile-keywords): Add a help-echo to the
warning face on open-paren-in-column-0.

18 years ago(syntax-ppss-flush-cache): Fix typo.
Stefan Monnier [Fri, 21 Oct 2005 06:05:09 +0000 (06:05 +0000)]
(syntax-ppss-flush-cache): Fix typo.
Suggested by Martin Rudalics <rudalics@gmx.at>.

18 years ago(syntax-ppss-flush-cache): Fix corner boundary case.
Stefan Monnier [Fri, 21 Oct 2005 06:01:22 +0000 (06:01 +0000)]
(syntax-ppss-flush-cache): Fix corner boundary case.
Suggested by Martin Rudalics <rudalics@gmx.at>.

18 years agoVersion 3.18
Carsten Dominik [Fri, 21 Oct 2005 05:57:08 +0000 (05:57 +0000)]
Version 3.18

18 years ago(Summary): Mention iCalendar support.
Carsten Dominik [Fri, 21 Oct 2005 05:56:26 +0000 (05:56 +0000)]
(Summary): Mention iCalendar support.
(Exporting): Document iCalendar support.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 21 Oct 2005 05:56:05 +0000 (05:56 +0000)]
*** empty log message ***

18 years ago* textmodes/org.el (org-combined-agenda-icalendar-file)
Carsten Dominik [Fri, 21 Oct 2005 05:55:05 +0000 (05:55 +0000)]
* textmodes/org.el (org-combined-agenda-icalendar-file)
(org-icalendar-include-todo, org-icalendar-combined-name): New
options.
(org-export-icalendar-this-file)
(org-export-icalendar-all-agenda-files)
(org-export-icalendar-combine-agenda-files): New commands.
(org-export-icalendar, org-print-icalendar-entries)
(org-start-icalendar-file, org-finish-icalendar-file)
(org-ical-ts-to-string): New functions.
(org-read-date, org-goto-calendar)
(org-agenda-goto-calendar): Inhibit displaying diary entries by
call to `calendar'.
(orgtbl-setup): Removed the :keys arguments from the menu
description.
(org-after-save-iCalendar-file-hook): New variable.

18 years ago*** empty log message ***
Kenichi Handa [Fri, 21 Oct 2005 01:26:51 +0000 (01:26 +0000)]
*** empty log message ***

18 years ago(tcvn-5712): Make it an alias of
Kenichi Handa [Fri, 21 Oct 2005 01:25:46 +0000 (01:25 +0000)]
(tcvn-5712): Make it an alias of
vietnamese-tcvn coding-system.

18 years ago(boyer_moore): Surround the '||' part of expression in
Kenichi Handa [Fri, 21 Oct 2005 00:42:13 +0000 (00:42 +0000)]
(boyer_moore): Surround the '||' part of expression in
`if' condition by parentheses explicitly.

18 years agoAdd arch tagline
Miles Bader [Thu, 20 Oct 2005 23:02:18 +0000 (23:02 +0000)]
Add arch tagline

18 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Oct 2005 22:42:09 +0000 (22:42 +0000)]
*** empty log message ***

18 years ago* net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
Michael Albinus [Thu, 20 Oct 2005 20:08:19 +0000 (20:08 +0000)]
* net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
group id is given.

18 years ago(sh-escaped-line-re): New var.
Stefan Monnier [Thu, 20 Oct 2005 19:43:44 +0000 (19:43 +0000)]
(sh-escaped-line-re): New var.
(sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
(sh-font-lock-open-heredoc): Try to properly handle heredoc starters
whose line is either continued or ends with a comment.

18 years agoMove entry.
Romain Francoise [Thu, 20 Oct 2005 19:37:41 +0000 (19:37 +0000)]
Move entry.

18 years ago* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu [Thu, 20 Oct 2005 18:36:38 +0000 (18:36 +0000)]
* e/eterm-color.ti: Change the terminal name to eterm-color.
* e/eterm-color: Regenerate.

18 years ago(with-rcirc-process-buffer): Move above its first user.
Romain Francoise [Thu, 20 Oct 2005 18:28:20 +0000 (18:28 +0000)]
(with-rcirc-process-buffer): Move above its first user.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 20 Oct 2005 16:59:04 +0000 (16:59 +0000)]
*** empty log message ***

18 years agoComment changes.
Richard M. Stallman [Thu, 20 Oct 2005 16:53:55 +0000 (16:53 +0000)]
Comment changes.

18 years ago(occur-engine): Add follow-link property.
Romain Francoise [Thu, 20 Oct 2005 16:53:11 +0000 (16:53 +0000)]
(occur-engine): Add follow-link property.

18 years agoNew file.
Richard M. Stallman [Thu, 20 Oct 2005 16:51:41 +0000 (16:51 +0000)]
New file.

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 20 Oct 2005 15:50:10 +0000 (15:50 +0000)]
*** empty log message ***

18 years agoAdd a --compressed-dist option to compress info
Eli Zaretskii [Thu, 20 Oct 2005 15:49:36 +0000 (15:49 +0000)]
Add a --compressed-dist option to compress info
files and .el files that have been byte-compiled. It defaults to "no".

18 years agoDocument eterm to eterm-color renaming.
Eli Zaretskii [Thu, 20 Oct 2005 15:42:04 +0000 (15:42 +0000)]
Document eterm to eterm-color renaming.

18 years agoRenamed eterm to eterm-color and eterm.ti to eterm-color.ti.
Eli Zaretskii [Thu, 20 Oct 2005 15:37:48 +0000 (15:37 +0000)]
Renamed eterm to eterm-color and eterm.ti to eterm-color.ti.

18 years ago(e/eterm-color): Rename eterm to eterm-color.
Eli Zaretskii [Thu, 20 Oct 2005 15:30:54 +0000 (15:30 +0000)]
(e/eterm-color): Rename eterm to eterm-color.

18 years ago(term-term-name): Initialize to "eterm-color".
Eli Zaretskii [Thu, 20 Oct 2005 15:28:58 +0000 (15:28 +0000)]
(term-term-name): Initialize to "eterm-color".

18 years agoDescribe changes in allout.
Eli Zaretskii [Thu, 20 Oct 2005 15:07:51 +0000 (15:07 +0000)]
Describe changes in allout.

18 years ago(x_calc_absolute_position): Remove unused vars win_x, win_y.
Kim F. Storm [Thu, 20 Oct 2005 15:04:13 +0000 (15:04 +0000)]
(x_calc_absolute_position): Remove unused vars win_x, win_y.

18 years ago(Fwindow_tree): Remove unused var alist.
Kim F. Storm [Thu, 20 Oct 2005 15:04:05 +0000 (15:04 +0000)]
(Fwindow_tree): Remove unused var alist.

18 years ago(encode_terminal_code): Remove unused var src_start.
Kim F. Storm [Thu, 20 Oct 2005 15:03:58 +0000 (15:03 +0000)]
(encode_terminal_code): Remove unused var src_start.

18 years ago(display_completion_list_1): New wrapper function
Kim F. Storm [Thu, 20 Oct 2005 15:03:32 +0000 (15:03 +0000)]
(display_completion_list_1): New wrapper function
for Fdisplay_completion_list.
(Fminibuffer_completion_help): Use it.

18 years ago(Fchar_table_range): Remove unused var i.
Kim F. Storm [Thu, 20 Oct 2005 15:03:26 +0000 (15:03 +0000)]
(Fchar_table_range): Remove unused var i.

18 years ago(auto_save_error): Call SAFE_FREE.
Kim F. Storm [Thu, 20 Oct 2005 15:03:10 +0000 (15:03 +0000)]
(auto_save_error): Call SAFE_FREE.

18 years ago(check_ccl_update): Remove unused var vp.
Kim F. Storm [Thu, 20 Oct 2005 15:02:59 +0000 (15:02 +0000)]
(check_ccl_update): Remove unused var vp.

18 years ago(clone_per_buffer_values): Remove unused var tem.
Kim F. Storm [Thu, 20 Oct 2005 15:02:52 +0000 (15:02 +0000)]
(clone_per_buffer_values): Remove unused var tem.
(init_buffer): Remove unused vars dotstat, pwdstat.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Oct 2005 15:02:42 +0000 (15:02 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 20 Oct 2005 15:00:21 +0000 (15:00 +0000)]
*** empty log message ***

18 years agoAdd autoloads of crypt++ and mailcrypt routines, all for encryption
Eli Zaretskii [Thu, 20 Oct 2005 14:59:51 +0000 (14:59 +0000)]
Add autoloads of crypt++ and mailcrypt routines, all for encryption
functionality.
allout customization subgroup now positioned in `outlines' group
instead of prior `editing' group.
(allout-encrypt-string, allout-encryption-produce-work-buffer)
(allout-encrypted-topic-p, allout-encrypted-text-type)
(allout-mc-activate-passwd, allout-create-encryption-key-verifier)
(allout-situate-encryption-key-verifier)
(allout-get-encryption-key-verifier, allout-verify-key)
(allout-next-topic-pending-encryption)
(allout-encrypt-decrypted, allout-encrypted-type-prefix): New
functions.
(outline-topic-encryption-bullet, outline-default-encryption-scheme)
(outline-key-verifier-handling, outline-key-hint-handling)
(outline-encrypt-unencrypted-on-saves): New defcustoms.
(allout-file-key-verifier-string, allout-encryption-scheme)
(allout-key-verifier-string, allout-key-hint-string)
(allout-after-save-decrypt): New variables.
(allout-write-file-hook-handler, allout-auto-save-hook-handler)
(allout-after-saves-handler): New hook functions.
(allout-post-command-business): Do allout-after-save-decrypt.
(allout-enable-file-variable-adjustment): Custom var to enable
mechanism for adding and adjusting settings of Emacs file variables.
(allout-adjust-file-variable, allout-file-vars-section-data): New
functions, implement the mechanism.
(outlineify-sticky): Use the file vars mechanism.
(allout-inhibit-protection, allout-during-write-cue)
(allout-override-protect, allout-before-change-protect): Removed.
(allout-flag-region, allout-open-topic): Revised to adjust
read-only text.
(allout-open-line-not-read-only): Added to facilitate read-only
text based protection.
(allout-kill-line): Revised to adjust read-only text, clue the
user about the inhibition.
(allout-unprotected): Robustified with an unwind-protect.
(allout-shift-in, allout-shift-out): Disallow manually shifting a
topic deeper than the offspring depth of the previous topic -
avoiding confusing "containment discontinuities".
(allout-reindent-bodies): Fixed retention of body relative hanging
indent during promotion of collapsed bodies.
(allout-open-topic): Made it easy to open new topic with same
bullet as current topic - topic creation functions provided with
any universal argument provokes now prompt for bullet, defaulting
to the bullet of the previous topic.
(allout-plain-bullets-string, allout-distinctive-bullets-string):
Plain bullet alternates '.' period and ',' comma only.  All other
bullets are relegated to special status (but customizable).
(allout-end-of-entry): Renamed from 'allout-end-of-current-entry
since it actually operates w.r.t. most immediately containing
entry, visible or not.
(allout-hide-current-entry, allout-show-current-entry): Use the
revised version.
(allout-old-expose-topic): Solidify deprecation.
(allout-end-of-subtree): Added, so we can span concealed as well
as visible topics.
(allout-end-of-current-subtree): Use `allout-end-of-subtree'.
(allout-end-of-current-heading): Tweaked to just respect the first
line.
(allout-get-body-text): Added.
(allout-ascend-to-depth, allout-ascend): Position at end of prefix
when invoked interactively.
(allout-up-current-level): Use `interactive-p'.
(allout-mode, allout-init): Miscellaneous docstring and
operational refinements, as well as hookups of new encryption stuff.
(allout-beginning-of-current-entry): Now works as advertised.
(allout-end-of-current-entry): Relieved of superfluous
allout-show-entry.
(allout-isearch-rectification): Refine condition for isearching
(allout-isearch-abort, allout-enwrap-isearch).
(allout-flag-region, my-region-active-p): Relocated some macros.
(allout-title): Fallback title is '(buffer-name)', not
non-existing '(current-buffer-name)'.
(subst-char-in-string): Define if absent (for some XEmacs versions).
Corrected commentary 'keywords' to legitimate ones.
Updated comentary author info (using my current email address,
obscurified).

18 years ago(mail-setup-hook, mail-aliases)
Eli Zaretskii [Thu, 20 Oct 2005 14:34:42 +0000 (14:34 +0000)]
(mail-setup-hook, mail-aliases)
(mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
(mail-citation-prefix-regexp, mail-signature-file)
(mail-default-headers, mail-bury-selects-summary)
(mail-send-nonascii): Add autoload cookies.

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 20 Oct 2005 14:25:49 +0000 (14:25 +0000)]
*** empty log message ***

18 years ago(blink-cursor-mode): Add `mac' to the list of window-system's that
Eli Zaretskii [Thu, 20 Oct 2005 14:23:26 +0000 (14:23 +0000)]
(blink-cursor-mode): Add `mac' to the list of window-system's that
support blinking cursor.

18 years agoRemove XEmacs conditionals.
Eli Zaretskii [Thu, 20 Oct 2005 14:17:14 +0000 (14:17 +0000)]
Remove XEmacs conditionals.

18 years ago(org-level-color-stars-only): Fix typo in doc string.
Reiner Steib [Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)]
(org-level-color-stars-only): Fix typo in doc string.

18 years ago(unexec): Fix calls to `fatal' with less than 3 arguments.
Eli Zaretskii [Thu, 20 Oct 2005 13:59:31 +0000 (13:59 +0000)]
(unexec): Fix calls to `fatal' with less than 3 arguments.

18 years ago[__Lynx__]: Undef SIGPOLL along with SIGIO.
Eli Zaretskii [Thu, 20 Oct 2005 13:18:50 +0000 (13:18 +0000)]
[__Lynx__]: Undef SIGPOLL along with SIGIO.

18 years agoFix date of last entry.
Eli Zaretskii [Thu, 20 Oct 2005 13:17:59 +0000 (13:17 +0000)]
Fix date of last entry.

18 years agoUndef STDIN if defined. (LynxOS defines it in system header files.)
Eli Zaretskii [Thu, 20 Oct 2005 13:13:42 +0000 (13:13 +0000)]
Undef STDIN if defined.  (LynxOS defines it in system header files.)

18 years ago(Fdisplay_completion_list): Doc fix.
Andreas Schwab [Thu, 20 Oct 2005 13:07:29 +0000 (13:07 +0000)]
(Fdisplay_completion_list): Doc fix.

18 years agoFix my email address.
Eli Zaretskii [Thu, 20 Oct 2005 12:46:50 +0000 (12:46 +0000)]
Fix my email address.

18 years ago($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warnings
Eli Zaretskii [Thu, 20 Oct 2005 12:08:25 +0000 (12:08 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warnings
to t, to avoid warnings due to different drive letter case in D:/foo/bar.el
vs d:/foo/bar.el.

18 years ago(font-lock-mode): Doc fix.
Romain Francoise [Thu, 20 Oct 2005 05:48:50 +0000 (05:48 +0000)]
(font-lock-mode): Doc fix.

18 years ago(ido-is-tramp-root): Simplify regexp matching tramp root.
Kim F. Storm [Wed, 19 Oct 2005 22:21:18 +0000 (22:21 +0000)]
(ido-is-tramp-root): Simplify regexp matching tramp root.
(ido-set-current-directory): Don't add / after final @.
(ido-file-name-all-completions-1): Adapt to fixed tramp completion.
Explicitly handle ange-ftp completion oddities.
(ido-make-file-list): Don't rotate list at tramp root to avoid
triggering tramp file handler for expand-file-name via get-file-buffer.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Oct 2005 22:21:00 +0000 (22:21 +0000)]
*** empty log message ***

18 years agoSimplify max-image-size entry.
Kim F. Storm [Wed, 19 Oct 2005 21:54:41 +0000 (21:54 +0000)]
Simplify max-image-size entry.

18 years ago(Showing Images): Add max-image-size integer value.
Kim F. Storm [Wed, 19 Oct 2005 21:54:11 +0000 (21:54 +0000)]
(Showing Images): Add max-image-size integer value.

18 years ago(check_image_size): Handle integer Vmax_image_size value
Kim F. Storm [Wed, 19 Oct 2005 21:52:13 +0000 (21:52 +0000)]
(check_image_size): Handle integer Vmax_image_size value
directly as max pixel value.  Use default frame size for null frame.
(syms_of_image) <max-image-size>: Describe integer value.

18 years ago(math-standard-units): Add units, adjust symbols and update values.
Jay Belanger [Wed, 19 Oct 2005 20:19:04 +0000 (20:19 +0000)]
(math-standard-units): Add units, adjust symbols and update values.
(math-unit-prefixes):  Add more prefixes.

18 years ago(savehist-coding-system): Revert to checking XEmacs.
Stefan Monnier [Wed, 19 Oct 2005 19:09:58 +0000 (19:09 +0000)]
(savehist-coding-system): Revert to checking XEmacs.

18 years agoOops, 2004, not 2005.
Romain Francoise [Wed, 19 Oct 2005 16:56:17 +0000 (16:56 +0000)]
Oops, 2004, not 2005.

18 years ago(main): Update copyright year.
Romain Francoise [Wed, 19 Oct 2005 16:53:31 +0000 (16:53 +0000)]
(main): Update copyright year.

18 years agosplit-window has already been implemented.
Chong Yidong [Wed, 19 Oct 2005 12:54:43 +0000 (12:54 +0000)]
split-window has already been implemented.

18 years ago(bookmark-menu-heading): New face.
Romain Francoise [Wed, 19 Oct 2005 09:45:43 +0000 (09:45 +0000)]
(bookmark-menu-heading): New face.
(bookmark-bmenu-list): Use it.
Don't fiddle with `baud-rate' at top-level.

18 years agoFix prev change.
Richard M. Stallman [Wed, 19 Oct 2005 04:47:50 +0000 (04:47 +0000)]
Fix prev change.

18 years agomax-image-size implemented.
Chong Yidong [Wed, 19 Oct 2005 03:57:26 +0000 (03:57 +0000)]
max-image-size implemented.

18 years ago* NEWS: New variable `max-image-size'.
Chong Yidong [Wed, 19 Oct 2005 03:56:09 +0000 (03:56 +0000)]
* NEWS: New variable `max-image-size'.

18 years ago* display.texi (Showing Images): Document max-image-size.
Chong Yidong [Wed, 19 Oct 2005 03:55:44 +0000 (03:55 +0000)]
* display.texi (Showing Images): Document max-image-size.

18 years ago* image.el (create-image, find-image): Mention max-image-size in
Chong Yidong [Wed, 19 Oct 2005 03:55:20 +0000 (03:55 +0000)]
* image.el (create-image, find-image): Mention max-image-size in
docstring.

18 years ago* image.c (Vmax_image_size): New variable.
Chong Yidong [Wed, 19 Oct 2005 03:54:56 +0000 (03:54 +0000)]
* image.c (Vmax_image_size): New variable.
(check_image_size): New function.
(xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
(gif_load, gs_load): Use it.
(lookup_image): Try loading again if previous load failed.
(xbm_read_bitmap_data): Add a new argument, a pointer to the frame
to display in, NULL if none.
(xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
argument.

18 years ago(Fstring_match): Doc fix.
Richard M. Stallman [Wed, 19 Oct 2005 01:52:59 +0000 (01:52 +0000)]
(Fstring_match): Doc fix.

18 years ago* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
Romain Francoise [Tue, 18 Oct 2005 18:29:11 +0000 (18:29 +0000)]
* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Improve help-echo text.

18 years ago(savehist-load): Revert to checking XEmacs.
Stefan Monnier [Tue, 18 Oct 2005 16:13:18 +0000 (16:13 +0000)]
(savehist-load): Revert to checking XEmacs.

18 years agoDon't use font-lock-defaults-alist.
Stefan Monnier [Tue, 18 Oct 2005 15:30:53 +0000 (15:30 +0000)]
Don't use font-lock-defaults-alist.
Various docstring and line-width fixups.
(conf-mode): Use cond.
Set font-lock-defaults.  Don't set comment-use-syntax.

18 years ago(tree-widget-button-click): New function.
David Ponce [Tue, 18 Oct 2005 11:30:18 +0000 (11:30 +0000)]
(tree-widget-button-click): New function.
(tree-widget-button-keymap): Use it.

18 years ago*** empty log message ***
David Ponce [Tue, 18 Oct 2005 11:29:55 +0000 (11:29 +0000)]
*** empty log message ***