]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years agoMark file as part of Emacs. Correct FSF address in header.
Glenn Morris [Wed, 20 Jun 2007 07:29:45 +0000 (07:29 +0000)]
Mark file as part of Emacs.  Correct FSF address in header.

17 years ago(vc-bzr-with-process-environment, vc-bzr-std-process-invocation): New macros.
Stefan Monnier [Wed, 20 Jun 2007 06:44:35 +0000 (06:44 +0000)]
(vc-bzr-with-process-environment, vc-bzr-std-process-invocation): New macros.
(vc-bzr-command, vc-bzr-command*): Use them.
(vc-bzr-with-c-locale): Remove.
(vc-bzr-dir-state): Replace its use with vc-bzr-command.
(vc-bzr-buffer-nonblank-p): New function.
(vc-bzr-state-words): New const.
(vc-bzr-state): Look for `bzr status` keywords in output.
Display everything else as a warning message to the user.
Fix status report with bzr >= 0.15.

17 years ago(vc-hg-global-switches): Simplify.
Dan Nicolaescu [Wed, 20 Jun 2007 06:32:42 +0000 (06:32 +0000)]
(vc-hg-global-switches): Simplify.
(vc-hg-state): Handle more states.
(vc-hg-diff): Fix doc-string.
(vc-hg-register): New function.
(vc-hg-checkout): Likewise.

17 years ago* progmodes/vera-mode.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 06:21:54 +0000 (06:21 +0000)]
* progmodes/vera-mode.el: New file.

17 years ago* vc-hg.el: New file.
Dan Nicolaescu [Wed, 20 Jun 2007 05:59:41 +0000 (05:59 +0000)]
* vc-hg.el: New file.

17 years ago(math-compose-expr): Let math-expr-opers equal math-expr-ops.
Jay Belanger [Wed, 20 Jun 2007 04:17:51 +0000 (04:17 +0000)]
(math-compose-expr): Let math-expr-opers equal math-expr-ops.

17 years ago(calc-finish-stack-edit): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:17:27 +0000 (04:17 +0000)]
(calc-finish-stack-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-read-parse-table): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:16:57 +0000 (04:16 +0000)]
(calc-read-parse-table): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-set-language,math-read-big-rec): Let math-expr-opers equal the
Jay Belanger [Wed, 20 Jun 2007 04:15:12 +0000 (04:15 +0000)]
(calc-set-language,math-read-big-rec): Let math-expr-opers equal the
function math-standard-ops rather than the variable
math-standard-opers.

17 years ago(math-read-plain-expr,math-format-flat-expr-fancy): Let
Jay Belanger [Wed, 20 Jun 2007 04:14:24 +0000 (04:14 +0000)]
(math-read-plain-expr,math-format-flat-expr-fancy): Let
math-expr-opers equal the function math-standard-ops rather
than the variable math-standard-opers.

