]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(update_tool_bar, redisplay_tool_bar, redisplay_window)
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:48:15 +0000 (00:48 +0000)]
(update_tool_bar, redisplay_tool_bar, redisplay_window)
[USE_MAC_TOOLBAR]: Sync with GTK+ tool bar display.

16 years ago(struct scroll_bar): Rename member control_handle_low
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:47:33 +0000 (00:47 +0000)]
(struct scroll_bar): Rename member control_handle_low
and control_handle_high to control_ref_low and control_ref_high.
All uses changed.
(SCROLL_BAR_CONTROL_REF, SET_SCROLL_BAR_CONTROL_REF): Rename from
SCROLL_BAR_CONTROL_HANDLE and SET_SCROLL_BAR_CONTROL_HANDLE,
respectively.  All uses changed.
(XCreatePixmap, XCreatePixmapFromBitmapData, XSetWindowBackground)
(install_window_handler, remove_window_handler): Replace WindowPtr
with WindowRef in externs.
(mac_get_window_bounds): Move extern from macfns.c.
(FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y): New macros.
(struct mac_output) [USE_MAC_TOOLBAR]: New member toolbar_win_gravity.
(struct scroll_bar) [MAC_OSX]: New member fringe_extended_p.
(update_frame_tool_bar, free_frame_tool_bar) [USE_MAC_TOOLBAR]:
Add externs.

