]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years agoImprove the documentation of how to hilight multiline elements.
Stefan Monnier [Sat, 29 Apr 2006 15:11:38 +0000 (15:11 +0000)]
Improve the documentation of how to hilight multiline elements.

18 years agoAdd `booleanp'.
Stefan Monnier [Sat, 29 Apr 2006 14:14:53 +0000 (14:14 +0000)]
Add `booleanp'.

18 years ago(File Local Variables): Remove the special case t for safe-local-variable.
Stefan Monnier [Sat, 29 Apr 2006 14:02:42 +0000 (14:02 +0000)]
(File Local Variables): Remove the special case t for safe-local-variable.

18 years ago(safe-local-variable-p): Remove support for the special value t.
Stefan Monnier [Sat, 29 Apr 2006 13:59:52 +0000 (13:59 +0000)]
(safe-local-variable-p): Remove support for the special value t.

18 years ago(sentence-end-without-space): Fix safety predicate.
Stefan Monnier [Sat, 29 Apr 2006 13:59:04 +0000 (13:59 +0000)]
(sentence-end-without-space): Fix safety predicate.
(sentence-end-double-space, sentence-end-without-period)
(paragraph-ignore-fill-prefix): Tighten the safety predicate.

18 years ago(colon-double-space): Tighten the safety predicate.
Stefan Monnier [Sat, 29 Apr 2006 13:57:38 +0000 (13:57 +0000)]
(colon-double-space): Tighten the safety predicate.

18 years ago(abbrev-mode): Tighten the safety predicate.
Stefan Monnier [Sat, 29 Apr 2006 13:56:50 +0000 (13:56 +0000)]
(abbrev-mode): Tighten the safety predicate.

18 years ago(booleanp): New fun.
Stefan Monnier [Sat, 29 Apr 2006 13:56:19 +0000 (13:56 +0000)]
(booleanp): New fun.