17 years ago(calc-embedded-finish-edit): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:13:06 +0000 (04:13 +0000)]
(calc-embedded-finish-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.

17 years ago(calc-do-calc-eval): Let math-expr-opers equal the function
Jay Belanger [Wed, 20 Jun 2007 04:12:15 +0000 (04:12 +0000)]
(calc-do-calc-eval): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
(calc-algebraic-entry): Let math-expr-opers equal math-standard-ops or
math-expr-ops, as appropriate.
(math-expr-read-level,math-read-factor): Let math-expr-opers equal
math-expr-ops.

17 years ago(calc-multiplication-has-precendence): New variable.
Jay Belanger [Wed, 20 Jun 2007 04:07:24 +0000 (04:07 +0000)]
(calc-multiplication-has-precendence): New variable.
(math-standard-ops,math-standard-ops-p,math-expr-ops): New functions.
(math-expr-opers): Define using math-standard-ops rather than
math-standard-opers.

17 years ago(Tag): Section swapped with node Timestamps.
Carsten Dominik [Tue, 19 Jun 2007 08:53:36 +0000 (08:53 +0000)]
(Tag): Section swapped with node Timestamps.
(Formula syntax for Lisp): Document new `L' flag.

17 years ago(org-end-time-was-given): New variable.
Carsten Dominik [Tue, 19 Jun 2007 08:53:22 +0000 (08:53 +0000)]
(org-end-time-was-given): New variable.
(org-read-date): Look for time range.
(org-timestamp-change): Deal with time range issues.
(org-modify-ts-extra): New function.
(org-remember-apply-template, org-add-planning-info)
(org-time-stamp, org-time-stamp-inactive): Make use of
`org-end-time-was-given'.
(org-set-regexps-and-options, org-activate-tags)
(org-archive-subtree, org-toggle-tag)
(org-make-org-heading-search-string, org-open-at-point)
(org-link-search, org-remember-handler, org-complete)
(org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
(org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
(org-agenda-list-stuck-projects, org-format-agenda-item)
(org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
(org-ascii-level-start, org-export-as-html)
(org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
to match tags, in order to allow lanufage-specific characters in
tags.
(org-beginning-of-item-list): New command.
(org-target): New face.
(org-activate-links): New link type target.

17 years ago(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
Stefan Monnier [Mon, 18 Jun 2007 20:10:06 +0000 (20:10 +0000)]
(sh-font-lock-paren): Mark the relevant text with font-lock-multiline.

17 years ago(lpr-page-header-switches): Move %s to separate element for correct
Glenn Morris [Sun, 17 Jun 2007 22:19:03 +0000 (22:19 +0000)]
(lpr-page-header-switches): Move %s to separate element for correct
quoting.  Doc fix.

17 years ago*** empty log message ***
Glenn Morris [Sun, 17 Jun 2007 22:17:17 +0000 (22:17 +0000)]
*** empty log message ***

17 years ago(add_menu_item): Don't use multibyte string functions on
Jason Rumney [Sun, 17 Jun 2007 22:11:16 +0000 (22:11 +0000)]
(add_menu_item): Don't use multibyte string functions on
unicode strings.

17 years agoupdate from texinfo
Karl Berry [Sun, 17 Jun 2007 15:23:15 +0000 (15:23 +0000)]
update from texinfo

17 years ago(sgml-xml-guess): Return the result rather than setting sgml-xml-mode.
Stefan Monnier [Sun, 17 Jun 2007 13:55:17 +0000 (13:55 +0000)]
(sgml-xml-guess): Return the result rather than setting sgml-xml-mode.
(sgml-mode, html-mode): Set sgml-xml-mode.
(sgml-skip-tag-backward): Tell if we skipped over matched tags.
(sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
(sgml-electric-tag-pair-before-change-function)
(sgml-electric-tag-pair-flush-overlays): New functions.
(sgml-electric-tag-pair-mode): New minor mode.
(sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
(sgml-calculate-indent): Use assoc-string.

17 years ago(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
Juanma Barranquero [Sun, 17 Jun 2007 01:48:59 +0000 (01:48 +0000)]
(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.

17 years agoMerge from emacs--rel--22
Miles Bader [Sat, 16 Jun 2007 22:29:38 +0000 (22:29 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 49-50)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 232)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-802

17 years agoMerge from gnus--rel--5.10
Miles Bader [Sat, 16 Jun 2007 22:29:59 +0000 (22:29 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 232)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-50

17 years agoAdd arch tagline
Miles Bader [Sat, 16 Jun 2007 21:47:37 +0000 (21:47 +0000)]
Add arch tagline

17 years ago(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 18:19:42 +0000 (18:19 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.

17 years ago(add_menu_item): Escape `&' characters in menu items and their keybindings.
Eli Zaretskii [Sat, 16 Jun 2007 18:13:15 +0000 (18:13 +0000)]
(add_menu_item): Escape `&' characters in menu items and their keybindings.

17 years agoDocument that :data is unsupported for playing sound on Windows.
Eli Zaretskii [Sat, 16 Jun 2007 12:51:48 +0000 (12:51 +0000)]
Document that :data is unsupported for playing sound on Windows.

17 years agoDocument that :data is unsupported for playing sound on Windows.
Eli Zaretskii [Sat, 16 Jun 2007 12:50:37 +0000 (12:50 +0000)]
Document that :data is unsupported for playing sound on Windows.

17 years ago* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
Karl Fogel [Sat, 16 Jun 2007 01:25:25 +0000 (01:25 +0000)]
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
  before the "@" in an email address.  Andreas Roehler noticed this problem.

17 years ago* thingatpt.el: Add support for email addresses (`email').
Karl Fogel [Sat, 16 Jun 2007 01:03:35 +0000 (01:03 +0000)]
* thingatpt.el: Add support for email addresses (`email').
  (thing-at-point, bounds-of-thing-at-point): Document `email' support.
  (thing-at-point-email-regexp): New variable.
  (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
  properties on this symbol, with lambda forms for values.

17 years ago* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
Masatake YAMATO [Fri, 15 Jun 2007 19:40:47 +0000 (19:40 +0000)]
* vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.

17 years ago* vc.el (vc-dired-hook): check the backend returned from `vc-responsible-backend...
Masatake YAMATO [Fri, 15 Jun 2007 18:50:19 +0000 (18:50 +0000)]
* vc.el (vc-dired-hook): check the backend returned from `vc-responsible-backend' can really handle `subdir'.

17 years ago(widget-add-documentation-string-button): Fix handling of
Chong Yidong [Fri, 15 Jun 2007 16:27:23 +0000 (16:27 +0000)]
(widget-add-documentation-string-button): Fix handling of
documentation indent.

17 years ago* wid-edit.el (widget-add-documentation-string-button): Fix
Chong Yidong [Fri, 15 Jun 2007 16:27:16 +0000 (16:27 +0000)]
* wid-edit.el (widget-add-documentation-string-button): Fix
handling of documentation indent.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 15 Jun 2007 14:37:40 +0000 (14:37 +0000)]
*** empty log message ***

17 years agoNew file.
Kim F. Storm [Fri, 15 Jun 2007 14:36:17 +0000 (14:36 +0000)]
New file.

17 years ago*** empty log message ***
Kim F. Storm [Fri, 15 Jun 2007 14:35:58 +0000 (14:35 +0000)]
*** empty log message ***

17 years ago* vc.el (vc-dired-mode): Show backend name as part of mode name.
Masatake YAMATO [Fri, 15 Jun 2007 13:56:48 +0000 (13:56 +0000)]
* vc.el (vc-dired-mode): Show backend name as part of mode name.

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 15 Jun 2007 10:12:58 +0000 (10:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 15 Jun 2007 10:05:25 +0000 (10:05 +0000)]
*** empty log message ***

17 years agoMerge from gnus--rel--5.10
Miles Bader [Fri, 15 Jun 2007 04:03:46 +0000 (04:03 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 230-231)

   - ChangeLog tweak
   - Update from CVS

2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
   (gnus-agent-retrieve-headers): Bind
   gnus-decode-encoded-address-function to identity.

   * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
   is available also when the server returns simply a dot.

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
   it.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-48

17 years agoMerge from emacs--rel--22
Miles Bader [Fri, 15 Jun 2007 04:02:46 +0000 (04:02 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 45-48)

   - Gnus ChangeLog tweaks
   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 230-231)

   - ChangeLog tweak
   - Update from CVS

2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-agent.el (gnus-agent-fetch-headers)
   (gnus-agent-retrieve-headers): Bind
   gnus-decode-encoded-address-function to identity.

   * lisp/gnus/nntp.el (nntp-send-xover-command): Recognize an xover command
   is available also when the server returns simply a dot.

   * lisp/gnus/gnus-ems.el (gnus-x-splash): Redisplay window before measuring
   it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-800

17 years agoUse emacs.manifest.
Jason Rumney [Fri, 15 Jun 2007 00:08:37 +0000 (00:08 +0000)]
Use emacs.manifest.

17 years agoManifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.

17 years agoManifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
Jason Rumney [Fri, 15 Jun 2007 00:07:45 +0000 (00:07 +0000)]
Manifest for Windows XP and later. Links Emacs to comctl32.dll version 6 for
the new style scrollbars.

17 years ago(update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:02:03 +0000 (00:02 +0000)]
(update_compositions): Fix last fix.

17 years ago* composite.c (update_compositions): Fix last fix.
Chong Yidong [Fri, 15 Jun 2007 00:01:45 +0000 (00:01 +0000)]
* composite.c (update_compositions): Fix last fix.

17 years ago(update_compositions): Check validity of compositions.
Chong Yidong [Fri, 15 Jun 2007 00:00:37 +0000 (00:00 +0000)]
(update_compositions): Check validity of compositions.

17 years ago* composite.c (update_compositions): Check validity of compositions.
Chong Yidong [Thu, 14 Jun 2007 23:59:17 +0000 (23:59 +0000)]
* composite.c (update_compositions): Check validity of compositions.

17 years ago(widget-default-create): Move ?h handling here...
Chong Yidong [Thu, 14 Jun 2007 23:09:25 +0000 (23:09 +0000)]
(widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

17 years ago(custom-split-regexp-maybe): Simplify.
Chong Yidong [Thu, 14 Jun 2007 23:08:20 +0000 (23:08 +0000)]
(custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.

17 years ago* wid-edit.el (widget-default-create): Move ?h handling here...
Chong Yidong [Thu, 14 Jun 2007 23:07:05 +0000 (23:07 +0000)]
* wid-edit.el (widget-default-create): Move ?h handling here...
(widget-default-format-handler): ...from here.
(widget-docstring, widget-add-documentation-string-button): New funs.
(documentation-string): Add :visibility-widget property.
(widget-documentation-string-value-create): Use it.

* cus-edit.el (custom-split-regexp-maybe): Simplify.
(custom-buffer-create-internal): Simplify message.
(custom-variable-tag): Reduce height to normal.
(custom-variable-value-create, custom-face-value-create)
(custom-visibility): New widget.
(custom-visibility): New face.
(custom-group-value-create): Call
widget-add-documentation-string-button, using `custom-visibility'.

17 years ago(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Stefan Monnier [Thu, 14 Jun 2007 21:25:12 +0000 (21:25 +0000)]
(byte-compile-current-group, byte-compile-nogroup-warn, byte-compile-file):
Revert part of last change.  Apparently the "warning even if the group is
implicit" is a feature rather than a bug.

17 years agomoved my entry from etc/ChangeLog to lisp/ChangeLog
Michael Kifer [Thu, 14 Jun 2007 19:30:34 +0000 (19:30 +0000)]
moved my entry from etc/ChangeLog to lisp/ChangeLog
was put in etc/ChangeLog by mistake

17 years ago2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Thu, 14 Jun 2007 18:10:46 +0000 (18:10 +0000)]
2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
different advices for Emacs and XEmacs. Compile them conditionally.
(viper-version): belated version change.

17 years agotypo
Karl Berry [Thu, 14 Jun 2007 16:56:40 +0000 (16:56 +0000)]
typo

17 years agotypo
Karl Berry [Thu, 14 Jun 2007 16:55:54 +0000 (16:55 +0000)]
typo

17 years ago(Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time.
Jason Rumney [Thu, 14 Jun 2007 15:59:58 +0000 (15:59 +0000)]
(Fget_internal_run_time) [WINDOWSNT]: Use w32_get_internal_run_time.

17 years ago(get_process_times_fn): New function pointer.
Jason Rumney [Thu, 14 Jun 2007 15:58:13 +0000 (15:58 +0000)]
(get_process_times_fn): New function pointer.
(globals_of_w32): Intialize it if present in kernel32.dll.
(w32_get_internal_run_time): New function.

17 years ago(update_compositions): Check the validness of
Kenichi Handa [Thu, 14 Jun 2007 12:33:56 +0000 (12:33 +0000)]
(update_compositions): Check the validness of
compositions.

17 years ago*** empty log message ***
Nick Roberts [Thu, 14 Jun 2007 12:12:23 +0000 (12:12 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Nick Roberts [Thu, 14 Jun 2007 11:00:55 +0000 (11:00 +0000)]
*** empty log message ***

17 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:03:43 +0000 (10:03 +0000)]
Changes from arch/CVS synchronization

17 years agoGnus ChangeLog tweaks
Miles Bader [Thu, 14 Jun 2007 10:03:08 +0000 (10:03 +0000)]
Gnus ChangeLog tweaks

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-45

17 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 14 Jun 2007 10:02:55 +0000 (10:02 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 725, 740-741, 749, 768, 777, 786, 788-789, 792)

   - Merge from gnus--rel--5.10
   - Update from CVS
   - Merge from emacs--rel--22, gnus--rel--5.10

 * gnus--rel--5.10  (patch 217-229)

   - Update from CVS
   - Merge from emacs--devo--0, emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-44

17 years ago(init_user_info): Fix weird formatting not following GNU coding guidelines.
Juanma Barranquero [Thu, 14 Jun 2007 10:01:04 +0000 (10:01 +0000)]
(init_user_info): Fix weird formatting not following GNU coding guidelines.

17 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 14 Jun 2007 10:00:26 +0000 (10:00 +0000)]
Changes from arch/CVS synchronization

17 years agoMerge from emacs--rel--22
Miles Bader [Thu, 14 Jun 2007 09:59:49 +0000 (09:59 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 43-44)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 229)

   - Merge from emacs--devo--0, emacs--rel--22

2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/font-lock.el (font-lock-add-keywords): In case font-lock was only
   half-activated, forcefully activate it completely.

2007-06-11  Richard M. Stallman  <rms@gnu.org>

   * lisp/cus-edit.el (custom-variable-type): Doc fix.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-797

17 years ago(update_tool_bar, redisplay_tool_bar, redisplay_window)
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:40:24 +0000 (08:40 +0000)]
(update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.

17 years ago(struct mac_output) [USE_MAC_TOOLBAR]: New member
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:40 +0000 (08:39 +0000)]
(struct mac_output) [USE_MAC_TOOLBAR]: New member
toolbar_win_gravity.
(struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
(update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
Add externs.

17 years ago(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:29 +0000 (08:39 +0000)]
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe
background to scroll bar gap.
(x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
scroll bars on frame edge.  Check fringe background extension.
Don't clear extended fringe background area.
(TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
(TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
(TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
[USE_MAC_TOOLBAR]: New macros.
(mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
(mac_handle_toolbar_event, mac_image_spec_to_cg_image)
(mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
(mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
[USE_MAC_TOOLBAR]: New functions.
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
manually if previous repositioning has failed.
(mac_handle_keyboard_event): Use precomputed event kind.
(XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
as tool bar item click.  Handle mouse movement over tool bar items.

17 years ago[TARGET_API_MAC_CARBON] (menu_target_item_handler):
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:19 +0000 (08:39 +0000)]
[TARGET_API_MAC_CARBON] (menu_target_item_handler):
Return immediately unless popup is activated.

17 years ago(USE_MAC_TOOLBAR): New define.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:39:07 +0000 (08:39 +0000)]
(USE_MAC_TOOLBAR): New define.

17 years ago(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:52 +0000 (08:38 +0000)]
(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.

17 years ago(struct frame) [MAC_OS]: New member external_tool_bar.
YAMAMOTO Mitsuharu [Thu, 14 Jun 2007 08:38:42 +0000 (08:38 +0000)]
(struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.

17 years agoUpdated.
Jan Djärv [Thu, 14 Jun 2007 06:56:48 +0000 (06:56 +0000)]
Updated.

17 years agoCheck for all image libraries before exiting.
Jan Djärv [Thu, 14 Jun 2007 06:56:28 +0000 (06:56 +0000)]
Check for all image libraries before exiting.

17 years ago* emacs.1: Completely revised.
Werner LEMBERG [Thu, 14 Jun 2007 04:51:35 +0000 (04:51 +0000)]
* emacs.1: Completely revised.
Fix many typographical glitches.
Updated to handle current state of options and resources.

17 years agoAdd image-refresh
Chong Yidong [Thu, 14 Jun 2007 02:23:12 +0000 (02:23 +0000)]
Add image-refresh

17 years ago(Image Cache): Document image-refresh.
Chong Yidong [Thu, 14 Jun 2007 02:22:13 +0000 (02:22 +0000)]
(Image Cache): Document image-refresh.

17 years ago* display.texi (Image Cache): Document image-refresh.
Chong Yidong [Thu, 14 Jun 2007 02:22:03 +0000 (02:22 +0000)]
* display.texi (Image Cache): Document image-refresh.

17 years ago(search_image_cache): Remove unused variable.
Chong Yidong [Thu, 14 Jun 2007 01:48:01 +0000 (01:48 +0000)]
(search_image_cache): Remove unused variable.

17 years ago* image.c (search_image_cache): Remove unused variable.
Chong Yidong [Thu, 14 Jun 2007 01:47:53 +0000 (01:47 +0000)]
* image.c (search_image_cache): Remove unused variable.

17 years ago(erc-scroll-to-bottom): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:14:53 +0000 (00:14 +0000)]
(erc-scroll-to-bottom): Remove redundant check.

17 years ago(mac-dnd-drop-data): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:13:11 +0000 (00:13 +0000)]
(mac-dnd-drop-data): Remove redundant check.

17 years ago(python-complete-symbol): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:11:40 +0000 (00:11 +0000)]
(python-complete-symbol): Remove redundant check.

17 years ago(edebug-pop-to-buffer, edebug-display): Remove redundant checks.
Juanma Barranquero [Thu, 14 Jun 2007 00:10:43 +0000 (00:10 +0000)]
(edebug-pop-to-buffer, edebug-display): Remove redundant checks.

17 years ago(x-dnd-maybe-call-test-function, x-dnd-save-state, x-dnd-drop-data):
Juanma Barranquero [Thu, 14 Jun 2007 00:09:10 +0000 (00:09 +0000)]
(x-dnd-maybe-call-test-function, x-dnd-save-state, x-dnd-drop-data):
Remove redundant checks.

17 years ago(pcomplete-restore-windows): Remove redundant check.
Juanma Barranquero [Thu, 14 Jun 2007 00:07:15 +0000 (00:07 +0000)]
(pcomplete-restore-windows): Remove redundant check.

17 years ago(follow-all-followers, follow-generic-filter): Remove redundant checks.
Juanma Barranquero [Thu, 14 Jun 2007 00:06:03 +0000 (00:06 +0000)]
(follow-all-followers, follow-generic-filter): Remove redundant checks.

17 years ago(rcirc-format-response-string): Use rcirc-nick-syntax
Stefan Monnier [Wed, 13 Jun 2007 21:17:18 +0000 (21:17 +0000)]
(rcirc-format-response-string): Use rcirc-nick-syntax
around bright and dim regexps. Make sure bright and dim matches
use word anchors.  Send text through rcirc-markup functions.
(rcirc-url-regexp): Add single quote character.
(rcirc-connect): Write logs to disk on auto-save-hook.
Make server a non-optional argument.
(rcirc-log-alist): New variable.
(rcirc-log-directory): Make customizable.
(rcirc-log-flag): New customizable variable.
(rcirc-log): New function.
(rcirc-print): Use above function.
(rcirc-log-write): New function.
(rcirc-generate-new-buffer-name): Strip text properties.
(rcirc-switch-to-buffer-function): Remove variable.
(rcirc-last-non-irc-buffer): Remove variable.
(rcirc-non-irc-buffer): Add function.
(rcirc-next-active-buffer): Use above function.
(rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
(rcirc-handler-ctcp-KEEPALIVE): Add handler.
(rcirc-handler-CTCP): Don't print KEEPALIVE responses.
(rcirc-omit-mode): Add minor-mode.
(rcirc-mode-map): Change C-c C-o binding.
(rcirc-mode): Clear mode-line-process. Use a custom
fill-paragraph-function.  Set up buffer-invisibility-spec.
(rcirc-response-formats): Remove timestamp code.
(rcirc-omit-responses): Add variable.
(rcirc-print): Don't put the overlay arrow on potentially omitted
lines.  Log line to disk.  Record activity for private messages
from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
(rcirc-jump-to-first-unread-line): Print message if there is no
unread text.
(rcirc-clear-unread): New function.
(rcirc-markup-text-functions): Add variable.
(rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
(rcirc-debug): Don't mess with window configuration.
(rcirc-send-message): Send message before printing locally.
Add SILENT argument, do not print message if non-nil.
(rcirc-visible-buffers): New function and variable.
(rcirc-window-configuration-change-1): Add function.
(rcirc-target-buffer): Make sure ACTIONs don't get sent to the
server buffer.
(rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
(rcirc-fill-paragraph): Add function.
(rcirc-record-activity, rcirc-window-configuration-change-1):
Only update the activity string if it has actually changed.
(rcirc-update-activity-string): Remove padding characters from the
mode-line string.
(rcirc-disconnect-buffer): New function to be called when a
channel is parted or the user quits.
(rcirc-server-name): Warn when the server-name hasn't been set.
(rcirc-window-configuration-change): Postpone work until
post-command-hook.
(rcirc-window-configuration-change-1): Update mode-line and
overlay arrows here.
(rcirc-authenticate): Fix chanserv identification.
(rcirc-default-server): Remove variable.
(rcirc): Connect according to rcirc-connections.
(rcirc-connections): Add variable.
(rcirc-startup-channels-alist): Remove variable.
(rcirc-startup-channels): Remove function.

17 years ago(diff-font-lock-keywords): Fix M. Kifer's last change.
Stefan Monnier [Wed, 13 Jun 2007 21:11:42 +0000 (21:11 +0000)]
(diff-font-lock-keywords): Fix M. Kifer's last change.

17 years agoUpdated.
Jan Djärv [Wed, 13 Jun 2007 20:43:51 +0000 (20:43 +0000)]
Updated.

17 years agoExit with error if image libraries aren't found.
Jan Djärv [Wed, 13 Jun 2007 20:43:37 +0000 (20:43 +0000)]
Exit with error if image libraries aren't found.

17 years ago2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Wed, 13 Jun 2007 20:24:31 +0000 (20:24 +0000)]
2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>

* ediff-ptch.el (ediff-context-diff-label-regexp): partially undid
previous patch

17 years ago* term/xterm.el (terminal-init-xterm): Escape parens in character
Dan Nicolaescu [Wed, 13 Jun 2007 19:08:44 +0000 (19:08 +0000)]
* term/xterm.el (terminal-init-xterm): Escape parens in character
  constants.

17 years ago* term/xterm.el (terminal-init-xterm): Escape parens in character
Dan Nicolaescu [Wed, 13 Jun 2007 18:48:09 +0000 (18:48 +0000)]
* term/xterm.el (terminal-init-xterm): Escape parens in character
  constants.

17 years agoRemove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable.
Stefan Monnier [Wed, 13 Jun 2007 18:25:46 +0000 (18:25 +0000)]
Remove unneeded * from docstrings.  Use [:alpha:] & [:alnum:] where applicable.
(sh-quoted-subshell): Rewrite to handle nested mixes of `...` and $(...).
(sh-apply-quoted-subshell): Remove.
(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.

17 years ago(vc-arch-command): Remove bzr. It's a different program.
Stefan Monnier [Wed, 13 Jun 2007 18:00:34 +0000 (18:00 +0000)]
(vc-arch-command): Remove bzr.  It's a different program.