]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years agoBump to version 22.0.94. emacs-pretest-22.0.94
Chong Yidong [Fri, 23 Feb 2007 17:37:28 +0000 (17:37 +0000)]
Bump to version 22.0.94.

17 years agoRegenerate.
Chong Yidong [Fri, 23 Feb 2007 17:35:22 +0000 (17:35 +0000)]
Regenerate.

17 years ago(fancy-splash-screens): Make cursor-type buffer-local in splash
Chong Yidong [Fri, 23 Feb 2007 16:26:28 +0000 (16:26 +0000)]
(fancy-splash-screens): Make cursor-type buffer-local in splash
screen.

17 years ago* startup.el (fancy-splash-screens): Make cursor-type buffer-local
Chong Yidong [Fri, 23 Feb 2007 16:26:16 +0000 (16:26 +0000)]
* startup.el (fancy-splash-screens): Make cursor-type buffer-local
in splash screen.

17 years ago(x_display_info_for_display): Remove extern.
YAMAMOTO Mitsuharu [Fri, 23 Feb 2007 08:26:33 +0000 (08:26 +0000)]
(x_display_info_for_display): Remove extern.
(SCROLL_BAR_UNPACK, SET_SCROLL_BAR_CONTROL_HANDLE): Don't limit
value to be unpacked to 32-bit on LP64 model.

17 years ago(mac_display_info_for_display): Remove function.
YAMAMOTO Mitsuharu [Fri, 23 Feb 2007 08:26:06 +0000 (08:26 +0000)]
(mac_display_info_for_display): Remove function.
(mac_flush_display_optional) [USE_CG_DRAWING]: New function.
(x_redisplay_interface) [USE_CG_DRAWING]: Set it as handler for
flush_display_optional.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_press): New
argument MOUSE_POS.  All uses changed.  Set bar->dragging to
negative integer if scroll bar handle is pressed.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_release): Negative
bar->dragging means scroll bar handle is not dragged.
[USE_TOOLKIT_SCROLL_BARS] (x_scroll_bar_handle_drag): Get initial
offset of scroll bar handle from negative bar->dragging.
(XTread_socket) [USE_TOOLKIT_SCROLL_BARS]: Modifiers for scroll
bar click is compared against mapped one.  Set down/up_modifier
for scroll bar click event with control key.

17 years ago(mac_menu_show): Call unbind_to early. Use variable
YAMAMOTO Mitsuharu [Fri, 23 Feb 2007 08:25:58 +0000 (08:25 +0000)]
(mac_menu_show): Call unbind_to early.  Use variable
`menu_item_selection' as in W32 version.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Add explicit
braces to avoid ambiguous `else'.

17 years ago(send_process_object_unwind): New function.
Kenichi Handa [Fri, 23 Feb 2007 03:44:37 +0000 (03:44 +0000)]
(send_process_object_unwind): New function.
(send_process_object): New function.
(Fprocess_send_region): Call send_process_object.
(Fprocess_send_string): Likewise.

17 years agoUpdated from master source.
Dan Nicolaescu [Fri, 23 Feb 2007 03:30:25 +0000 (03:30 +0000)]
Updated from master source.

17 years ago(w32_menu_show): Mark the frame's menu as inactive when popup menu
Jason Rumney [Thu, 22 Feb 2007 23:47:43 +0000 (23:47 +0000)]
(w32_menu_show): Mark the frame's menu as inactive when popup menu
finishes.

17 years ago*** empty log message ***
Jason Rumney [Thu, 22 Feb 2007 23:47:12 +0000 (23:47 +0000)]
*** empty log message ***

17 years ago* w32fns.c (menubar_in_use): New flag.
Jason Rumney [Thu, 22 Feb 2007 23:33:07 +0000 (23:33 +0000)]
* w32fns.c (menubar_in_use): New flag.
(w32_wnd_proc) [WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND]:
Use it.

