]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago(Quitting): Clarify value of with-local-quit.
Richard M. Stallman [Tue, 28 Dec 2004 12:36:43 +0000 (12:36 +0000)]
(Quitting): Clarify value of with-local-quit.

19 years ago(Top): Fix previous change.
Richard M. Stallman [Tue, 28 Dec 2004 12:35:06 +0000 (12:35 +0000)]
(Top): Fix previous change.

19 years ago(Loading): Fix previous change.
Richard M. Stallman [Tue, 28 Dec 2004 12:34:26 +0000 (12:34 +0000)]
(Loading): Fix previous change.

19 years ago(buffer-disable-undo): Fix previous change.
Richard M. Stallman [Tue, 28 Dec 2004 05:11:26 +0000 (05:11 +0000)]
(buffer-disable-undo): Fix previous change.

19 years agoFix doc in previous change.
Richard M. Stallman [Tue, 28 Dec 2004 05:10:37 +0000 (05:10 +0000)]
Fix doc in previous change.

19 years agoAdd the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:49Z!jet@gyve.org.
Masatake YAMATO [Tue, 28 Dec 2004 03:10:51 +0000 (03:10 +0000)]
Add the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:49Z!jet@gyve.org.

19 years agoFix last commit.
Simon Josefsson [Mon, 27 Dec 2004 23:06:11 +0000 (23:06 +0000)]
Fix last commit.

19 years ago(undo): Fix previous change.
Richard M. Stallman [Mon, 27 Dec 2004 22:12:53 +0000 (22:12 +0000)]
(undo): Fix previous change.

19 years ago(popup_get_selection): Remove parameter down_on_keypress.
Jan Djärv [Mon, 27 Dec 2004 20:56:56 +0000 (20:56 +0000)]
(popup_get_selection): Remove parameter down_on_keypress.
(create_and_show_popup_menu, create_and_show_dialog): Remove
parameter down_on_keypress to popup_get_selection.

19 years ago* xmenu.c (popup_get_selection): Only pop down dialogs
Jan Djärv [Mon, 27 Dec 2004 20:34:03 +0000 (20:34 +0000)]
* xmenu.c (popup_get_selection): Only pop down dialogs
on C-g and Escape.

19 years ago* NEWS: C-g pops down menus and dialogs.
Jan Djärv [Mon, 27 Dec 2004 20:16:58 +0000 (20:16 +0000)]
* NEWS: C-g pops down menus and dialogs.

19 years ago* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
Jan Djärv [Mon, 27 Dec 2004 20:11:22 +0000 (20:11 +0000)]
* frames.texi (Dialog Boxes): Mention Gtk+ 2.6 also, as that version is
out now.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 27 Dec 2004 19:57:47 +0000 (19:57 +0000)]
*** empty log message ***

19 years ago(MAKEINFO): Specify --force.
Richard M. Stallman [Mon, 27 Dec 2004 19:57:21 +0000 (19:57 +0000)]
(MAKEINFO): Specify --force.

19 years ago(Killing Buffers): Add buffer-save-without-query.
Richard M. Stallman [Mon, 27 Dec 2004 19:55:14 +0000 (19:55 +0000)]
(Killing Buffers): Add buffer-save-without-query.

19 years agoFix typo.
Richard M. Stallman [Mon, 27 Dec 2004 17:29:34 +0000 (17:29 +0000)]
Fix typo.

