bpt/emacs.git
18 years ago(pitx): Fix output format. Print string charpos.
Kim F. Storm [Thu, 14 Jul 2005 11:30:35 +0000 (11:30 +0000)]
(pitx): Fix output format.  Print string charpos.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Jul 2005 11:30:10 +0000 (11:30 +0000)]
*** empty log message ***

18 years ago(syms_of_syntax): Staticpro lisp objects in gl_state.
Kim F. Storm [Thu, 14 Jul 2005 11:24:18 +0000 (11:24 +0000)]
(syms_of_syntax): Staticpro lisp objects in gl_state.
Staticpro re_match_object.

18 years ago(syms_of_search): Staticpro searchbuf.whitespace_regexp.
Kim F. Storm [Thu, 14 Jul 2005 11:24:08 +0000 (11:24 +0000)]
(syms_of_search): Staticpro searchbuf.whitespace_regexp.

18 years ago(syms_of_lread): Initialize seen_list.
Kim F. Storm [Thu, 14 Jul 2005 11:24:00 +0000 (11:24 +0000)]
(syms_of_lread): Initialize seen_list.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Jul 2005 11:23:40 +0000 (11:23 +0000)]
*** empty log message ***

18 years ago(add-log-mailing-address, change-log-merge): Doc fix.
Juanma Barranquero [Thu, 14 Jul 2005 10:05:14 +0000 (10:05 +0000)]
(add-log-mailing-address, change-log-merge): Doc fix.
(change-log-get-method-definition): Fix typo in docstring.

18 years ago(mac_window_to_frame): Remove duplicate define.
YAMAMOTO Mitsuharu [Thu, 14 Jul 2005 09:23:40 +0000 (09:23 +0000)]
(mac_window_to_frame): Remove duplicate define.

18 years ago(get_scrap_target_type_list): Avoid NULL pointer dereference.
YAMAMOTO Mitsuharu [Thu, 14 Jul 2005 09:23:12 +0000 (09:23 +0000)]
(get_scrap_target_type_list): Avoid NULL pointer dereference.

18 years ago(cua--pre-command-handler-1, cua--pre-command-handler)
Kim F. Storm [Thu, 14 Jul 2005 08:27:30 +0000 (08:27 +0000)]
(cua--pre-command-handler-1, cua--pre-command-handler)
(cua--post-command-handler-1, cua--post-command-handler):
Split in two.  Check (buffer local) value of cua-mode.
(cua-selection-mode): New command.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 14 Jul 2005 08:25:30 +0000 (08:25 +0000)]
*** empty log message ***

