1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

61931 commits

Author SHA1 Message Date
Miles Bader
7347faa822 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
2006-01-25 06:47:24 +00:00
Luc Teirlinck
699ee5f57a Minor fixes in introductory comment.
(completion-def-wrapper): Fix alist.
2006-01-25 04:11:05 +00:00
Noah Friedman
82a31b62db *** empty log message *** 2006-01-25 04:06:04 +00:00
Luc Teirlinck
54c30f8d1e *** empty log message *** 2006-01-25 04:03:24 +00:00
Noah Friedman
69f0b7f529 Replace all references to cdr' field of conses with u.cdr',
per change Andreas Schwab 2005-11-15 of src/lisp.h.
2006-01-25 03:58:43 +00:00
Nick Roberts
c435ab83d9 Make background transparent. 2006-01-25 00:44:46 +00:00
Nick Roberts
3140b91ba8 *** empty log message *** 2006-01-25 00:44:01 +00:00
Nick Roberts
2ff89cf76f (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.
2006-01-24 20:54:23 +00:00
Nick Roberts
3beca8d590 *** empty log message *** 2006-01-24 20:53:24 +00:00
Stefan Monnier
1cee1e272f (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.
2006-01-24 19:14:58 +00:00
Stefan Monnier
243afed719 (log-view-minor-wrap): First rev is the one at point. 2006-01-24 18:43:22 +00:00
Chong Yidong
a0b08700d1 * alloc.c (allocate_string_data): Update next_free immediately, to
reduce risk of memory clobberage.
2006-01-24 18:35:25 +00:00
Stefan Monnier
0d72b43bbb 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.
2006-01-24 17:14:16 +00:00
Stefan Monnier
b8823bf417 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.
2006-01-24 17:14:16 +00:00
Stefan Monnier
5d1c8151a3 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.
2006-01-24 17:07:29 +00:00
Thien-Thi Nguyen
317921ec18 (lisp-font-lock-keywords-2):
Recognize "& keywords" only at word boundaries.
2006-01-24 13:38:07 +00:00
Károly Lőrentey
bf7f1d30f5 (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.
2006-01-24 07:59:23 +00:00
Nick Roberts
dd2a3d136f (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.
2006-01-23 23:16:58 +00:00
Nick Roberts
3d9d607ac5 *** empty log message *** 2006-01-23 23:16:16 +00:00
Stefan Monnier
e5e26d8f7d (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. 2006-01-23 22:08:13 +00:00
Stefan Monnier
1e3b6bec72 (ses-read-cell): Provide a default value. 2006-01-23 22:04:36 +00:00
Juanma Barranquero
9dd28cae26 *** empty log message *** 2006-01-23 16:08:46 +00:00
Juanma Barranquero
253d8b7a32 (image-library-alist): Add additional names for GIF library. 2006-01-23 15:28:24 +00:00
Reiner Steib
e450a16a14 (latexenc-find-file-coding-system): Add file-regular-p check. 2006-01-23 14:26:02 +00:00
Juanma Barranquero
af71d4c04d *** empty log message *** 2006-01-23 13:54:37 +00:00
Kim F. Storm
d126cb6042 (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).
2006-01-23 13:14:01 +00:00
Kim F. Storm
1ff4535b17 *** empty log message *** 2006-01-23 13:13:42 +00:00
Stefan Monnier
0a4871997c (clone-buffer): Don't show the new buffer in the same window. 2006-01-23 04:05:59 +00:00
Stefan Monnier
5badc98d73 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.
2006-01-23 02:44:02 +00:00
Stefan Monnier
cfb2f32e41 (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.
2006-01-23 02:35:36 +00:00
Juri Linkov
f9cd958249 *** empty log message *** 2006-01-23 01:30:55 +00:00
Juri Linkov
feced8744f (User Interface): Add S-TAB for widget-backward. 2006-01-23 01:30:30 +00:00
Juri Linkov
b4b5cbd39f (Easy Customization, Customization Groups)
(Browsing Custom): Mention links along with buttons.
2006-01-23 01:30:13 +00:00
Juri Linkov
9d6f699a8b (doctor-mode-map): Rename from `doc-mode-map'. 2006-01-23 01:28:09 +00:00
Juri Linkov
f6039de63e (clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Use `read-buffer' instead of `read-string'.  Fix prompts.
2006-01-23 01:24:26 +00:00
Juri Linkov
07696982f1 (desktop-load-file): Check for fboundp' before calling symbol-function'. 2006-01-23 01:23:10 +00:00
Juri Linkov
192e44fc8e (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.
2006-01-23 01:21:24 +00:00
Juri Linkov
de8ad208b1 (info-xref): Inherit from `link'.
(info-xref-visited): Inherit from `link-visited'.
2006-01-23 01:19:35 +00:00
Juri Linkov
5974672033 (link, link-visited): New faces based on default values
of `info-xref' and `info-xref-visited'.
2006-01-23 01:16:57 +00:00
Nick Roberts
1acadcfe7f (thumbs-file-alist): Avoid creating duplicate entries. 2006-01-23 01:09:26 +00:00
Nick Roberts
f1e73d841b *** empty log message *** 2006-01-23 01:08:32 +00:00
Michael Albinus
87899d7ef7 * etc/NEWS: tramp can be removed by M-x tramp-unload-tramp. 2006-01-22 23:15:58 +00:00
Luc Teirlinck
249d9683b3 (inhibit-splash-screen, initial-scratch-message): Doc fixes. 2006-01-22 23:14:25 +00:00
Luc Teirlinck
0aa08453ea *** empty log message *** 2006-01-22 23:12:49 +00:00
Michael Albinus
a69c01a0b7 Sync with Tramp 2.0.52. 2006-01-22 21:59:55 +00:00
André Spiegel
6e36b4ff39 # 2006-01-22 16:24:53 +00:00
André Spiegel
bbd883480c (vc-sccs-state-heuristic): Use file-attributes with ID-FORMAT
`string'.  This allows us to get rid of `vc-user-login-name UID'.
2006-01-22 16:10:07 +00:00
André Spiegel
b010f88755 (vc-rcs-state-heuristic): Use file-attributes with ID-FORMAT
`string'.  This allows us to get rid of `vc-user-login-name UID'.
2006-01-22 16:08:48 +00:00
Kenichi Handa
3bfa5b1fcc (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.
2006-01-22 12:24:02 +00:00
Kenichi Handa
4a3d351dc4 New alias for windows-1252. 2006-01-22 12:19:11 +00:00