16 years agoReplace MenuHandle and GetMenuHandle with MenuRef and
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:51 +0000 (00:46 +0000)]
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
(USE_CARBON_EVENTS): Remove.  Use TARGET_API_MAC_CARBON instead.
[MAC_OS8] (do_get_menus): Rename variable `menu_handle' to `menu'.
(mac_begin_cg_clip): New arg F.  Call SetPortWindowPort. All callers
changed so as not to call SetPortWindowPort.
(mac_begin_cg_clip) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
(mac_draw_image_string_atsui) [USE_ATSUI]: New function created from
mac_draw_string_common.
(mac_draw_image_string_qd): Likewise.
(mac_draw_string_common): Use them.  Add INLINE.
(XTmouse_position, x_scroll_bar_report_motion) [TARGET_API_MAC_CARBON]:
Use FRAME_OUTER_TO_INNER_DIFF_X, FRAME_OUTER_TO_INNER_DIFF_Y, and
GetGlobalMouse.
(x_set_mouse_pixel_position) [MAC_OSX]: Use FRAME_OUTER_TO_INNER_DIFF_X
and FRAME_OUTER_TO_INNER_DIFF_Y.
[TARGET_API_MAC_CARBON] (mac_handle_mouse_event): Likewise.
[USE_MAC_TSM] (mac_handle_text_input_event): Likewise.
(x_make_frame_visible) [TARGET_API_MAC_CARBON]: Move code for
repositioning window to mac_handle_window_event.
(x_make_frame_invisible) [TARGET_API_MAC_CARBON]: Move code for
saving window location to mac_handle_window_event
[USE_MAC_FONT_PANEL] (mac_show_hide_font_panel): Install handler here.
(install_menu_target_item_handler): Remove argument in extern.
[TARGET_API_MAC_CARBON] (mac_event_to_emacs_modifiers):
Also accept command events.
(do_keystroke): New function created from XTread_socket.
(init_command_handler): Remove functions.
[TARGET_API_MAC_CARBON] (mac_handle_window_event): Reposition window
and save window location by kEventWindowShowing and kEventWindowHiding
handlers here.  Don't call next handler for window state change and
focus events.
(mac_handle_keyboard_event) [TARGET_API_MAC_CARBON]: New function.
(install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for
kEventWindowShowing and kEventWindowHiding events.  Move installation
of mouse, font, text input and menu target item handlers to
install_application_handler.
(install_application_handler) [TARGET_API_MAC_CARBON]: New function.
(mac_handle_cg_display_reconfig) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
New function.
(init_dm_notification_handler) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]:
Register it.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Consolidate SendEventToEventTarget calls.
Use FRAME_OUTER_TO_INNER_DIFF_X and FRAME_OUTER_TO_INNER_DIFF_Y.
Move keyboard handler to mac_handle_keyboard_event.
(XTread_socket) [!TARGET_API_MAC_CARBON]: Use do_keystroke.
(mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
init_command_handler.  Call install_application_handler.
(x_draw_fringe_bitmap) [MAC_OSX]: Extend fringe background to scroll
bar gap.
(x_scroll_bar_create) [MAC_OSX]: Set bar->fringe_extended_p.
(XTset_vertical_scroll_bar) [MAC_OSX]: Put leftmost/rightmost
scroll bars on frame edge.  Check fringe background extension.
Don't clear extended fringe background area.
(TOOLBAR_IDENTIFIER, TOOLBAR_ICON_ITEM_IDENTIFIER)
(TOOLBAR_ITEM_COMMAND_ID_OFFSET, TOOLBAR_ITEM_COMMAND_ID_P)
(TOOLBAR_ITEM_COMMAND_ID_VALUE, TOOLBAR_ITEM_MAKE_COMMAND_ID):
[USE_MAC_TOOLBAR]: New macros.
(mac_move_window_with_gravity, mac_get_window_origin_with_gravity)
(mac_handle_toolbar_event, mac_image_spec_to_cg_image)
(mac_create_frame_tool_bar, update_frame_tool_bar, free_frame_tool_bar)
(mac_tool_bar_note_mouse_movement, mac_handle_toolbar_command_event)
[USE_MAC_TOOLBAR]: New functions.
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Reposition window
manually if previous repositioning has failed.
(mac_handle_keyboard_event): Use precomputed event kind.
(XTread_socket) [USE_MAC_TOOLBAR]: Handle click in structure region
as tool bar item click.  Handle mouse movement over tool bar items.
(frame_highlight, frame_unhighlight): Don't call
ActivateControl/DeactivateControl here.
[USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
frame-notice-user-settings is non-nil.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
for kEventParamFMFontStyle.
[TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
mac_pass_command_to_system and mac_pass_control_to_system here.
(XTread_socket): Call ActivateControl/DeactivateControl here.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Check mac_pass_command_to_system and mac_pass_control_to_system here.
[TARGET_API_MAC_CARBON] (mac_handle_window_event): Don't use invisible
frame as parent window for repositioning.

16 years ago[!TARGET_API_MAC_CARBON] Include Scrap.h.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:38 +0000 (00:46 +0000)]
[!TARGET_API_MAC_CARBON] Include Scrap.h.
[MAC_OSX] (install_service_handler): Rename from init_service_handler.
All callers changed.  Return OSStatus value.
(Selection): New typedef.  Use instead of ScrapRef.
(mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
(mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
(mac_clear_selection): Rename from clear_scrap.
(get_flavor_type_from_symbol): New argument SEL and subsume function of
scrap_has_target_type.  All uses changed.
(mac_get_selection_ownership_info, mac_valid_selection_value_p)
(mac_selection_has_target_p): New functions.
(mac_put_selection_value): Rename from put_scrap_string.
(mac_get_selection_value): Rename from get_scrap_string.
(mac_get_selection_target_list): Rename from get_scrap_target_type_list.
(put_scrap_private_timestamp, scrap_has_target_type)
(get_scrap_private_timestamp): Remove functions.
(SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
(x_own_selection, x_get_local_selection):
Use mac_valid_selection_value_p.
(x_own_selection): Don't use put_scrap_private_timestamp.
Record OWNERSHIP-INFO into Vselection_alist instead.
(x_get_local_selection): Don't check type if request is local.
(Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.

16 years agoReplace MenuHandle and GetMenuHandle with MenuRef and
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:21 +0000 (00:46 +0000)]
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively.  Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
[!TARGET_API_MAC_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
(install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
[TARGET_API_MAC_CARBON] (menu_target_item_handler): Don't call next
handler.  Return immediately unless popup is activated.
[TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
Remove argument.  Install handler to application.
(set_frame_menubar): Don't change deep_p.
(mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.
(DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
(DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
[HAVE_DIALOGS]: New macros.
[HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
Use them.
(fill_menu) [TARGET_API_MAC_CARBON]: Use SetMenuItemHierarchicalMenu.
(fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]: Put special
treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p in #if 0
as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow.  Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: New variable.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
event loop should be quit.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Quit dialog event loop
if quit_dialog_event_loop is set.

16 years agoReplace WindowPtr with WindowRef.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:46:11 +0000 (00:46 +0000)]
Replace WindowPtr with WindowRef.
(USE_MAC_TOOLBAR): New define.
(USE_CG_DRAWING): Don't require USE_ATSUI.

16 years ago* macfns.c (mac_window): Replace WindowPtr with WindowRef.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:58 +0000 (00:45 +0000)]
* macfns.c (mac_window): Replace WindowPtr with WindowRef.
(mac_get_window_bounds): Move extern to macterm.h.
(compute_tip_xy) [TARGET_API_MAC_CARBON]: Use GetGlobalMouse.
(mac_window) [USE_MAC_TOOLBAR]: Set toolbar_win_gravity.
(x_set_tool_bar_lines) [USE_MAC_TOOLBAR]: Set FRAME_EXTERNAL_TOOL_BAR.

16 years ago(xrm_get_preference_database): Remove BLOCK_INPUT.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:38 +0000 (00:45 +0000)]
(xrm_get_preference_database): Remove BLOCK_INPUT.
[TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
Use kCFAbsoluteTimeIntervalSince1970.
(wakeup_from_rne_enabled_p) [MAC_OSX]: Remove variable.
(ENABLE_WAKEUP_FROM_RNE, DISABLE_WAKEUP_FROM_RNE) [MAC_OSX]:
Remove macros.
[MAC_OSX] (socket_callback): Do nothing.
[MAC_OSX] (select_and_poll_event): Use CFRunLoopRunInMode instead of
ReceiveNextEvent.
[MAC_OSX] (sys_select): Likewise.  Don't set context as argument to
socket_callback.
(mac_wakeup_from_rne) [MAC_OSX]: Do nothing.

16 years ago(struct frame) [MAC_OS]: New member external_tool_bar.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:45:27 +0000 (00:45 +0000)]
(struct frame) [MAC_OS]: New member external_tool_bar.
(FRAME_EXTERNAL_TOOL_BAR) [MAC_OS]: Use it.

16 years ago(mac-dnd-drop-data): Remove redundant check.
YAMAMOTO Mitsuharu [Sat, 29 Mar 2008 00:33:58 +0000 (00:33 +0000)]
(mac-dnd-drop-data): Remove redundant check.

16 years ago(pbm_load): Allow color values up to 65535.
Jason Rumney [Fri, 28 Mar 2008 14:59:22 +0000 (14:59 +0000)]
(pbm_load): Allow color values up to 65535.
Throw an error if max_color_idx is outside the supported range.
Report an error when image size is invalid.
Read two bytes at a time when raw images have max_color_idx above 255.

16 years ago(Display Custom): Mention overlay-margin in text.
Jason Rumney [Fri, 28 Mar 2008 11:17:05 +0000 (11:17 +0000)]
(Display Custom): Mention overlay-margin in text.

16 years ago(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
Chong Yidong [Wed, 26 Mar 2008 22:57:42 +0000 (22:57 +0000)]
(EXTEND_BUFFER): Change order of pointer addition operations, to avoid
having the difference between pointers overflow.

16 years ago* regex.c (EXTEND_BUFFER): Change order of pointer addition
Chong Yidong [Wed, 26 Mar 2008 22:57:32 +0000 (22:57 +0000)]
* regex.c (EXTEND_BUFFER): Change order of pointer addition
operations, to avoid having the difference between pointers
overflow.

16 years ago(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Eli Zaretskii [Wed, 26 Mar 2008 19:06:04 +0000 (19:06 +0000)]
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.

16 years agoBump version to 22.2.50.
Chong Yidong [Wed, 26 Mar 2008 16:49:50 +0000 (16:49 +0000)]
Bump version to 22.2.50.

16 years agoRegenerate. emacs-22.2
Chong Yidong [Wed, 26 Mar 2008 13:50:48 +0000 (13:50 +0000)]
Regenerate.

16 years agoBump version to 22.2
Chong Yidong [Wed, 26 Mar 2008 13:49:17 +0000 (13:49 +0000)]
Bump version to 22.2

16 years agoRegenerate.
Chong Yidong [Wed, 26 Mar 2008 13:48:18 +0000 (13:48 +0000)]
Regenerate.

16 years agoBump version to 22.2.
Chong Yidong [Wed, 26 Mar 2008 13:47:40 +0000 (13:47 +0000)]
Bump version to 22.2.

16 years ago*** empty log message ***
Kenichi Handa [Wed, 26 Mar 2008 10:23:31 +0000 (10:23 +0000)]
*** empty log message ***

16 years ago(Info-isearch-search): Always return point.
Johan Bockgård [Tue, 25 Mar 2008 14:48:24 +0000 (14:48 +0000)]
(Info-isearch-search): Always return point.

16 years ago** Emacs 22 lockup + CCL: Quited.
Chong Yidong [Tue, 25 Mar 2008 03:14:54 +0000 (03:14 +0000)]
** Emacs 22 lockup + CCL: Quited.
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00994.html
Apparently fixed:
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01071.html

16 years ago(message-cite-original-without-signature): Mention
Reiner Steib [Mon, 24 Mar 2008 18:35:18 +0000 (18:35 +0000)]
(message-cite-original-without-signature): Mention
stripping of the signatur in doc string.

16 years ago(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Andreas Schwab [Sun, 23 Mar 2008 11:59:46 +0000 (11:59 +0000)]
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.

16 years ago*** empty log message ***
Andreas Schwab [Sun, 23 Mar 2008 11:39:33 +0000 (11:39 +0000)]
*** empty log message ***

16 years ago(menu-bar-showhide-fringe-ind-menu): Fix radio
Andreas Schwab [Sun, 23 Mar 2008 11:22:53 +0000 (11:22 +0000)]
(menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.

16 years ago(incoming mail files): Add version.
Reiner Steib [Sat, 22 Mar 2008 10:13:32 +0000 (10:13 +0000)]
(incoming mail files): Add version.

16 years agoUpdate date for expected 22.2 release.
Jason Rumney [Fri, 21 Mar 2008 22:41:40 +0000 (22:41 +0000)]
Update date for expected 22.2 release.

16 years ago* gnus.texi (Gnus Development): Clarify difference between ding and
Reiner Steib [Fri, 21 Mar 2008 21:00:45 +0000 (21:00 +0000)]
* gnus.texi (Gnus Development): Clarify difference between ding and
gnu.emacs.gnus.
(MIME Commands, Using MIME, RSS): Fix markup.

* gnus-faq.texi ([8.4]): Ditto.

16 years ago(add_registry): Cast return value of alloca.
Jason Rumney [Thu, 20 Mar 2008 14:17:21 +0000 (14:17 +0000)]
(add_registry): Cast return value of alloca.

16 years ago*** empty log message ***
Jason Rumney [Thu, 20 Mar 2008 14:12:50 +0000 (14:12 +0000)]
*** empty log message ***

16 years ago(Emacsen): Remove obsolete stuff.
Reiner Steib [Thu, 20 Mar 2008 12:39:32 +0000 (12:39 +0000)]
(Emacsen): Remove obsolete stuff.

16 years ago(vc-bzr-print-log): Ensure it works when passed a
Dan Nicolaescu [Thu, 20 Mar 2008 07:48:08 +0000 (07:48 +0000)]
(vc-bzr-print-log): Ensure it works when passed a
single file argument.
(vc-bzr-show-log-entry): Fix typo.

16 years ago(verilog-easy-menu-filter): New function.
Dan Nicolaescu [Thu, 20 Mar 2008 06:15:05 +0000 (06:15 +0000)]
(verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.

16 years ago(Oort Gnus): Add version info WRT `mail-source-delete-incoming'.
Reiner Steib [Wed, 19 Mar 2008 22:28:51 +0000 (22:28 +0000)]
(Oort Gnus): Add version info WRT `mail-source-delete-incoming'.

16 years agoFix version number in previous commit.
Reiner Steib [Wed, 19 Mar 2008 22:22:49 +0000 (22:22 +0000)]
Fix version number in previous commit.

16 years ago(Top): Add "Other related manuals" and version info in
Reiner Steib [Wed, 19 Mar 2008 22:08:51 +0000 (22:08 +0000)]
(Top): Add "Other related manuals" and version info in
`iftex' output.
(Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
gnus-balloon-face-0 and the corresponding format specifiers.

16 years ago(open-tls-stream): Reindent.
Reiner Steib [Wed, 19 Mar 2008 21:29:41 +0000 (21:29 +0000)]
(open-tls-stream): Reindent.

16 years ago(open-tls-stream): Use with-current-buffer.
Reiner Steib [Wed, 19 Mar 2008 21:21:38 +0000 (21:21 +0000)]
(open-tls-stream): Use with-current-buffer.

16 years ago[ Merge from Gnus v5-10 ]
Reiner Steib [Wed, 19 Mar 2008 21:01:37 +0000 (21:01 +0000)]
[ Merge from Gnus v5-10 ]

2008-03-19  Nils Ackermann  <nils@ackermath.info>  (tiny change)

* nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
parameter.

* message.el (message-disassociate-draft): Specify drafts group name
fully.

2008-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>

* mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
Incoming* files.

2008-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>

* nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
(nntp-open-via-telnet-and-telnet): Make sure the nntp port to specify
is a string.

16 years agoSync 2007-11-04 change from trunk, plus the related comments that came after.
Glenn Morris [Wed, 19 Mar 2008 07:08:48 +0000 (07:08 +0000)]
Sync 2007-11-04 change from trunk, plus the related comments that came after.

Don't require rx when compiling.
(tls-end-of-info): Rewrite without using rx.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 19 Mar 2008 04:13:46 +0000 (04:13 +0000)]
*** empty log message ***

16 years ago(font-lock-comment-face): Set the foreground for
Dan Nicolaescu [Wed, 19 Mar 2008 04:00:52 +0000 (04:00 +0000)]
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.

16 years ago(vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu [Wed, 19 Mar 2008 03:49:09 +0000 (03:49 +0000)]
(vc-bzr-print-log): Insert a file marker.  Run the log
command for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.
(vc-bzr-show-log-entry): Make regexp match more cases.

16 years ago(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
Dan Nicolaescu [Wed, 19 Mar 2008 03:43:11 +0000 (03:43 +0000)]
(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.

16 years ago(For Clauses): Fix loop over key-seq to match code.
Stefan Monnier [Wed, 19 Mar 2008 02:38:44 +0000 (02:38 +0000)]
(For Clauses): Fix loop over key-seq to match code.

16 years ago(vc-bzr-log-view-mode, vc-bzr-annotate-command)
Stefan Monnier [Tue, 18 Mar 2008 20:52:17 +0000 (20:52 +0000)]
(vc-bzr-log-view-mode, vc-bzr-annotate-command)
(vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
Revision numbers can include ".".

16 years ago(diff-end-of-hunk): Be careful not to overlook trailing
Stefan Monnier [Tue, 18 Mar 2008 20:49:52 +0000 (20:49 +0000)]
(diff-end-of-hunk): Be careful not to overlook trailing
"+" lines not accounted for by counting "-" and context lines.

16 years agoM-x term does not work on Windows.
Jason Rumney [Mon, 17 Mar 2008 23:34:55 +0000 (23:34 +0000)]
M-x term does not work on Windows.

16 years ago*** empty log message ***
Juri Linkov [Sun, 16 Mar 2008 16:16:28 +0000 (16:16 +0000)]
*** empty log message ***

16 years ago(dired-warn-writable): Rename to `dired-perm-write'.
Juri Linkov [Sun, 16 Mar 2008 16:10:01 +0000 (16:10 +0000)]
(dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.

16 years ago(mac-service-open-file): Use file URL instead of file name string.
YAMAMOTO Mitsuharu [Sun, 16 Mar 2008 09:16:08 +0000 (09:16 +0000)]
(mac-service-open-file): Use file URL instead of file name string.

16 years ago(vc-bzr-registered): Fail if `bzr' is not installed.
Stefan Monnier [Fri, 14 Mar 2008 19:38:46 +0000 (19:38 +0000)]
(vc-bzr-registered): Fail if `bzr' is not installed.
(vc-bzr-annotate-command): Preserve line alignment.
(vc-bzr-annotate-time): Accept space used to preserve alignment.

16 years ago(font-lock-comment-face): Move from 22.1 to 22.2
Glenn Morris [Fri, 14 Mar 2008 17:47:50 +0000 (17:47 +0000)]
(font-lock-comment-face): Move from 22.1 to 22.2

16 years ago(mouse-yank-secondary): Nice error msg if no secondary sel.
Richard M. Stallman [Thu, 13 Mar 2008 15:29:18 +0000 (15:29 +0000)]
(mouse-yank-secondary): Nice error msg if no secondary sel.

16 years ago(defadvice): Add usage pattern.
Richard M. Stallman [Thu, 13 Mar 2008 15:28:04 +0000 (15:28 +0000)]
(defadvice): Add usage pattern.

16 years agoMore details of font-lock-comment-delimiter-face and related issues.
Glenn Morris [Thu, 13 Mar 2008 02:59:51 +0000 (02:59 +0000)]
More details of font-lock-comment-delimiter-face and related issues.

16 years agoRefer to node name `Init Rebinding' instead of title.
Reiner Steib [Wed, 12 Mar 2008 23:11:29 +0000 (23:11 +0000)]
Refer to node name `Init Rebinding' instead of title.

16 years agoAdd `referenced in the tutorial' comments.
Reiner Steib [Wed, 12 Mar 2008 23:09:54 +0000 (23:09 +0000)]
Add `referenced in the tutorial' comments.

16 years agoRemove even more discussion of flow control.
Reiner Steib [Wed, 12 Mar 2008 22:38:26 +0000 (22:38 +0000)]
Remove even more discussion of flow control.

16 years agoUpdate to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 14:37:46 +0000 (14:37 +0000)]
Update to new org-mode website.

16 years ago* org.texi: Update to new org-mode website.
Chong Yidong [Wed, 12 Mar 2008 14:37:39 +0000 (14:37 +0000)]
* org.texi: Update to new org-mode website.

16 years agoRemove discussion of flow control.
Chong Yidong [Wed, 12 Mar 2008 13:36:10 +0000 (13:36 +0000)]
Remove discussion of flow control.

16 years ago* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
Chong Yidong [Wed, 12 Mar 2008 13:34:10 +0000 (13:34 +0000)]
* TUTORIAL, TUTORIAL.fr, TUTORIAL.ro, TUTORIAL.bg, TUTORIAL.it:
* TUTORIAL.ru, TUTORIAL.cn, TUTORIAL.ja, TUTORIAL.sk:
* TUTORIAL.cs, TUTORIAL.ko, TUTORIAL.sl, TUTORIAL.de:
* TUTORIAL.nl, TUTORIAL.sv, TUTORIAL.eo, TUTORIAL.pl, TUTORIAL.th:
* TUTORIAL.es, TUTORIAL.pt_BR: Remove discussion of flow control.

16 years ago* simple.el (set-mark-command): Doc fix.
Chong Yidong [Tue, 11 Mar 2008 01:58:48 +0000 (01:58 +0000)]
* simple.el (set-mark-command): Doc fix.

16 years agoDoc fix.
Chong Yidong [Tue, 11 Mar 2008 01:57:57 +0000 (01:57 +0000)]
Doc fix.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Mar 2008 22:53:10 +0000 (22:53 +0000)]
*** empty log message ***

16 years agoAdd advice about using Cygwin GDB (from a
Nick Roberts [Mon, 10 Mar 2008 22:43:56 +0000 (22:43 +0000)]
Add advice about using Cygwin GDB (from a
thread in [h-e-w]).

16 years ago*** empty log message ***
Nick Roberts [Mon, 10 Mar 2008 22:41:28 +0000 (22:41 +0000)]
*** empty log message ***

16 years ago(Finsert_file_contents): Don't make CCL program to
Kenichi Handa [Mon, 10 Mar 2008 12:21:09 +0000 (12:21 +0000)]
(Finsert_file_contents): Don't make CCL program to
append "CCL: Quitted" when the decoding is quitted, but just
signal `quit'.

16 years ago(ccl_driver): If ccl->quit_silently is nonzero, don't
Kenichi Handa [Mon, 10 Mar 2008 12:18:02 +0000 (12:18 +0000)]
(ccl_driver): If ccl->quit_silently is nonzero, don't
append "CCL: Quitted" when the CCL program is quitted.
(setup_ccl_program): Initialize ccl->quit_silently to zero.

16 years ago(struct ccl_program): New member quit_silently.
Kenichi Handa [Mon, 10 Mar 2008 12:16:47 +0000 (12:16 +0000)]
(struct ccl_program): New member quit_silently.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 10 Mar 2008 02:39:57 +0000 (02:39 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-246

16 years ago** Emacs 22 lockup + CCL: Quited.
Chong Yidong [Mon, 10 Mar 2008 01:49:40 +0000 (01:49 +0000)]
** Emacs 22 lockup + CCL: Quited.

16 years agoFix typo.
Chong Yidong [Mon, 10 Mar 2008 01:48:00 +0000 (01:48 +0000)]
Fix typo.

16 years ago(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib [Sun, 9 Mar 2008 13:28:23 +0000 (13:28 +0000)]
(WINDOWS SUPPORT BUGS): Add two issues.

16 years ago(while-no-input): Don't splice BODY directly into the `or' form.
Johan Bockgård [Sat, 8 Mar 2008 16:00:20 +0000 (16:00 +0000)]
(while-no-input): Don't splice BODY directly into the `or' form.

16 years ago(struct Lisp_Process): Declare bit field as unsigned.
Andreas Schwab [Sat, 8 Mar 2008 15:55:51 +0000 (15:55 +0000)]
(struct Lisp_Process): Declare bit field as unsigned.

16 years agoUpdate for change of `mail-source-delete-incoming'.
Reiner Steib [Sat, 8 Mar 2008 15:53:31 +0000 (15:53 +0000)]
Update for change of `mail-source-delete-incoming'.

16 years ago(Mail Source Customization, Gnus Development, Oort Gnus):
Reiner Steib [Sat, 8 Mar 2008 15:51:24 +0000 (15:51 +0000)]
(Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.

16 years ago(mail-source-delete-old-incoming-confirm): Change
Reiner Steib [Sat, 8 Mar 2008 12:06:58 +0000 (12:06 +0000)]
(mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.

16 years ago** slow editing in .h files
Chong Yidong [Fri, 7 Mar 2008 17:34:48 +0000 (17:34 +0000)]
** slow editing in .h files

16 years agoRegenerate.
Chong Yidong [Fri, 7 Mar 2008 16:49:48 +0000 (16:49 +0000)]
Regenerate.

16 years agoBump to version 22.1.92 emacs-pretest-22.1.92
Chong Yidong [Fri, 7 Mar 2008 16:46:49 +0000 (16:46 +0000)]
Bump to version 22.1.92

16 years agoRegenerate.
Chong Yidong [Fri, 7 Mar 2008 16:26:15 +0000 (16:26 +0000)]
Regenerate.

16 years ago(Fsubstitute_in_file_name): Fix up computation of maximum
Stefan Monnier [Fri, 7 Mar 2008 15:42:30 +0000 (15:42 +0000)]
(Fsubstitute_in_file_name): Fix up computation of maximum
size of resulting string.

16 years agoRemove `+++'.
Glenn Morris [Fri, 7 Mar 2008 03:54:03 +0000 (03:54 +0000)]
Remove `+++'.

16 years agoCopyedit.
Chong Yidong [Thu, 6 Mar 2008 19:32:55 +0000 (19:32 +0000)]
Copyedit.

16 years agoMove deprecation message to Installation Changes and rewrite it.
Chong Yidong [Thu, 6 Mar 2008 19:29:30 +0000 (19:29 +0000)]
Move deprecation message to Installation Changes and rewrite it.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Mar 2008 08:49:25 +0000 (08:49 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kim F. Storm [Thu, 6 Mar 2008 00:08:22 +0000 (00:08 +0000)]
*** empty log message ***

16 years ago(describe-gnu-project): Rename from describe-project. Change users.
Kim F. Storm [Thu, 6 Mar 2008 00:08:01 +0000 (00:08 +0000)]
(describe-gnu-project): Rename from describe-project. Change users.

16 years ago(view-emacs-todo): Rename from view-todo. Change users.
Kim F. Storm [Thu, 6 Mar 2008 00:07:41 +0000 (00:07 +0000)]
(view-emacs-todo): Rename from view-todo. Change users.
(describe-gnu-project): Rename from describe-project. Change users.
Define obsolete function aliases for the old names.

16 years ago(Help Files): Rename view-todo to view-emacs-toto.
Kim F. Storm [Thu, 6 Mar 2008 00:07:15 +0000 (00:07 +0000)]
(Help Files): Rename view-todo to view-emacs-toto.
Rename describe-project to describe-gnu-project.

16 years ago*** empty log message ***
Kim F. Storm [Thu, 6 Mar 2008 00:06:44 +0000 (00:06 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 5 Mar 2008 23:37:11 +0000 (23:37 +0000)]
*** empty log message ***

16 years ago(gnus-print-buffer): Honor ps-print-color-p.
Reiner Steib [Wed, 5 Mar 2008 22:06:39 +0000 (22:06 +0000)]
(gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.

16 years ago** Bug in etags ".." code
Chong Yidong [Wed, 5 Mar 2008 21:02:56 +0000 (21:02 +0000)]
** Bug in etags ".." code

16 years ago(parens-require-spaces): Doc fix.
Chong Yidong [Wed, 5 Mar 2008 20:53:40 +0000 (20:53 +0000)]
(parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.