bpt/emacs.git
19 years ago(init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:09:28 +0000 (08:09 +0000)]
(init_process): Change `#ifdef DARWIN' to `#if defined (DARWIN) ||
defined (MAC_OSX)'

19 years ago(xrm_merge_string_database, xrm_get_resource)
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:08:48 +0000 (08:08 +0000)]
(xrm_merge_string_database, xrm_get_resource)
(xrm_get_preference_database): Add externs.
[TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
(cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
(cfobject_desc_to_lisp, cfproperty_list_to_lisp): Likewise.

19 years ago(x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:08:06 +0000 (08:08 +0000)]
(x_list_fonts): FONT-LIST-CACHE is now cadr part of name_list_element.
(mac_make_rdb): Create resource database from preferences and argument
string.
(mac_term_init): Save resource database to cddr part of
name_list_element.

19 years ago(XrmDatabase): Typedef to Lisp_Object.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:07:05 +0000 (08:07 +0000)]
(XrmDatabase): Typedef to Lisp_Object.

19 years ago(mac_get_rdb_resource): Remove function.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:06:33 +0000 (08:06 +0000)]
(mac_get_rdb_resource): Remove function.
(x_get_string_resource): Use xrm_get_resource.

19 years agoInclude macterm.h instead of directly including Carbon.h.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:05:56 +0000 (08:05 +0000)]
Include macterm.h instead of directly including Carbon.h.
[TARGET_API_MAC_CARBON] (Qstring, Qnumber, Qboolean, Qdate, Qdata)
(Qarray, Qdictionary): New variables.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them.
[TARGET_API_MAC_CARBON] (Qutf_8): Add extern.
[TARGET_API_MAC_CARBON] (DECODE_UTF_8): New macro.
[TARGET_API_MAC_CARBON] (struct cfdict_context): New struct used in
callback for CFDictionaryApplyFunction.
[TARGET_API_MAC_CARBON] (cfdata_to_lisp, cfstring_to_lisp)
(cfnumber_to_lisp, cfdate_to_lisp, cfboolean_to_lisp)
(cfobject_desc_to_lisp, cfdictionary_add_to_list)
(cfdictionary_puthash, cfproperty_list_to_lisp): New functions.
[TARGET_API_MAC_CARBON] (Fmac_get_preference): New function.
(syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it.
(P, LOOSE_BINDING, SINGLE_COMPONENT, HASHKEY_TERMINAL): New macro.
(skip_while_space, parse_comment, parse_include_file)
(parse_binding, parse_component, parse_resource_name, parse_value)
(parse_resource_line, xrm_create_database, xrm_q_put_resource)
(xrm_merge_string_database, xrm_q_get_resource, xrm_get_resource)
(xrm_cfproperty_list_to_value, xrm_get_preference_database): New
functions.

19 years ago(CFBundleIdentifier): Change to org.gnu.Emacs.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 08:02:13 +0000 (08:02 +0000)]
(CFBundleIdentifier): Change to org.gnu.Emacs.

19 years agoFix isearch in Info.
Juri Linkov [Wed, 16 Mar 2005 07:43:50 +0000 (07:43 +0000)]
Fix isearch in Info.