18 years ago(reftex-guess-label-type): Tighten the safety predicate.
Stefan Monnier [Sat, 29 Apr 2006 13:55:42 +0000 (13:55 +0000)]
(reftex-guess-label-type): Tighten the safety predicate.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-252
Miles Bader [Sat, 29 Apr 2006 03:51:50 +0000 (03:51 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-252

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 96-97)

   - Update from CVS

18 years ago(Version, mh-version): Update for release 7.95.
Bill Wohler [Sat, 29 Apr 2006 01:26:12 +0000 (01:26 +0000)]
(Version, mh-version): Update for release 7.95.

18 years agoUpdate for MH-E release 7.95.
Bill Wohler [Sat, 29 Apr 2006 01:25:23 +0000 (01:25 +0000)]
Update for MH-E release 7.95.

18 years ago(Grep Searching): Add lgrep and rgrep.
Kim F. Storm [Fri, 28 Apr 2006 23:42:45 +0000 (23:42 +0000)]
(Grep Searching): Add lgrep and rgrep.

18 years agoAdd lgrep + rgrep.
Kim F. Storm [Fri, 28 Apr 2006 23:42:37 +0000 (23:42 +0000)]
Add lgrep + rgrep.

18 years ago(grep-read-files): Use buffer-name if no buffer-file-name.
Kim F. Storm [Fri, 28 Apr 2006 23:39:02 +0000 (23:39 +0000)]
(grep-read-files): Use buffer-name if no buffer-file-name.
Default to *.ext if no alias matches.
No default if no extension.

18 years ago(defgroup grep): Doc fix.
Kim F. Storm [Fri, 28 Apr 2006 22:22:01 +0000 (22:22 +0000)]
(defgroup grep): Doc fix.
(grep-auto-highlight): Remove.
(grep-template): New defcustom.
(grep-find-template): Rename from grep-tree-template.
(grep-files-aliases): Rename from grep-tree-files-aliases.
Remove "all" alias, add "l" alias.
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
(grep-find-ignored-directories): New defcustom to replace
grep-tree-ignore-CVS-directories, to facilitate ignoring
subdirectories for multiple version control systems.
(grep-mode-map): Add Recursive grep item to GREP menu.
(grep-regexp-history, grep-files-history): New defvars.
(grep-probe): New helper function.
(grep-compute-defaults): Use it to simplify code.
Adapt to name changes.
Use `.' as base in grep-find-template rather than <D>.
(grep): Remove superfluous highlight-regexp arg.  Fix doc.
Call grep-compute-defaults unconditionally.
(grep-expand-keywords): New defconst.
(grep-expand-template): Rename from grep-expand-command-macros.
Simplify via grep-expand-keywords.  Look at case-fold-search instead
of grep-tree-ignore-case to add -i option.
Bind case-fold-search to nil while matching keywords.
(grep-tree-last-regexp, grep-tree-last-files): Remove.
(grep-read-regexp, grep-read-files): New helper functions.
(rgrep): Rename from grep-tree.  Rework to use proper histories.
Adapt to changes in defcustoms and functions above.
(lgrep): New command, as grep, but using same interactive api as rgrep.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 28 Apr 2006 22:20:57 +0000 (22:20 +0000)]
*** empty log message ***

18 years agoFix a typo in a doc string.
Eli Zaretskii [Fri, 28 Apr 2006 05:09:13 +0000 (05:09 +0000)]
Fix a typo in a doc string.

18 years ago* net/tramp.el (tramp-completion-file-name-handler): Disable
Michael Albinus [Fri, 28 Apr 2006 04:06:16 +0000 (04:06 +0000)]
* net/tramp.el (tramp-completion-file-name-handler): Disable
Tramp's functionality while loading Tramp itself.
(tramp-register-file-name-handlers): That's a defsubst now.  Code
from `tramp-repair-jka-compr' moved here.  Apply it via
`after-init-hook'.
(tramp-repair-jka-compr): Removed.

18 years ago(calc-embedded-make-info): Use `math-read-expr' when
Jay Belanger [Thu, 27 Apr 2006 18:40:41 +0000 (18:40 +0000)]
(calc-embedded-make-info): Use `math-read-expr' when
`math-read-big-expr' doesn't work.

18 years ago(command-line-1): Display warning when
Reiner Steib [Thu, 27 Apr 2006 13:51:57 +0000 (13:51 +0000)]
(command-line-1): Display warning when
pure-space-overflow is non-nil.

18 years ago* textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
Roland Winkler [Wed, 26 Apr 2006 23:36:24 +0000 (23:36 +0000)]
* textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
risky.

* textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
Return the URL or nil if none can be generated.

18 years ago(bibtex-url): New optional arg no-browse. Return the URL or nil if
Roland Winkler [Wed, 26 Apr 2006 23:34:34 +0000 (23:34 +0000)]
(bibtex-url): New optional arg no-browse.  Return the URL or nil if
none can be generated.

18 years ago(bibtex-user-optional-fields): Mark as risky.
Roland Winkler [Wed, 26 Apr 2006 23:32:39 +0000 (23:32 +0000)]
(bibtex-user-optional-fields): Mark as risky.

18 years ago(gud-comint-buffer): Move forward to stop byte compiler warnings.
Nick Roberts [Wed, 26 Apr 2006 23:03:56 +0000 (23:03 +0000)]
(gud-comint-buffer): Move forward to stop byte compiler warnings.
(gud-basic-call, gud-find-expr): Let user select an expression
for printing.  Print expression as well as value in GUD buffer.

18 years ago(pp1, pv1): Only print value as expression is now printed out by gud-print.
Nick Roberts [Wed, 26 Apr 2006 23:02:33 +0000 (23:02 +0000)]
(pp1, pv1): Only print value as expression is now printed out by gud-print.
(pv1): Correct doc string.

18 years ago*** empty log message ***
Nick Roberts [Wed, 26 Apr 2006 23:01:51 +0000 (23:01 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Miles Bader [Wed, 26 Apr 2006 21:58:05 +0000 (21:58 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 91-95)

   - Merge from emacs--devo--0
   - Update from CVS

18 years agoRemove local autoload declaration for
Stefan Monnier [Wed, 26 Apr 2006 21:54:51 +0000 (21:54 +0000)]
Remove local autoload declaration for
pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
(allout-show-bodies, allout-header-prefix, allout-primary-bullet)
(allout-plain-bullets-string, allout-distinctive-bullets-string)
(allout-use-mode-specific-leader, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-presentation-padding)
(allout-use-hanging-indents, allout-reindent-bodies): Mark as
safe-local-variable with suitable value spec, and add autoload
cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
(move-beginning-of-line, move-end-of-line): Repair so these compat
functions now actually resituate the point, when appropriate.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 26 Apr 2006 21:32:06 +0000 (21:32 +0000)]
*** empty log message ***

18 years ago(store_in_keymap): Change `def' arg to not be `register'.
Stefan Monnier [Wed, 26 Apr 2006 20:50:25 +0000 (20:50 +0000)]
(store_in_keymap): Change `def' arg to not be `register'.
Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8):
keymap.c:895: error: address of register variable `def' requested.

18 years ago(url-open-stream): Don't hide errors.
Stefan Monnier [Wed, 26 Apr 2006 20:40:18 +0000 (20:40 +0000)]
(url-open-stream): Don't hide errors.
(url-gateway-nslookup-host, url-open-telnet): Use with-current-buffer.

18 years ago(url-insert): New function.
Stefan Monnier [Wed, 26 Apr 2006 20:37:58 +0000 (20:37 +0000)]
(url-insert): New function.
(url-insert-file-contents): Use it.

18 years agoFixup commenting convention.
Stefan Monnier [Wed, 26 Apr 2006 20:22:57 +0000 (20:22 +0000)]
Fixup commenting convention.

18 years ago(c-subword-mode-map): Use command remapping.
Stefan Monnier [Wed, 26 Apr 2006 20:21:56 +0000 (20:21 +0000)]
(c-subword-mode-map): Use command remapping.

18 years ago(Parsing Expressions): Minor cleanup.
Richard M. Stallman [Wed, 26 Apr 2006 19:32:20 +0000 (19:32 +0000)]
(Parsing Expressions): Minor cleanup.

18 years ago(construct_mouse_wheel): Handle negative coordinates.
Jason Rumney [Wed, 26 Apr 2006 18:19:13 +0000 (18:19 +0000)]
(construct_mouse_wheel): Handle negative coordinates.

18 years ago(w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
Jason Rumney [Wed, 26 Apr 2006 17:54:41 +0000 (17:54 +0000)]
(w32_wnd_proc) <WM_LBUTTONDOWN, WM_RBUTTONDOWN>:
<WM_LBUTTONUP, WM_RBUTTONUP>: Call signal_user_input in the cases
where we preempt mouse_button_timer.

18 years ago*** empty log message ***
Jason Rumney [Wed, 26 Apr 2006 17:54:06 +0000 (17:54 +0000)]
*** empty log message ***

18 years ago(add-log-iso8601-time-zone): Make parameter optional.
Stefan Monnier [Wed, 26 Apr 2006 14:16:05 +0000 (14:16 +0000)]
(add-log-iso8601-time-zone): Make parameter optional.
(add-log-iso8601-time-string): Fix call to format-time-string.

18 years ago* mh-e.el (mh-invisible-header-fields-internal): Add entry "X-Provags-ID:"
Eric Ding [Wed, 26 Apr 2006 13:13:35 +0000 (13:13 +0000)]
* mh-e.el (mh-invisible-header-fields-internal): Add entry "X-Provags-ID:"

18 years ago(posn-string, posn-image, posn-object): Doc fix.
Kim F. Storm [Wed, 26 Apr 2006 08:56:32 +0000 (08:56 +0000)]
(posn-string, posn-image, posn-object): Doc fix.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 26 Apr 2006 08:56:23 +0000 (08:56 +0000)]
*** empty log message ***

18 years ago(asm-mode, asm-mode-syntax-table): Add
Masatake YAMATO [Wed, 26 Apr 2006 07:03:20 +0000 (07:03 +0000)]
(asm-mode, asm-mode-syntax-table): Add
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.

18 years agoUse (featurep 'xemacs) everywhere.
Stefan Monnier [Wed, 26 Apr 2006 05:50:51 +0000 (05:50 +0000)]
Use (featurep 'xemacs) everywhere.
(follow-mode): Use define-minor-mode.
(follow-mode-map): Move initialization into the declaration.
Use command remapping.
(follow-emacs-version-xemacs-p): Remove.
(follow-submit-feedback): Remove.

18 years ago(allout-layout, allout-passphrase-verifier-string)
Stefan Monnier [Wed, 26 Apr 2006 05:36:12 +0000 (05:36 +0000)]
(allout-layout, allout-passphrase-verifier-string)
(allout-passphrase-hint-string): Tighten up a bit the safety predicate.

18 years agoMention negative depth in syntax-ppss's output.
Stefan Monnier [Wed, 26 Apr 2006 05:35:27 +0000 (05:35 +0000)]
Mention negative depth in syntax-ppss's output.

18 years agoMinor tweaks.
Stefan Monnier [Wed, 26 Apr 2006 05:33:11 +0000 (05:33 +0000)]
Minor tweaks.

18 years ago(reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Stefan Monnier [Wed, 26 Apr 2006 05:30:29 +0000 (05:30 +0000)]
(reftex-vref-is-default, reftex-fref-is-default, reftex-guess-label-type):
Tighten up a bit the safety predicate.

18 years ago(sentence-end-double-space, sentence-end-without-period)
Stefan Monnier [Wed, 26 Apr 2006 05:28:47 +0000 (05:28 +0000)]
(sentence-end-double-space, sentence-end-without-period)
(sentence-end-without-space, page-delimiter, paragraph-ignore-fill-prefix):
Tighten up a bit the safety predicate.

18 years ago(colon-double-space): Tighten up a bit the safety predicate.
Stefan Monnier [Wed, 26 Apr 2006 05:27:48 +0000 (05:27 +0000)]
(colon-double-space): Tighten up a bit the safety predicate.

18 years ago(python-continuation-line-p, python-beginning-of-statement):
Stefan Monnier [Wed, 26 Apr 2006 05:26:39 +0000 (05:26 +0000)]
(python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.

18 years ago(time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Stefan Monnier [Wed, 26 Apr 2006 05:25:32 +0000 (05:25 +0000)]
(time-stamp-start, time-stamp-end, time-stamp-inserts-lines):
Tighten up a bit the safety predicate.

18 years agoRemove spurious * in docstrings.
Stefan Monnier [Wed, 26 Apr 2006 05:23:37 +0000 (05:23 +0000)]
Remove spurious * in docstrings.
(add-log-time-zone-rule): Rename from change-log-time-zone-rule.
(add-change-log-entry): Use it here, since it's not specific to iso8601.
(add-log-iso8601-time-string): Don't use it here any more.
(change-log-indent-text, change-log-indent): Rename from add-log-*.

18 years ago(abbrev-mode): Tighten up a bit the safety predicate.
Stefan Monnier [Wed, 26 Apr 2006 05:16:01 +0000 (05:16 +0000)]
(abbrev-mode): Tighten up a bit the safety predicate.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-247
Miles Bader [Wed, 26 Apr 2006 03:09:31 +0000 (03:09 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-247

Rcirc patch from Ryan Yeske

2006-04-25  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
   (rcirc-toggle-low-priority): Doc fix.
   (rcirc-handler-NOTICE): Remove beginning of line anchor in
   ChanServ regexp.
   (rcirc-startup-channels-alist): Connect to #rcirc by default, not
   #emacs.
   (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
   (rcirc-decode-coding-system): Use utf-8 as the default.
   (rcirc-multiline-minor-mode): Set the fill-column.
   (rcirc-format-response-string): Display bright and dim nicks.
   (rcirc-browse-url): Update interactive spec to fill ARG.
   (rcirc-bright-nick, rcirc-dim-nick): Add faces.
   (rcirc-print): Ignore dim-nick messages wrt modeline-activity.

18 years ago(mh-folder-expand-at-point): Fix folder completion. Folders returned
Bill Wohler [Tue, 25 Apr 2006 21:41:13 +0000 (21:41 +0000)]
(mh-folder-expand-at-point): Fix folder completion. Folders returned
by mh-folder-completion-function no longer need adornment (closes SF
#1476270).

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-245
Miles Bader [Tue, 25 Apr 2006 08:18:01 +0000 (08:18 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245

(Ffield_beginning, find_field): Undo change of 2006-04-23.

2006-04-25  Miles Bader  <miles@gnu.org>

   * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23.

18 years ago(Getting Started): Made it more explicit that you need to install MH,
Bill Wohler [Mon, 24 Apr 2006 22:15:33 +0000 (22:15 +0000)]
(Getting Started): Made it more explicit that you need to install MH,
and also included pointers to current MH implementations.

18 years agoRemoved mention of C-c C-j.
J.D. Smith [Mon, 24 Apr 2006 21:59:03 +0000 (21:59 +0000)]
Removed mention of C-c C-j.

18 years ago(bibtex-find-entry): Don't demand matching case for @Article, etc.
J.D. Smith [Mon, 24 Apr 2006 21:57:45 +0000 (21:57 +0000)]
(bibtex-find-entry): Don't demand matching case for @Article, etc.

18 years agoInclude headers for pid_t.
Stefan Monnier [Mon, 24 Apr 2006 13:10:19 +0000 (13:10 +0000)]
Include headers for pid_t.

18 years agoAdd documentation about font-lock-multiline.
Stefan Monnier [Mon, 24 Apr 2006 06:35:58 +0000 (06:35 +0000)]
Add documentation about font-lock-multiline.

18 years agoAdd arch tagline
Miles Bader [Mon, 24 Apr 2006 05:21:21 +0000 (05:21 +0000)]
Add arch tagline

18 years agoFix last change:
Kim F. Storm [Mon, 24 Apr 2006 00:22:26 +0000 (00:22 +0000)]
Fix last change:
(produce_stretch_glyph): Assume that face box height and width is
already included in stretch glyph size so caller doesn't have to
consider the extra space otherwise added (fixes problem in ses.el).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Apr 2006 00:21:55 +0000 (00:21 +0000)]
*** empty log message ***

18 years ago(produce_stretch_glyph): Include face box in stretch glyph size.
Kim F. Storm [Mon, 24 Apr 2006 00:08:07 +0000 (00:08 +0000)]
(produce_stretch_glyph): Include face box in stretch glyph size.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Apr 2006 00:07:47 +0000 (00:07 +0000)]
*** empty log message ***

18 years ago* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
Kim F. Storm [Sun, 23 Apr 2006 23:50:25 +0000 (23:50 +0000)]
* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which
does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Apr 2006 23:50:09 +0000 (23:50 +0000)]
*** empty log message ***

18 years ago(tool_bar_lines_needed): New local `temp_row' for clarity.
Kim F. Storm [Sun, 23 Apr 2006 22:28:17 +0000 (22:28 +0000)]
(tool_bar_lines_needed): New local `temp_row' for clarity.
(tool_bar_lines_needed): Clear it when done, so we don't accidentally
draw a second copy of the tool-bar after resetting f->n_tool_bar_rows.
(redisplay_tool_bar): Update tool-bar-lines frame parameter whenever
we recalculate f->n_tool_bar_rows.

18 years ago(x_set_font): Clear f->n_tool_bar_rows and current frame
Kim F. Storm [Sun, 23 Apr 2006 22:26:58 +0000 (22:26 +0000)]
(x_set_font): Clear f->n_tool_bar_rows and current frame
matrices to force recalculation of tool-bar height after font change.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Apr 2006 22:26:35 +0000 (22:26 +0000)]
*** empty log message ***

18 years ago[TeX]: Use xresmini.texi instead of xresources.texi.
Richard M. Stallman [Sun, 23 Apr 2006 21:56:50 +0000 (21:56 +0000)]
[TeX]: Use xresmini.texi instead of xresources.texi.

18 years ago(Face Resources): Split table into font resources and the rest.
Richard M. Stallman [Sun, 23 Apr 2006 21:53:05 +0000 (21:53 +0000)]
(Face Resources): Split table into font resources and the rest.
Combine similar attributes for brevity.

18 years agoNew file, a shortened version of xresmini.texi.
Richard M. Stallman [Sun, 23 Apr 2006 21:51:55 +0000 (21:51 +0000)]
New file, a shortened version of xresmini.texi.

18 years ago* net/tramp.el (tramp-register-file-name-handlers): New defun.
Michael Albinus [Sun, 23 Apr 2006 21:45:28 +0000 (21:45 +0000)]
* net/tramp.el (tramp-register-file-name-handlers): New defun.
Added with autoload cookie.
(tramp-unload-file-name-handlers): Renamed from
`tramp-unload-file-name-handler-alist'.

18 years ago*** empty log message ***
Romain Francoise [Sun, 23 Apr 2006 08:29:09 +0000 (08:29 +0000)]
*** empty log message ***

18 years ago(find_field): Fix comment.
Lars Hansen [Sun, 23 Apr 2006 08:14:52 +0000 (08:14 +0000)]
(find_field): Fix comment.
(Ffield_beginning): Fix bug when POS is at field beginning.

18 years agoTabify.
Romain Francoise [Sat, 22 Apr 2006 23:39:47 +0000 (23:39 +0000)]
Tabify.

18 years ago(comint-match-partial-filename): Doc fix.
Romain Francoise [Sat, 22 Apr 2006 23:30:13 +0000 (23:30 +0000)]
(comint-match-partial-filename): Doc fix.

18 years ago(BASE_PURESIZE): Increase to 1205000.
Eli Zaretskii [Sat, 22 Apr 2006 10:14:19 +0000 (10:14 +0000)]
(BASE_PURESIZE): Increase to 1205000.

18 years ago(view-other-diary-entries): Refer to `diary-view-entries' rather than
Glenn Morris [Sat, 22 Apr 2006 00:11:11 +0000 (00:11 +0000)]
(view-other-diary-entries): Refer to `diary-view-entries' rather than
alias `view-diary-entries'.

18 years ago(calendar-mode-map): Refer to `diary-view-entries' rather than alias
Glenn Morris [Sat, 22 Apr 2006 00:10:30 +0000 (00:10 +0000)]
(calendar-mode-map): Refer to `diary-view-entries' rather than alias
`view-diary-entries'.

18 years ago*** empty log message ***
Glenn Morris [Sat, 22 Apr 2006 00:10:15 +0000 (00:10 +0000)]
*** empty log message ***

18 years ago(antlr-default): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:41:23 +0000 (23:41 +0000)]
(antlr-default): Avoid nil spec in defface.

18 years ago(custom-documentation): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:38:54 +0000 (23:38 +0000)]
(custom-documentation): Avoid nil spec in defface.

