]>
git.eshelyaron.com Git - emacs.git/log
Miles Bader [Mon, 13 Mar 2006 10:01:06 +0000 (10:01 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-155
Remove nick-abbrevs stuff from rcirc.el
2006-03-13 Miles Bader <miles@gnu.org>
* lisp/net/rcirc.el (rcirc-nick-abbrevs): Variable removed.
(rcirc-abbrev-nick): Function removed.
(rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
David Ponce [Mon, 13 Mar 2006 07:49:31 +0000 (07:49 +0000)]
Handle themes across all occurrences of the main
themes sub-directory found in tree-widget-themes-load-path.
(tree-widget-themes-directory, tree-widget-theme): Doc fix.
(tree-widget--locate-sub-directory): Return all occurrences.
(tree-widget-themes-path): New function. Replace
tree-widget-themes-directory, and return a list of directories.
(tree-widget-set-parent-theme)
(tree-widget-lookup-image): Use it.
David Ponce [Mon, 13 Mar 2006 07:48:29 +0000 (07:48 +0000)]
*** empty log message ***
Carsten Dominik [Mon, 13 Mar 2006 07:10:48 +0000 (07:10 +0000)]
Version number update only
Carsten Dominik [Mon, 13 Mar 2006 07:10:02 +0000 (07:10 +0000)]
(Clean view): Document new startup options.
Carsten Dominik [Mon, 13 Mar 2006 07:09:52 +0000 (07:09 +0000)]
*** empty log message ***
Carsten Dominik [Mon, 13 Mar 2006 07:08:15 +0000 (07:08 +0000)]
(org-link-search): Avoid self-matching of links, allow
target text to be distributed over several lines.
(org-search-not-link): New function.
(org-set-regexps-and-options, org-get-current-options): New
startup options.
(org-export-as-html): Take odd-level setting from local variable.
(org-fontify-emphasized-text): New option.
(org-set-font-lock-defaults): Include emphasized text.
(org-follow-mhe-link): Allow folder-only links, fix folder name.
(org-font-lock): Customize group renamed from `org-faces'.
John Paul Wallington [Mon, 13 Mar 2006 01:45:16 +0000 (01:45 +0000)]
(ibuffer-never-show-predicates): Add `require' keyword; require
`ibuf-ext' feature. Thanks to Zhang Wei.
Bill Wohler [Mon, 13 Mar 2006 01:05:27 +0000 (01:05 +0000)]
(mh-folder-list): Fix docstring (closes SF #
1448498 ).
Jason Rumney [Sun, 12 Mar 2006 18:10:29 +0000 (18:10 +0000)]
(add_registry): Don't change the registry unless keys
already exist from a previous version.
Jason Rumney [Sun, 12 Mar 2006 17:20:35 +0000 (17:20 +0000)]
*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 17:20:13 +0000 (17:20 +0000)]
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
to interpret it as a fake path and messing with it.
Jason Rumney [Sun, 12 Mar 2006 17:16:54 +0000 (17:16 +0000)]
(main): Accept -q as alternative for /q.
Jason Rumney [Sun, 12 Mar 2006 17:16:34 +0000 (17:16 +0000)]
*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 17:08:48 +0000 (17:08 +0000)]
(Fx_create_frame): Remove call to
Qface_set_after_frame_default. (from xfns.c 2003-05-26)
Jason Rumney [Sun, 12 Mar 2006 16:29:25 +0000 (16:29 +0000)]
(Fx_popup_menu): Call w32_free_menu_strings when
finished with the menu.
Jason Rumney [Sun, 12 Mar 2006 15:13:38 +0000 (15:13 +0000)]
*** empty log message ***
Jason Rumney [Sun, 12 Mar 2006 14:56:54 +0000 (14:56 +0000)]
Sync 2005-10-24 xterm.c changes.
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(w32_mouse_position): Set last_mouse_glyph_frame.
Remove OLD_REDISPLAY_CODE block.
Luc Teirlinck [Sun, 12 Mar 2006 14:35:31 +0000 (14:35 +0000)]
(all): Delete :version keyword for members of the fringe group, since
the entire group is new in 22.1.
Luc Teirlinck [Sun, 12 Mar 2006 14:34:42 +0000 (14:34 +0000)]
*** empty log message ***
Nick Roberts [Sun, 12 Mar 2006 14:19:13 +0000 (14:19 +0000)]
(gdb-stack-list-locals-handler): Add local
map if value is hexadecimal (an address).
(gud-watch): Only search roots for existing watch expressions.
(gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
prevent caching problems with speedbar-update-directory-contents.
Nick Roberts [Sun, 12 Mar 2006 14:18:06 +0000 (14:18 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 12 Mar 2006 13:10:02 +0000 (13:10 +0000)]
Various cleanups.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:21:06 +0000 (08:21 +0000)]
(struct mac_output) [USE_CG_DRAWING]: New member cg_context.
(mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:20:37 +0000 (08:20 +0000)]
(mac_draw_rectangle, x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Undo previous changes.
(x_draw_hollow_cursor): Likewise. Subtract 1 from the last
argument of mac_draw_rectangle.
(CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros.
(mac_draw_string_common, mac_draw_image_string_cg): Use them.
(FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro.
(mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw)
[USE_CG_DRAWING]: New functions.
(mac_draw_line, mac_erase_rectangle, mac_clear_window)
(mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common)
(mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part.
(mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common)
(mac_copy_area, mac_scroll_area, x_scroll_bar_create)
(x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size)
(XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:20:24 +0000 (08:20 +0000)]
[USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:19:50 +0000 (08:19 +0000)]
(x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
YAMAMOTO Mitsuharu [Sun, 12 Mar 2006 08:19:42 +0000 (08:19 +0000)]
(sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
Bill Wohler [Sun, 12 Mar 2006 03:57:54 +0000 (03:57 +0000)]
(Scan Line Formats): Replace @samp with @kbd.
Károly Lőrentey [Sun, 12 Mar 2006 01:37:34 +0000 (01:37 +0000)]
(x_icon): Disable redundant call to `x_wm_set_window_state'.
Bill Wohler [Sun, 12 Mar 2006 01:06:59 +0000 (01:06 +0000)]
(Preface, More About MH-E, Options, HTML, Folders)
(Composing, Scan Line Formats): Fix @refs.
(Getting Started): Define MH profile and MH profile components.
(Incorporating Mail, Reading Mail, Viewing, Printing)
(Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
(Signature, Aliases, Scan Line Formats): Use @code instead of @samp
for string constants.
(Tool Bar): Remove spurious quote.
(Junk): Use ``...'' instead of "...".
Jason Rumney [Sat, 11 Mar 2006 23:46:27 +0000 (23:46 +0000)]
(signal_user_input): New function.
(post_character_message): Use it for keyboard input.
(w32_msg_pump): Use it for mouse input.
Jason Rumney [Sat, 11 Mar 2006 23:45:44 +0000 (23:45 +0000)]
*** empty log message ***
Miles Bader [Sat, 11 Mar 2006 23:42:49 +0000 (23:42 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 57)
- Copy/update icons from Gnus trunk
Bill Wohler [Sat, 11 Mar 2006 22:50:06 +0000 (22:50 +0000)]
Add period to last sentence added.
Bill Wohler [Sat, 11 Mar 2006 22:49:40 +0000 (22:49 +0000)]
Document `image-load-path-for-library'. Note that all images have been
moved from lisp into etc/images in `find-image' item. Fix typo in
`copy-tree'
Bill Wohler [Sat, 11 Mar 2006 22:43:44 +0000 (22:43 +0000)]
(Defining Images): Add @tindex for image-load-path-for-library.
Luc Teirlinck [Sat, 11 Mar 2006 22:42:14 +0000 (22:42 +0000)]
(Creating Strings): Fix Texinfo usage.
Luc Teirlinck [Sat, 11 Mar 2006 22:41:41 +0000 (22:41 +0000)]
(Adaptive Fill): Fix Texinfo usage.
Bill Wohler [Sat, 11 Mar 2006 22:39:35 +0000 (22:39 +0000)]
(Defining Images): Add image-load-path-for-library.
Luc Teirlinck [Sat, 11 Mar 2006 22:37:08 +0000 (22:37 +0000)]
*** empty log message ***
Juri Linkov [Sat, 11 Mar 2006 22:35:51 +0000 (22:35 +0000)]
(Info-dir-remove-duplicates): Move point to the
beginning of the current line after deleting the entries from
redundant heading. Use marker for `limit' and compare it with
point before calling `re-search-forward'.
Juri Linkov [Sat, 11 Mar 2006 22:34:46 +0000 (22:34 +0000)]
(battery-linux-proc-acpi): Check `capacity' for non-nil
before comparing with `low' and `warn'.
Luc Teirlinck [Sat, 11 Mar 2006 21:23:11 +0000 (21:23 +0000)]
(Regexp Special): Use @samp for regular expressions that are not in
Lisp syntax.
Luc Teirlinck [Sat, 11 Mar 2006 21:21:57 +0000 (21:21 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 11 Mar 2006 21:18:15 +0000 (21:18 +0000)]
(Regexps): Use @samp for regexp that is not in Lisp syntax.
Luc Teirlinck [Sat, 11 Mar 2006 17:01:47 +0000 (17:01 +0000)]
(yank): Fix typo in docstring.
Luc Teirlinck [Sat, 11 Mar 2006 17:00:13 +0000 (17:00 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 11 Mar 2006 16:46:38 +0000 (16:46 +0000)]
Rename preserve_y to window_scroll_pixel_based_preserve_y.
(window_scroll_pixel_based, syms_of_window): Adapt to above change.
Eli Zaretskii [Sat, 11 Mar 2006 16:32:09 +0000 (16:32 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:31:39 +0000 (16:31 +0000)]
(w32_wnd_proc): Ignore middle and extra button events if a menu is already
active (the menubar_active flag is on).
Eli Zaretskii [Sat, 11 Mar 2006 16:26:31 +0000 (16:26 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:25:36 +0000 (16:25 +0000)]
(x_create_tip_frame): Preserve received parms by copying them.
Eli Zaretskii [Sat, 11 Mar 2006 16:18:20 +0000 (16:18 +0000)]
(rmail-summary-next-msg): Skip deleted messages, where "D" is the
6th character.
Eli Zaretskii [Sat, 11 Mar 2006 16:03:03 +0000 (16:03 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:02:38 +0000 (16:02 +0000)]
Add x_fully_uncatch_errors and x_catching_errors to
the list of unused display error handling functions.
Eli Zaretskii [Sat, 11 Mar 2006 16:01:21 +0000 (16:01 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 16:00:50 +0000 (16:00 +0000)]
(unwind_to_catch): Call x_fully_uncatch_errors only if HAVE_X_WINDOWS.
(internal_condition_case, internal_condition_case_1)
(internal_condition_case_2): Call x_catching_errors only if HAVE_X_WINDOWS.
Eli Zaretskii [Sat, 11 Mar 2006 15:46:24 +0000 (15:46 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 15:45:47 +0000 (15:45 +0000)]
[HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.h
unless HAVE_GETRLIMIT is defined.
Jason Rumney [Sat, 11 Mar 2006 15:44:19 +0000 (15:44 +0000)]
(yank): Escape double quote in doc string.
Eli Zaretskii [Sat, 11 Mar 2006 15:36:15 +0000 (15:36 +0000)]
(ispell-find-aspell-dictionaries): Add aliases before merging elements from the
standard ispell-dictionary-alist.
(ispell-aspell-add-aliases): Add aliases to the passed dictionary alist, and
return the new alist.
Eli Zaretskii [Sat, 11 Mar 2006 15:29:52 +0000 (15:29 +0000)]
(ispell-menu-map-needed) [ispell-message]: Be visible only if major mode
is Mail Mode.
Richard M. Stallman [Sat, 11 Mar 2006 15:25:13 +0000 (15:25 +0000)]
*** empty log message ***
Richard M. Stallman [Sat, 11 Mar 2006 15:25:03 +0000 (15:25 +0000)]
(describe_map): Shorten string to indicate shadowed binding.
Richard M. Stallman [Sat, 11 Mar 2006 15:24:02 +0000 (15:24 +0000)]
(get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.
(enum warnlevel): New data type.
(check_memory_limits): Rewrite the logic about warnings.
Use standard `struct rlimit'. Check return values for nonsense.
(memory_warnings): Always clear lim_data.
Richard M. Stallman [Sat, 11 Mar 2006 15:21:13 +0000 (15:21 +0000)]
(get_lim_data, lim_data, data_space_start): Moved to vm-limit.c.
Richard M. Stallman [Sat, 11 Mar 2006 15:20:09 +0000 (15:20 +0000)]
(x_fully_uncatch_errors, x_catching_errors): New functions.
Richard M. Stallman [Sat, 11 Mar 2006 15:19:31 +0000 (15:19 +0000)]
(unwind_to_catch): Call x_fully_uncatch_errors.
(internal_condition_case_1, internal_condition_case_2):
Abort if within unclosed x_catch_errors.
Richard M. Stallman [Sat, 11 Mar 2006 15:13:47 +0000 (15:13 +0000)]
(rmail-ignored-headers): Discard DomainKey-Signature.
Richard M. Stallman [Sat, 11 Mar 2006 15:13:19 +0000 (15:13 +0000)]
(eshell-prefer-to-shell): Variable deleted;
the way it is implemented is too unclean.
Eli Zaretskii [Sat, 11 Mar 2006 15:11:09 +0000 (15:11 +0000)]
(octave-indent-for-comment): Behave according to do string.
Richard M. Stallman [Sat, 11 Mar 2006 15:09:48 +0000 (15:09 +0000)]
(kill-region, yank): Doc fix.
Richard M. Stallman [Sat, 11 Mar 2006 15:08:42 +0000 (15:08 +0000)]
(battery-echo-area-format): Doc fix.
(battery-mode-line-format): Likewise.
(battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
(battery-linux-proc-acpi): Ignore batteries that say "charged".
Eli Zaretskii [Sat, 11 Mar 2006 15:07:32 +0000 (15:07 +0000)]
(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.
Jason Rumney [Sat, 11 Mar 2006 15:02:34 +0000 (15:02 +0000)]
(WinMain): Set screen buffer to 80x25.
Jason Rumney [Sat, 11 Mar 2006 15:02:13 +0000 (15:02 +0000)]
*** empty log message ***
Romain Francoise [Sat, 11 Mar 2006 14:42:17 +0000 (14:42 +0000)]
(Vprocess_adaptive_read_buffering): Doc fix.
Eli Zaretskii [Sat, 11 Mar 2006 12:33:37 +0000 (12:33 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 12:33:03 +0000 (12:33 +0000)]
Remove duplicate prototypes. Make the prototype of getloadavg be conditioned
on HAVE_GETLOADAVG being undefined.
Eli Zaretskii [Sat, 11 Mar 2006 12:16:32 +0000 (12:16 +0000)]
(list-holidays): Doc fix.
Eli Zaretskii [Sat, 11 Mar 2006 12:05:09 +0000 (12:05 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 11 Mar 2006 12:04:41 +0000 (12:04 +0000)]
(x_draw_hollow_cursor): Subtract 1 from the last argument of XDrawRectangle.
Eli Zaretskii [Sat, 11 Mar 2006 12:03:12 +0000 (12:03 +0000)]
(mac_draw_rectangle): Don't add 1 to width and height.
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground)
(x_draw_image_foreground): Don't subtract 1 from width and height
arguments to mac_draw_rectangle.
(x_draw_hollow_cursor): Add 1 to w->phys_cursor_width.
Eli Zaretskii [Sat, 11 Mar 2006 12:02:05 +0000 (12:02 +0000)]
(get_phys_cursor_geometry): Don't decrease height by 1.
Eli Zaretskii [Sat, 11 Mar 2006 11:43:27 +0000 (11:43 +0000)]
(auto-coding-alist): Add .odt (OpenOffice's open document) files.
Eli Zaretskii [Sat, 11 Mar 2006 11:42:58 +0000 (11:42 +0000)]
(auto-mode-alist): Add .odt (OpenOffice's open document) files. Mention in
the doc string the need to sync with auto-coding-alist.
Bill Wohler [Sat, 11 Mar 2006 02:04:08 +0000 (02:04 +0000)]
(image-load-path-for-library): Merged changes from Reiner. Add
no-error argument. If path t, just return directory.
Bill Wohler [Sat, 11 Mar 2006 01:59:13 +0000 (01:59 +0000)]
(mh-image-load-path-for-library): Merged changes from Reiner. Add
no-error argument. If path t, just return directory.
Bill Wohler [Sat, 11 Mar 2006 01:34:45 +0000 (01:34 +0000)]
(mh-replace-regexp-in-string): Pass the literal flag to
replace-in-string. This was badly needed by mh-quote-pick-expr in
order to properly quote subjects when using / s on XEmacs (closes SF
#
1447598 ).
Miles Bader [Fri, 10 Mar 2006 23:43:54 +0000 (23:43 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 56)
- Update from CVS
Chong Yidong [Fri, 10 Mar 2006 23:22:30 +0000 (23:22 +0000)]
* files.el (hack-local-variables-confirm): Don't prompt for ! if
enable-local-variables is set to always query, or there is no
savable variable.
Bill Wohler [Fri, 10 Mar 2006 22:52:26 +0000 (22:52 +0000)]
(image-load-path-for-library): Merge at least three functions from
Gnus and MH-E into this one function that can now be shared.
Nick Roberts [Fri, 10 Mar 2006 20:06:33 +0000 (20:06 +0000)]
(gdb-remove-text-properties): Rename from
gdb-remove-mouse-face and remove help-echo too.
(gdb-enqueue-input): Correct conditional clause.
Nick Roberts [Fri, 10 Mar 2006 19:59:19 +0000 (19:59 +0000)]
*** empty log message ***
Bill Wohler [Fri, 10 Mar 2006 16:56:16 +0000 (16:56 +0000)]
(mh-profile-component): Drop `s' from mhparam -components for
Mailutils compatibility (closes SF #
1446985 ).
Glenn Morris [Fri, 10 Mar 2006 08:10:33 +0000 (08:10 +0000)]
(calendar-holidays): Make previous doc-fix less passive.
Kim F. Storm [Fri, 10 Mar 2006 08:10:24 +0000 (08:10 +0000)]
(USE_POSIX_MEMALIGN): Fix last change.
Kim F. Storm [Fri, 10 Mar 2006 08:08:55 +0000 (08:08 +0000)]
*** empty log message ***
Glenn Morris [Fri, 10 Mar 2006 08:06:45 +0000 (08:06 +0000)]
*** empty log message ***