]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(info-tool-bar-map): Use "exit" for Info-exit. Move to the right.
Reiner Steib [Fri, 30 Mar 2007 21:48:52 +0000 (21:48 +0000)]
(info-tool-bar-map): Use "exit" for Info-exit.  Move to the right.

17 years ago(c-forward-to-nth-EOF-}): Fix EOB bug.
Alan Mackenzie [Fri, 30 Mar 2007 20:20:35 +0000 (20:20 +0000)]
(c-forward-to-nth-EOF-}): Fix EOB bug.

17 years ago*** empty log message ***
Alan Mackenzie [Fri, 30 Mar 2007 20:17:54 +0000 (20:17 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Fri, 30 Mar 2007 19:58:31 +0000 (19:58 +0000)]
*** empty log message ***

17 years agoimprove page breaks, etc.
Karl Berry [Fri, 30 Mar 2007 18:12:56 +0000 (18:12 +0000)]
improve page breaks, etc.

17 years agoAdd omitted changelog entry:
Chong Yidong [Fri, 30 Mar 2007 16:18:59 +0000 (16:18 +0000)]
Add omitted changelog entry:
* simple.el (compose-mail): Revert 2007-03-19 change.

17 years ago(ewoc--insert-new-node): Take additional arg DLL.
Thien-Thi Nguyen [Fri, 30 Mar 2007 16:12:19 +0000 (16:12 +0000)]
(ewoc--insert-new-node): Take additional arg DLL.
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.

17 years ago(blink-matching-open): When in minibuffer,
Juanma Barranquero [Fri, 30 Mar 2007 15:33:01 +0000 (15:33 +0000)]
(blink-matching-open): When in minibuffer,
don't search for a match inside the prompt.

17 years ago(tmm-menubar): Select the right menu item with the mouse.
Nick Roberts [Fri, 30 Mar 2007 06:11:38 +0000 (06:11 +0000)]
(tmm-menubar): Select the right menu item with the mouse.
(tmm-prompt): Don't make the mouse user select the first menu item
twice.

17 years ago*** empty log message ***
Nick Roberts [Fri, 30 Mar 2007 06:11:13 +0000 (06:11 +0000)]
*** empty log message ***

17 years ago(Fprimitive_undo): Give clearer error message when trying to change
Chong Yidong [Fri, 30 Mar 2007 02:04:27 +0000 (02:04 +0000)]
(Fprimitive_undo): Give clearer error message when trying to change
text properties outside accessible part of buffer.

17 years ago* undo.c (Fprimitive_undo): Give clearer error message when trying to
Chong Yidong [Fri, 30 Mar 2007 02:04:02 +0000 (02:04 +0000)]
* undo.c (Fprimitive_undo): Give clearer error message when trying to
change text properties outside accessible part of buffer.

17 years ago(eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2.
Chong Yidong [Fri, 30 Mar 2007 01:54:04 +0000 (01:54 +0000)]
(eshell/kill): Tweak regexp to recognize SIGUSR1 and SIGUSR2.

17 years ago* eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
Chong Yidong [Fri, 30 Mar 2007 01:53:54 +0000 (01:53 +0000)]
* eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
SIGUSR1 and SIGUSR2.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 29 Mar 2007 22:35:12 +0000 (22:35 +0000)]
*** empty log message ***

17 years ago(ido-read-internal): When reading file or dir, only override
Kim F. Storm [Thu, 29 Mar 2007 22:33:22 +0000 (22:33 +0000)]
(ido-read-internal): When reading file or dir, only override
minibuffer-local-filename-completion-map, otherwise only override
minibuffer-local-completion-map.

17 years ago(wait_reading_process_output) [HAVE_PTYS]:
Kim F. Storm [Thu, 29 Mar 2007 21:24:38 +0000 (21:24 +0000)]
(wait_reading_process_output) [HAVE_PTYS]:
When EIO happens, clear channel from descriptor masks before raising
SIGCHLD signal to avoid busy loop between read and sigchld_handler.
(sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).

17 years ago*** empty log message ***
Kim F. Storm [Thu, 29 Mar 2007 21:24:20 +0000 (21:24 +0000)]
*** empty log message ***

17 years ago(Fset_buffer_major_mode): Check that BUFFER is valid.
Juanma Barranquero [Thu, 29 Mar 2007 16:00:03 +0000 (16:00 +0000)]
(Fset_buffer_major_mode): Check that BUFFER is valid.

17 years ago(Fformat_network_address): Return nil when the
Juanma Barranquero [Thu, 29 Mar 2007 13:58:40 +0000 (13:58 +0000)]
(Fformat_network_address): Return nil when the
argument vector contains invalid values.

17 years ago*** empty log message ***
Juanma Barranquero [Thu, 29 Mar 2007 09:37:36 +0000 (09:37 +0000)]
*** empty log message ***

17 years ago(partial-completion-mode): Set PC-do-completion-end to nil after use.
Glenn Morris [Thu, 29 Mar 2007 03:24:36 +0000 (03:24 +0000)]
(partial-completion-mode): Set PC-do-completion-end to nil after use.
(PC-lisp-complete-symbol): Create and use a marker at `end',
rather than using point-marker.

17 years ago*** empty log message ***
Glenn Morris [Thu, 29 Mar 2007 03:24:23 +0000 (03:24 +0000)]
*** empty log message ***

17 years ago(next-error-highlight): Doc fix.
Chong Yidong [Wed, 28 Mar 2007 18:36:01 +0000 (18:36 +0000)]
(next-error-highlight): Doc fix.

17 years ago* simple.el (next-error-highlight): Doc fix.
Chong Yidong [Wed, 28 Mar 2007 18:35:50 +0000 (18:35 +0000)]
* simple.el (next-error-highlight): Doc fix.

17 years ago(edebug-display): Don't go to edebug-outside-buffer if it is dead.
Richard M. Stallman [Wed, 28 Mar 2007 13:24:21 +0000 (13:24 +0000)]
(edebug-display): Don't go to edebug-outside-buffer if it is dead.

17 years ago(view-mode): Fix typos in docstring.
Juanma Barranquero [Wed, 28 Mar 2007 09:16:41 +0000 (09:16 +0000)]
(view-mode): Fix typos in docstring.

17 years ago*** empty log message ***
Juanma Barranquero [Wed, 28 Mar 2007 08:44:36 +0000 (08:44 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 28 Mar 2007 08:16:39 +0000 (08:16 +0000)]
*** empty log message ***

17 years ago(readchar): Extend BLOCK_INPUT block to ferror/clearerr.
YAMAMOTO Mitsuharu [Wed, 28 Mar 2007 08:16:19 +0000 (08:16 +0000)]
(readchar): Extend BLOCK_INPUT block to ferror/clearerr.

17 years ago[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
YAMAMOTO Mitsuharu [Wed, 28 Mar 2007 08:16:05 +0000 (08:16 +0000)]
[HAVE_GTK_AND_PTHREAD]: Define USE_PTHREAD.
[USE_PTHREAD]: Include pthread.h.
(malloc_init_once_control, _malloc_mutex) [USE_PTHREAD]: New variables.
(malloc_initialize_1): New function created from __malloc_initialize.
(__malloc_initialize): Use it.
(LOCK, UNLOCK): New macros to make malloc etc. thread safe.
(_malloc_internal, _free_internal, _realloc_internal): Use them.

17 years ago(Mac Font Specs): Mention AppleAntiAliasingThreshold.
YAMAMOTO Mitsuharu [Wed, 28 Mar 2007 08:15:27 +0000 (08:15 +0000)]
(Mac Font Specs): Mention AppleAntiAliasingThreshold.

17 years ago(PC-do-completion-end): New variable.
Glenn Morris [Wed, 28 Mar 2007 03:28:49 +0000 (03:28 +0000)]
(PC-do-completion-end): New variable.
(partial-completion-mode) <choose-completion-string-functions>:
Use PC-do-completion-end in the non-minibuffer case to replace the
correct amount of text.
(PC-do-completion): Set PC-do-completion-end for c-c-s-f.
(PC-lisp-complete-symbol): Give marker the after-insertion type,
to deal with improvements inserted after point.

17 years agoStephen Berman <Stephen.Berman at gmx.net>:
Glenn Morris [Wed, 28 Mar 2007 03:26:26 +0000 (03:26 +0000)]
Stephen Berman  <Stephen.Berman at gmx.net>:

(recentf-save-file): Add a custom :set function.

17 years ago*** empty log message ***
Glenn Morris [Wed, 28 Mar 2007 03:25:56 +0000 (03:25 +0000)]
*** empty log message ***

17 years ago(make-text-button): Add explicit `button' property.
Stefan Monnier [Wed, 28 Mar 2007 03:20:31 +0000 (03:20 +0000)]
(make-text-button): Add explicit `button' property.
(default-button): Don't put a `button' property on it.

17 years ago(python-mode): Skip comments when parsing.
Stefan Monnier [Wed, 28 Mar 2007 01:21:47 +0000 (01:21 +0000)]
(python-mode): Skip comments when parsing.

17 years ago(vc-with-current-file-buffer): New macro.
Stefan Monnier [Wed, 28 Mar 2007 01:19:43 +0000 (01:19 +0000)]
(vc-with-current-file-buffer): New macro.
(vc-arch-file-source-p): Use it to avoid infloop.

17 years ago(lisp-complete-symbol): Make get-buffer-window find windows in other frames.
Stefan Monnier [Wed, 28 Mar 2007 00:54:08 +0000 (00:54 +0000)]
(lisp-complete-symbol): Make get-buffer-window find windows in other frames.

17 years ago(comint-proc-query, comint-dynamic-list-completions):
Stefan Monnier [Wed, 28 Mar 2007 00:51:08 +0000 (00:51 +0000)]
(comint-proc-query, comint-dynamic-list-completions):
Fix calls to get-buffer-window to find windows in other frames.
Reported by David Hansen <david.hansen@gmx.net>.

17 years ago(Info-display-images-node): On a text-only terminal, show
Nick Roberts [Tue, 27 Mar 2007 22:21:02 +0000 (22:21 +0000)]
(Info-display-images-node):  On a text-only terminal, show
the "text" or "alt" parts of the image blobs.

17 years ago*** empty log message ***
Nick Roberts [Tue, 27 Mar 2007 22:20:20 +0000 (22:20 +0000)]
*** empty log message ***

17 years ago** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-start
Chong Yidong [Tue, 27 Mar 2007 20:59:37 +0000 (20:59 +0000)]
** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-start
Documented in PROBLEMS.

17 years agoEmacs cannot load remote files using Tramp during init.
Chong Yidong [Tue, 27 Mar 2007 20:59:27 +0000 (20:59 +0000)]
Emacs cannot load remote files using Tramp during init.

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 27 Mar 2007 15:53:17 +0000 (15:53 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Tue, 27 Mar 2007 15:26:38 +0000 (15:26 +0000)]
*** empty log message ***

17 years ago(Fformat_network_address): Make room in args array to format IPv6 addresses.
Juanma Barranquero [Tue, 27 Mar 2007 15:19:33 +0000 (15:19 +0000)]
(Fformat_network_address): Make room in args array to format IPv6 addresses.

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 27 Mar 2007 15:06:05 +0000 (15:06 +0000)]
*** empty log message ***

