]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(GNU GENERAL PUBLIC LICENSE): Use "yyyy" to represent year.
Jay Belanger [Fri, 15 Sep 2006 17:45:59 +0000 (17:45 +0000)]
(GNU GENERAL PUBLIC LICENSE): Use "yyyy" to represent year.

17 years ago*** empty log message ***
Jay Belanger [Fri, 15 Sep 2006 17:25:41 +0000 (17:25 +0000)]
*** empty log message ***

17 years agoReplace "Library Public License" by "Lesser Public License" throughout.
Jay Belanger [Fri, 15 Sep 2006 17:19:05 +0000 (17:19 +0000)]
Replace "Library Public License" by "Lesser Public License" throughout.

17 years agoReplace "Library Public License" by "Lesser Public License" throughout.
Jay Belanger [Fri, 15 Sep 2006 17:09:08 +0000 (17:09 +0000)]
Replace "Library Public License" by "Lesser Public License" throughout.
Make minor changes to follow the canonical text.

17 years ago* term/x-win.el (x-menu-bar-open): New function for F10.
Jan Djärv [Fri, 15 Sep 2006 17:02:55 +0000 (17:02 +0000)]
* term/x-win.el (x-menu-bar-open): New function for F10.

17 years agoChange "Library Public License" to "Lesser Public License" throughout.
Jay Belanger [Fri, 15 Sep 2006 16:39:53 +0000 (16:39 +0000)]
Change "Library Public License" to "Lesser Public License" throughout.

17 years agoFixed "Handa's Sep 6 compilation font lock bug report".
Chong Yidong [Fri, 15 Sep 2006 15:38:28 +0000 (15:38 +0000)]
Fixed "Handa's Sep 6 compilation font lock bug report".

17 years ago* progmodes/compile.el (compilation-error-regexp-alist-alist):
Chong Yidong [Fri, 15 Sep 2006 15:37:58 +0000 (15:37 +0000)]
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Disallow filenames containing " -" to avoid confusion with libtool
compilation messages.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 15 Sep 2006 14:26:04 +0000 (14:26 +0000)]
*** empty log message ***

17 years agoUpdate with the latest footnotes from www.gnu.org/gnu/the-gnu-project.html
Richard M. Stallman [Fri, 15 Sep 2006 14:20:22 +0000 (14:20 +0000)]
Update with the latest footnotes from www.gnu.org/gnu/the-gnu-project.html

17 years agoFix previous commit: Remove conflict marker. Undo unification of Pavel
Reiner Steib [Fri, 15 Sep 2006 09:03:48 +0000 (09:03 +0000)]
Fix previous commit: Remove conflict marker.  Undo unification of Pavel
Janik's name.

17 years ago* mouse-sel.el (mouse-sel-follow-link-p): Use event position
David Kastrup [Fri, 15 Sep 2006 08:53:18 +0000 (08:53 +0000)]
* mouse-sel.el (mouse-sel-follow-link-p): Use event position
instead of buffer position for `mouse-on-link-p'.

* mouse.el (mouse-posn-property): New function looking up the
properties at a click position in overlays and text properties in
either buffer or strings.
(mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
of both `follow-link' as well as `mouse-face' properties.
(mouse-drag-track): Check `mouse-on-link-p' on event position, not
buffer position.

* help.el (describe-key-briefly): When reading a down-event on
mode lines or scroll bar, swallow the following up event, too.
Use the new mouse sensitity of `key-binding' for lookup.
(describe-key): The same here.

17 years ago* NEWS: explain new behavior and arguments of `key-binding' and
David Kastrup [Fri, 15 Sep 2006 07:19:15 +0000 (07:19 +0000)]
* NEWS: explain new behavior and arguments of `key-binding' and
`command-remapping'.

* keymaps.texi (Active Keymaps): Adapt description to use
`get-char-property' instead `get-text-property'.  Explain how
mouse events change this.  Explain the new optional argument of
`key-binding' and its mouse-dependent lookup.
(Searching Keymaps): Adapt description similarly.  Explain the new
optional argument of `command-remapping'.

* Makefile.in (keymap.o): Add "keymap.h" and "window.h"
dependencies.