17 years ago*** empty log message ***
Jason Rumney [Thu, 22 Feb 2007 23:31:50 +0000 (23:31 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Jason Rumney [Thu, 22 Feb 2007 23:24:06 +0000 (23:24 +0000)]
*** empty log message ***

17 years ago* w32menu.c (Fx_popup_menu): Don't free menu strings here.
Jason Rumney [Thu, 22 Feb 2007 23:15:08 +0000 (23:15 +0000)]
* w32menu.c (Fx_popup_menu): Don't free menu strings here.
(w32_menu_show): Do it here instead.

17 years ago* w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter.
Jason Rumney [Thu, 22 Feb 2007 23:04:34 +0000 (23:04 +0000)]
* w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter.

17 years ago(menubar_active): Remove menu_command_in_progress.
Jason Rumney [Thu, 22 Feb 2007 22:51:31 +0000 (22:51 +0000)]
(menubar_active): Remove menu_command_in_progress.

17 years ago(current_popup_menu): Use from w32menu.c.
Jason Rumney [Thu, 22 Feb 2007 22:50:04 +0000 (22:50 +0000)]
(current_popup_menu): Use from w32menu.c.
(w32_wnd_proc): Use menubar_active and current_popup_menu to
determine whether a menubar menu has been cancelled.

17 years ago(current_popup_menu): Make available globally.
Jason Rumney [Thu, 22 Feb 2007 22:49:41 +0000 (22:49 +0000)]
(current_popup_menu): Make available globally.
(menubar_selection_callback): Free menu strings before pushing the
menu event into the keyboard buffer.  Remove menu_command_in_progress.

17 years ago(idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
J.D. Smith [Thu, 22 Feb 2007 20:18:17 +0000 (20:18 +0000)]
(idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.

17 years ago*** empty log message ***
J.D. Smith [Thu, 22 Feb 2007 20:17:52 +0000 (20:17 +0000)]
*** empty log message ***

17 years ago(idlwave-shell-mode): Clean up pending commands, for
J.D. Smith [Thu, 22 Feb 2007 20:05:16 +0000 (20:05 +0000)]
(idlwave-shell-mode): Clean up pending commands, for
restart. (idlwave-shell-current-module): Fix handling of module name by
type.  (idlwave-shell-break-in): Update type handling.
(idlwave-shell-bp-get): Encode type in BP structure.
(idlwave-shell-set-bp): Fix setting condition on disabled BPs.
(idlwave-shell-module-source-query): Query routine info based on type.
Fix path parsing for non-compiled files.
(idlwave-shell-module-source-filter): Don't signal error in filter if no
source found.  (idlwave-shell-set-bp-in-module): Use fallback source to
prevent filter race.

17 years ago(update_text_area): Clear mouse face on header lines.
Kim F. Storm [Thu, 22 Feb 2007 19:52:41 +0000 (19:52 +0000)]
(update_text_area): Clear mouse face on header lines.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 19:52:31 +0000 (19:52 +0000)]
*** empty log message ***

17 years agoUndo this change:
Kim F. Storm [Thu, 22 Feb 2007 17:00:08 +0000 (17:00 +0000)]
Undo this change:

2007-02-22  Daniel Brockman <daniel@brockman.se>  (tiny change)

* xdisp.c (it_props): Handle invisible property before display property.

17 years ago(it_props): Undo last change.
Kim F. Storm [Thu, 22 Feb 2007 16:58:48 +0000 (16:58 +0000)]
(it_props): Undo last change.

17 years ago(update_frame, update_single_window): Set force_p here if
Kim F. Storm [Thu, 22 Feb 2007 16:04:08 +0000 (16:04 +0000)]
(update_frame, update_single_window): Set force_p here if
redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
(update_window, update_frame_1): ... instead of here.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 16:03:57 +0000 (16:03 +0000)]
*** empty log message ***

17 years agoFrom: Daniel Brockman <daniel@brockman.se> (tiny change)
Kim F. Storm [Thu, 22 Feb 2007 11:23:11 +0000 (11:23 +0000)]
From: Daniel Brockman <daniel@brockman.se>  (tiny change)
(it_props): Handle invisible property before display property.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 11:21:32 +0000 (11:21 +0000)]
*** empty log message ***

17 years agoUpdate location of pretest tarball.
Thien-Thi Nguyen [Thu, 22 Feb 2007 11:11:03 +0000 (11:11 +0000)]
Update location of pretest tarball.
No longer mention leim tarball.

17 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 22 Feb 2007 09:44:46 +0000 (09:44 +0000)]
*** empty log message ***

17 years agoGrammar and capitalization fixes; nfc.
Thien-Thi Nguyen [Thu, 22 Feb 2007 09:32:56 +0000 (09:32 +0000)]
Grammar and capitalization fixes; nfc.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 09:26:40 +0000 (09:26 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Thu, 22 Feb 2007 08:48:12 +0000 (08:48 +0000)]
*** empty log message ***

17 years agoRegnerate.
Glenn Morris [Thu, 22 Feb 2007 08:40:35 +0000 (08:40 +0000)]
Regnerate.

