]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 Jan 2006 23:24:17 +0000 (23:24 +0000)]
*** empty log message ***

18 years ago#
André Spiegel [Wed, 25 Jan 2006 19:00:22 +0000 (19:00 +0000)]
#

18 years ago(vc-user-login-name): Comment out defadvice, it is no longer
André Spiegel [Wed, 25 Jan 2006 18:58:45 +0000 (18:58 +0000)]
(vc-user-login-name): Comment out defadvice, it is no longer
necessary.

18 years ago(vc-default-dired-state-info): Pass FILE to vc-user-login-name.
André Spiegel [Wed, 25 Jan 2006 18:55:41 +0000 (18:55 +0000)]
(vc-default-dired-state-info): Pass FILE to vc-user-login-name.
(vc-default-update-changelog): Don't use vc-user-login-name, we don't
need it here.

18 years ago(vc-user-login-name): Rewritten to handle access via Tramp.
André Spiegel [Wed, 25 Jan 2006 18:54:26 +0000 (18:54 +0000)]
(vc-user-login-name): Rewritten to handle access via Tramp.

18 years ago(decode-char): Avoid the overhead of
Kenichi Handa [Wed, 25 Jan 2006 07:44:43 +0000 (07:44 +0000)]
(decode-char): Avoid the overhead of
calling utf-lookup-subst-table-for-decode if
utf-translate-cjk-mode is nil.
(encode-char): Avoid the overhead of calling
utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
nil.

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-14
Miles Bader [Wed, 25 Jan 2006 06:47:24 +0000 (06:47 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-14

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 4-7)

   - Update from CVS

18 years agoMinor fixes in introductory comment.
Luc Teirlinck [Wed, 25 Jan 2006 04:11:05 +0000 (04:11 +0000)]
Minor fixes in introductory comment.
(completion-def-wrapper): Fix alist.

18 years ago*** empty log message ***
Noah Friedman [Wed, 25 Jan 2006 04:06:04 +0000 (04:06 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 25 Jan 2006 04:03:24 +0000 (04:03 +0000)]
*** empty log message ***

18 years agoReplace all references to `cdr' field of conses with `u.cdr',
Noah Friedman [Wed, 25 Jan 2006 03:58:43 +0000 (03:58 +0000)]
Replace all references to `cdr' field of conses with `u.cdr',
per change Andreas Schwab 2005-11-15 of src/lisp.h.

18 years agoMake background transparent.
Nick Roberts [Wed, 25 Jan 2006 00:44:46 +0000 (00:44 +0000)]
Make background transparent.

18 years ago*** empty log message ***
Nick Roberts [Wed, 25 Jan 2006 00:44:01 +0000 (00:44 +0000)]
*** empty log message ***

18 years ago(thumbs-new-image-size): New function.
Nick Roberts [Tue, 24 Jan 2006 20:54:23 +0000 (20:54 +0000)]
(thumbs-new-image-size): New function.
(thumbs-increment-image-size-element)
(thumbs-decrement-image-size-element, thumbs-increment-image-size)
(thumbs-decrement-image-size): Delete.
(thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
temp files and use to resize.
(thumbs-resize-image): Rename from thumbs-resize-image-interactive.
Use increment argument to enlarge/shrink.  Preserve point.
(thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
(thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
(thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
(thumbs-mark, thumbs-unmark): Preserve point.
(thumbs-modify-image): Keep old temp files and use to modify.
Cleanup old temp files at load time.  Preserve point.
(thumbs-view-image-mode-map): Use new command names.

18 years ago*** empty log message ***
Nick Roberts [Tue, 24 Jan 2006 20:53:24 +0000 (20:53 +0000)]
*** empty log message ***

18 years ago(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
Stefan Monnier [Tue, 24 Jan 2006 19:14:58 +0000 (19:14 +0000)]
(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
(re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
Don't check for quit, since any loop will go through fail or jump.

18 years ago(log-view-minor-wrap): First rev is the one at point.
Stefan Monnier [Tue, 24 Jan 2006 18:43:22 +0000 (18:43 +0000)]
(log-view-minor-wrap): First rev is the one at point.

18 years ago* alloc.c (allocate_string_data): Update next_free immediately, to
Chong Yidong [Tue, 24 Jan 2006 18:35:25 +0000 (18:35 +0000)]
* alloc.c (allocate_string_data): Update next_free immediately, to
reduce risk of memory clobberage.

18 years agoAvoid macros from calendar.el so as to break
Stefan Monnier [Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)]
Avoid macros from calendar.el so as to break
the nastiest part of the cyclic dependency.
(cal-menu-update): Use dotimes and calendar-increment-month.

18 years agoAvoid macros from calendar.el so as to break
Stefan Monnier [Tue, 24 Jan 2006 17:14:16 +0000 (17:14 +0000)]
Avoid macros from calendar.el so as to break
the nastiest part of the cyclic dependency.
(cal-menu-update): Use dotimes.
(cal-menu-update): Use calendar-increment-month.

18 years agoRemove unnecessary leading stars in docstrings.
Stefan Monnier [Tue, 24 Jan 2006 17:07:29 +0000 (17:07 +0000)]
Remove unnecessary leading stars in docstrings.
(calendar-week-start-day): Add an :initializer.
(calendar-mode-map): Use suppress-keymap, and command remapping.
(describe-calendar-mode): Setup xref-stack info for the back button.
(calendar-star-date): Insert before delete.
(calendar-set-mode-line): Add file-modified info if applicable.
(calendar-increment-month): New function.

18 years ago(lisp-font-lock-keywords-2):
Thien-Thi Nguyen [Tue, 24 Jan 2006 13:38:07 +0000 (13:38 +0000)]
(lisp-font-lock-keywords-2):
Recognize "& keywords" only at word boundaries.

18 years ago(handle_invisible_prop): Set it->position to fix cursor
Károly Lőrentey [Tue, 24 Jan 2006 07:59:23 +0000 (07:59 +0000)]
(handle_invisible_prop): Set it->position to fix cursor
display when point moves across an ellipsis.  If there are
adjacent invisible texts, don't lose the second one's ellipsis.
(x_produce_glyphs): Doc fix.

18 years ago(thumbs-extra-images): New variable. Make it buffer-local
Nick Roberts [Mon, 23 Jan 2006 23:16:58 +0000 (23:16 +0000)]
(thumbs-extra-images): New variable.  Make it buffer-local
and permanent-local.
(thumbs-max-image-number): New variable.  Make it
(thumbs-do-thumbs-insertion): Use them
(thumbs-per-line): Change default to 4.
(thumbs-marked-list): Rename from thumbs-markedL.
(thumbs-cleanup-thumbsdir, thumbs-delete-images)
(thumbs-rename-images): Use -list instead of L for internal variables.
(thumbs-call-convert): Use call-process instead of shell-command.
(thumbs-insert-thumb): Add filename as help-echo to each image.
(thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
Give dir to thumbs-show-thumbs-list.
(thumbs-show-thumbs-list): Set default-directory to that of images.
(thumbs-dired-show): Rename from thumbs-dired-show-all.
(thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
(thumbs-mode-map): Bind "+" to thumbs-show-more-images.
(thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.

18 years ago*** empty log message ***
Nick Roberts [Mon, 23 Jan 2006 23:16:16 +0000 (23:16 +0000)]
*** empty log message ***

18 years ago(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
Stefan Monnier [Mon, 23 Jan 2006 22:08:13 +0000 (22:08 +0000)]
(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.

18 years ago(ses-read-cell): Provide a default value.
Stefan Monnier [Mon, 23 Jan 2006 22:04:36 +0000 (22:04 +0000)]
(ses-read-cell): Provide a default value.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 23 Jan 2006 16:08:46 +0000 (16:08 +0000)]
*** empty log message ***

18 years ago(image-library-alist): Add additional names for GIF library.
Juanma Barranquero [Mon, 23 Jan 2006 15:28:24 +0000 (15:28 +0000)]
(image-library-alist): Add additional names for GIF library.

18 years ago(latexenc-find-file-coding-system): Add file-regular-p check.
Reiner Steib [Mon, 23 Jan 2006 14:26:02 +0000 (14:26 +0000)]
(latexenc-find-file-coding-system): Add file-regular-p check.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 23 Jan 2006 13:54:37 +0000 (13:54 +0000)]
*** empty log message ***

18 years ago(handle_single_display_spec): Fix handling of space
Kim F. Storm [Mon, 23 Jan 2006 13:14:01 +0000 (13:14 +0000)]
(handle_single_display_spec): Fix handling of space
property on char from string: set *position rather than
it->current.pos.
(produce_stretch_glyph): Reduce width of stretch glyphs so they
don't get wider than the window (unless truncate-lines is on).

18 years ago*** empty log message ***
Kim F. Storm [Mon, 23 Jan 2006 13:13:42 +0000 (13:13 +0000)]
*** empty log message ***

18 years ago(clone-buffer): Don't show the new buffer in the same window.
Stefan Monnier [Mon, 23 Jan 2006 04:05:59 +0000 (04:05 +0000)]
(clone-buffer): Don't show the new buffer in the same window.

18 years agoAvoid allocating Lisp data from code that can be run from a signal handler.
Stefan Monnier [Mon, 23 Jan 2006 02:44:02 +0000 (02:44 +0000)]
Avoid allocating Lisp data from code that can be run from a signal handler.
(x_error_message): New var to replace x_error_message_string.
(x_error_catcher, x_catch_errors, x_catch_errors_unwind)
(x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
(syms_of_xterm): Use it instead of x_error_message_string.

18 years ago(lisp_align_free): Add an assertion.
Stefan Monnier [Mon, 23 Jan 2006 02:35:36 +0000 (02:35 +0000)]
(lisp_align_free): Add an assertion.
(make_interval, allocate_string, make_float, allocate_misc, Fmake_symbol
(Fcons): If ENABLE_CHECKING is on, check we're not called from a sighandler.

18 years ago*** empty log message ***
Juri Linkov [Mon, 23 Jan 2006 01:30:55 +0000 (01:30 +0000)]
*** empty log message ***

18 years ago(User Interface): Add S-TAB for widget-backward.
Juri Linkov [Mon, 23 Jan 2006 01:30:30 +0000 (01:30 +0000)]
(User Interface): Add S-TAB for widget-backward.

18 years ago(Easy Customization, Customization Groups)
Juri Linkov [Mon, 23 Jan 2006 01:30:13 +0000 (01:30 +0000)]
(Easy Customization, Customization Groups)
(Browsing Custom): Mention links along with buttons.

18 years ago(doctor-mode-map): Rename from `doc-mode-map'.
Juri Linkov [Mon, 23 Jan 2006 01:28:09 +0000 (01:28 +0000)]
(doctor-mode-map): Rename from `doc-mode-map'.

18 years ago(clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Juri Linkov [Mon, 23 Jan 2006 01:24:26 +0000 (01:24 +0000)]
(clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Use `read-buffer' instead of `read-string'.  Fix prompts.

18 years ago(desktop-load-file): Check for `fboundp' before calling `symbol-function'.
Juri Linkov [Mon, 23 Jan 2006 01:23:10 +0000 (01:23 +0000)]
(desktop-load-file): Check for `fboundp' before calling `symbol-function'.

18 years ago(custom-buffer-create-internal): Use widget type
Juri Linkov [Mon, 23 Jan 2006 01:21:24 +0000 (01:21 +0000)]
(custom-buffer-create-internal): Use widget type
`custom-manual' instead of `info-link' and don't set properties
`button-face' and `mouse-face' explicitly.
(custom-browse-group-tag, custom-browse-variable-tag)
(custom-browse-face-tag): Inherit from widget class
`custom-group-link' instead of `push-button'.
(custom-button-unraised): Inherit from `underline' face.
(custom-link): Inherit from `link' face.  Fix doc and group.
(custom-add-parent-links, custom-group-value-create): Don't set
properties `button-face' and `mouse-face' explicitly for
`custom-group-link' widget.
(custom-group-link): Add properties `button-face' and `mouse-face'
to widget definition.
(custom-field-keymap): New variable.  Put `custom-field-keymap' to
editable-field's :keymap property.
(custom-mode): Fix docstring: substitute keybindings for
`widget-forward' and `widget-backward' from `widget-keymap',
`widget-complete' from `custom-field-keymap', replace old
`Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.

18 years ago(info-xref): Inherit from `link'.
Juri Linkov [Mon, 23 Jan 2006 01:19:35 +0000 (01:19 +0000)]
(info-xref): Inherit from `link'.
(info-xref-visited): Inherit from `link-visited'.

18 years ago(link, link-visited): New faces based on default values
Juri Linkov [Mon, 23 Jan 2006 01:16:57 +0000 (01:16 +0000)]
(link, link-visited): New faces based on default values
of `info-xref' and `info-xref-visited'.

18 years ago(thumbs-file-alist): Avoid creating duplicate entries.
Nick Roberts [Mon, 23 Jan 2006 01:09:26 +0000 (01:09 +0000)]
(thumbs-file-alist): Avoid creating duplicate entries.

18 years ago*** empty log message ***
Nick Roberts [Mon, 23 Jan 2006 01:08:32 +0000 (01:08 +0000)]
*** empty log message ***

18 years ago* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.
Michael Albinus [Sun, 22 Jan 2006 23:15:58 +0000 (23:15 +0000)]
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.

18 years ago(inhibit-splash-screen, initial-scratch-message): Doc fixes.
Luc Teirlinck [Sun, 22 Jan 2006 23:14:25 +0000 (23:14 +0000)]
(inhibit-splash-screen, initial-scratch-message): Doc fixes.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 22 Jan 2006 23:12:49 +0000 (23:12 +0000)]
*** empty log message ***

18 years agoSync with Tramp 2.0.52.
Michael Albinus [Sun, 22 Jan 2006 21:59:55 +0000 (21:59 +0000)]
Sync with Tramp 2.0.52.

18 years ago#
André Spiegel [Sun, 22 Jan 2006 16:24:53 +0000 (16:24 +0000)]
#

18 years ago(vc-sccs-state-heuristic): Use file-attributes with ID-FORMAT
André Spiegel [Sun, 22 Jan 2006 16:10:07 +0000 (16:10 +0000)]
(vc-sccs-state-heuristic): Use file-attributes with ID-FORMAT
`string'.  This allows us to get rid of `vc-user-login-name UID'.

18 years ago(vc-rcs-state-heuristic): Use file-attributes with ID-FORMAT
André Spiegel [Sun, 22 Jan 2006 16:08:48 +0000 (16:08 +0000)]
(vc-rcs-state-heuristic): Use file-attributes with ID-FORMAT
`string'.  This allows us to get rid of `vc-user-login-name UID'.

18 years ago(make-subsidiary-coding-system): Reset
Kenichi Handa [Sun, 22 Jan 2006 12:24:02 +0000 (12:24 +0000)]
(make-subsidiary-coding-system): Reset
`coding-system-define-form' property of subsidiaries to nil.
Avoid duplicated entry in coding-system-alist.
(make-coding-system): Avoid duplicated entry in
coding-system-alist.
(define-coding-system-alias): Likewise.

18 years agoNew alias for windows-1252.
Kenichi Handa [Sun, 22 Jan 2006 12:19:11 +0000 (12:19 +0000)]
New alias for windows-1252.

18 years ago(hl-line-highlight, hl-line-move): Doc fixes.
John Paul Wallington [Sun, 22 Jan 2006 08:56:43 +0000 (08:56 +0000)]
(hl-line-highlight, hl-line-move): Doc fixes.

18 years agoCancel previous change.
Kenichi Handa [Sun, 22 Jan 2006 08:27:00 +0000 (08:27 +0000)]
Cancel previous change.

18 years agoDon't make cpXXX as an alias here.
Kenichi Handa [Sun, 22 Jan 2006 08:20:45 +0000 (08:20 +0000)]
Don't make cpXXX as an alias here.

18 years ago(syms_of_dired) <completion-ignored-extensions>: Doc fix.
Luc Teirlinck [Sun, 22 Jan 2006 04:30:10 +0000 (04:30 +0000)]
(syms_of_dired) <completion-ignored-extensions>: Doc fix.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 22 Jan 2006 04:29:04 +0000 (04:29 +0000)]
*** empty log message ***

18 years ago(find-definition-noselect, find-variable-noselect): Search variables in
Eli Zaretskii [Sat, 21 Jan 2006 20:39:30 +0000 (20:39 +0000)]
(find-definition-noselect, find-variable-noselect): Search variables in
C source code too.
(find-function-C-source, find-function-noselect, find-function)
(find-function-other-frame, find-variable-noselect, find-variable)
(find-variable-other-frame, find-variable-at-point): Fix docstrings.

18 years agoDon't use @kbd for TAB in index.
Eli Zaretskii [Sat, 21 Jan 2006 20:31:18 +0000 (20:31 +0000)]
Don't use @kbd for TAB in index.

18 years ago(get_window_cursor_type): Fix last change.
Romain Francoise [Sat, 21 Jan 2006 18:04:09 +0000 (18:04 +0000)]
(get_window_cursor_type): Fix last change.
Update copyright year.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Jan 2006 13:27:46 +0000 (13:27 +0000)]
*** empty log message ***

18 years ago(rmail-output): Don't use content-type if it is nil.
Eli Zaretskii [Sat, 21 Jan 2006 13:16:05 +0000 (13:16 +0000)]
(rmail-output): Don't use content-type if it is nil.

18 years ago(flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the
Eli Zaretskii [Sat, 21 Jan 2006 13:11:21 +0000 (13:11 +0000)]
(flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the
"Save affix" question.

18 years agoUse @key for TAB.
Eli Zaretskii [Sat, 21 Jan 2006 13:01:28 +0000 (13:01 +0000)]
Use @key for TAB.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Jan 2006 11:49:13 +0000 (11:49 +0000)]
*** empty log message ***

18 years ago(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.
Eli Zaretskii [Sat, 21 Jan 2006 11:48:25 +0000 (11:48 +0000)]
(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.

18 years ago(File Aliases): Don't claim that usually separate buffers are created for two
Eli Zaretskii [Sat, 21 Jan 2006 11:39:05 +0000 (11:39 +0000)]
(File Aliases): Don't claim that usually separate buffers are created for two
file names that name the same data.  Mention additional situations where
different names mean the same file on disk.

18 years ago(command-line-1): Handle --no-desktop if desktop.el is not loaded.
Eli Zaretskii [Sat, 21 Jan 2006 09:32:52 +0000 (09:32 +0000)]
(command-line-1): Handle --no-desktop if desktop.el is not loaded.

18 years ago(math-add-symb-fancy): Check the length of the correct variable.
Jay Belanger [Sat, 21 Jan 2006 04:52:06 +0000 (04:52 +0000)]
(math-add-symb-fancy): Check the length of the correct variable.

18 years ago(calc-sum-rec): Fix the case where the lower limit is 0.
Jay Belanger [Sat, 21 Jan 2006 04:31:11 +0000 (04:31 +0000)]
(calc-sum-rec): Fix the case where the lower limit is 0.

18 years ago(Introduction): Fix typo.
Luc Teirlinck [Sat, 21 Jan 2006 00:34:38 +0000 (00:34 +0000)]
(Introduction): Fix typo.

18 years ago(Fload): Don't leak the file descriptor returned by openp if we are going
Eli Zaretskii [Fri, 20 Jan 2006 19:54:07 +0000 (19:54 +0000)]
(Fload): Don't leak the file descriptor returned by openp if we are going
to signal an error.

18 years ago(sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
Eli Zaretskii [Fri, 20 Jan 2006 19:12:39 +0000 (19:12 +0000)]
(sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
(sys_dup): Protect against new_fd larger than fd_info[] can handle.
(sys_read): If FD is outside [0..MAXDESC) limits, pass it directly to _read.
(sys_write):  If FD is outside [0..MAXDESC) limits, pass it directly to _write.

18 years agoDon't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.
Eli Zaretskii [Fri, 20 Jan 2006 14:19:14 +0000 (14:19 +0000)]
Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.

18 years agoVersion 4.04
Carsten Dominik [Fri, 20 Jan 2006 13:55:02 +0000 (13:55 +0000)]
Version 4.04

18 years agoVersion number change only
Carsten Dominik [Fri, 20 Jan 2006 13:54:25 +0000 (13:54 +0000)]
Version number change only

18 years ago(org-open-at-point): Fixed bug with matching a link.
Carsten Dominik [Fri, 20 Jan 2006 13:53:32 +0000 (13:53 +0000)]
(org-open-at-point): Fixed bug with matching a link.
Fixed buggy argument sequence in call to `org-view-tags'.
(org-compile-prefix-format): Set `org-prefix-has-tag'.
(org-prefix-has-tag): New variable.
(org-format-agenda-item): Remove tags from headline if
appropriate.
(org-agenda-remove-tags-when-in-prefix): New option.

18 years ago*** empty log message ***
Carsten Dominik [Fri, 20 Jan 2006 13:53:08 +0000 (13:53 +0000)]
*** empty log message ***

18 years ago(BASE_PURESIZE): Increment to 1190000.
Kenichi Handa [Fri, 20 Jan 2006 07:06:51 +0000 (07:06 +0000)]
(BASE_PURESIZE): Increment to 1190000.

18 years ago(thumbs-buffer): New variable. Make it buffer local.
Nick Roberts [Fri, 20 Jan 2006 04:43:02 +0000 (04:43 +0000)]
(thumbs-buffer): New variable.  Make it buffer local.
(thumbs-find-image): Move image name and number from buffer name
to mode name. Set thumbs-buffer.  Preserve point so that large
images remain visible.
(thumbs-file-alist): Construct list in thumbs-buffer and reverse
order.
(thumbs-show-image-num): Get image from thumbs-file-alist.  Set
mode name.
(thumbs-next-image, thumbs-previous-image): Make them work.

18 years ago*** empty log message ***
Nick Roberts [Fri, 20 Jan 2006 04:42:06 +0000 (04:42 +0000)]
*** empty log message ***

18 years agoRevision: emacs@sv.gnu.org/emacs--devo--0--patch-5
Miles Bader [Fri, 20 Jan 2006 03:44:29 +0000 (03:44 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-5

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (base, patch 1-3)

   - tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
   - Update from CVS
   - Merge from emacs--devo--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 187)

   - Update from CVS

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 20 Jan 2006 01:31:01 +0000 (01:31 +0000)]
*** empty log message ***

18 years ago(Translation of Characters): Search cmds use
Richard M. Stallman [Fri, 20 Jan 2006 01:30:49 +0000 (01:30 +0000)]
(Translation of Characters): Search cmds use
translation-table-for-input.  Automatically made local.

18 years ago(Overview of Markers): Count insertion type as one of a marker's attributes.
Richard M. Stallman [Fri, 20 Jan 2006 01:30:06 +0000 (01:30 +0000)]
(Overview of Markers): Count insertion type as one of a marker's attributes.

18 years ago(Top): Menu clarification.
Richard M. Stallman [Fri, 20 Jan 2006 01:26:48 +0000 (01:26 +0000)]
(Top): Menu clarification.

18 years ago(Other Display Specs): Delete duplicate entry for
Richard M. Stallman [Fri, 20 Jan 2006 01:26:16 +0000 (01:26 +0000)]
(Other Display Specs): Delete duplicate entry for
just a string as display spec.  Move text about recursive display
specs on such a string.

18 years ago(Key Sequence Input): Clarify. Move num-nonmacro-input-events out.
Richard M. Stallman [Fri, 20 Jan 2006 01:24:33 +0000 (01:24 +0000)]
(Key Sequence Input): Clarify.  Move num-nonmacro-input-events out.
(Reading One Event): num-nonmacro-input-events moved here.

18 years ago(set-mark-command): Doc fix.
Richard M. Stallman [Fri, 20 Jan 2006 01:22:07 +0000 (01:22 +0000)]
(set-mark-command): Doc fix.
(clone-indirect-buffer-other-window):
Read arg like clone-indirect-buffer.
(move-beginning-of-line): Skip invisible newlines.

18 years agoComment change.
Richard M. Stallman [Fri, 20 Jan 2006 01:21:18 +0000 (01:21 +0000)]
Comment change.

18 years ago(custom-buffer-create-internal): State in the text above
Luc Teirlinck [Thu, 19 Jan 2006 23:26:04 +0000 (23:26 +0000)]
(custom-buffer-create-internal): State in the text above
the whole buffer buttons that they do not operate on hidden items.
(custom-face-menu): Use `custom-face-save' instead of
`custom-face-save-command'.
(custom-face-save-command): Make it an alias for `custom-face-save'
and declare it obsolete.
(custom-face-save): Doc fix.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 19 Jan 2006 23:21:54 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(spam-group-ham-mark-p, spam-group-spam-mark-p)
Reiner Steib [Thu, 19 Jan 2006 21:42:22 +0000 (21:42 +0000)]
(spam-group-ham-mark-p, spam-group-spam-mark-p)
(spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
Revert 2006-01-08 change because the functions will be used in No
Gnus.

18 years ago* xdisp.c (get_window_cursor_type): Use cursor type specified by
Chong Yidong [Thu, 19 Jan 2006 21:12:22 +0000 (21:12 +0000)]
* xdisp.c (get_window_cursor_type): Use cursor type specified by
the selected buffer for the echo area too.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 19 Jan 2006 19:34:27 +0000 (19:34 +0000)]
*** empty log message ***

18 years ago(dired-no-confirm): Add quote.
Luc Teirlinck [Thu, 19 Jan 2006 19:29:20 +0000 (19:29 +0000)]
(dired-no-confirm): Add quote.
(dired-subdir-alist-pre-R): Add quote in `make-variable-buffer-local'
form and remove unbalanced parenthesis.