18 years ago(scroll-bar, border, cursor, mouse): Avoid nil spec in defface.
Luc Teirlinck [Fri, 21 Apr 2006 23:36:59 +0000 (23:36 +0000)]
(scroll-bar, border, cursor, mouse): Avoid nil spec in defface.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 21 Apr 2006 23:32:19 +0000 (23:32 +0000)]
*** empty log message ***

18 years agoRelease MH-E manual version 7.94.
Bill Wohler [Fri, 21 Apr 2006 22:36:37 +0000 (22:36 +0000)]
Release MH-E manual version 7.94.

* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
release 7.94.

18 years ago(Version, mh-version): Add +cvs to version.
Bill Wohler [Fri, 21 Apr 2006 21:59:54 +0000 (21:59 +0000)]
(Version, mh-version): Add +cvs to version.

18 years ago(redisplay_window): Fix last change. Don't recenter if
Kim F. Storm [Fri, 21 Apr 2006 21:25:20 +0000 (21:25 +0000)]
(redisplay_window): Fix last change.  Don't recenter if
window start is at BEGV.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Apr 2006 21:25:09 +0000 (21:25 +0000)]
*** empty log message ***

18 years agoRelease MH-E version 7.94.
Bill Wohler [Fri, 21 Apr 2006 21:23:14 +0000 (21:23 +0000)]
Release MH-E version 7.94.

