Dave Love [Tue, 20 May 2003 16:27:57 +0000 (16:27 +0000)]
(MAIL_USE_FLOCK): Make it conditional.
Juanma Barranquero [Mon, 19 May 2003 22:26:09 +0000 (22:26 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 19 May 2003 22:17:30 +0000 (22:17 +0000)]
(desktop-save): Ensure parameter is expanded and ends with a slash before
assigning it to desktop-dirname and default-directory.
(desktop-read): Put buffers existing prior to evaluating the desktop (and not
reused) at the end of the buffer list.
(desktop-create-buffer): Don't update desktop-first-buffer for old desktop
files.
John Paul Wallington [Mon, 19 May 2003 17:45:27 +0000 (17:45 +0000)]
(xml-name-regexp): Wrap in `eval-and-compile'.
Stefan Monnier [Mon, 19 May 2003 16:36:06 +0000 (16:36 +0000)]
*** empty log message ***
Dave Love [Mon, 19 May 2003 16:03:45 +0000 (16:03 +0000)]
Doc fixes.
(xml-parse-file, xml-parse-region): Autoload.
(xml-syntax-table, xml-name-regexp): New.
(xml-parse-region): Narrow to region, set syntax-table and
case-fold-search. Reject fewer valid documents.
(xml-parse-tag): Remove arg END. Callers changed.
(xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
properly. Don't use buffer-substring-no-properties. Don't bind
case-fold-search. Fix syntax for empty elements. Hoist consing
of end-of-tag regexp out of loop.
(xml-parse-attlist): Remove arg. Callers changed. Use
skip-syntax-forward, replace-regexp-in-string, forward-sexp.
Allow non-ASCII names.
(xml-skip-dtd): Remove arg. Callers changed. Change matching
code.
(xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use
match-string-no-properties.
(xml-ucs-to-string): Deleted.
(xml-substitute-entity): New.
(xml-substitute-special): Use it.
(xml-debug-print-internal): Simplify insertions.
(xml-parse-file): Avoid finding file in xml-mode.
Kai Großjohann [Mon, 19 May 2003 15:47:14 +0000 (15:47 +0000)]
* simple.el (kill-whole-line): New function.
* bindings.el (global-map): Bind it.
Richard M. Stallman [Mon, 19 May 2003 14:52:43 +0000 (14:52 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 19 May 2003 14:52:12 +0000 (14:52 +0000)]
Correct invariant section names.
Richard M. Stallman [Mon, 19 May 2003 14:49:25 +0000 (14:49 +0000)]
(goto-address-fontify-maximum-size): Value t means no limit.
(goto-address-fontify): Implement that feature.
Richard M. Stallman [Mon, 19 May 2003 14:47:46 +0000 (14:47 +0000)]
(find-function-on-key): Move the call to find-function-other-window
outside the save-excursion.
Richard M. Stallman [Mon, 19 May 2003 14:46:49 +0000 (14:46 +0000)]
(ff-special-constructs): Delete the Ada entry.
Richard M. Stallman [Mon, 19 May 2003 14:46:06 +0000 (14:46 +0000)]
(x-create-frame-with-faces): Don't call face-set-after-frame-default.
(face-set-after-frame-default): Copy attrs of global `default'
face to FRAME's `default' face.
Richard M. Stallman [Mon, 19 May 2003 14:43:20 +0000 (14:43 +0000)]
Mark as obsolete.
Richard M. Stallman [Mon, 19 May 2003 14:41:32 +0000 (14:41 +0000)]
Comment change.
Richard M. Stallman [Mon, 19 May 2003 14:41:09 +0000 (14:41 +0000)]
(Finternal_set_lisp_face_attribute): Handle Qunspecified
as value for QCfont attribute.
(realize_default_face): lface should already exist; crash if not.
Specify 0 for FORCE_P when calling set_lface_from_font_name.
Richard M. Stallman [Mon, 19 May 2003 14:38:44 +0000 (14:38 +0000)]
(Fignore_event): Doc fix.
Kenichi Handa [Mon, 19 May 2003 13:02:39 +0000 (13:02 +0000)]
(decode_coding_string): Handle post-read-conversion
even if the coding doesn't require decoding.
Kenichi Handa [Mon, 19 May 2003 13:02:16 +0000 (13:02 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 19 May 2003 00:10:02 +0000 (00:10 +0000)]
*** empty log message ***
Juanma Barranquero [Sun, 18 May 2003 23:58:08 +0000 (23:58 +0000)]
(skeleton-internal-1): Allow - as alternate interesting point marker and revert
@ to just setting skeleton-positions.
Nick Roberts [Sun, 18 May 2003 22:19:17 +0000 (22:19 +0000)]
(put-arrow): Rename gdb-put-arrow and simplify.
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.
Nick Roberts [Sun, 18 May 2003 22:17:24 +0000 (22:17 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 18 May 2003 21:51:01 +0000 (21:51 +0000)]
(beginning-of-defun-raw): Use shy-group.
Stefan Monnier [Sun, 18 May 2003 21:37:23 +0000 (21:37 +0000)]
(executable-set-magic): Remove unused vars `point' and `buffer-modified-p'.
Stefan Monnier [Sun, 18 May 2003 21:35:06 +0000 (21:35 +0000)]
(mail-mode): Don't bother setting paragraph-start.
Stefan Monnier [Sun, 18 May 2003 21:27:41 +0000 (21:27 +0000)]
Use explicit coding tag.
Stefan Monnier [Sun, 18 May 2003 21:07:01 +0000 (21:07 +0000)]
(sgml-xml-auto-coding-function, sgml-html-meta-auto-coding-function):
Don't assume point-min == 1.
Stefan Monnier [Sun, 18 May 2003 21:02:22 +0000 (21:02 +0000)]
(hz-set-msb-table): Build when compiling.
(big5-to-cns): Pre-build the alist when compiling.
Stefan Monnier [Sun, 18 May 2003 20:58:34 +0000 (20:58 +0000)]
(indian-regexp-of-hashtbl-keys): Don't sort the argument to regexp-opt.
(indian--puthash-char): Use dolist rather than mapc.
Stefan Monnier [Sun, 18 May 2003 19:34:14 +0000 (19:34 +0000)]
*** empty log message ***
John Paul Wallington [Sun, 18 May 2003 18:27:57 +0000 (18:27 +0000)]
Update copyright years.
John Paul Wallington [Sun, 18 May 2003 18:24:52 +0000 (18:24 +0000)]
(ibuffer-display-summary): New customizable variable.
(ibuffer-update-title-and-summary): Respect it.
Michael Kifer [Sun, 18 May 2003 17:19:59 +0000 (17:19 +0000)]
*** empty log message ***
Michael Kifer [Sun, 18 May 2003 17:18:09 +0000 (17:18 +0000)]
2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-mult.el (ediff-default-filtering-regexp): new variable.
* ediff-util.el (ediff-maybe-save-and-delete-merge): change in a
message.
* ediff.el (ediff-directories,ediff-directory-revisions,
ediff-directories3,ediff-merge-directories,
ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions,
ediff-merge-directory-revisions-with-ancestor): make use of the new
ediff-default-filtering-regexp variable.
Richard M. Stallman [Sun, 18 May 2003 15:10:07 +0000 (15:10 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 18 May 2003 15:10:00 +0000 (15:10 +0000)]
(Fcall_process_region): Doc fix.
Richard M. Stallman [Sun, 18 May 2003 15:07:11 +0000 (15:07 +0000)]
(which-func-current, which-func-format):
Preload the risky-local-variable properties for them.
Richard M. Stallman [Sun, 18 May 2003 15:04:24 +0000 (15:04 +0000)]
(prepare-change-group): Reinstate BUFFER arg; make it work.
Stefan Monnier [Sun, 18 May 2003 05:29:38 +0000 (05:29 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 18 May 2003 03:30:07 +0000 (03:30 +0000)]
(Fload): Print a message if package is obsolete.
Stefan Monnier [Sun, 18 May 2003 03:01:22 +0000 (03:01 +0000)]
Don't require vc.el anymore.
(log-edit-mode-map): Fold vc-log-mode-map into it.
(vc-log-mode-map): Redefine as an alias.
(vc-previous-comment): Don't widen.
(vc-comment-to-change-log): Don't redundantly set paragraph-separate.
Don't require `add-log' since it's already required at toplevel.
Stefan Monnier [Sun, 18 May 2003 02:53:24 +0000 (02:53 +0000)]
(vc-log-mode-map, vc-maximum-comment-ring-size)
(vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
Move vars to log-edit.el.
(vc-new-comment-index, vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Move funs to log-edit.el.
(vc-clear-context): Don't empty the comment-ring.
(vc-finish-logentry): Don't add the comment onto the comment-ring.
Stefan Monnier [Sun, 18 May 2003 02:46:56 +0000 (02:46 +0000)]
(vc-log-mode-map, vc-maximum-comment-ring-size, vc-comment-ring)
(vc-comment-ring-index, vc-last-comment-match): Move vars from vc.el.
(vc-new-comment-index, vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Move funs from vc.el.
(log-edit-show-files): Remove unused var `editbuf'.
Stefan Monnier [Sun, 18 May 2003 02:31:19 +0000 (02:31 +0000)]
(macro-declaration-function): Avoid `dolist' and `cadr'.
Nick Roberts [Sat, 17 May 2003 23:28:38 +0000 (23:28 +0000)]
New icons for debugger.
Nick Roberts [Sat, 17 May 2003 23:25:51 +0000 (23:25 +0000)]
(gdb): Define gud-nexti.
(gud-menu-map): Add gud-nexti to map.
(gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
Nick Roberts [Sat, 17 May 2003 23:24:39 +0000 (23:24 +0000)]
*** empty log message ***
John Paul Wallington [Sat, 17 May 2003 22:47:18 +0000 (22:47 +0000)]
(number-to-register): Use `string-to-number' instead
of `string-to-int'.
Stefan Monnier [Sat, 17 May 2003 22:43:51 +0000 (22:43 +0000)]
(tcl-indent-exp): Remove dead code.
(tcl-tab-always-indent): Default to tab-always-indent.
John Paul Wallington [Sat, 17 May 2003 22:42:54 +0000 (22:42 +0000)]
(skkdic-okuri-nasi-entries, skkdic-okuri-nasi-entries-count):
Use defvar for non-constants.
Stefan Monnier [Sat, 17 May 2003 22:38:13 +0000 (22:38 +0000)]
(perl-tab-always-indent): Default to tab-always-indent.
(perl-end-of-function): Remove unsed var `npos'.
Stefan Monnier [Sat, 17 May 2003 22:21:36 +0000 (22:21 +0000)]
(which-func-format): Make it risky-local-variable.
(which-func-table): New var.
(which-func-current): Make it into a constant modeline spec.
(which-func-previous): Remove.
(which-func-update): Only update the selected window.
(which-func-update-1): Use the new var to allow the current
function to be different for a buffer shown in two windows.
Stefan Monnier [Sat, 17 May 2003 22:00:40 +0000 (22:00 +0000)]
(with-selected-window): New macro.
(dolist, dotimes, with-current-buffer): Use backquotes.
(when, unless, save-match-data, combine-after-change-calls)
(with-output-to-string, with-temp-buffer): Add `declare' info.
(listify-key-sequence): Don't allocate unnecessarily.
(read-quoted-char): Allow up to base 36.
(prepare-change-group): Remove unimplemented argument.
Stefan Monnier [Sat, 17 May 2003 21:19:55 +0000 (21:19 +0000)]
(Fselect_window): Add optional `norecord' arg.
(select_window_1): Fold into Fselect_window.
(select_window_norecord): New function.
(temp_output_buffer_show): Use it. Preserve current buffer.
(delete_window, Fother_window, Fset_window_configuration):
Pass nil as new arg to Fselect_window.
Stefan Monnier [Sat, 17 May 2003 21:17:45 +0000 (21:17 +0000)]
(Fselect_window): Add optional arg `norecord'.
Stefan Monnier [Sat, 17 May 2003 20:29:40 +0000 (20:29 +0000)]
(pp-to-string, Info-goto-node): Don't autoload.
(widget-choose, widget-map-buttons): Use with-current-buffer.
(widget-field-add-space): Change to nil (and to defconst).
(widget-info-link-action): Use `info'.
David Kastrup [Sat, 17 May 2003 20:03:22 +0000 (20:03 +0000)]
(read_process_output): Back out change from 2003-03-09.
David Kastrup [Sat, 17 May 2003 20:02:55 +0000 (20:02 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 17 May 2003 18:54:56 +0000 (18:54 +0000)]
(get_pos_property): Declare.
Stefan Monnier [Sat, 17 May 2003 18:47:18 +0000 (18:47 +0000)]
(create_root_interval, graft_intervals_into_buffer): Use BEG.
(merge_properties, intervals_equal, merge_properties_sticky): Use XCAR, XCDR.
(adjust_for_invis_intang): Pass new arg to text_property_stickiness.
(get_local_map): Use get_pos_property (for stickiness and empty overlays).
Stefan Monnier [Sat, 17 May 2003 18:47:04 +0000 (18:47 +0000)]
(get_pos_property): Don't assume that `object' = nil.
Stefan Monnier [Sat, 17 May 2003 18:46:36 +0000 (18:46 +0000)]
(text_property_stickiness): New arg `buffer'.
Richard M. Stallman [Sat, 17 May 2003 15:53:12 +0000 (15:53 +0000)]
(read_minibuf): If buffer is empty, record the default in the history.
(Fminibuffer_complete_word): When deleting the overlap, take account
of its real position.
Richard M. Stallman [Sat, 17 May 2003 15:49:42 +0000 (15:49 +0000)]
(map_char_table): Fix previous change.
Richard M. Stallman [Sat, 17 May 2003 12:50:31 +0000 (12:50 +0000)]
(find_defun_start): When open_paren_in_column_0_is_defun_start,
return beginning of buffer.
Richard M. Stallman [Sat, 17 May 2003 12:49:12 +0000 (12:49 +0000)]
(specbinding_func): New typedef.
(struct specbinding): Use specbinding_func, to put the `volatile'
in the right place.
(map_char_table): Declare added arg.
Richard M. Stallman [Sat, 17 May 2003 12:47:55 +0000 (12:47 +0000)]
(Fset_keymap_parent, map_keymap, Fcopy_keymap)
(Faccessible_keymaps): Pass new arg to map_char_table.
Richard M. Stallman [Sat, 17 May 2003 12:46:53 +0000 (12:46 +0000)]
(Ffontset_info): Pass new arg to map_char_table.
Richard M. Stallman [Sat, 17 May 2003 12:45:52 +0000 (12:45 +0000)]
(map_char_table): New arg TABLE gets the master table. All calls changed.
Process default and inheritance, resorting to Faref if necessary.
Richard M. Stallman [Sat, 17 May 2003 12:44:28 +0000 (12:44 +0000)]
(set_case_table): Pass new arg to map_char_table.
Richard M. Stallman [Sat, 17 May 2003 12:42:31 +0000 (12:42 +0000)]
(let_shadows_buffer_binding_p): Make target of p volatile.
Richard M. Stallman [Sat, 17 May 2003 12:40:32 +0000 (12:40 +0000)]
(Fgarbage_collect): Cast pointers into specpdl to avoid GCC warning.
Nick Roberts [Sat, 17 May 2003 10:17:57 +0000 (10:17 +0000)]
(gdb-info-frames-custom): Reverse contrast of face for
selected frame.
(gdb-annotation-rules): Stop using frames-invalid and
breakpoints-invalid annotations. Update after post-prompt instead.
(gdb-post-prompt): Update frames and breakpoints here.
(gdb-invalidate-frame-and-assembler)
(gdb-invalidate-breakpoints-and-assembler): Remove.
(gdb-current-address): Remove.
(gdb-previous-address): New variable.
(gud-until): Extend to work in Assembler buffer
(gdb-append-to-inferior-io): Select IO buffer when there is
output.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window. Correct parsing for OS dependent output syntax of Gdb
command, where.
(gdb-frame-handler): Correct parsing for OS dependent output
syntax of Gdb command, frame.
(gdb-invalidate-assembler): Update assembler buffer correctly when
frame changes (revisited).
Nick Roberts [Sat, 17 May 2003 10:17:01 +0000 (10:17 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 16 May 2003 21:17:52 +0000 (21:17 +0000)]
(shell-command): Undo last change.
Stefan Monnier [Fri, 16 May 2003 21:12:25 +0000 (21:12 +0000)]
(imenu--split-menu): Remove unused var `count'.
Don't copy the sequence since we're already modifying it elsewhere.
(imenu--create-keymap): Rename from imenu--create-keymap-1.
Add optional `cmd' argument. Remove unused var `counter'.
(imenu-update-menubar): Use the new arg to get the old behavior.
(imenu--mouse-menu): Don't use the new arg to recover the lost behavior.
Richard M. Stallman [Fri, 16 May 2003 18:50:24 +0000 (18:50 +0000)]
(Fdelete_file): Handle symlinks pointing to directories.
Richard M. Stallman [Fri, 16 May 2003 13:34:07 +0000 (13:34 +0000)]
Index mode-class using @kindex.
Richard M. Stallman [Fri, 16 May 2003 13:32:42 +0000 (13:32 +0000)]
(Magic File Names): Document the safe-magic property.
Lute Kamstra [Fri, 16 May 2003 09:28:39 +0000 (09:28 +0000)]
(hl-line-highlight, global-hl-line-highlight): Use
`line-beginning-position' to determine the beginning of the next
line.
Kenichi Handa [Fri, 16 May 2003 04:16:26 +0000 (04:16 +0000)]
(mule-menu-keymap): Enable the menu set-various-coding-system when
default-enable-multibyte-characters is non-nil.
Stefan Monnier [Thu, 15 May 2003 21:21:06 +0000 (21:21 +0000)]
(apply_modifiers): Don't fill the other cache.
Stefan Monnier [Thu, 15 May 2003 15:36:22 +0000 (15:36 +0000)]
*** empty log message ***
Stefan Monnier [Thu, 15 May 2003 15:24:24 +0000 (15:24 +0000)]
(make-autoload): Add arglist for define-derived-mode.
Lute Kamstra [Thu, 15 May 2003 13:22:15 +0000 (13:22 +0000)]
Rewrote the local minor mode so that it can be
sticky as well and made sticky the default. Reimplemented the
global minor mode. Updated the commentary section to document
these changes.
(hl-line-sticky-flag): New user option.
(hl-line-overlay): Made it buffer-local and gave it a docstring.
(global-hl-line-overlay): New variable.
(hl-line-mode): Rewritten to use `hl-line-sticky-flag'.
(hl-line-highlight): Rewritten to use `hl-line-sticky-flag'.
(hl-line-unhighlight): Updated docstring.
(global-hl-line-mode): Implemented directly so that is does not
depend on `hl-line-mode' any more.
(global-hl-line-highlight, global-hl-line-unhighlight): New
functions.
Kenichi Handa [Thu, 15 May 2003 12:53:21 +0000 (12:53 +0000)]
(cyrillic-koi8-t): Alias of koi8-t.
Vinicius Jose Latorre [Thu, 15 May 2003 02:32:03 +0000 (02:32 +0000)]
Avoid unnecessary calls to funs in header and footer variables
Stefan Monnier [Thu, 15 May 2003 01:37:54 +0000 (01:37 +0000)]
*** empty log message ***
Stefan Monnier [Thu, 15 May 2003 01:29:53 +0000 (01:29 +0000)]
(tex-compile-history, tex-input-files-re)
(tex-use-reftex, tex-compile-commands): New vars.
(tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
(tex-command-executable, tex-command-active-p, tex-compile-default)
New functions.
(tex-compile): New command.
(tex-mode-map): Bind it to C-c C-c.
John Paul Wallington [Thu, 15 May 2003 00:02:17 +0000 (00:02 +0000)]
(rmail-ignored-headers): Ignore Face: header.
Juanma Barranquero [Wed, 14 May 2003 21:41:56 +0000 (21:41 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 14 May 2003 21:30:21 +0000 (21:30 +0000)]
(format-annotate-function): Copy coding system into the new temp buffer.
Juanma Barranquero [Wed, 14 May 2003 21:27:14 +0000 (21:27 +0000)]
Fix typos. Patch from Jesper Harder <harder@ifa.au.dk>.
Stefan Monnier [Wed, 14 May 2003 19:38:39 +0000 (19:38 +0000)]
(completion-ignored-extensions): Add .svn.
(vc-svn-delete-file): New function.
Stefan Monnier [Wed, 14 May 2003 18:57:05 +0000 (18:57 +0000)]
New file.
Stefan Monnier [Wed, 14 May 2003 18:52:13 +0000 (18:52 +0000)]
(Qwindowp, Qwindow_live_p, Vwindow_list)
(Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
(Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
(Fpos_visible_in_window_p, mark_window_cursors_off)
(window_internal_height, window_internal_width, Frecenter)
(Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
(replace_buffer_in_all_windows, init_window_once, init_window)
(syms_of_window, keys_of_window): Move from lisp.h to window.h.
Stefan Monnier [Wed, 14 May 2003 18:50:10 +0000 (18:50 +0000)]
Include window.h.
Stefan Monnier [Wed, 14 May 2003 18:43:12 +0000 (18:43 +0000)]
(make_lispy_event): Apply modifiers to multibyte-char keys.
(keyremap): Add `parent' field.
(keyremap_step): Use it. Remove `parent' argument.
(read_key_sequence): Setup and use the new `parent' field.
John Paul Wallington [Wed, 14 May 2003 16:20:51 +0000 (16:20 +0000)]
(insert-directory): Remove --dired switch when
`ls-lisp-use-insert-directory-program' is nil.