19 years ago* dispextern.h: Change HAVE_CARBON to MAC_OS.
Steven Tamm [Mon, 27 Dec 2004 17:27:30 +0000 (17:27 +0000)]
* dispextern.h: Change HAVE_CARBON to MAC_OS.
(struct glyph_string): Likewise.
* emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
mac_initialize.
* fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
Change TARGET_API_MAC_CARBON to HAVE_CARBON.
* fns.c (vector): Change MAC_OSX to MAC_OS.
* frame.c (x_set_frame_parameters, x_report_frame_params)
(x_set_fullscreen): Remove #ifndef HAVE_CARBON.
(x_set_border_width, Vdefault_frame_scroll_bars): Change
HAVE_CARBON to MAC_OS.
* image.c [MAC_OS]: Include sys/stat.h.
[MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
QuickTimeComponents.h.
* mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
[!MAC_OSX] (select): Use mac_wait_next_event.
[!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to
Vexec_suffixes.
[!MAC_OSX] (select, run_mac_command): Change `#ifdef
TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
(mac_clear_font_name_table): Add extern.
(Fmac_clear_font_name_table): New defun.
(syms_of_mac): Defsubr it.
[MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
[MAC_OSX] (select_and_poll_event): New function.
[MAC_OSX] (sys_select): Use it.
[MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
[MAC_OSX && SELECT_USE_CFSOCKET]
(SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
RunLoop for simultaneously monitoring two kinds of inputs, window
events and process outputs, without periodically polling.
* macfns.c (mac_initialized): Remove extern.
(stricmp): Put in #if 0.  All callers changed to use xstricmp in
xfaces.c.
(strnicmp): Decrement `n' at the end of each loop, not the
beginning.
(check_mac): Use the term "Mac native windows" instead of "Mac
OS".
(check_x_display_info, x_display_info_for_name): Sync with xfns.c.
(mac_get_rdb_resource): New function (from w32reg.c).
(x_get_string_resource): Use it.
(install_window_handler): Add extern.
(mac_window): New function.
(Fx_create_frame): Use it instead of make_mac_frame.  Set
parameter for Qfullscreen.  Call x_wm_set_size_hint.
(Fx_open_connection, Fx_close_connection): New defuns.
(syms_of_macfns): Defsubr them.
(x_create_tip_frame) [TARGET_API_MAC_CARBON]: Add
kWindowNoUpdatesAttribute to the window attribute.
(x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
(x_create_tip_frame): Don't call ShowWindow.
(Fx_show_tip): Call ShowWindow.
(Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
TARGET_API_MAC_CARBON'.
(mac_frame_parm_handlers): Set handlers for Qfullscreen.
(syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
* macgui.h [!MAC_OSX]: Don't include Controls.h.  Include
Windows.h.
(Window): Typedef to WindowPtr and move outside `#if
TARGET_API_MAC_CARBON'.
(XSizeHints): New struct.
* macterm.c (x_update_begin, x_update_end)
[TARGET_API_MAC_CARBON]: Disable screen updates during update of a
frame.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[MAC_OS8]: Use XDrawImageString/XDrawImageString16.
(construct_mouse_click): Put in #if 0.
(x_check_fullscreen, x_check_fullscreen_move): Remove decls.
(x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
(activate_scroll_bars, deactivate_scroll_bars)
[!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
(x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
if the position is neither user-specified nor program-specified.
(x_free_frame_resources): Free size_hints.
(x_wm_set_size_hint): Allocate size_hints if needed.  Set
size_hints.
(mac_clear_font_name_table): New function.
(mac_do_list_fonts): Initialize font_name_table if needed.
(x_list_fonts): Don't initialize font_name_table.  Add BLOCK_INPUT
around mac_do_list_fonts.
(mac_unload_font): New function.
(x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
(init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
and definitions with #if TARGET_API_MAC_CARBON.
[USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
(install_window_handler): Add decl.
(do_window_update): Add BeginUpdate/EndUpdate for the tooltip
window.  Use UpdateControls.  Get the rectangle that should be
updated and restrict the target of expose_frame to it.
(do_grow_window): Set minimum height/width according to
size_hints.
(do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
(do_zoom_window): Don't use x_set_window_size.
[USE_CARBON_EVENTS] (mac_handle_window_event): New function.
(install_window_handler): New function.
[!USE_CARBON_EVENTS] (mouse_region): New variable.
[!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
(XTread_socket) [USE_CARBON_EVENTS]: Move call to
GetEventDispatcherTarget inside BLOCK_INPUT.
(XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
Update mouse_region when mouse is moved.
(make_mac_frame): Remove.
(make_mac_terminal_frame): Put in #ifdef MAC_OS8.  Initialize
mouse pointer shapes.  Change values of f->left_pos and
f->top_pos.  Don't use make_mac_frame.  Use NewCWindow.  Don't
call ShowWindow.
(mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
Vinvocation_name and Vsystem_name.
(mac_make_rdb): New function (from w32term.c).
(mac_term_init): Use it.  Add BLOCK_INPUT.  Error if display has
already been opened.  Don't pass argument to
mac_initialize_display_info.  Don't set dpyinfo->height/width.
Add entries to x_display_list and x_display_name_list.
(x_delete_display): New function.
(mac_initialize): Don't call mac_initialize_display_info.
(syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
* macterm.h (check_mac): Add extern.
(struct mac_output): New member size_hints.
(FRAME_SIZE_HINTS): New macro.
(mac_unload_font): Add extern.
* xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
* xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.

19 years ago* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
Steven Tamm [Mon, 27 Dec 2004 17:23:53 +0000 (17:23 +0000)]
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
lastfile.c.x.
(PPCCOptions): Add -alloca.
(EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
lastfile.c.x.
(Emacs MPW): Add QuickTimeLib.
(EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
lastfile.c.
(LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
map-ynp.elc.
* inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
(UNEXEC_SRC): Close comment.
* inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
* inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
(C_ALLOCA) [__MRC__]: Don't define.
* inc/s-mac.h (X_OK): New define.
(DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
(GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.

19 years ago* term/mac-win.el: Sync with x-win.el. Rearrange the contents.
Steven Tamm [Mon, 27 Dec 2004 17:23:02 +0000 (17:23 +0000)]
* term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
Call mac-clear-font-name-table if invoked on Mac OS 8/9.  Call
x-open-connection on Mac OS X.

19 years agomake-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm [Mon, 27 Dec 2004 17:22:01 +0000 (17:22 +0000)]
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
defined.

19 years ago(buffer-save-without-query): New var (buffer-local).
Richard M. Stallman [Mon, 27 Dec 2004 17:18:28 +0000 (17:18 +0000)]
(buffer-save-without-query): New var (buffer-local).
(save-some-buffers): Save those buffers first, w/o asking.

(insert-directory-ls-version): New variable.
(insert-directory): When ls returns an error, test the version
number to decide what the return code means.
With --dired output format, detect and distinguish lines
that are really error messages.
(insert-directory-adj-pos): New function.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 27 Dec 2004 17:08:45 +0000 (17:08 +0000)]
*** empty log message ***

19 years ago(Moving Point): C-e now runs move-end-of-line.
Richard M. Stallman [Mon, 27 Dec 2004 17:01:44 +0000 (17:01 +0000)]
(Moving Point): C-e now runs move-end-of-line.
(Undo): Doc undo-outer-limit.

19 years agoRealign menu.
Richard M. Stallman [Mon, 27 Dec 2004 16:58:58 +0000 (16:58 +0000)]
Realign menu.

19 years ago(Emulating Mode Line): Document format's BUFFER arg.
Richard M. Stallman [Mon, 27 Dec 2004 16:58:07 +0000 (16:58 +0000)]
(Emulating Mode Line): Document format's BUFFER arg.

19 years ago(Line Height): Further clarify.
Richard M. Stallman [Mon, 27 Dec 2004 16:57:31 +0000 (16:57 +0000)]
(Line Height): Further clarify.

19 years ago(Top): Update Loading submenu.
Richard M. Stallman [Mon, 27 Dec 2004 16:55:55 +0000 (16:55 +0000)]
(Top): Update Loading submenu.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 27 Dec 2004 16:54:00 +0000 (16:54 +0000)]
*** empty log message ***

19 years ago(Where Defined): New node.
Richard M. Stallman [Mon, 27 Dec 2004 16:52:33 +0000 (16:52 +0000)]
(Where Defined): New node.
(Unloading): load-history moved to Where Defined.

19 years ago(bookmark-jump): Nice error if BOOKMARK is nil.
Richard M. Stallman [Mon, 27 Dec 2004 16:41:59 +0000 (16:41 +0000)]
(bookmark-jump): Nice error if BOOKMARK is nil.

19 years ago(battery-mode-line-format): Remove initial spaces.
Richard M. Stallman [Mon, 27 Dec 2004 16:40:50 +0000 (16:40 +0000)]
(battery-mode-line-format): Remove initial spaces.

19 years ago(function): Use restricted-sexp as parent.
Richard M. Stallman [Mon, 27 Dec 2004 16:38:57 +0000 (16:38 +0000)]
(function): Use restricted-sexp as parent.

19 years ago(uniquify-rationalize-file-buffer-names): Delete interactive spec.
Richard M. Stallman [Mon, 27 Dec 2004 16:38:06 +0000 (16:38 +0000)]
(uniquify-rationalize-file-buffer-names): Delete interactive spec.

19 years ago(type-break-mode): Set buffer-save-without-query.
Richard M. Stallman [Mon, 27 Dec 2004 16:37:36 +0000 (16:37 +0000)]
(type-break-mode): Set buffer-save-without-query.
Remove code that tried to set save-some-buffers-always.
(type-break-file-keystroke-count): Bind deactivate-mark.

19 years ago(mouse-drag-region): Bind mouse-autoselect-window.
Richard M. Stallman [Mon, 27 Dec 2004 16:35:17 +0000 (16:35 +0000)]
(mouse-drag-region): Bind mouse-autoselect-window.

19 years ago(next-error-buffer-p): New arg AVOID-CURRENT.
Richard M. Stallman [Mon, 27 Dec 2004 16:34:43 +0000 (16:34 +0000)]
(next-error-buffer-p): New arg AVOID-CURRENT.
Test that the buffer is live, and maybe reject current buffer too.
Rewrite for clarity.
(next-error-find-buffer): Rewrite for clarity.

(undo-list-saved): New variable (buffer-local).
(undo): Set and test it.

(next-matching-history-element): Use same
`interactive' form as previous-matching-history-element.

19 years agoDon't use buffer-disable-undo; do it directly.
Richard M. Stallman [Mon, 27 Dec 2004 16:24:54 +0000 (16:24 +0000)]
Don't use buffer-disable-undo; do it directly.

19 years ago(describe-function-1): Call symbol-file with `defun'.
Richard M. Stallman [Mon, 27 Dec 2004 16:24:20 +0000 (16:24 +0000)]
(describe-function-1): Call symbol-file with `defun'.
(describe-variable): Call symbol-file with `defvar'.

19 years ago(messages-buffer-max-lines): Alias for message-log-max.
Richard M. Stallman [Mon, 27 Dec 2004 16:23:34 +0000 (16:23 +0000)]
(messages-buffer-max-lines): Alias for message-log-max.
(symbol-file): Rewritten to handle new load-history format.
Now takes an arg TYPE to specify looking for a particular
type of definition only.

19 years ago(debugger-make-xrefs): Call symbol-file with `defun'.
Richard M. Stallman [Mon, 27 Dec 2004 16:17:46 +0000 (16:17 +0000)]
(debugger-make-xrefs): Call symbol-file with `defun'.

19 years ago(find-function-noselect): Call symbol-file with `defun'.
Richard M. Stallman [Mon, 27 Dec 2004 16:17:10 +0000 (16:17 +0000)]
(find-function-noselect): Call symbol-file with `defun'.
(find-variable-noselect): Call symbol-file with `defvar'.

19 years ago(eshell-find-alias-function): Call symbol-file with `defun'.
Richard M. Stallman [Mon, 27 Dec 2004 16:16:24 +0000 (16:16 +0000)]
(eshell-find-alias-function): Call symbol-file with `defun'.

19 years ago(eshell-test-goto-func): Call symbol-file with `defun'.
Richard M. Stallman [Mon, 27 Dec 2004 16:15:53 +0000 (16:15 +0000)]
(eshell-test-goto-func): Call symbol-file with `defun'.

19 years ago(decode-coding-inserted-region):
Richard M. Stallman [Mon, 27 Dec 2004 16:12:11 +0000 (16:12 +0000)]
(decode-coding-inserted-region):
Set buffer-undo-list in a correct and optimal way.

19 years ago(rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
Richard M. Stallman [Mon, 27 Dec 2004 16:11:33 +0000 (16:11 +0000)]
(rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.

19 years ago(goto-address-mail-regexp): Allow = in username.
Richard M. Stallman [Mon, 27 Dec 2004 16:10:48 +0000 (16:10 +0000)]
(goto-address-mail-regexp): Allow = in username.

19 years ago(compilation-find-buffer): Rename arg.
Richard M. Stallman [Mon, 27 Dec 2004 16:09:37 +0000 (16:09 +0000)]
(compilation-find-buffer): Rename arg.

19 years ago(texinfo-format-buffer-1): Call buffer-disable-undo.
Richard M. Stallman [Mon, 27 Dec 2004 16:08:57 +0000 (16:08 +0000)]
(texinfo-format-buffer-1): Call buffer-disable-undo.

19 years ago(Fbuffer_disable_undo): Deleted (moved to simple.el).
Richard M. Stallman [Mon, 27 Dec 2004 16:07:42 +0000 (16:07 +0000)]
(Fbuffer_disable_undo): Deleted (moved to simple.el).
(syms_of_buffer): Don't defsubr it.

19 years ago(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.
Richard M. Stallman [Mon, 27 Dec 2004 16:06:43 +0000 (16:06 +0000)]
(list_processes_1): Set undo_list instead of calling Fbuffer_undo_list.

19 years agoComment changes.
Richard M. Stallman [Mon, 27 Dec 2004 16:05:57 +0000 (16:05 +0000)]
Comment changes.

19 years ago(Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
Richard M. Stallman [Mon, 27 Dec 2004 16:03:49 +0000 (16:03 +0000)]
(Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.

19 years ago(Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
Richard M. Stallman [Mon, 27 Dec 2004 16:02:24 +0000 (16:02 +0000)]
(Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
(Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
(Qdefvar): Var deleted.
(syms_of_eval): Don't initialze it.

19 years ago(syms_of_lread) <load-history>: Doc fix.
Richard M. Stallman [Mon, 27 Dec 2004 15:58:59 +0000 (15:58 +0000)]
(syms_of_lread) <load-history>: Doc fix.

19 years agoIndentation fix.
Richard M. Stallman [Mon, 27 Dec 2004 15:58:25 +0000 (15:58 +0000)]
Indentation fix.

19 years ago(single_display_spec_string_p): Renamed from
Richard M. Stallman [Mon, 27 Dec 2004 15:57:53 +0000 (15:57 +0000)]
(single_display_spec_string_p): Renamed from
single_display_prop_string_p.
(single_display_spec_intangible_p): Renamed from
single_display_prop_intangible_p.
(handle_single_display_spec): Renamed from handle_single_display_prop.
Rewritten to be easier to understand.

19 years ago(ffap-string-at-point-mode-alist): Add "*" to url chars,
Richard M. Stallman [Mon, 27 Dec 2004 15:41:08 +0000 (15:41 +0000)]
(ffap-string-at-point-mode-alist): Add "*" to url chars,
it can appear unencoded and has been seen from yahoo.

19 years ago(save-buffer-state): Definition deleted.
Richard M. Stallman [Mon, 27 Dec 2004 15:40:23 +0000 (15:40 +0000)]
(save-buffer-state): Definition deleted.
(ansi-color-unfontify-region): Don't use save-buffer-state.

19 years ago(cperl-find-bad-style): Use with-no-warnings.
Richard M. Stallman [Mon, 27 Dec 2004 15:39:42 +0000 (15:39 +0000)]
(cperl-find-bad-style): Use with-no-warnings.
(cperl-font-lock-unfontify-region-function): No need to save and
restore info, since font-lock.el does it for us.

19 years ago* xmenu.c (popup_get_selection): Pop down on C-g.
Jan Djärv [Mon, 27 Dec 2004 15:24:12 +0000 (15:24 +0000)]
* xmenu.c (popup_get_selection): Pop down on C-g.
(set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
pops down menu on C-g.
(xdialog_show): If dialog popped down and no button in the dialog was
pushed, call Fsignal to quit.
(xmenu_show): In no toolkit version, if menu returns NO_SELECT call
Fsignal to quit.

* xfns.c (Fx_file_dialog): Motif/Lesstif version:  Pop down on C-g.

* gtkutil.c (xg_initialize): Install bindings for C-g so that
dialogs and menus pop down.

19 years ago* Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
Jan Djärv [Mon, 27 Dec 2004 15:23:22 +0000 (15:23 +0000)]
* Activate.c (XMenuActivate): Return XM_NO_SELECT if Escape or C-g
was pressed.

19 years ago* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
Jan Djärv [Mon, 27 Dec 2004 15:22:36 +0000 (15:22 +0000)]
* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
action procedure for compatibility with Lesstif/Motif.

* Makefile.in (mostlyclean): Don't remove *~ on clean.

19 years ago* hexl.el (hexlify-buffer): Remove fontification here.
Masatake YAMATO [Mon, 27 Dec 2004 11:59:49 +0000 (11:59 +0000)]
* hexl.el (hexlify-buffer): Remove fontification here.
Use font lock mechanism instead.
(hexl-font-lock-keywords): New font lock kewords.
(hexl-mode-old-font-lock-keywords): New variable.
(hexl-mode): Store the old font lock keywords.
(hexl-mode-exit): Restore the old font lock keywords.

19 years agomail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
Simon Josefsson [Mon, 27 Dec 2004 11:30:04 +0000 (11:30 +0000)]
mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
in upper case.  Reported by Wojciech Polak <polak@gnu.org> and
tiny patch from Sergey Poznyakoff.

19 years ago(utf-translate-cjk-load-tables): Bind
Kenichi Handa [Mon, 27 Dec 2004 06:13:15 +0000 (06:13 +0000)]
(utf-translate-cjk-load-tables): Bind
coding-system-for-read to nil while loading subst-*.

19 years ago(code_convert_region): Fix calculation of `ratio'.
Kenichi Handa [Mon, 27 Dec 2004 05:51:40 +0000 (05:51 +0000)]
(code_convert_region): Fix calculation of `ratio'.

19 years ago*** empty log message ***
Jay Belanger [Mon, 27 Dec 2004 05:32:49 +0000 (05:32 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Dec 2004 05:24:10 +0000 (05:24 +0000)]
*** empty log message ***

19 years ago(Buffer-menu-revert-function): Clear out undo info before reverting
Luc Teirlinck [Mon, 27 Dec 2004 05:17:09 +0000 (05:17 +0000)]
(Buffer-menu-revert-function): Clear out undo info before reverting
and disable undo recording while reverting.

19 years ago(Variables, Time Zones, Storing Variables, Other Operations On Variables):
Jay Belanger [Mon, 27 Dec 2004 05:11:37 +0000 (05:11 +0000)]
(Variables, Time Zones, Storing Variables, Other Operations On Variables):
Mention that var- prefix for variable names is only in Lisp.

19 years ago(calc-read-var-name): Remove initial "var-" from minibuffer.
Jay Belanger [Mon, 27 Dec 2004 05:02:08 +0000 (05:02 +0000)]
(calc-read-var-name): Remove initial "var-" from minibuffer.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
Miles Bader [Sun, 26 Dec 2004 23:33:51 +0000 (23:33 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
   Update from CVS

2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
   correctly even if there are wide characters.

2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2231.el (rfc2231-parse-string): Decode encoded value after
   concatenating segments rather than before concatenating them.
   Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.

2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset): New macro.

2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>

   * lisp/gnus/mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
   unify Latin characters in XEmacs.
   (mm-find-mime-charset-region): Use it.

2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-util.el (gnus-delete-directory): New function.

   * lisp/gnus/gnus-agent.el (gnus-agent-delete-group): Use it.

   * lisp/gnus/gnus-cache.el (gnus-cache-delete-group): Use it.

19 years agoMention new var `hs-set-up-overlay'.
Thien-Thi Nguyen [Sun, 26 Dec 2004 19:57:35 +0000 (19:57 +0000)]
Mention new var `hs-set-up-overlay'.

19 years ago(hs-set-up-overlay): New user var.
Thien-Thi Nguyen [Sun, 26 Dec 2004 19:48:10 +0000 (19:48 +0000)]
(hs-set-up-overlay): New user var.
(hs-make-overlay): New function.
(hs-isearch-show-temporary): Handle `display' overlay prop specially.
(hs-flag-region): Delete function.
(hs-hide-comment-region): No longer use `hs-flag-region'.
Instead, use `hs-discard-overlays' and `hs-make-overlay'.
(hs-hide-block-at-point): Likewise.
(hs-hide-level-recursive): Use `hs-discard-overlays'.
(hs-hide-all, hs-show-all): Likewise.
(hs-show-block): Likewise.
Also, use overlay prop `hs-b-offset', not `hs-ofs'.

19 years ago* lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only
Jan Djärv [Sun, 26 Dec 2004 16:02:26 +0000 (16:02 +0000)]
* lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only
pops down on Escape, not any keypress.

19 years ago* gtkutil.c (update_frame_tool_bar): Make the value of
Jan Djärv [Sat, 25 Dec 2004 20:46:26 +0000 (20:46 +0000)]
* gtkutil.c (update_frame_tool_bar): Make the value of
tool-bar-button-margin control margins of images in tool bar.

19 years agoUpdate comment for check_depth.
Jan Djärv [Sat, 25 Dec 2004 10:31:36 +0000 (10:31 +0000)]
Update comment for check_depth.

19 years ago* alloc.c (check_depth): New variable.
Jan Djärv [Sat, 25 Dec 2004 10:13:57 +0000 (10:13 +0000)]
* alloc.c (check_depth): New variable.
(overrun_check_malloc, overrun_check_realloc): Only add
overhead and write check pattern if check_depth is 1 (to handle
recursive calls).  Increase/decrease check_depth in entry/exit.
(overrun_check_free): Only check for overhead if check_depth is 1.
Increase/decrease check_depth in entry/exit.

19 years agoRequire `cl' when compiling.
Thien-Thi Nguyen [Fri, 24 Dec 2004 02:08:14 +0000 (02:08 +0000)]
Require `cl' when compiling.
Remove XEmacs and Emacs 19 compatibility.
Use `dolist' and `add-to-list' for load-time actions.
(hs-discard-overlays): Use `dolist'.
(hs-show-block): Likewise.

19 years agoUntabify, reindent; nfc.
Thien-Thi Nguyen [Fri, 24 Dec 2004 01:57:47 +0000 (01:57 +0000)]
Untabify, reindent; nfc.

19 years ago* keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
Jan Djärv [Thu, 23 Dec 2004 22:17:56 +0000 (22:17 +0000)]
* keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
before touching input_available_clear_time, to avoid accessing it
from multiple threads.

19 years ago(mode-line, mode-line-inactive): Use min-colors.
Dan Nicolaescu [Thu, 23 Dec 2004 18:28:13 +0000 (18:28 +0000)]
(mode-line, mode-line-inactive): Use min-colors.

19 years ago(hs-inside-comment-p): Fix omission bug:
Thien-Thi Nguyen [Thu, 23 Dec 2004 18:22:05 +0000 (18:22 +0000)]
(hs-inside-comment-p): Fix omission bug:
When extending backwards, move outside the current comment first.

19 years ago(__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library.
Jason Rumney [Thu, 23 Dec 2004 16:16:14 +0000 (16:16 +0000)]
(__WIN32__) [HAVE_NTGUI]: Define for correct behaviour of JPEG library.

19 years ago(main): If batch mode, set Vundo_outer_limit to nil.
Richard M. Stallman [Thu, 23 Dec 2004 00:17:01 +0000 (00:17 +0000)]
(main): If batch mode, set Vundo_outer_limit to nil.

19 years ago(Vundo_outer_limit): Fix decl.
Richard M. Stallman [Thu, 23 Dec 2004 00:15:49 +0000 (00:15 +0000)]
(Vundo_outer_limit): Fix decl.

19 years ago(Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.
Richard M. Stallman [Thu, 23 Dec 2004 00:15:23 +0000 (00:15 +0000)]
(Vundo_outer_limit): Replaces undo_outer_limit.  Uses changed.
(syms_of_undo): Initialize appropriately.
(truncate_undo_list): If it's nil, there's no limit.

19 years ago*** empty log message ***
Kenichi Handa [Wed, 22 Dec 2004 06:32:49 +0000 (06:32 +0000)]
*** empty log message ***

19 years ago(Fx_get_cut_buffer_internal): Return a unibyte string.
Kenichi Handa [Wed, 22 Dec 2004 06:32:30 +0000 (06:32 +0000)]
(Fx_get_cut_buffer_internal): Return a unibyte string.

19 years ago(quail-start-translation): Fix prompt
Kenichi Handa [Wed, 22 Dec 2004 05:44:13 +0000 (05:44 +0000)]
(quail-start-translation): Fix prompt
string for the case if input-method-use-echo-area being non-nil.
(quail-start-conversion): Likewise.
(quail-show-guidance): Don't show guidance if
input-method-use-echo-area is non-nil.

19 years ago(ispell-help): Bind resize-mini-windows.
Richard M. Stallman [Wed, 22 Dec 2004 00:23:53 +0000 (00:23 +0000)]
(ispell-help): Bind resize-mini-windows.

19 years agoFrom Markus Rost <rost@ias.edu>:
Glenn Morris [Tue, 21 Dec 2004 15:03:31 +0000 (15:03 +0000)]
From  Markus Rost  <rost@ias.edu>:
(mark-diary-entries): Set mark-diary-entries-in-calendar only after
checking for diary-file.

19 years ago*** empty log message ***
Glenn Morris [Tue, 21 Dec 2004 15:02:36 +0000 (15:02 +0000)]
*** empty log message ***

19 years agoComment change.
Richard M. Stallman [Tue, 21 Dec 2004 11:50:52 +0000 (11:50 +0000)]
Comment change.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 21 Dec 2004 11:49:53 +0000 (11:49 +0000)]
*** empty log message ***

19 years agoDon't say "freeware".
Richard M. Stallman [Tue, 21 Dec 2004 11:49:32 +0000 (11:49 +0000)]
Don't say "freeware".

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 21 Dec 2004 11:47:38 +0000 (11:47 +0000)]
*** empty log message ***

19 years ago(Event Input Misc): Add while-no-input.
Richard M. Stallman [Tue, 21 Dec 2004 11:46:47 +0000 (11:46 +0000)]
(Event Input Misc): Add while-no-input.

19 years ago(calculator-radix-grouping-mode)
Richard M. Stallman [Tue, 21 Dec 2004 11:38:36 +0000 (11:38 +0000)]
(calculator-radix-grouping-mode)
(calculator-radix-grouping-digits)
(calculator-radix-grouping-separator):
New defcustoms for the new radix grouping mode functionality.
(calculator-mode-hook): Now used in electric mode too.
(calculator-mode-map): Some new keys.
(calculator-message): New function.  Some new calls.
(calculator-string-to-number): New function,
(calculator-curnum-value): Use it.
(calculator-rotate-displayer, calculator-rotate-displayer-back)
(calculator-displayer-prev, calculator-displayer-next):
Change digit group size when in radix mode.
(calculator-number-to-string): Renamed from calculator-num-to-string.
Now deals with digit grouping in radix mode.

19 years ago(undo-outer-limit-truncate): New function.
Richard M. Stallman [Tue, 21 Dec 2004 11:37:52 +0000 (11:37 +0000)]
(undo-outer-limit-truncate): New function.
(undo-outer-limit-function): Use undo-outer-limit-truncate.