17 years agoDon't claim copyright for the MIT license.
Glenn Morris [Thu, 22 Feb 2007 04:42:52 +0000 (04:42 +0000)]
Don't claim copyright for the MIT license.

17 years ago*** empty log message ***
Glenn Morris [Thu, 22 Feb 2007 04:34:37 +0000 (04:34 +0000)]
*** empty log message ***

17 years agoRegenerate with 2007 copyright.
Glenn Morris [Thu, 22 Feb 2007 04:33:54 +0000 (04:33 +0000)]
Regenerate with 2007 copyright.

17 years agoRestore deleted file following copyright assignment.
Glenn Morris [Thu, 22 Feb 2007 04:27:15 +0000 (04:27 +0000)]
Restore deleted file following copyright assignment.

17 years agoMerge Rooke copyright year into FSF.
Glenn Morris [Thu, 22 Feb 2007 04:25:48 +0000 (04:25 +0000)]
Merge Rooke copyright year into FSF.

17 years agoRestore deleted file following copyright assignment.
Glenn Morris [Thu, 22 Feb 2007 04:24:52 +0000 (04:24 +0000)]
Restore deleted file following copyright assignment.

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 01:38:17 +0000 (01:38 +0000)]
*** empty log message ***

17 years ago[** alinsoar@voila.fr, Feb 18: TAB in find-file with PARTIAL-COMPLETION-MODE on
Kim F. Storm [Thu, 22 Feb 2007 00:43:44 +0000 (00:43 +0000)]
[** alinsoar@voila.fr, Feb 18: TAB in find-file with PARTIAL-COMPLETION-MODE on
[He suggested a patch; is it correct?

No -- the bug has already been fixed in the core!

17 years ago*** empty log message ***
Kim F. Storm [Thu, 22 Feb 2007 00:35:28 +0000 (00:35 +0000)]
*** empty log message ***

17 years agoFix typos in last change.
Kim F. Storm [Thu, 22 Feb 2007 00:34:26 +0000 (00:34 +0000)]
Fix typos in last change.

17 years ago(editable-field): Fix typo in last change.
Kim F. Storm [Thu, 22 Feb 2007 00:33:58 +0000 (00:33 +0000)]
(editable-field): Fix typo in last change.

17 years ago(widget-default-create): Undo 2007-02-04 change.
Kim F. Storm [Thu, 22 Feb 2007 00:32:51 +0000 (00:32 +0000)]
(widget-default-create): Undo 2007-02-04 change.
(editable-field): Document need to put some text before the %v
escape in :format string.

17 years ago(User Interface, Basic Types): Document need to put some
Kim F. Storm [Thu, 22 Feb 2007 00:30:41 +0000 (00:30 +0000)]
(User Interface, Basic Types): Document need to put some
text before the %v escape in :format string in editable-field widget.

17 years ago(Fassoc_string): Doc fix. Allow symbol for KEY too.
Kim F. Storm [Wed, 21 Feb 2007 13:55:27 +0000 (13:55 +0000)]
(Fassoc_string): Doc fix.  Allow symbol for KEY too.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 21 Feb 2007 13:55:10 +0000 (13:55 +0000)]
*** empty log message ***

17 years ago(Text Comparison): Mention that assoc-string
Kim F. Storm [Wed, 21 Feb 2007 13:52:27 +0000 (13:52 +0000)]
(Text Comparison): Mention that assoc-string
converts symbols to strings before testing.

17 years ago(WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
YAMAMOTO Mitsuharu [Wed, 21 Feb 2007 08:28:01 +0000 (08:28 +0000)]
(WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.
[USE_MAC_TSM] (mac_handle_text_input_event): Remove unused variable
`mapped_modifiers'.
(XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Use Keyboard
Layout Services routines to get current Unicode keyboard layout.

17 years ago*** empty log message ***
Glenn Morris [Wed, 21 Feb 2007 04:38:39 +0000 (04:38 +0000)]
*** empty log message ***

17 years agoDo not split commands over lines (fixes some of previous change).
Glenn Morris [Tue, 20 Feb 2007 08:46:03 +0000 (08:46 +0000)]
Do not split commands over lines (fixes some of previous change).

17 years agoUlrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris [Tue, 20 Feb 2007 04:08:17 +0000 (04:08 +0000)]
Ulrich Mueller  <ulm at kph.uni-mainz.de>  (tiny change):
(EMACS, EMACSOPT): New variables.
(blessmail): Use `--no-site-file' when compiling.

17 years ago*** empty log message ***
Glenn Morris [Tue, 20 Feb 2007 04:07:28 +0000 (04:07 +0000)]
*** empty log message ***

17 years agoUnjustify.
Glenn Morris [Tue, 20 Feb 2007 04:02:18 +0000 (04:02 +0000)]
Unjustify.

17 years agoSergio Pokrovskij <sergio.pokrovskij at gmail.com>:
Glenn Morris [Tue, 20 Feb 2007 03:51:46 +0000 (03:51 +0000)]
Sergio Pokrovskij  <sergio.pokrovskij at gmail.com>:

Change license to GPL.  Add translator credits.

17 years ago*** empty log message ***
Glenn Morris [Tue, 20 Feb 2007 03:51:21 +0000 (03:51 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Richard M. Stallman [Tue, 20 Feb 2007 02:23:04 +0000 (02:23 +0000)]
*** empty log message ***

17 years ago* frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor.
Chong Yidong [Tue, 20 Feb 2007 01:56:11 +0000 (01:56 +0000)]
* frame.c (x_set_screen_gamma): Apply gamma value to the frame's bgcolor.

17 years ago* frame.c (x_set_screen_gamma): Apply gamma value to the frame's
Chong Yidong [Tue, 20 Feb 2007 01:56:02 +0000 (01:56 +0000)]
* frame.c (x_set_screen_gamma): Apply gamma value to the frame's
bgcolor.

17 years ago(Fassoc_string): Allow symbols as keys.
Kim F. Storm [Mon, 19 Feb 2007 22:53:31 +0000 (22:53 +0000)]
(Fassoc_string): Allow symbols as keys.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Feb 2007 22:53:21 +0000 (22:53 +0000)]
*** empty log message ***

17 years agoRemove the code inherited from CVSREAD and `cvs edit'.
Stefan Monnier [Mon, 19 Feb 2007 19:42:10 +0000 (19:42 +0000)]
Remove the code inherited from CVSREAD and `cvs edit'.
(vc-svn-use-edit): Remove unused config var.
(vc-svn-update, vc-svn-revert): Checkout is always implicit.

17 years ago(hide-sublevels): Keep empty last line, if available.
Stefan Monnier [Mon, 19 Feb 2007 18:48:58 +0000 (18:48 +0000)]
(hide-sublevels): Keep empty last line, if available.

17 years ago(list-buffers-noselect): Use explicit unicode code rather than the
Stefan Monnier [Mon, 19 Feb 2007 15:46:25 +0000 (15:46 +0000)]
(list-buffers-noselect): Use explicit unicode code rather than the
corresponding unicode char, to make the code more readable.

17 years ago(w32_set_scroll_bar_thumb): Don't resize scroll-bar
Kim F. Storm [Mon, 19 Feb 2007 14:45:39 +0000 (14:45 +0000)]
(w32_set_scroll_bar_thumb): Don't resize scroll-bar
handle while dragging, except when we get close to eob.
Fix position and size calculations so we don't scroll backwards
just by clicking on the handle.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Feb 2007 14:44:24 +0000 (14:44 +0000)]
*** empty log message ***

17 years agoRevert last change.
Kim F. Storm [Mon, 19 Feb 2007 13:42:28 +0000 (13:42 +0000)]
Revert last change.

17 years ago(speedbar-frame-mode, speedbar-frame-width, speedbar-show-unknown-files,
Juanma Barranquero [Mon, 19 Feb 2007 13:39:33 +0000 (13:39 +0000)]
(speedbar-frame-mode, speedbar-frame-width, speedbar-show-unknown-files,
speedbar-item-info-file-helper, speedbar-item-info-tag-helper): Doc fixes.

17 years ago(w32_set_scroll_bar_thumb): Don't update thumb size
Kim F. Storm [Mon, 19 Feb 2007 10:56:04 +0000 (10:56 +0000)]
(w32_set_scroll_bar_thumb): Don't update thumb size
while dragging to avoid "random scrolling" effects.
Disable unused code.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 19 Feb 2007 10:55:47 +0000 (10:55 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 19 Feb 2007 10:52:35 +0000 (10:52 +0000)]
*** empty log message ***

17 years ago(Language Environments): Update list of supported language environments.
Juanma Barranquero [Mon, 19 Feb 2007 10:44:17 +0000 (10:44 +0000)]
(Language Environments): Update list of supported language environments.

17 years ago*** empty log message ***
Glenn Morris [Mon, 19 Feb 2007 08:53:25 +0000 (08:53 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Glenn Morris [Mon, 19 Feb 2007 08:13:55 +0000 (08:13 +0000)]
*** empty log message ***

17 years agoRestore simple license removed in previous change.
Glenn Morris [Mon, 19 Feb 2007 08:05:27 +0000 (08:05 +0000)]
Restore simple license removed in previous change.

17 years ago(New language environmets): Add "Esperanto".
Kenichi Handa [Mon, 19 Feb 2007 05:11:18 +0000 (05:11 +0000)]
(New language environmets): Add "Esperanto".

17 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Feb 2007 02:52:22 +0000 (02:52 +0000)]
*** empty log message ***

17 years agoAdd "See end ..." at the first line.
Kenichi Handa [Mon, 19 Feb 2007 02:51:23 +0000 (02:51 +0000)]
Add "See end ..." at the first line.

17 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Feb 2007 02:02:36 +0000 (02:02 +0000)]
*** empty log message ***

17 years agoAdd "." at the end of the first line.
Kenichi Handa [Mon, 19 Feb 2007 02:02:21 +0000 (02:02 +0000)]
Add "." at the end of the first line.

17 years ago(locale-language-names): Map "eo" to "Esperanto".
Kenichi Handa [Mon, 19 Feb 2007 01:59:20 +0000 (01:59 +0000)]
(locale-language-names): Map "eo" to "Esperanto".

17 years ago("Esperanto"): New language environment.
Kenichi Handa [Mon, 19 Feb 2007 01:55:12 +0000 (01:55 +0000)]
("Esperanto"): New language environment.

17 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 19 Feb 2007 00:49:13 +0000 (00:49 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 202)

   - Update from CVS

2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
   articles posted in the last 24 hours.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-642

17 years agoRevert the accidental commit of unrelated patches in the previous commit.
Stefan Monnier [Sun, 18 Feb 2007 20:36:06 +0000 (20:36 +0000)]
Revert the accidental commit of unrelated patches in the previous commit.

17 years ago(font-lock-extend-region-wholelines): Revert last change.
Stefan Monnier [Sun, 18 Feb 2007 18:52:18 +0000 (18:52 +0000)]
(font-lock-extend-region-wholelines): Revert last change.

17 years ago(Miscellaneous commands): q runs `cvs-bury-buffer', not `cvs-mode-quit'.
Romain Francoise [Sun, 18 Feb 2007 14:38:36 +0000 (14:38 +0000)]
(Miscellaneous commands): q runs `cvs-bury-buffer', not `cvs-mode-quit'.

17 years agoAdd arch tagline
Miles Bader [Sun, 18 Feb 2007 02:03:42 +0000 (02:03 +0000)]
Add arch tagline

17 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Feb 2007 23:07:29 +0000 (23:07 +0000)]
*** empty log message ***

17 years ago(kill-line): Doc fix.
Richard M. Stallman [Sat, 17 Feb 2007 23:06:12 +0000 (23:06 +0000)]
(kill-line): Doc fix.

17 years ago(bindat--unpack-u*): Optimize.
Kim F. Storm [Sat, 17 Feb 2007 22:02:25 +0000 (22:02 +0000)]
(bindat--unpack-u*): Optimize.
(bindat--unpack-item, bindat--length-group, bindat--pack-item)
(bindat--unpack-group, bindat--pack-group):
Handle vectors with optional element type.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 17 Feb 2007 22:02:04 +0000 (22:02 +0000)]
*** empty log message ***

17 years agoMore fixes to bindat example.
Kim F. Storm [Sat, 17 Feb 2007 22:00:17 +0000 (22:00 +0000)]
More fixes to bindat example.

17 years ago*** empty log message ***
Glenn Morris [Sat, 17 Feb 2007 21:43:07 +0000 (21:43 +0000)]
*** empty log message ***

17 years agoState that lwlib is not considered part of Emacs.
Glenn Morris [Sat, 17 Feb 2007 21:41:52 +0000 (21:41 +0000)]
State that lwlib is not considered part of Emacs.

17 years ago*** empty log message ***
Glenn Morris [Sat, 17 Feb 2007 21:36:52 +0000 (21:36 +0000)]
*** empty log message ***

17 years agoAdd comment on lack of copyright.
Glenn Morris [Sat, 17 Feb 2007 21:26:36 +0000 (21:26 +0000)]
Add comment on lack of copyright.