(Version, mh-version): Update for release 7.94.

18 years agoRelease MH-E version 7.94.
Bill Wohler [Fri, 21 Apr 2006 21:22:13 +0000 (21:22 +0000)]
Release MH-E version 7.94.

* NEWS, MH-E-NEWS: Update for MH-E release 7.94.

18 years ago(image-type): New defun split out of create-image.
Kim F. Storm [Fri, 21 Apr 2006 20:56:06 +0000 (20:56 +0000)]
(image-type): New defun split out of create-image.
(create-image): Use it.

18 years ago(mh-insert-letter): If a message number isn't given, throw an error
Bill Wohler [Fri, 21 Apr 2006 17:49:02 +0000 (17:49 +0000)]
(mh-insert-letter): If a message number isn't given, throw an error
rather than using a potentially incorrect message number (closes SF
#1473729). In addition, use the cur message if mh-sent-from-msg is
nil (when sending a message, in contrast to replying). Move conversion
of int to string into interactive stanza so body can assume variables
are of proper type.

18 years ago(four_corners_best): New arg CORNERS specifies what pixels
Kim F. Storm [Fri, 21 Apr 2006 14:07:05 +0000 (14:07 +0000)]
(four_corners_best): New arg CORNERS specifies what pixels
to look at in case image has margin.
(x_create_bitmap_mask): Pass NULL for CORNERS to four_corners_best.
(image_background, image_background_transparent)
(x_build_heuristic_mask): Pass img->corners to four_corners_best.
(gif_load): Set img->corners according to image's margin spec.
Use img->corners values directly where applicable.
Save image extension data in img->data.lisp_val.
(gif_clear_image): New function to free img->data.lisp_val.
(gif_type): Use it instead of generic x_clear_image.
(Fimage_extension_data): New defun.
(syms_of_image): Defsubr it.

18 years ago(struct image): New member `corners'.
Kim F. Storm [Fri, 21 Apr 2006 14:06:55 +0000 (14:06 +0000)]
(struct image): New member `corners'.
(TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Apr 2006 14:06:42 +0000 (14:06 +0000)]
*** empty log message ***