17 years ago(message-yank-original): Fix bug:
Thien-Thi Nguyen [Tue, 27 Mar 2007 14:13:19 +0000 (14:13 +0000)]
(message-yank-original): Fix bug:
Don't switch point and mark unnecessarily.

17 years ago(PC-do-completion): Compute completion-base-size in
Glenn Morris [Tue, 27 Mar 2007 03:17:42 +0000 (03:17 +0000)]
(PC-do-completion): Compute completion-base-size in
the non-filename case, rather than setting to nil.
(PC-lisp-complete-end): New variable.
(PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
original end in a series of consecutive invocations.

17 years ago*** empty log message ***
Glenn Morris [Tue, 27 Mar 2007 03:17:27 +0000 (03:17 +0000)]
*** empty log message ***

17 years ago(diary-live-p): Do not check for diary-selective-display.
Glenn Morris [Tue, 27 Mar 2007 02:47:50 +0000 (02:47 +0000)]
(diary-live-p): Do not check for diary-selective-display.

17 years ago*** empty log message ***
Glenn Morris [Tue, 27 Mar 2007 02:47:32 +0000 (02:47 +0000)]
*** empty log message ***

17 years ago(calendar-mode-hook): Declare it.
Glenn Morris [Tue, 27 Mar 2007 02:36:25 +0000 (02:36 +0000)]
(calendar-mode-hook): Declare it.

17 years agoRestore HP-UX support (removed 2007-01-29).
Glenn Morris [Tue, 27 Mar 2007 02:36:08 +0000 (02:36 +0000)]
Restore HP-UX support (removed 2007-01-29).

17 years ago(occur-next-error): *Occur* might not be displayed in the
Stefan Monnier [Mon, 26 Mar 2007 15:09:52 +0000 (15:09 +0000)]
(occur-next-error): *Occur* might not be displayed in the
selected frame.  Reported by David Hansen <david.hansen@gmx.net>.

17 years agoChange help-echo (again). `Entering directory DIR' visits DIR
Nick Roberts [Mon, 26 Mar 2007 10:20:27 +0000 (10:20 +0000)]
Change help-echo (again).  `Entering directory DIR' visits DIR
but `Leaving directory DIR' visits parent of DIR.

17 years ago(create_text_encoding_info_alist): Move assignments
YAMAMOTO Mitsuharu [Mon, 26 Mar 2007 08:13:45 +0000 (08:13 +0000)]
(create_text_encoding_info_alist): Move assignments
outside predicate macros.
(mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.

17 years ago(get_scrap_target_type_list, x_own_selection): Move
YAMAMOTO Mitsuharu [Mon, 26 Mar 2007 08:13:09 +0000 (08:13 +0000)]
(get_scrap_target_type_list, x_own_selection): Move
assignments outside predicate macros.
(Vselection_converter_alist): Doc fix.

17 years ago(Fx_display_mm_height, Fx_display_mm_width): Scale
YAMAMOTO Mitsuharu [Mon, 26 Mar 2007 08:12:55 +0000 (08:12 +0000)]
(Fx_display_mm_height, Fx_display_mm_width): Scale
whole screen size in pixels by millimeters per pixel of main display.

17 years ago*** empty log message ***
Richard M. Stallman [Mon, 26 Mar 2007 03:32:35 +0000 (03:32 +0000)]
*** empty log message ***

17 years ago(Caching passphrase): Clean up previous change.
Richard M. Stallman [Mon, 26 Mar 2007 03:32:27 +0000 (03:32 +0000)]
(Caching passphrase): Clean up previous change.

17 years ago(flyspell-large-region): Use ispell-call-process-region.
Richard M. Stallman [Mon, 26 Mar 2007 03:31:29 +0000 (03:31 +0000)]
(flyspell-large-region): Use ispell-call-process-region.

17 years ago(byte-compile-file-form-defmumble): Use prin1 instead of princ.
Richard M. Stallman [Mon, 26 Mar 2007 03:30:53 +0000 (03:30 +0000)]
(byte-compile-file-form-defmumble): Use prin1 instead of princ.

17 years agoExplain reason for X protocol error recommendations.
Richard M. Stallman [Mon, 26 Mar 2007 03:28:55 +0000 (03:28 +0000)]
Explain reason for X protocol error recommendations.

17 years ago(sigchld_handler): Delay by 1ms instead of 1s to
Sam Steingold [Mon, 26 Mar 2007 02:29:08 +0000 (02:29 +0000)]
(sigchld_handler): Delay by 1ms instead of 1s to
alleviate sluggishness (the original problem is still fixed).

17 years ago*** empty log message ***
Nick Roberts [Mon, 26 Mar 2007 00:01:03 +0000 (00:01 +0000)]
*** empty log message ***

17 years ago(merge_properties): Use explicit loop instead of
Kim F. Storm [Sun, 25 Mar 2007 23:46:19 +0000 (23:46 +0000)]
(merge_properties): Use explicit loop instead of
Fplist_member to avoid QUIT.  Don't use Fcdr.
(intervals_equal): Likewise.  Rewrite loop to perform length check
on the fly rather than calling Flength.  Don't use Fcar.

17 years ago*** empty log message ***
Kim F. Storm [Sun, 25 Mar 2007 23:45:18 +0000 (23:45 +0000)]
*** empty log message ***

17 years ago(Setting Process Marks): Fix typo.
Thien-Thi Nguyen [Sun, 25 Mar 2007 20:10:34 +0000 (20:10 +0000)]
(Setting Process Marks): Fix typo.

17 years ago** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames
Chong Yidong [Sun, 25 Mar 2007 19:01:35 +0000 (19:01 +0000)]
** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames
Fix checked in.

17 years ago(face-set-after-frame-default): Revert 2007-03-10 change. Merge in X
Chong Yidong [Sun, 25 Mar 2007 18:58:06 +0000 (18:58 +0000)]
(face-set-after-frame-default): Revert 2007-03-10 change.  Merge in X
resources before global face.

17 years ago** Add default-directory spec to *Compilation* buffer only when about
Chong Yidong [Sun, 25 Mar 2007 17:54:49 +0000 (17:54 +0000)]
** Add default-directory spec to *Compilation* buffer only when about
to save in a different directory.
Fixed in another way.

17 years agoDon't mark default-directory as a safe local var.
Chong Yidong [Sun, 25 Mar 2007 17:54:35 +0000 (17:54 +0000)]
Don't mark default-directory as a safe local var.

17 years ago(compilation-start): Save compilation-directory rather than
Chong Yidong [Sun, 25 Mar 2007 17:52:31 +0000 (17:52 +0000)]
(compilation-start): Save compilation-directory rather than
default-directory as local var.
(compilation-directory): Mark as safe local var.

17 years ago* progmodes/compile.el (compilation-start): Save
Chong Yidong [Sun, 25 Mar 2007 17:51:56 +0000 (17:51 +0000)]
* progmodes/compile.el (compilation-start): Save
compilation-directory rather than default-directory as local var.
(compilation-directory): Mark as safe local var.

* files.el: Don't mark default-directory as a safe local var.

17 years ago** christensenthomas@gmail.com, Mar 18: C indentation (problem)
Chong Yidong [Sun, 25 Mar 2007 17:50:02 +0000 (17:50 +0000)]
** christensenthomas@gmail.com, Mar 18: C indentation (problem)
Bug is in third-party package.

17 years ago** michael@cadilhac.name, Mar 7: input-method completion is annoying.
Chong Yidong [Sun, 25 Mar 2007 17:49:40 +0000 (17:49 +0000)]
** michael@cadilhac.name, Mar 7: input-method completion is annoying.
See Handa's 2007-03-20 message to emacs-devel.

17 years ago(New in Emacs 22): Reorganize using an itemized list for readability,
Romain Francoise [Sun, 25 Mar 2007 13:30:46 +0000 (13:30 +0000)]
(New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.

17 years agoFix typo.
Alan Mackenzie [Sun, 25 Mar 2007 12:04:11 +0000 (12:04 +0000)]
Fix typo.

17 years ago(c-before-change): Fix BOB bug.
Alan Mackenzie [Sun, 25 Mar 2007 12:03:13 +0000 (12:03 +0000)]
(c-before-change): Fix BOB bug.

17 years ago*** empty log message ***
Alan Mackenzie [Sun, 25 Mar 2007 12:01:03 +0000 (12:01 +0000)]
*** empty log message ***

17 years ago(compare-windows): Rename customization group
Juri Linkov [Sun, 25 Mar 2007 09:29:32 +0000 (09:29 +0000)]
(compare-windows): Rename customization group
`compare-w' to `compare-windows'.
(compare-windows-whitespace, compare-ignore-whitespace)
(compare-ignore-case, compare-windows-sync)
(compare-windows-sync-string-size, compare-windows-recenter)
(compare-windows-highlight, compare-windows): Change group name in
the `group' tag from `compare-w' to `compare-windows'.
(compare-windows-sync): Add option `nil' for no sync.  Doc fix.

17 years agorevert the last patch to the original fix: sleep BEFORE the first wait
Sam Steingold [Sun, 25 Mar 2007 03:03:40 +0000 (03:03 +0000)]
revert the last patch to the original fix: sleep BEFORE the first wait
it appears to be absolutely necessary for prevention of the load surge

17 years ago(Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
Thien-Thi Nguyen [Sat, 24 Mar 2007 23:26:46 +0000 (23:26 +0000)]
(Splitting Mail): Reword "splitting"-as-adj to be -as-noun.

17 years ago** john.carter@tait.co.nz, 12 Mar: Find this error in... Changes in complete.el?
Chong Yidong [Sat, 24 Mar 2007 16:53:14 +0000 (16:53 +0000)]
** john.carter@tait.co.nz, 12 Mar: Find this error in... Changes in complete.el?
This was fixed by the 2007-03-18 Nick Roberts checkin.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 24 Mar 2007 16:48:39 +0000 (16:48 +0000)]
*** empty log message ***

17 years ago(Standard Errors): Add an index entry.
Eli Zaretskii [Sat, 24 Mar 2007 16:48:11 +0000 (16:48 +0000)]
(Standard Errors): Add an index entry.

17 years agoChange example to always enable abbrev-mode, and remove redundant `function'.
Eli Zaretskii [Sat, 24 Mar 2007 16:39:43 +0000 (16:39 +0000)]
Change example to always enable abbrev-mode, and remove redundant `function'.
(expand-abbrev-hook): Add autoload cookie.

17 years agoFix a comment before `read_key_sequence'.
Eli Zaretskii [Sat, 24 Mar 2007 16:24:54 +0000 (16:24 +0000)]
Fix a comment before `read_key_sequence'.

17 years agoFix a comment before `current_minor_maps'.
Eli Zaretskii [Sat, 24 Mar 2007 16:23:01 +0000 (16:23 +0000)]
Fix a comment before `current_minor_maps'.

17 years ago(Fgoto_char): Doc fix.
Eli Zaretskii [Sat, 24 Mar 2007 16:03:48 +0000 (16:03 +0000)]
(Fgoto_char): Doc fix.

17 years ago** sigchld issue.
Chong Yidong [Sat, 24 Mar 2007 16:03:47 +0000 (16:03 +0000)]
** sigchld issue.
This was fixed by the 2007-03-11 Sam Steingold patch.

17 years ago(Findent_to): Doc fix.
Eli Zaretskii [Sat, 24 Mar 2007 15:58:17 +0000 (15:58 +0000)]
(Findent_to): Doc fix.

17 years ago(testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
Eli Zaretskii [Sat, 24 Mar 2007 15:54:09 +0000 (15:54 +0000)]
(testcover-start, testcover-end, testcover-mark-all, testcover-unmark-all): Add
prompts to interactive specs.

17 years ago** handa@m17n.org, Mar 7: Display bug [Re: My Emacs unicode 2 crash again ...]
Chong Yidong [Sat, 24 Mar 2007 15:52:22 +0000 (15:52 +0000)]
** handa@m17n.org, Mar 7: Display bug [Re: My Emacs unicode 2 crash again ...]
Was already fixed.

17 years ago(Ftranspose_regions): Use set_text_properties_1 instead of
Chong Yidong [Sat, 24 Mar 2007 15:50:21 +0000 (15:50 +0000)]
(Ftranspose_regions): Use set_text_properties_1 instead of
Fset_text_properties to avoid GC.  Signal after change.

17 years ago* editfns.c (Ftranspose_regions): Use set_text_properties_1
Chong Yidong [Sat, 24 Mar 2007 15:50:05 +0000 (15:50 +0000)]
* editfns.c (Ftranspose_regions): Use set_text_properties_1
instead of Fset_text_properties to avoid GC.  Signal after change.

17 years ago(Fx_show_tip): Doc fix.
Eli Zaretskii [Sat, 24 Mar 2007 15:42:17 +0000 (15:42 +0000)]
(Fx_show_tip): Doc fix.

17 years ago(Mail Source Specifiers): Fix typo.
Thien-Thi Nguyen [Sat, 24 Mar 2007 13:49:54 +0000 (13:49 +0000)]
(Mail Source Specifiers): Fix typo.