18 years ago(code_convert_region_unwind): ARG is changed to a cons.
Kenichi Handa [Thu, 14 Jul 2005 07:57:42 +0000 (07:57 +0000)]
(code_convert_region_unwind): ARG is changed to a cons.
(code_convert_region): Adjusted for the above change.
(set_conversion_work_buffer): If the work buffer is already in
use, generate a new buffer and return it.  Otherwise return Qnil.
(run_pre_post_conversion_on_str): Adjusted for the above change.
(run_pre_write_conversin_on_c_str): Likewise.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484
Miles Bader [Thu, 14 Jul 2005 05:45:24 +0000 (05:45 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-484

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 88-91)

   - Merge from emacs--cvs-trunk--0
   - Update FSF's address in GPL notices
   - Update from CVS

2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
   gnus-add-minor-mode.
   (gnus-binary-mode): Ditto.

   * lisp/gnus/gnus-topic.el (gnus-topic-mode): Ditto.

18 years ago(help-xref-interned): Undo last mistaken change.
Stefan Monnier [Thu, 14 Jul 2005 02:10:34 +0000 (02:10 +0000)]
(help-xref-interned): Undo last mistaken change.

18 years ago(help-xref-interned): Properly setup xref info.
Stefan Monnier [Thu, 14 Jul 2005 02:07:08 +0000 (02:07 +0000)]
(help-xref-interned): Properly setup xref info.

18 years agoFix up commenting style.
Stefan Monnier [Thu, 14 Jul 2005 02:06:30 +0000 (02:06 +0000)]
Fix up commenting style.

18 years agoWhitespace changes.
Luc Teirlinck [Thu, 14 Jul 2005 01:19:10 +0000 (01:19 +0000)]
Whitespace changes.

18 years ago(custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.
Luc Teirlinck [Thu, 14 Jul 2005 01:17:35 +0000 (01:17 +0000)]
(custom-initialize-safe-set, custom-initialize-safe-default): Further doc fixes.

18 years ago(Variable Definitions): Add `custom-initialize-safe-set' and
Luc Teirlinck [Thu, 14 Jul 2005 01:07:23 +0000 (01:07 +0000)]
(Variable Definitions): Add `custom-initialize-safe-set' and
`custom-initialize-safe-default'.
`standard-value' is a list too.
(Defining New Types): Use @key{RET} instead of @key{ret}.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 14 Jul 2005 01:06:01 +0000 (01:06 +0000)]
*** empty log message ***

18 years ago(custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes.
Luc Teirlinck [Thu, 14 Jul 2005 01:01:37 +0000 (01:01 +0000)]
(custom-initialize-safe-set, custom-initialize-safe-default): Doc fixes.

18 years ago(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
Luc Teirlinck [Thu, 14 Jul 2005 00:59:34 +0000 (00:59 +0000)]
(blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.

18 years ago(command-line): Use `custom-reevaluate-setting' again for tooltip-mode.
Luc Teirlinck [Thu, 14 Jul 2005 00:57:45 +0000 (00:57 +0000)]
(command-line): Use `custom-reevaluate-setting' again for tooltip-mode.

18 years ago(tooltip-mode): Use `custom-initialize-safe-default' and simplify
Luc Teirlinck [Thu, 14 Jul 2005 00:56:53 +0000 (00:56 +0000)]
(tooltip-mode): Use `custom-initialize-safe-default' and simplify
:init-value again.  Delete autoload.

18 years ago(define-minor-mode): Do not override explicitly specified :initialize keyword.
Luc Teirlinck [Thu, 14 Jul 2005 00:56:13 +0000 (00:56 +0000)]
(define-minor-mode): Do not override explicitly specified :initialize keyword.

18 years agoDon't include des.h (or variants thereof); krb.h will do it.
Ken Raeburn [Wed, 13 Jul 2005 21:47:54 +0000 (21:47 +0000)]
Don't include des.h (or variants thereof); krb.h will do it.
(sendline): Add the \r\n to the line in a temporary buffer, and write it all at
once.

18 years ago*** empty log message ***
Stefan Monnier [Wed, 13 Jul 2005 18:22:07 +0000 (18:22 +0000)]
*** empty log message ***

18 years ago(Translating Input): Fix typo.
Thien-Thi Nguyen [Wed, 13 Jul 2005 17:48:37 +0000 (17:48 +0000)]
(Translating Input): Fix typo.

18 years ago(line-move-1): Undo rest of 2005-06-23 change.
Kim F. Storm [Wed, 13 Jul 2005 13:45:30 +0000 (13:45 +0000)]
(line-move-1): Undo rest of 2005-06-23 change.

18 years ago*** empty log message ***
Juanma Barranquero [Wed, 13 Jul 2005 11:09:30 +0000 (11:09 +0000)]
*** empty log message ***

18 years ago(winner-mode, winner-boring-buffers, winner-pending-undo-ring): Doc fixes.
Juanma Barranquero [Wed, 13 Jul 2005 11:03:18 +0000 (11:03 +0000)]
(winner-mode, winner-boring-buffers, winner-pending-undo-ring): Doc fixes.
(winner-ring): Remove unneeded `progn'.
(winner-equal): `defsubst' it.
(winner-redo): Fix message.

18 years ago(whitespace-check-buffer-leading, whitespace-check-buffer-trailing,
Juanma Barranquero [Wed, 13 Jul 2005 10:32:08 +0000 (10:32 +0000)]
(whitespace-check-buffer-leading, whitespace-check-buffer-trailing,
whitespace-check-buffer-indent, whitespace-check-buffer-spacetab,
whitespace-check-buffer-ateol, whitespace-highlighted-space,
whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace, whitespace-abort-on-error, whitespace-modes):
Fix typos in docstrings.
(defgroup, defcustom): Doc fix.

18 years ago(line-move-1): Always use vertical-motion to
Kim F. Storm [Wed, 13 Jul 2005 10:29:38 +0000 (10:29 +0000)]
(line-move-1): Always use vertical-motion to
do the last (or only) line move to ensure some movement.
Undo 2005-06-23 change--don't check for overlays.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 13 Jul 2005 10:29:22 +0000 (10:29 +0000)]
*** empty log message ***

18 years ago(my-mark-marker, allout-isearch-prior-pos, allout-unprotected,
Juanma Barranquero [Wed, 13 Jul 2005 10:15:39 +0000 (10:15 +0000)]
(my-mark-marker, allout-isearch-prior-pos, allout-unprotected,
allout-undo-aggregation, allout-snug-back, allout-post-command-business,
allout-flag-region, isearch-reenable-font-lock, allout-yank,
allout-insert-latex-header, allout-insert-latex-trailer,
allout-latex-verbatim-quote-curr-line, allout-latexify-exposed,
allout-latex-verb-quote): Fix typos in docstrings.
(allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
(allout-unprotected, allout-prefix-data): Improve argument/docstring
consistency.
(allout-chart-subtree): Fix argument spec.
(allout-open-topic): Rename `use_sib_bullet' argument to `use-sib-bullet'.
Doc fix.

18 years ago(Fvertical_motion): If start position is on an image,
Kim F. Storm [Wed, 13 Jul 2005 10:02:58 +0000 (10:02 +0000)]
(Fvertical_motion): If start position is on an image,
don't move back if we move too far (that's almost certain to happen).

18 years ago* xdisp.c (start_display): Don't reseat to next visible line start
Kim F. Storm [Wed, 13 Jul 2005 10:02:42 +0000 (10:02 +0000)]
* xdisp.c (start_display): Don't reseat to next visible line start
if current start position is in a string or image.
(move_it_vertically_backward): Be sure to move out of strings and
images when moving it2 forward.
(move_it_by_lines): When moving forward, move to next buffer
position if we end up in a string or image.  When moving backward,
count rows moved over when moving to start of current row in case
row starts in middle of a string or image.  Also move further
backward if we end up in a string or image.
(try_cursor_movement): if overlay string spans multiple lines,
move backward to set cursor on start of an overlay string.
(cursor_row_p): Row is ok if cursor is at newline from string, but
string starts on this line (so we always position cursor at start
of string).

18 years ago(cursor_row_fully_visible_p): Allow partially visible
Kim F. Storm [Wed, 13 Jul 2005 09:36:12 +0000 (09:36 +0000)]
(cursor_row_fully_visible_p): Allow partially visible
row in minibuffer windows.
(try_window): Don't check margins in minibuffer windows.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 13 Jul 2005 09:35:20 +0000 (09:35 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 13 Jul 2005 09:13:35 +0000 (09:13 +0000)]
*** empty log message ***

18 years ago(try_font_list) [MAC_OS]: Try font family name
YAMAMOTO Mitsuharu [Wed, 13 Jul 2005 09:13:19 +0000 (09:13 +0000)]
(try_font_list) [MAC_OS]: Try font family name
beginning with that for ASCII.

18 years agoDon't include stdlib.h or composite.h.
YAMAMOTO Mitsuharu [Wed, 13 Jul 2005 09:12:59 +0000 (09:12 +0000)]
Don't include stdlib.h or composite.h.
(x_use_underline_position_properties, last_mouse_press_frame)
(x_noop_count, Qvendor_specific_keysyms): Remove unused variables.
(syms_of_macterm, mac_initialize): Don't initialize them.
(waiting_for_input, initial_argv, initial_argc)
(Vcommand_line_args, Vx_no_window_manager, errno, window_scroll)
(set_frame_menubar, path_from_vol_dir_name): Remove externs.
(extra_keyboard_modifiers): Fix type in extern.
(x_window_to_frame, x_window_to_scroll_bar): Remove declarations.
(x_scroll_bar_report_motion): Add argument types to declaration.
(mac_compute_glyph_string_overhangs): Add declaration.
(disable_mouse_highlight): Remove unused variable.
[USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click)
(x_scroll_bar_handle_press, x_scroll_bar_handle_release)
(x_scroll_bar_handle_drag): Remove argument `timestamp'.  All
callers changed.
[USE_TOOLKIT_SCROLL_BARS] (construct_scroll_bar_click): Don't set
timestamp.
[USE_CARBON_EVENTS] (mac_handle_mouse_event): Likewise.
(x_scroll_bar_create, XTset_vertical_scroll_bar): Show scroll bar
only when its width is less than the height.
(XTredeem_scroll_bar): Sync with xterm.c.
(font_name_table, font_name_table_size, font_name_count): Make
static.
(drag_and_drop_file_list): Remove variable.  Previous use is now
local to function.
(do_ae_open_documents): Move DRAG_N_DROP event construction part
from XTread_socket.
(XTread_socket): Consolidate setting of event timestamp.  Move
DRAG_N_DROP event construction part to do_ae_open_documents.
Support extra_keyboard_modifiers.

18 years ago(ccl-encode-mac-roman-font, ccl-encode-mac-centraleurroman-font)
YAMAMOTO Mitsuharu [Wed, 13 Jul 2005 09:11:35 +0000 (09:11 +0000)]
(ccl-encode-mac-roman-font, ccl-encode-mac-centraleurroman-font)
(ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
(ccl-encode-mac-dingbats-font): Remove check for ASCII.  Change
charset-id boundary of dimension to ?\xef.
(mac-char-fontspec-list): New constant.
(fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
argument.  Nil uses itself as family in font-spec.  Previous
behavior for nil is now provided by non-nil non-string argument.
All callers changed.  Add font-specs for Mac fonts to
"fontset-default" unless iso8859-1 fonts are installed.

18 years ago*** empty log message ***
Stefan Monnier [Wed, 13 Jul 2005 05:38:25 +0000 (05:38 +0000)]
*** empty log message ***

18 years ago(gc_cons_threshold): Make it static.
Stefan Monnier [Wed, 13 Jul 2005 05:33:34 +0000 (05:33 +0000)]
(gc_cons_threshold): Make it static.

18 years ago(gc_cons_threshold): Remove declaration.
Stefan Monnier [Wed, 13 Jul 2005 05:32:52 +0000 (05:32 +0000)]
(gc_cons_threshold): Remove declaration.

18 years ago(Feval, Ffuncall): Use gc_cons_combined_threshold.
Stefan Monnier [Wed, 13 Jul 2005 05:31:35 +0000 (05:31 +0000)]
(Feval, Ffuncall): Use gc_cons_combined_threshold.

18 years ago(read_char): Use gc_cons_combined_threshold.
Stefan Monnier [Wed, 13 Jul 2005 05:30:56 +0000 (05:30 +0000)]
(read_char): Use gc_cons_combined_threshold.

18 years ago(gc_cons_combined_threshold): Declare.
Stefan Monnier [Wed, 13 Jul 2005 05:30:04 +0000 (05:30 +0000)]
(gc_cons_combined_threshold): Declare.

18 years ago(MAYBE_GC): Use gc_cons_combined_threshold.
Stefan Monnier [Wed, 13 Jul 2005 05:29:10 +0000 (05:29 +0000)]
(MAYBE_GC): Use gc_cons_combined_threshold.

18 years ago(gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
Stefan Monnier [Wed, 13 Jul 2005 05:28:37 +0000 (05:28 +0000)]
(gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
(Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
(syms_of_alloc): Declare gc-cons-percentage.

18 years ago(sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
Stefan Monnier [Wed, 13 Jul 2005 04:55:42 +0000 (04:55 +0000)]
(sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
(sh-get-indent-info): Simplify.
(sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.

18 years ago(font-lock-fontify-keywords-region): Avoid inf-loops
Stefan Monnier [Wed, 13 Jul 2005 04:39:14 +0000 (04:39 +0000)]
(font-lock-fontify-keywords-region): Avoid inf-loops
when the matched text is empty.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 12 Jul 2005 23:29:29 +0000 (23:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Tue, 12 Jul 2005 22:19:42 +0000 (22:19 +0000)]
*** empty log message ***

18 years agoDelete MH-E.
Richard M. Stallman [Tue, 12 Jul 2005 22:19:00 +0000 (22:19 +0000)]
Delete MH-E.

18 years agoDelete find-func and flyspell.
Richard M. Stallman [Tue, 12 Jul 2005 22:18:29 +0000 (22:18 +0000)]
Delete find-func and flyspell.

18 years agoFix word duplication.
Richard M. Stallman [Tue, 12 Jul 2005 21:53:08 +0000 (21:53 +0000)]
Fix word duplication.

18 years ago(command-line): Whitespace changes.
Luc Teirlinck [Tue, 12 Jul 2005 20:30:04 +0000 (20:30 +0000)]
(command-line): Whitespace changes.

18 years ago(command-line): Revert to previous handling of tooltip-mode.
Luc Teirlinck [Tue, 12 Jul 2005 20:15:57 +0000 (20:15 +0000)]
(command-line): Revert to previous handling of tooltip-mode.
Explain in comment why the complexity is needed.

18 years ago(tooltip-mode): Revert to previous implementation of its defcustom.
Luc Teirlinck [Tue, 12 Jul 2005 20:14:40 +0000 (20:14 +0000)]
(tooltip-mode): Revert to previous implementation of its defcustom.

18 years ago(blink-cursor-mode): Revert to previous implementation of its defcustom.
Luc Teirlinck [Tue, 12 Jul 2005 20:13:23 +0000 (20:13 +0000)]
(blink-cursor-mode): Revert to previous implementation of its defcustom.
Update.comment.

18 years ago*** empty log message ***
Luc Teirlinck [Tue, 12 Jul 2005 20:11:35 +0000 (20:11 +0000)]
*** empty log message ***

18 years agoUpdate e-mail address.
Lars Hansen [Tue, 12 Jul 2005 18:05:09 +0000 (18:05 +0000)]
Update e-mail address.

18 years ago*** empty log message ***
Lars Hansen [Tue, 12 Jul 2005 18:04:56 +0000 (18:04 +0000)]
*** empty log message ***

18 years ago(intern): Remove dup. intern and staticpro for QTIMESTAMP.
Kim F. Storm [Tue, 12 Jul 2005 13:16:44 +0000 (13:16 +0000)]
(intern): Remove dup. intern and staticpro for QTIMESTAMP.

18 years ago* coding.c (Qprocess_argument):
Kim F. Storm [Tue, 12 Jul 2005 13:16:18 +0000 (13:16 +0000)]
* coding.c (Qprocess_argument):
* coding.h (Qprocess_argument): Remove unused var.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 12 Jul 2005 13:16:01 +0000 (13:16 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 12 Jul 2005 11:33:57 +0000 (11:33 +0000)]
*** empty log message ***

18 years ago[!TARGET_API_MAC_CARBON] Include charset.h, coding.h, and Endian.h.
YAMAMOTO Mitsuharu [Tue, 12 Jul 2005 11:33:42 +0000 (11:33 +0000)]
[!TARGET_API_MAC_CARBON] Include charset.h, coding.h, and Endian.h.
[!MAC_OSX] (fchmod, fchown): New functions.
(mac_get_code_from_arg): Don't accept Lisp integer as argument.
Use SBYTES and EndianU32_BtoN.
(mac_get_object_from_code): Return 4 byte string even if argument
is 0.  Use make_unibyte_string and EndianU32_NtoB.
(Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
(Fmac_set_file_type): Fix documents and argument declarations.
Don't specify kFSCatInfoNodeFlags.  Support Mac OS Classic.

18 years ago(mail-to, mail-selection): New NSServices.
YAMAMOTO Mitsuharu [Tue, 12 Jul 2005 11:33:09 +0000 (11:33 +0000)]
(mail-to, mail-selection): New NSServices.

18 years ago(mac-services-mail-selection, mac-services-mail-to): New functions.
YAMAMOTO Mitsuharu [Tue, 12 Jul 2005 11:32:40 +0000 (11:32 +0000)]
(mac-services-mail-selection, mac-services-mail-to): New functions.
(mac-application-menu-map): Bind them.

18 years agoFix typos.
Juri Linkov [Tue, 12 Jul 2005 06:18:38 +0000 (06:18 +0000)]
Fix typos.

18 years ago(Files): Change description of `C-x C-q' from
Juri Linkov [Tue, 12 Jul 2005 06:16:38 +0000 (06:16 +0000)]
(Files): Change description of `C-x C-q' from
`checkin/checkout' to `toggle read-only'.
(Getting Help): Replace `C-h c' with `C-h k'.
(Error Recovery): Replace `recover-file' with `recover-session'.
(Info): Replace key binding `C-h C-i' with `C-h S'.  Add `t'.

18 years agoAdd note about buffering with Windows.
Nick Roberts [Tue, 12 Jul 2005 05:31:08 +0000 (05:31 +0000)]
Add note about buffering with Windows.

18 years ago*** empty log message ***
Nick Roberts [Tue, 12 Jul 2005 05:29:58 +0000 (05:29 +0000)]
*** empty log message ***

18 years ago(custom-reevaluate-setting): Doc fix.
Luc Teirlinck [Mon, 11 Jul 2005 23:41:11 +0000 (23:41 +0000)]
(custom-reevaluate-setting): Doc fix.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 11 Jul 2005 23:36:50 +0000 (23:36 +0000)]
*** empty log message ***

18 years ago(Frecenter): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier [Mon, 11 Jul 2005 21:43:20 +0000 (21:43 +0000)]
(Frecenter): Yet another int/Lisp_Object mixup (YAILOM).

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Jul 2005 19:28:21 +0000 (19:28 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Jul 2005 19:23:04 +0000 (19:23 +0000)]
*** empty log message ***

18 years ago(Graphics): Mention GNUPLOT's web site.
Jay Belanger [Mon, 11 Jul 2005 16:22:00 +0000 (16:22 +0000)]
(Graphics): Mention GNUPLOT's web site.
(Hooks): Mention new hooks.
(Embedded Mode): Mention that some variables may be major-mode
dependent.
(Customizable Variables):  Mention new customizable variables.

18 years ago* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Jan Djärv [Mon, 11 Jul 2005 14:28:43 +0000 (14:28 +0000)]
* xfaces.c (x_update_menu_appearance): Use fontSet resource for
Lucid if X_I18N, font otherwise.

18 years ago*** empty log message ***
Jay Belanger [Mon, 11 Jul 2005 07:11:48 +0000 (07:11 +0000)]
*** empty log message ***

18 years ago(calc-embedded-announce-formula-alist)
Jay Belanger [Mon, 11 Jul 2005 06:43:39 +0000 (06:43 +0000)]
(calc-embedded-announce-formula-alist)
(calc-embedded-open-close-plain-alist)
(calc-embedded-open-close-mode-alist): Added checks for additional
major modes (due to Robert J. Chassell  <bob@rattlesnake.com>).

18 years ago(custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'
Juanma Barranquero [Mon, 11 Jul 2005 06:12:55 +0000 (06:12 +0000)]
(custom-enable-theme): Don't add theme to `custom-enabled-themes' with `push'
because there is no setf-method for `delq'.

18 years ago(custom-declare-variable): Doc fix.
Richard M. Stallman [Mon, 11 Jul 2005 05:41:57 +0000 (05:41 +0000)]
(custom-declare-variable): Doc fix.

18 years ago(dired-compare-directories): Remove "." and ".." from the alists.
Richard M. Stallman [Mon, 11 Jul 2005 04:25:01 +0000 (04:25 +0000)]
(dired-compare-directories): Remove "." and ".." from the alists.

18 years ago(edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.
Richard M. Stallman [Mon, 11 Jul 2005 04:05:39 +0000 (04:05 +0000)]
(edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.

(edebug-enter): Don't do with-timeout-suspend here.
(edebug-display): Do it here instead.

18 years agoFix previous change.
Richard M. Stallman [Mon, 11 Jul 2005 01:05:17 +0000 (01:05 +0000)]
Fix previous change.

18 years ago(custom-push-theme): Maintain list of the settings
Richard M. Stallman [Mon, 11 Jul 2005 00:57:23 +0000 (00:57 +0000)]
(custom-push-theme): Maintain list of the settings
of a given theme in its theme-settings property.
Maintain position of old settings in the theme-value or theme-face property.
(custom-enabled-themes): New variable.
(custom-theme-enabled-p): New function.
(provide-theme): Update custom-enabled-themes.
Disable and reenable the `user' theme.
(require-theme): Doc fix.
(custom-do-theme-reset, custom-remove-theme): Functions deleted.
(custom-theme-value, custom-theme-variable-value): Likewise.
(custom-theme-reset-internal): Likewise.
(custom-theme-load-themes): Fix bugs and use custom-disable-theme.
(custom-enable-theme, custom-disable-theme): New functions.
(custom-variable-theme-value, custom-face-theme-value): Likewise.
(custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
(custom-theme-reset-variables): Simplify.
(deftheme, custom-declare-theme, custom-make-theme-feature):
Definitions moved.

18 years ago(custom-theme-set-faces): Make it work.
Richard M. Stallman [Mon, 11 Jul 2005 00:56:53 +0000 (00:56 +0000)]
(custom-theme-set-faces): Make it work.
(custom-reset-faces): Doc fix.
(custom-theme-reset-internal-face, custom-theme-face-value): Functions deleted.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 11 Jul 2005 00:36:10 +0000 (00:36 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Kim F. Storm [Sun, 10 Jul 2005 22:32:00 +0000 (22:32 +0000)]
*** empty log message ***

18 years ago(longlines-show-region, longlines-unshow-hard-newlines):
Richard M. Stallman [Sun, 10 Jul 2005 20:37:20 +0000 (20:37 +0000)]
(longlines-show-region, longlines-unshow-hard-newlines):
Recognize hard newlines by non-nil hard property, instead of t.

18 years ago* viper-cmd.el (viper--key-maps): new variable.
Michael Kifer [Sun, 10 Jul 2005 18:46:24 +0000 (18:46 +0000)]
* viper-cmd.el (viper--key-maps): new variable.
(viper-normalize-minor-mode-map-alist): use viper--key-maps and
emulation-mode-map-alists.
(viper-envelop-ESC-key): use viper-subseq.
(viper-search-forward/backward/next): disable debug-on-error.

* viper-keym.el (viper-toggle-key,viper-quoted-insert-key,
viper-ESC-key): new defcustoms.

* viper-macs.el (ex-map-read-args): use viper-subseq.

* viper-util.el (viper-key-to-emacs-key): use viper-subseq.
(viper-subseq): copy of subseq from cl.el.

* viper.el (viper-go-away,viper-set-hooks): use
emulation-mode-map-alists, advise self-insert-command, add-minor-mode.

* viper-mous.el (viper-current-frame-saved): use defvar.

* viper-init.el: got rid of -face in face names.

* ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3):
Make it work with longlines mode

* ediff-mult.el (ediff-meta-mode-hook): new variable.

* ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp.

* ediff-init: got rid of -face in face names.

18 years agoAdding in functions for setting and retrieving file type info
Steven Tamm [Sun, 10 Jul 2005 18:17:18 +0000 (18:17 +0000)]
Adding in functions for setting and retrieving file type info
mac.c (Fmac_get_file_type, Fmac_get_file_creator): Added.
(Fmac_set_file_type, Fmac_set_file_creator): Added
(mac_get_object_from_code, mac_get_code_from_arg): Added

18 years ago(edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.
Richard M. Stallman [Sun, 10 Jul 2005 17:23:54 +0000 (17:23 +0000)]
(edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.

18 years ago(facemenu-read-color): Do case-insensitive matching.
Richard M. Stallman [Sun, 10 Jul 2005 17:20:02 +0000 (17:20 +0000)]
(facemenu-read-color): Do case-insensitive matching.

18 years ago(timezone-parse-date): Changed first regexp
Richard M. Stallman [Sun, 10 Jul 2005 17:19:28 +0000 (17:19 +0000)]
(timezone-parse-date): Changed first regexp
so it will not mistakenly match dates with no time zone.