19 years ago(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.
Juri Linkov [Wed, 16 Mar 2005 07:41:57 +0000 (07:41 +0000)]
(find-function-regexp): Add defun-emitting macro `menu-bar-make-toggle'.

19 years agoPut `isearch-scroll' property to `split-window-horizontally'.
Juri Linkov [Wed, 16 Mar 2005 07:33:26 +0000 (07:33 +0000)]
Put `isearch-scroll' property to `split-window-horizontally'.

19 years agoUpdate error messages for `debug-ignored-errors'.
Juri Linkov [Wed, 16 Mar 2005 07:32:43 +0000 (07:32 +0000)]
Update error messages for `debug-ignored-errors'.
(Info-isearch-search): Doc fix.
(Info-find-node): Move up code to go into info buffer before
recording the node to the history.
(Info-fontify-node): Fontify titles only if the next line
has two or more `*', `=', `-', `.'.
Display "go to this node" for empty (match-string 3).

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:30:34 +0000 (03:30 +0000)]
*** empty log message ***

19 years ago(struct mac_output) [TARGET_API_MAC_CARBON]: New member
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:29:57 +0000 (03:29 +0000)]
(struct mac_output) [TARGET_API_MAC_CARBON]: New member
hourglass_control.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
(activate_scroll_bars, deactivate_scroll_bars): Remove declarations.

19 years ago(activate_scroll_bars, deactivate_scroll_bars): Remove functions and
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:29:13 +0000 (03:29 +0000)]
(activate_scroll_bars, deactivate_scroll_bars): Remove functions and
declarations.
(mac_set_colors): Take argument for saving background color.  All
callers changed.
(XDrawLine, XClearArea, mac_draw_bitmap, XFillRectangle)
(mac_draw_rectangle, mac_draw_string_common): Save and Restore
background color.
(x_update_end, mac_do_track_drag): Don't reset background color.
(mac_define_frame_cursor) [!TARGET_API_MAC_CARBON]: Use
SetThemeCursor.
(x_set_window_size) [TARGET_API_MAC_CARBON]: Move progress indicator
control to the upper-right corner of the window.
(arrow_cursor) [!TARGET_API_MAC_CARBON]: Remove variable.
(do_init_managers) [!TARGET_API_MAC_CARBON]: Don't initialize it.
(do_window_update): Update controls after updating content area.
(mac_handle_window_event): Remove unused extern.
(XTread_socket): Check both control handle and control part code to
determine whether a scroll bar is clicked.  Activate/deactivate root
control instead of contained scroll bar controls.
(make_mac_terminal_frame): Use ThemeCursor constants.

19 years ago[!TARGET_API_MAC_CARBON]: Include Appearance.h and Controls.h. Use
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:27:38 +0000 (03:27 +0000)]
[!TARGET_API_MAC_CARBON]: Include Appearance.h and Controls.h.  Use
ThemeCursor instead of CursHandle.

19 years ago(Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unused
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:26:37 +0000 (03:26 +0000)]
(Qhyper, Qsuper, Qmeta, Qalt, Qctrl, Qcontrol, Qshift): Remove unused
variables.
(syms_of_macfns): Don't initialize them.  Likewise for
Qface_set_after_frame_default.  Defvar and initialize
Vx_window_horizontal_drag_shape.
(x_set_mouse_color): Change mouse pointer shape.
(mac_window) [!MAC_OSX]: Create root control.
(mac_window): Remove initializations of mouse pointer shapes.
(hourglass_started): New function (from xfns.c).
(start_hourglass, cancel_hourglass): Put function body in #ifdef
MAC_OSX.
(show_hourglass) [TARGET_API_MAC_CARBON]: Create progress
indicator for each non-tooltip frame if needed, and show it.
(hide_hourglass) [TARGET_API_MAC_CARBON]: Hide progress indicators.

19 years agoAdd mouse pointer shape constants.
YAMAMOTO Mitsuharu [Wed, 16 Mar 2005 03:23:34 +0000 (03:23 +0000)]
Add mouse pointer shape constants.

19 years ago(move-beginning-of-line): Use vertical-motion.
Kim F. Storm [Tue, 15 Mar 2005 23:15:05 +0000 (23:15 +0000)]
(move-beginning-of-line): Use vertical-motion.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 15 Mar 2005 22:48:11 +0000 (22:48 +0000)]
*** empty log message ***

19 years ago(Instrumenting Macro Calls): Fix typos.
Lute Kamstra [Tue, 15 Mar 2005 17:28:15 +0000 (17:28 +0000)]
(Instrumenting Macro Calls): Fix typos.

19 years ago(Info-isearch-initial-node): New internal variable.
Juri Linkov [Tue, 15 Mar 2005 10:46:00 +0000 (10:46 +0000)]
(Info-isearch-initial-node): New internal variable.
(Info-search): Signal an error in isearch mode when search leaves
the initial node.  Signal an error when `bound' is non-nil and
nothing was found in the current subfile.
(Info-isearch-search): Remove `condition-case'.
(Info-isearch-wrap): Don't wrap when search failed during leaving
the initial node.  If `Info-isearch-search' is nil, wrap around
the current node.
(Info-isearch-start): New fun.
(Info-mode): Add buffer-local hook `Info-isearch-start' to
`isearch-mode-hook'.

19 years ago(isearch-error): New variable.
Juri Linkov [Tue, 15 Mar 2005 10:45:25 +0000 (10:45 +0000)]
(isearch-error): New variable.
(isearch-invalid-regexp, isearch-within-brackets): Remove.
(isearch-error-state): Renamed from `isearch-invalid-regexp-state'.
(isearch-within-brackets-state): Remove.
(isearch-case-fold-search-state, isearch-pop-fun-state):
Decrease frame index.
(isearch-mode, isearch-top-state, isearch-push-state)
(isearch-edit-string, isearch-abort, isearch-search-and-update)
(isearch-fallback, isearch-message-prefix, isearch-message-suffix)
(isearch-search, isearch-lazy-highlight-new-loop):
Replace `isearch-invalid-regexp' with `isearch-error'.
Remove `isearch-within-brackets'.
(isearch-search): Add `search-failed' handler to `condition-case'.
(isearch-lazy-highlight-search): Add `condition-case' to catch
errors and allow `isearch-lazy-highlight-update' to try
highlighting from the beginning of the window.
(isearch-repeat): Move up code to set isearch-wrapped to t
before calling isearch-wrap-function.

19 years ago*** empty log message ***
Juri Linkov [Tue, 15 Mar 2005 10:44:51 +0000 (10:44 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 15 Mar 2005 07:48:07 +0000 (07:48 +0000)]
*** empty log message ***

19 years ago(keycode_to_xkeysym_table): Change mapping so that it coincide with
YAMAMOTO Mitsuharu [Tue, 15 Mar 2005 07:47:25 +0000 (07:47 +0000)]
(keycode_to_xkeysym_table): Change mapping so that it coincide with
that in Apple X11 except `clear', `enter' on laptops, and fn + `enter'
on laptops.

19 years ago(function-key-map): Sync with x-win.el.
YAMAMOTO Mitsuharu [Tue, 15 Mar 2005 07:45:58 +0000 (07:45 +0000)]
(function-key-map): Sync with x-win.el.

19 years ago(normal-erase-is-backspace): Set default to t if running on Mac.
YAMAMOTO Mitsuharu [Tue, 15 Mar 2005 07:45:21 +0000 (07:45 +0000)]
(normal-erase-is-backspace): Set default to t if running on Mac.

19 years ago(syms_of_coding): Docstring of coding-category-list fixed.
Kenichi Handa [Tue, 15 Mar 2005 06:26:15 +0000 (06:26 +0000)]
(syms_of_coding): Docstring of coding-category-list fixed.

19 years agoFix previous change.
Kenichi Handa [Tue, 15 Mar 2005 05:51:55 +0000 (05:51 +0000)]
Fix previous change.

19 years ago(thai-generate-quail-map): Fix the kesmanee layout.
Kenichi Handa [Tue, 15 Mar 2005 05:37:12 +0000 (05:37 +0000)]
(thai-generate-quail-map): Fix the kesmanee layout.

19 years ago(locale-language-names): Modify the
Kenichi Handa [Tue, 15 Mar 2005 02:32:39 +0000 (02:32 +0000)]
(locale-language-names): Modify the
format of elements and add more entries.
(locale-preferred-coding-systems): Add more entries.
(set-locale-environment): Adjusted for the change of
locale-language-names.

19 years ago(smerge-ediff): Remove bogus autoload.
Stefan Monnier [Mon, 14 Mar 2005 19:39:17 +0000 (19:39 +0000)]
(smerge-ediff): Remove bogus autoload.

19 years ago(debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginning
Lute Kamstra [Mon, 14 Mar 2005 17:46:09 +0000 (17:46 +0000)]
(debugger-make-xrefs): Docstring fix.  Ignore a `*' at the beginning
of a line.

19 years ago(macro-declaration-function): Move to emacs-lisp/byte-run.el.
Lute Kamstra [Mon, 14 Mar 2005 14:07:38 +0000 (14:07 +0000)]
(macro-declaration-function): Move to emacs-lisp/byte-run.el.

19 years ago(macro-declaration-function): Move from subr.el.
Lute Kamstra [Mon, 14 Mar 2005 14:05:13 +0000 (14:05 +0000)]
(macro-declaration-function): Move from subr.el.
(dont-compile, eval-when-compile, eval-and-compile): Use declare to
specify indentation.

19 years ago(define-generic-mode): Let generic-mode-list be a list of strings;
Lute Kamstra [Mon, 14 Mar 2005 11:07:07 +0000 (11:07 +0000)]
(define-generic-mode): Let generic-mode-list be a list of strings;
test membership with equal.

19 years ago(Commands of GUD): Move paragraph on setting
Nick Roberts [Mon, 14 Mar 2005 10:00:58 +0000 (10:00 +0000)]
(Commands of GUD): Move paragraph on setting
breakpoints with mouse to the GDB Graphical Interface node.

19 years ago*** empty log message ***
Nick Roberts [Mon, 14 Mar 2005 10:00:20 +0000 (10:00 +0000)]
*** empty log message ***

19 years ago(cvs-string->strings): Strip trailing whitespace.
Stefan Monnier [Mon, 14 Mar 2005 01:13:33 +0000 (01:13 +0000)]
(cvs-string->strings): Strip trailing whitespace.

19 years ago(next-line, previous-line): Add optional try-vscroll
Kim F. Storm [Sun, 13 Mar 2005 23:20:49 +0000 (23:20 +0000)]
(next-line, previous-line): Add optional try-vscroll
arg to recognize interactive use.  Pass it on to line-move.
(line-move): Don't perform auto-window-vscroll when defining or
executing keyboard macro to ensure consistent behaviour.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 13 Mar 2005 23:20:29 +0000 (23:20 +0000)]
*** empty log message ***

19 years ago(debug): Set debug-on-exit before calling debugger-setup-buffer so
Lute Kamstra [Sun, 13 Mar 2005 20:54:14 +0000 (20:54 +0000)]
(debug): Set debug-on-exit before calling debugger-setup-buffer so
that backtrace marks the frames set to debug-on-exit and we don't have
to do it manually.  Set an extra debug-on-exit for macro's.
(debugger-setup-buffer): Don't mark the top frame manually.

19 years ago*** empty log message ***
Richard M. Stallman [Sun, 13 Mar 2005 15:34:46 +0000 (15:34 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Stefan Monnier [Sat, 12 Mar 2005 23:39:37 +0000 (23:39 +0000)]
*** empty log message ***

19 years agoAdd missing copyright and license notice.
Stefan Monnier [Sat, 12 Mar 2005 23:38:43 +0000 (23:38 +0000)]
Add missing copyright and license notice.

19 years ago(ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
Stefan Monnier [Sat, 12 Mar 2005 23:29:04 +0000 (23:29 +0000)]
(ENCODE_MENU_STRING): Explicitly use string_make_unibyte.
(list_of_panes, list_of_items, Fx_popup_menu): Use XCAR/XCDR.
(digest_single_submenu, xmenu_show): Use ENCODE_MENU_STRING.

19 years ago(xic_defaut_fontset): New constant.
Stefan Monnier [Sat, 12 Mar 2005 23:25:42 +0000 (23:25 +0000)]
(xic_defaut_fontset): New constant.
(xic_create_fontsetname): New function.
Extracted from create_frame_xic.  Try to generate a slightly better fontset.
(xic_create_xfontset): Use it.
(create_frame_xic): Simplify.

19 years agoReplace lisp-indent-hook with lisp-indent-function throughout.
Lute Kamstra [Sat, 12 Mar 2005 17:24:29 +0000 (17:24 +0000)]
Replace lisp-indent-hook with lisp-indent-function throughout.
(with-no-warnings): Set lisp-indent-function property.

19 years ago(dcl-mode-syntax-table): Add entry for backslash.
Thien-Thi Nguyen [Sat, 12 Mar 2005 17:02:32 +0000 (17:02 +0000)]
(dcl-mode-syntax-table): Add entry for backslash.

19 years ago(Info-search): Four fixes for backward search.
Juri Linkov [Sat, 12 Mar 2005 02:18:32 +0000 (02:18 +0000)]
(Info-search): Four fixes for backward search.

19 years ago*** empty log message ***
Juri Linkov [Sat, 12 Mar 2005 02:18:16 +0000 (02:18 +0000)]
*** empty log message ***

19 years ago(Fmake_symbolic_link): Fix last change.
Stefan Monnier [Sat, 12 Mar 2005 01:37:51 +0000 (01:37 +0000)]
(Fmake_symbolic_link): Fix last change.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 11 Mar 2005 23:51:27 +0000 (23:51 +0000)]
*** empty log message ***

19 years ago(Frename_file, Fadd_name_to_file)
Richard M. Stallman [Fri, 11 Mar 2005 23:49:25 +0000 (23:49 +0000)]
(Frename_file, Fadd_name_to_file)
(Fmake_symbolic_link): If NEWNAME or LINKNAME is a directory,
expand the basename of FILE relative to it.

19 years ago(calc-embedded-language-alist): Remove.
Jay Belanger [Fri, 11 Mar 2005 22:23:26 +0000 (22:23 +0000)]
(calc-embedded-language-alist): Remove.
(calc-embedded-find-modes): Use calc-language-alist instead of
calc-embedded-language-alist.

19 years ago(calc-language-alist): New variable.
Jay Belanger [Fri, 11 Mar 2005 22:18:42 +0000 (22:18 +0000)]
(calc-language-alist): New variable.

19 years ago(calendar-redrawing): New internal variable.
Glenn Morris [Fri, 11 Mar 2005 21:44:42 +0000 (21:44 +0000)]
(calendar-redrawing): New internal variable.
(redraw-calendar): Remove bogus save-excursion from previous
change.  Bind calendar-redrawing to t for mark-diary-entries.

19 years ago(mark-diary-entries): No need to redraw calendar if that is why we
Glenn Morris [Fri, 11 Mar 2005 21:44:06 +0000 (21:44 +0000)]
(mark-diary-entries): No need to redraw calendar if that is why we
were called.

19 years ago*** empty log message ***
Glenn Morris [Fri, 11 Mar 2005 21:43:29 +0000 (21:43 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Mar 2005 12:03:13 +0000 (12:03 +0000)]
*** empty log message ***

19 years ago(make-coding-system): Set property
Kenichi Handa [Fri, 11 Mar 2005 12:00:47 +0000 (12:00 +0000)]
(make-coding-system): Set property
'coding-system-define-form to nil.
(define-coding-system-alias): Likewise.

19 years ago(Finsert_file_contents): Call Fcheck_coding_system
Kenichi Handa [Fri, 11 Mar 2005 11:59:42 +0000 (11:59 +0000)]
(Finsert_file_contents): Call Fcheck_coding_system
before calling setup_coding_system so that autoloading of a coding
system work.

19 years agoChange encoding to iso-2022-7bit and add coding: tag.
Kenichi Handa [Fri, 11 Mar 2005 02:04:21 +0000 (02:04 +0000)]
Change encoding to iso-2022-7bit and add coding: tag.
(adaptive-fill-regexp): Add more bullets.
(fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
regexps.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172
Miles Bader [Thu, 10 Mar 2005 23:31:53 +0000 (23:31 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-172

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 38)

   - Update from CVS

2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)

   * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one
   flaw.

19 years ago(describe-mode): Properly handle non-trivial lighters.
Stefan Monnier [Thu, 10 Mar 2005 21:43:16 +0000 (21:43 +0000)]
(describe-mode): Properly handle non-trivial lighters.
Don't ignore minor modes that are not listed in minor-mode-list.

19 years ago(nnimap-retrieve-headers-from-server): Fix last change.
Stefan Monnier [Thu, 10 Mar 2005 21:21:51 +0000 (21:21 +0000)]
(nnimap-retrieve-headers-from-server): Fix last change.

19 years ago* xfns.c (hourglass_started): New function.
Jan Djärv [Thu, 10 Mar 2005 19:09:10 +0000 (19:09 +0000)]
* xfns.c (hourglass_started): New function.

* dispextern.h: Declare hourglass_started.

* keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.

19 years ago* keyboard.c (Fexecute_extended_command): Restart hourglass
Jan Djärv [Thu, 10 Mar 2005 19:08:31 +0000 (19:08 +0000)]
* keyboard.c (Fexecute_extended_command): Restart hourglass
after call to Fcompleting_read if already started.

19 years ago* xfns.c (hourglass_started): New function.
Jan Djärv [Thu, 10 Mar 2005 19:08:01 +0000 (19:08 +0000)]
* xfns.c (hourglass_started): New function.

19 years ago* dispextern.h: Declare hourglass_started.
Jan Djärv [Thu, 10 Mar 2005 19:07:39 +0000 (19:07 +0000)]
* dispextern.h: Declare hourglass_started.

19 years ago* gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
Jan Djärv [Thu, 10 Mar 2005 18:07:37 +0000 (18:07 +0000)]
* gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the
  GTK main loop is entered in xterm.c, thus doing the redraw.

19 years agoRegenerate
Jan Djärv [Thu, 10 Mar 2005 17:23:04 +0000 (17:23 +0000)]
Regenerate

19 years ago* configure.in: Only add XASSERTS to cppflags.
Jan Djärv [Thu, 10 Mar 2005 17:22:50 +0000 (17:22 +0000)]
* configure.in: Only add XASSERTS to cppflags.

19 years ago* configure.in: Only add XASSERTS to cppflags.
Jan Djärv [Thu, 10 Mar 2005 17:22:32 +0000 (17:22 +0000)]
* configure.in: Only add XASSERTS to cppflags.
* configure: Regenerate.

19 years ago(pos_visible_p): Fix X value in last line of buffer.
Kim F. Storm [Thu, 10 Mar 2005 14:55:22 +0000 (14:55 +0000)]
(pos_visible_p): Fix X value in last line of buffer.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 10 Mar 2005 14:54:37 +0000 (14:54 +0000)]
*** empty log message ***

19 years ago(tooltip-mode): Don't complain that you can't turn the
Stefan Monnier [Thu, 10 Mar 2005 14:45:31 +0000 (14:45 +0000)]
(tooltip-mode): Don't complain that you can't turn the
feature ON when the user requests to turn it OFF.

19 years ago(debug-entry-code): Delete it.
Lute Kamstra [Thu, 10 Mar 2005 09:43:01 +0000 (09:43 +0000)]
(debug-entry-code): Delete it.
(implement-debug-on-entry): New function to replace debug-entry-code.
(debug-on-entry-1): Use implement-debug-on-entry.  Delete the second
argument as the 2005-03-07 change makes it obsolete.
(debug-on-entry, cancel-debug-on-entry): Update call to
debug-on-entry-1.
(debug, debugger-setup-buffer): Comment update.
(debugger-frame-number): Update to work with implement-debug-on-entry.

19 years ago*** empty log message ***
Jay Belanger [Thu, 10 Mar 2005 07:25:57 +0000 (07:25 +0000)]
*** empty log message ***

19 years ago(math-ms-args): Declare it.
Jay Belanger [Thu, 10 Mar 2005 07:14:32 +0000 (07:14 +0000)]
(math-ms-args): Declare it.
(calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
math-ms-args.
(calc-embedded-subst): Use math-multi-subst-rec to substitute
variables.

19 years ago* NEWS: Explain how to default Tramp to FTP.
Michael Albinus [Thu, 10 Mar 2005 06:40:59 +0000 (06:40 +0000)]
* NEWS: Explain how to default Tramp to FTP.

19 years ago(gdb-var-create-handler, gdb-get-location):
Nick Roberts [Wed, 9 Mar 2005 23:20:07 +0000 (23:20 +0000)]
(gdb-var-create-handler, gdb-get-location):
Use message-box.

19 years ago(mode-line-mode-menu): Add tooltip-mode to mode-line.
Nick Roberts [Wed, 9 Mar 2005 23:19:31 +0000 (23:19 +0000)]
(mode-line-mode-menu): Add tooltip-mode to mode-line.

19 years ago(tooltip-mode): Use define-minor-mode and simplify.
Nick Roberts [Wed, 9 Mar 2005 23:19:00 +0000 (23:19 +0000)]
(tooltip-mode): Use define-minor-mode and simplify.
(tooltip-activate-mouse-motions-if-enabled): Use dolist.
(tooltip-gud-tips): Simplify.
(tooltip-gud-tips-p): Remove superflouous :set.
(tooltip-gud-modes): Add fortran-mode.
(gdb-tooltip-print): Remove newline for tooltip-use-echo-area.

19 years ago*** empty log message ***
Nick Roberts [Wed, 9 Mar 2005 23:18:27 +0000 (23:18 +0000)]
*** empty log message ***

19 years ago(animate-place-char): Use forward-line instead
Kim F. Storm [Wed, 9 Mar 2005 22:50:09 +0000 (22:50 +0000)]
(animate-place-char): Use forward-line instead
of next-line to improve performance.

19 years ago*** empty log message ***
Kim F. Storm [Wed, 9 Mar 2005 22:49:38 +0000 (22:49 +0000)]
*** empty log message ***

19 years ago2005-03-09 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Wed, 9 Mar 2005 11:27:46 +0000 (11:27 +0000)]
2005-03-09  Simon Josefsson  <jas@extundo.com>

* net/browse-url.el (browse-url-default-browser): Doc fix.

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167
Miles Bader [Wed, 9 Mar 2005 10:16:02 +0000 (10:16 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-167

Tweak obsolete function/variable warning message

2005-03-09  Miles Bader  <miles@gnu.org>

   * lisp/emacs-lisp/bytecomp.el (byte-compile-variable-ref)
   (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".

19 years agoSet case and syntax for 255 only if
Kenichi Handa [Wed, 9 Mar 2005 01:27:23 +0000 (01:27 +0000)]
Set case and syntax for 255 only if
set-case-syntax-set-multibyte is nil.

19 years ago(ispell-insert-word): New function.
Kenichi Handa [Wed, 9 Mar 2005 00:36:22 +0000 (00:36 +0000)]
(ispell-insert-word): New function.
(ispell-word): Use ispell-insert-word to isnert a new word.
(ispell-process-line): Likewise
(ispell-complete-word): Likewise.

19 years ago(mark-diary-entries): Only call redraw-calendar in the first of any
Glenn Morris [Wed, 9 Mar 2005 00:29:14 +0000 (00:29 +0000)]
(mark-diary-entries): Only call redraw-calendar in the first of any
recursive calls.  Reported by Alan Shutko <ats@acm.org>.

19 years ago(redraw-calendar): Preserve point. Reported by Matt Hodges
Glenn Morris [Wed, 9 Mar 2005 00:28:22 +0000 (00:28 +0000)]
(redraw-calendar): Preserve point.  Reported by Matt Hodges
<MPHodges@member.fsf.org>.
(calendar-week-start-day): Move after definition of redraw-calendar.
Delete buffer test, since redraw-calendar has that now.

19 years ago*** empty log message ***
Glenn Morris [Wed, 9 Mar 2005 00:27:33 +0000 (00:27 +0000)]
*** empty log message ***

19 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165
Miles Bader [Tue, 8 Mar 2005 23:01:04 +0000 (23:01 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-165

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10  (patch 37)

   - Update from CVS

2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)

   * lisp/gnus/nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
   buffer (since IMAP server might return FETCH response out of
   order, and the nntp buffer must be sorted).

19 years ago(Info-isearch-search): Emulate word search in
Juri Linkov [Tue, 8 Mar 2005 21:51:48 +0000 (21:51 +0000)]
(Info-isearch-search): Emulate word search in
isearching through multiple Info nodes with Info-search.
(Info-isearch-wrap): Allow isearch-word.

19 years ago(image-file-handler): Put `safe-magic' property to
Juri Linkov [Tue, 8 Mar 2005 21:48:50 +0000 (21:48 +0000)]
(image-file-handler): Put `safe-magic' property to
`image-file-handler'.

19 years ago(list-colors-print): Print #RRGGBB in default face.
Juri Linkov [Tue, 8 Mar 2005 21:47:03 +0000 (21:47 +0000)]
(list-colors-print): Print #RRGGBB in default face.
Remove 1 space before #RRGGBB to not truncate it on terminal
windows w/o fringes.  Remove 1 space between bg and fg examples
to get more space.
(list-colors-duplicates): Replace `and' with `if' for `boundp' to
avoid byte-compile warnings.

19 years ago(sgml-tag, html-tag-alist)
Juri Linkov [Tue, 8 Mar 2005 21:45:00 +0000 (21:45 +0000)]
(sgml-tag, html-tag-alist)
(html-horizontal-rule, html-line, html-image, html-checkboxes)
(html-radio-buttons): Add a space before the trailing `/>' where
sgml-xml-mode is non-nil.
(sgml-delete-tag): Check if the tag ends with `/>' to not delete
the subsequent tag of the empty XML tag.
(html-href-anchor): Don't set initial input to "http:".
(html-image): Ask for the image URL and set point inside alt="".
(html-name-anchor): Duplicate the name in the `id' attribute when
sgml-xml-mode is non-nil.
(html-paragraph): Remove \n before <p>.
(html-checkboxes, html-radio-buttons): Insert `checked="checked"'
instead of `checked' when sgml-xml-mode is non-nil.

19 years ago(debugger-step-through): Make sure that stepping into the debugger's
Lute Kamstra [Tue, 8 Mar 2005 20:15:57 +0000 (20:15 +0000)]
(debugger-step-through): Make sure that stepping into the debugger's
code is not possible.
(debugger-jumping-flag): Docstring update.