* keymap.c: include "window.h".
(Fcommand_remapping): New optional POSITION argument.
(Fkey_binding): New optional POSITION argument.  Completely rework
handling of mouse clicks to get the same order of keymaps as
`read-key-sequence' and heed POSITION.  Also temporarily switch
buffers to location of mouse click and back.

* keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
for additional argument.
(parse_menu_item): Adjust call of `Fkey_binding' for additional
argument.
(read_key_sequence): If there are both `local-map' and `keymap'
text properties at some buffer position, heed both.

* keymap.h: Declare additional optional arguments of
`Fcommand_remapping' and `Fkey_binding'.

17 years ago(Setting tags): Typo fix.
Carsten Dominik [Fri, 15 Sep 2006 03:55:23 +0000 (03:55 +0000)]
(Setting tags): Typo fix.

17 years ago*** empty log message ***
Carsten Dominik [Fri, 15 Sep 2006 03:54:37 +0000 (03:54 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Fri, 15 Sep 2006 02:03:37 +0000 (02:03 +0000)]
*** empty log message ***

17 years ago(Fcurrent_column, Findent_to): Fix typos in docstring.
Juanma Barranquero [Fri, 15 Sep 2006 01:53:18 +0000 (01:53 +0000)]
(Fcurrent_column, Findent_to): Fix typos in docstring.

17 years ago(life-patterns): Add a few more interesting patterns.
Juanma Barranquero [Fri, 15 Sep 2006 01:26:41 +0000 (01:26 +0000)]
(life-patterns): Add a few more interesting patterns.
(life-setup): Force `show-trailing-whitespace' to nil.

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 15 Sep 2006 01:04:27 +0000 (01:04 +0000)]
*** empty log message ***

17 years ago(Searching Keymaps): Clarification.
Richard M. Stallman [Fri, 15 Sep 2006 01:04:15 +0000 (01:04 +0000)]
(Searching Keymaps): Clarification.
(Active Keymaps): Refer to Searching Keymaps instead of duplication.

17 years ago(fancy-splash-text): Change text to improve alignment.
Richard M. Stallman [Fri, 15 Sep 2006 00:56:14 +0000 (00:56 +0000)]
(fancy-splash-text): Change text to improve alignment.
(fancy-splash-screens): Don't set non-standard tab width.
Bind cursor-type temporarily, and make it easy to patch to
preserve the splash buffer.
(normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
(fancy-splash-screens): Display echo-area message explicitly.
Don't set fancy-splash-help-echo.

17 years ago(line-number-mode): Group mode-line instead of editing-basics.
Richard M. Stallman [Thu, 14 Sep 2006 23:55:31 +0000 (23:55 +0000)]
(line-number-mode): Group mode-line instead of editing-basics.
(column-number-mode, size-indication-mode): Likewise.

17 years ago(mode-line-faces): Group mode-line instead of modeline.
Richard M. Stallman [Thu, 14 Sep 2006 23:54:44 +0000 (23:54 +0000)]
(mode-line-faces): Group mode-line instead of modeline.

17 years ago(display-time): Group mode-line instead of modeline.
Richard M. Stallman [Thu, 14 Sep 2006 23:54:12 +0000 (23:54 +0000)]
(display-time): Group mode-line instead of modeline.

17 years ago(mode-line): Renamed from modeline. All uses changed.
Richard M. Stallman [Thu, 14 Sep 2006 23:53:55 +0000 (23:53 +0000)]
(mode-line): Renamed from modeline.  All uses changed.

17 years agoMarkus Gritsch's report, fixed by Kim Storm.
Jason Rumney [Thu, 14 Sep 2006 20:02:59 +0000 (20:02 +0000)]
Markus Gritsch's report, fixed by Kim Storm.

17 years agoallout.el patch from Manheimer installed.
Chong Yidong [Thu, 14 Sep 2006 17:54:04 +0000 (17:54 +0000)]
allout.el patch from Manheimer installed.

17 years ago+ Disqualification of aberrent topics in allout.el
Chong Yidong [Thu, 14 Sep 2006 17:52:57 +0000 (17:52 +0000)]
+ Disqualification of aberrent topics in allout.el

17 years ago* allout.el (allout-regexp, allout-line-boundary-regexp)
Chong Yidong [Thu, 14 Sep 2006 17:52:07 +0000 (17:52 +0000)]
* allout.el (allout-regexp, allout-line-boundary-regexp)
(allout-bob-regexp): Correct grouping and boundaries to fix
backwards traversal.
(allout-depth-specific-regexp, allout-depth-one-regexp): New
versions that exploit \\{M\\} regexp syntax, to avoid geometric or
worse time in allout-ascend.
(allout-doublecheck-at-and-shallower): Identify depth threshold
below which topics are checked for and disqualified by containment
discontinuities.
(allout-hotspot-key-handler): Correctly handle multiple-key
strokes.  Remove some unused variables.
(allout-mode-leaders): Clarify that mode-specific comment-start
will be used
(set-allout-regexp): Correctly regexp-quote allout regexps to
properly accept alternative header-leads and primary bullets with
regexp-specific characters (eg, C "/*", mathematica "(*").
Include new regular expressions among those configured.
(allout-infer-header-lead-and-primary-bullet): Rename
allout-infer-header-lead.
(allout-recent-depth): Manifest as a variable as well as a function.
(allout-prefix-data): Simplify into an inline instead of a macro,
assuming current match data rather than being explicitly passed it.
Establish allout-recent-depth value as well as
allout-recent-prefix-beginning and allout-recent-prefix-end.
(allout-aberrant-container-p): True when an item's immediate
offspring discontinuously contained.  Useful for disqualifying
unintended topic prefixes, likely at low depths.
(allout-goto-prefix-doublechecked): Elaborated version of
allout-goto-prefix which disqualifies aberrant pseudo-items.
(allout-end-of-prefix, allout-pre-next-prefix)
(allout-end-of-subtree): Disqualify aberrant containers.
(allout-beginning-of-current-entry): Position at start of buffer
when in container (depth 0) entry.
(nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
(allout-current-bullet): Strip text properties.
(allout-get-prefix-bullet): Use right match groups.
(allout-beginning-of-line, allout-next-heading): Disqualify
aberrant containers.
(allout-previous-heading): Disqualify aberrant containers.
(allout-get-invisibility-overlay): Increment so progress is made
when the first overlay is not the sought one.
(allout-end-of-prefix): Disqualify aberrant containers.
(allout-end-of-line): Cycle something like allout-beginning-of-line.
(allout-mode): Make allout-old-style-prefixes (ie, enabling use with
outline.el outlines) functional again.  Change the primary bullet
along with the header-lead - level 1 new-style bullets now work.
Engage allout-before-change-handler in mainline emacs, not just
xemacs, to do undo handling.
(allout-before-change-handler): Expose undo changes occurring in
hidden regions.  Use allout-get-invisibility-overlay instead of
reimplementing it inline.
(allout-chart-subtree): Use start rather than end of prefix in
charts.  Use allout-recent-depth variable.
(allout-chart-siblings): Disqualify aberrant topics.
(allout-beginning-of-current-entry): Position correctly.
(allout-ascend): Use new allout-depth-specific-regexp and
allout-depth-one-regexp for linear instead of O(N^2) or worse behavior.
(allout-ascend-to-depth, allout-up-current-level): Depend on
allout-ascend, rather than reimplementing an algorithm.
(allout-descend-to-depth): Use allout-recent-depth var instead of fun.
(allout-next-sibling): On traversal of numerous intervening
topics, resort to economical allout-next-sibling-leap.
(allout-next-sibling-leap): Specialized version of
allout-next-sibling that uses allout-ascend cleverly, to depend on
a regexp search to leap large numbers of contained topics, rather
than arbitrarily many one-by-one traversals.
(allout-next-visible-heading): Disqualify aberrant topics.
(allout-previous-visible-heading): Position consistently when interactive.
(allout-forward-current-level): Base on allout-previous-sibling
rather than reimplmenting the algorithm.  Remove unused vars.
(allout-solicit-alternate-bullet): Present default choice stripped
of text properties.
(allout-rebullet-heading): Use bullet stripped of text properties.
Register changes using allout-exposure-change-hook.  Disregard
aberrant topics.
(allout-shift-in): With universal-argument, make topic a peer of
it's former offspring.  Simplify the code by separating out
allout-shift-out functionality.
(allout-shift-out): With universal-argument, make offspring peers
of their former container, and its siblings.  Implement the
functionality here, rather than inappropriately muddling the
implementation of allout-shift-in.
(allout-rebullet-topic): Respect additional argument for new
parent-child separation function.
(allout-yank-processing): Use allout-ascend directly.
(allout-show-entry): Disqualify aberrant topics.
(allout-show-children): Handle discontinuous children gracefully,
extending the depth being revealed to expose them and posting a
message indicating the situation.
(allout-show-to-offshoot): Remove obsolete and incorrect comment.
Leave cursor in correct position.
(allout-hide-current-subtree): Use allout-ascend directly.
Disqualify aberrant topics.
(allout-kill-line, allout-kill-topic): Preserve exposure layout in
a way that the yanks can restore it, as used to happen.
(allout-yank-processing): Restore exposure layout as recorded by
allout-kill-*, as used to happen.
(allout-annotate-hidden, allout-hide-by-annotation): New routines
for preseving and restoring exposure layout across kills.
(allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
(allout-encrypt-string): Strip text properties.
Rearranged order and outline-headings for some of the
miscellaneous functions.
(allout-resolve-xref): No need to quote the error name in the
condition-case handler section.
(allout-flatten): Classic recursive (and recursively intensive,
without tail-recursion) list-flattener, needed by allout-shift-out
when confronted with discontinuous children.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 14 Sep 2006 17:49:52 +0000 (17:49 +0000)]
*** empty log message ***

17 years ago* startup.el (fancy-splash-text): Move editing instructions to
Chong Yidong [Thu, 14 Sep 2006 17:44:48 +0000 (17:44 +0000)]
* startup.el (fancy-splash-text): Move editing instructions to
fancy-splash-head.
(fancy-splash-head): Issue editing instructions.
(fancy-splash-screens): Fixup whitespace.

17 years ago(mode-line-buffer-identification-keymap): Remove duplicate line.
Stefan Monnier [Thu, 14 Sep 2006 15:33:19 +0000 (15:33 +0000)]
(mode-line-buffer-identification-keymap): Remove duplicate line.

17 years ago(ido-ignore-item-p): Allow any kind of functions in ignore lists.
Kim F. Storm [Thu, 14 Sep 2006 14:42:49 +0000 (14:42 +0000)]
(ido-ignore-item-p): Allow any kind of functions in ignore lists.
From Michaël Cadilhac.

17 years agoWhitespace fixup.
Andreas Schwab [Thu, 14 Sep 2006 13:12:15 +0000 (13:12 +0000)]
Whitespace fixup.

17 years ago(jit-lock-fontify-again): New function.
Kim F. Storm [Thu, 14 Sep 2006 11:08:50 +0000 (11:08 +0000)]
(jit-lock-fontify-again): New function.
(jit-lock-fontify-now): Use it instead of lambda form.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 11:08:38 +0000 (11:08 +0000)]
*** empty log message ***

17 years ago(produce_image_glyph): Automatically crop wide images at
Kim F. Storm [Thu, 14 Sep 2006 09:37:44 +0000 (09:37 +0000)]
(produce_image_glyph): Automatically crop wide images at
right window edge so we can draw the cursor on the same row to
avoid confusing redisplay by placing the cursor outside the visible
window area.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Sep 2006 09:37:29 +0000 (09:37 +0000)]
*** empty log message ***

17 years ago(ucs-input-method): Don't make the action of
Kenichi Handa [Thu, 14 Sep 2006 02:47:09 +0000 (02:47 +0000)]
(ucs-input-method): Don't make the action of
a key not in [0-9a-zA-Z] when it was expected to be.  Let the Emacs
mechanism do it.

17 years ago(Character Type): Node split.
Richard M. Stallman [Thu, 14 Sep 2006 01:43:18 +0000 (01:43 +0000)]
(Character Type): Node split.
Add xref to Describing Characters.
(Basic Char Syntax, General Escape Syntax)
(Ctl-Char Syntax, Meta-Char Syntax): New subnodes.

17 years ago*** empty log message ***
Richard M. Stallman [Thu, 14 Sep 2006 01:21:06 +0000 (01:21 +0000)]
*** empty log message ***

17 years ago(flyspell-word, flyspell-correct-word)
Richard M. Stallman [Thu, 14 Sep 2006 01:19:38 +0000 (01:19 +0000)]
(flyspell-word, flyspell-correct-word)
(flyspell-auto-correct-word): Make ispell-filter local to these functions.
Check that ispell-filter has new stuff before calling ispell-parse-output.

17 years ago"Xt timer runs very often, all the time" fixed.
Chong Yidong [Wed, 13 Sep 2006 22:40:52 +0000 (22:40 +0000)]
"Xt timer runs very often, all the time" fixed.

17 years agoTypo.
Chong Yidong [Wed, 13 Sep 2006 22:40:12 +0000 (22:40 +0000)]
Typo.

17 years ago* xterm.c (x_initialize): Don't install Xt event timer here.
Chong Yidong [Wed, 13 Sep 2006 22:39:23 +0000 (22:39 +0000)]
* xterm.c (x_initialize): Don't install Xt event timer here.
(x_timeout_atimer_activated_flag): New var.
(x_activate_timeout_atimer): New function to install Xt timer.
(x_send_scroll_bar_event, x_process_timeouts): Use it.

* xmenu.c (x_menu_set_in_use, popup_activate_callback)
(create_and_show_popup_menu, create_and_show_dialog): Use it.

* xterm.h (x_activate_timeout_atimer): prototype.

17 years ago(line-move-partial): Optimize.
Kim F. Storm [Wed, 13 Sep 2006 22:28:03 +0000 (22:28 +0000)]
(line-move-partial): Optimize.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 13 Sep 2006 22:27:51 +0000 (22:27 +0000)]
*** empty log message ***

17 years agoFixed: Broken (sit-for 0) -- returns t even if input is available.
Kim F. Storm [Wed, 13 Sep 2006 22:03:41 +0000 (22:03 +0000)]
Fixed: Broken (sit-for 0) -- returns t even if input is available.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 17:46:30 +0000 (17:46 +0000)]
*** empty log message ***

17 years ago(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
Richard M. Stallman [Wed, 13 Sep 2006 17:46:25 +0000 (17:46 +0000)]
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 13 Sep 2006 17:00:21 +0000 (17:00 +0000)]
*** empty log message ***

17 years ago(print_string): When printcharfun is t,
Richard M. Stallman [Wed, 13 Sep 2006 15:16:12 +0000 (15:16 +0000)]
(print_string): When printcharfun is t,
copy string contents and call strout on the copy.

17 years ago(read_char): If end_time specified, don't put the
Richard M. Stallman [Wed, 13 Sep 2006 15:12:59 +0000 (15:12 +0000)]
(read_char): If end_time specified, don't put the
event into this_command_keys.
(read_key_sequence): If Voverriding_terminal_local_map is specified,
don't check Voverriding_local_map at all.

17 years ago* net/rcirc.el (rcirc-print): Fix last change.
Chong Yidong [Tue, 12 Sep 2006 22:05:57 +0000 (22:05 +0000)]
* net/rcirc.el (rcirc-print): Fix last change.

17 years agoFix typo.
Reiner Steib [Tue, 12 Sep 2006 21:08:27 +0000 (21:08 +0000)]
Fix typo.

17 years ago(Visiting): Add index entry "open file".
Reiner Steib [Tue, 12 Sep 2006 20:19:29 +0000 (20:19 +0000)]
(Visiting): Add index entry "open file".

17 years ago(Citations Outside LaTeX): Simpify lisp example.
Reiner Steib [Tue, 12 Sep 2006 20:17:42 +0000 (20:17 +0000)]
(Citations Outside LaTeX): Simpify lisp example.

17 years ago*** empty log message ***
Romain Francoise [Tue, 12 Sep 2006 20:04:32 +0000 (20:04 +0000)]
*** empty log message ***

17 years ago(calc-dispatch): Remove unnecessary `sit-for'.
Jay Belanger [Tue, 12 Sep 2006 17:00:40 +0000 (17:00 +0000)]
(calc-dispatch): Remove unnecessary `sit-for'.

17 years agoTwo bugs fixed.
Chong Yidong [Tue, 12 Sep 2006 16:49:26 +0000 (16:49 +0000)]
Two bugs fixed.

17 years ago* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
Chong Yidong [Tue, 12 Sep 2006 16:48:55 +0000 (16:48 +0000)]
* net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
rcirc-show-maximum-output.
(rcirc-mode): Remove window-scroll-function hook.
(rcirc-scroll-to-bottom): Remove function.
(rcirc-print): Recenter so point stays at the bottom of the window
if point was already there.

17 years agoTypo.
Chong Yidong [Tue, 12 Sep 2006 16:47:50 +0000 (16:47 +0000)]
Typo.

17 years ago* textprop.c (Fnext_property_change, Fnext_single_property_change)
Chong Yidong [Tue, 12 Sep 2006 16:47:26 +0000 (16:47 +0000)]
* textprop.c (Fnext_property_change, Fnext_single_property_change)
(Fprevious_property_change, Fprevious_single_property_change):
Avoid changing limit, so we can correctly catch the case where the
property is constant up to limit.

17 years ago* etc/NEWS: In terminal-oriented subshells, the EMACS environment
Paul Eggert [Tue, 12 Sep 2006 16:43:25 +0000 (16:43 +0000)]
* etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.

17 years agoRemove * in defcustom's docstrings.
Stefan Monnier [Tue, 12 Sep 2006 15:43:20 +0000 (15:43 +0000)]
Remove * in defcustom's docstrings.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 12 Sep 2006 15:12:35 +0000 (15:12 +0000)]
*** empty log message ***

17 years ago(compilation-directory-properties):
Nick Roberts [Tue, 12 Sep 2006 10:00:38 +0000 (10:00 +0000)]
(compilation-directory-properties):
Doc fix for help-echo.

17 years ago*** empty log message ***
Nick Roberts [Tue, 12 Sep 2006 09:59:43 +0000 (09:59 +0000)]
*** empty log message ***

17 years ago* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:33 +0000 (09:48 +0000)]
* macterm.c (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.

17 years ago* macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
YAMAMOTO Mitsuharu [Tue, 12 Sep 2006 09:48:08 +0000 (09:48 +0000)]
* macfns.c (mac_window) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Undo 2006-09-08 change.

17 years agoAdd comment.
Lars Hansen [Tue, 12 Sep 2006 07:13:52 +0000 (07:13 +0000)]
Add comment.

17 years ago(Glyphs): Clarifications.
Richard M. Stallman [Tue, 12 Sep 2006 01:43:17 +0000 (01:43 +0000)]
(Glyphs): Clarifications.

17 years ago(Display Table Format): Wording clarification
Richard M. Stallman [Tue, 12 Sep 2006 01:32:27 +0000 (01:32 +0000)]
(Display Table Format): Wording clarification

17 years ago(next-error-highlight, next-error-highlight-no-select):
Kim F. Storm [Mon, 11 Sep 2006 22:33:46 +0000 (22:33 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix spelling error.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 22:33:29 +0000 (22:33 +0000)]
*** empty log message ***

17 years ago(sit-for): Rework to use input-pending-p and cond.
Kim F. Storm [Mon, 11 Sep 2006 22:21:55 +0000 (22:21 +0000)]
(sit-for): Rework to use input-pending-p and cond.
Return nil input is pending on entry also for SECONDS <= 0.
(while-no-input): Use input-pending-p instead of sit-for.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 22:21:42 +0000 (22:21 +0000)]
*** empty log message ***

17 years ago(next-error-highlight, next-error-highlight-no-select):
Richard M. Stallman [Mon, 11 Sep 2006 19:05:46 +0000 (19:05 +0000)]
(next-error-highlight, next-error-highlight-no-select):
Fix custom type and doc strings.

17 years ago(diff-apply-hunk-to-backup-file): New var.
Stefan Monnier [Mon, 11 Sep 2006 18:11:19 +0000 (18:11 +0000)]
(diff-apply-hunk-to-backup-file): New var.
(diff-apply-hunk): Use it to ask for confirmation.

17 years ago(Compilation Mode): Clarification.
Richard M. Stallman [Mon, 11 Sep 2006 17:16:07 +0000 (17:16 +0000)]
(Compilation Mode): Clarification.
(Grep Searching): Add xref to Compilation Mode.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 11 Sep 2006 14:45:20 +0000 (14:45 +0000)]
Merge from gnus--rel--5.10

Patches applied:

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

   - Update from CVS

2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
   mails in the doc string.  Add some URLs in comment.

2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
   backslashes handling and the way to find boundaries of quoted strings.

2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (Mail Source Specifiers): Mention problem of duplicate
   mails with pop3-leave-mail-on-server.  Fix wording.

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

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Sep 2006 14:34:16 +0000 (14:34 +0000)]
*** empty log message ***

17 years ago* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
Simon Josefsson [Mon, 11 Sep 2006 13:58:35 +0000 (13:58 +0000)]
* smtpmail.texi (Authentication): Explain TLS and SSL better, based on
suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.

17 years ago* keymap.c (Fkey_binding): Use string position for string objects.
Chong Yidong [Mon, 11 Sep 2006 13:03:40 +0000 (13:03 +0000)]
* keymap.c (Fkey_binding): Use string position for string objects.

17 years ago(pushnew): Add missing `,'.
Reiner Steib [Mon, 11 Sep 2006 11:15:54 +0000 (11:15 +0000)]
(pushnew): Add missing `,'.

17 years ago* help.el (string-key-binding, describe-key-briefly)
David Kastrup [Mon, 11 Sep 2006 09:47:43 +0000 (09:47 +0000)]
* help.el (string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

(string-key-binding, describe-key-briefly)
(describe-key): Remove `string-key-binding' and its callers since
`key-binding' already caters for the proper lookup now.

17 years ago(Fkey_binding): Fix last change.
Kim F. Storm [Mon, 11 Sep 2006 08:52:42 +0000 (08:52 +0000)]
(Fkey_binding): Fix last change.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:52:33 +0000 (08:52 +0000)]
*** empty log message ***

17 years ago(Fmessage): Recommend using (message "%s" ...).
Kim F. Storm [Mon, 11 Sep 2006 08:26:47 +0000 (08:26 +0000)]
(Fmessage): Recommend using (message "%s" ...).

17 years ago*** empty log message ***
Kim F. Storm [Mon, 11 Sep 2006 08:26:37 +0000 (08:26 +0000)]
*** empty log message ***

17 years ago(cfengine-font-lock-syntactic-keywords): New var.
Stefan Monnier [Mon, 11 Sep 2006 07:12:37 +0000 (07:12 +0000)]
(cfengine-font-lock-syntactic-keywords): New var.
(cfengine-mode): Use it.  Fix \ syntax to be like /.

17 years ago(mode-line-buffer-identification-keymap):
Stefan Monnier [Mon, 11 Sep 2006 07:11:21 +0000 (07:11 +0000)]
(mode-line-buffer-identification-keymap):
Move initialization into declaration.

17 years ago* keymaps.texi (Active Keymaps): Mention that key-binding checks
Chong Yidong [Mon, 11 Sep 2006 02:39:16 +0000 (02:39 +0000)]
* keymaps.texi (Active Keymaps): Mention that key-binding checks
local maps.

17 years agoFixed "Make key-binding use the maps specified by positions given in the events"
Chong Yidong [Mon, 11 Sep 2006 02:34:35 +0000 (02:34 +0000)]
Fixed "Make key-binding use the maps specified by positions given in the events"

17 years ago* keymap.c (Fkey_binding): Check for local keymap for mouse click
Chong Yidong [Mon, 11 Sep 2006 02:34:05 +0000 (02:34 +0000)]
* keymap.c (Fkey_binding): Check for local keymap for mouse click
events.

17 years agoHandle errors in recursive copy usefully.
Richard M. Stallman [Mon, 11 Sep 2006 02:25:00 +0000 (02:25 +0000)]
Handle errors in recursive copy usefully.
(dired-create-files-failures): New variable.
(dired-copy-file): Remove condition-case.
(dired-copy-file-recursive): Check for errors on all file
operations, and add them to dired-create-files-failures.
Check file file-date-erorr here too.
(dired-create-files): Check dired-create-files-failures
and report those errors too.

17 years ago(ido-edit-input, ido-complete, ido-take-first-match)
Kim F. Storm [Sun, 10 Sep 2006 21:40:44 +0000 (21:40 +0000)]
(ido-edit-input, ido-complete, ido-take-first-match)
(ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
(ido-delete-file-at-head): Pass head of ido-matches through ido-name
in case of merged directories.  Reported by Michaël Cadilhac.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)]
*** empty log message ***

17 years ago(Finput_pending_p): Check Vunread_input_method_events
Kim F. Storm [Sun, 10 Sep 2006 21:10:50 +0000 (21:10 +0000)]
(Finput_pending_p): Check Vunread_input_method_events
and Vunread_post_input_method_events.

17 years ago(Forcing Redisplay): Document return value of function redisplay.
Kim F. Storm [Sun, 10 Sep 2006 20:54:19 +0000 (20:54 +0000)]
(Forcing Redisplay): Document return value of function redisplay.