]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago(function-p-func): Avoid `xemacs-p'.
Stefan Monnier [Thu, 7 Nov 2002 23:01:30 +0000 (23:01 +0000)]
(function-p-func): Avoid `xemacs-p'.

21 years agoRequire esh-util.
Stefan Monnier [Thu, 7 Nov 2002 23:00:32 +0000 (23:00 +0000)]
Require esh-util.
(eshell-glob-initialize): Don't assume
eshell-special-chars-outside-quoting is available.

21 years ago(fill-paragraph): Consider a comment-start as
Stefan Monnier [Thu, 7 Nov 2002 22:51:28 +0000 (22:51 +0000)]
(fill-paragraph): Consider a comment-start as
a paragraph starter when filling non-comments.
(fill-comment-paragraph): Use comment-search-forward.
Recognize paragraph starters and separators within comments.
Use adaptive-fill-prefix when it works.  Don't narrow while doing the fill.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 7 Nov 2002 21:01:20 +0000 (21:01 +0000)]
*** empty log message ***

21 years ago(isearch-yank-line): Typo.
Stefan Monnier [Thu, 7 Nov 2002 20:58:36 +0000 (20:58 +0000)]
(isearch-yank-line): Typo.

21 years ago(regexec): Fix pmatch declaration.
Dave Love [Thu, 7 Nov 2002 20:53:33 +0000 (20:53 +0000)]
(regexec): Fix pmatch declaration.

21 years ago(grep-default-command): New fun.
Stefan Monnier [Thu, 7 Nov 2002 19:16:15 +0000 (19:16 +0000)]
(grep-default-command): New fun.
(grep): Use it.
(compilation-menu-map): New var.
(compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
(compilation-mode-map): Simplify.
(compilation-shell-minor-mode, compilation-minor-mode):
Use define-minor-mode.

21 years ago(elide-head): Don't make intangible.
Stefan Monnier [Thu, 7 Nov 2002 18:49:48 +0000 (18:49 +0000)]
(elide-head): Don't make intangible.

21 years ago(where-is): Rename map to defs (a list of syms is not a map).
Stefan Monnier [Thu, 7 Nov 2002 18:28:09 +0000 (18:28 +0000)]
(where-is): Rename map to defs (a list of syms is not a map).
Test fboundp first, to speed things up.  Use push.

21 years ago(isearch-hidden): New var.
Stefan Monnier [Thu, 7 Nov 2002 17:46:04 +0000 (17:46 +0000)]
(isearch-hidden): New var.
(isearch-search-and-update): Test it.
(isearch-range-invisible): Set it.

21 years agoRegenerated.
Markus Rost [Thu, 7 Nov 2002 17:33:03 +0000 (17:33 +0000)]
Regenerated.

21 years ago(mail-default-directory): Set the version to 21.4.
Markus Rost [Thu, 7 Nov 2002 17:23:00 +0000 (17:23 +0000)]
(mail-default-directory): Set the version to 21.4.

21 years ago(grep-compute-defaults): Move down.
Markus Rost [Thu, 7 Nov 2002 17:16:09 +0000 (17:16 +0000)]
(grep-compute-defaults):  Move down.

21 years ago(grep-compute-defaults): Undo previous change.
Markus Rost [Thu, 7 Nov 2002 17:05:01 +0000 (17:05 +0000)]
(grep-compute-defaults): Undo previous change.
(grep-command, grep-find-command, grep-tree-command): Allow value nil.
Do not declare :get property.
(grep-use-null-device): Doc fix.  Fix type.  Do not declare :get
property.

21 years ago(checkdoc-find-error): Use get-file-buffer instead of get-buffer.
Markus Rost [Thu, 7 Nov 2002 16:52:04 +0000 (16:52 +0000)]
(checkdoc-find-error): Use get-file-buffer instead of get-buffer.

21 years ago(where-is): Repport also aliases of the passed command.
Juanma Barranquero [Thu, 7 Nov 2002 16:46:11 +0000 (16:46 +0000)]
(where-is): Repport also aliases of the passed command.

21 years ago(tcl-mode): Don't set paragraph-start,
Stefan Monnier [Thu, 7 Nov 2002 15:22:49 +0000 (15:22 +0000)]
(tcl-mode): Don't set paragraph-start,
paragraph-separate, comment-column, and fill-paragraph-function.
Simplify outline-regexp.
(tcl-do-fill-paragraph): Remove.

21 years ago(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...
Miles Bader [Thu, 7 Nov 2002 02:26:44 +0000 (02:26 +0000)]
(maybe_bootstrap): Whoops, screwed up the second instance of $$bar...

21 years ago(maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case.
Miles Bader [Thu, 7 Nov 2002 01:02:44 +0000 (01:02 +0000)]
(maybe_bootstrap): Fix shell variable usage.  Handle separate-build-dir case.

21 years ago(custom-make-dependencies): Fix comment inserted in cus-load.el.
Markus Rost [Thu, 7 Nov 2002 00:26:27 +0000 (00:26 +0000)]
(custom-make-dependencies): Fix comment inserted in cus-load.el.

21 years agoUse keyboard-translate-table coding
Dave Love [Wed, 6 Nov 2002 23:42:16 +0000 (23:42 +0000)]
Use keyboard-translate-table coding
system property, not translation-table-for-input, for
vietnamese-viscii & al.
(translation-table-for-input): Set,
don't defvar, and make permanent-local.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-set-table-for-input): Renamed from ucs-quail-activate.
(ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Setup
keyboard-translate-table, not translation-table-for-input.
Modify set-buffer-major-mode-hook, not quail-activate-hook.
(ucs-fragment-8859): Don't use translation-table-for-input coding
system property.
(ucs-quail-activate): Deleted.
(ucs-set-table-for-input): New.
(ucs-minibuffer-setup): Use it.

21 years ago(quail-input-string-to-events): Use
Dave Love [Wed, 6 Nov 2002 23:36:10 +0000 (23:36 +0000)]
(quail-input-string-to-events): Use
keyboard-translate-table, not translation-table-for-input.

21 years ago(set-buffer-file-coding-system): Call
Dave Love [Wed, 6 Nov 2002 23:34:58 +0000 (23:34 +0000)]
(set-buffer-file-coding-system): Call
ucs-set-table-for-input.

21 years agoReformat some DEFUNs so that etags works.
Dave Love [Wed, 6 Nov 2002 23:31:21 +0000 (23:31 +0000)]
Reformat some DEFUNs so that etags works.

21 years ago(normal-mode): Call ucs-set-table-for-input.
Dave Love [Wed, 6 Nov 2002 23:28:29 +0000 (23:28 +0000)]
(normal-mode): Call ucs-set-table-for-input.

21 years ago(quoted-insert): Bind keyboard-translate-table around
Dave Love [Wed, 6 Nov 2002 23:27:24 +0000 (23:27 +0000)]
(quoted-insert): Bind keyboard-translate-table around
read-char.

21 years ago(Qset_buffer_major_mode_hook): New.
Dave Love [Wed, 6 Nov 2002 20:30:45 +0000 (20:30 +0000)]
(Qset_buffer_major_mode_hook): New.
(Fset_buffer_major_mode): Use it.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 6 Nov 2002 09:25:58 +0000 (09:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Richard M. Stallman [Wed, 6 Nov 2002 05:13:58 +0000 (05:13 +0000)]
*** empty log message ***

21 years ago(maybe_bootstrap): Add doublequotes to make it bulletproof.
Richard M. Stallman [Wed, 6 Nov 2002 05:13:29 +0000 (05:13 +0000)]
(maybe_bootstrap): Add doublequotes to make it bulletproof.
$bar may be empty when there are no .elc files.

21 years agoAdd copyright notice and permission notice.
Richard M. Stallman [Wed, 6 Nov 2002 05:11:59 +0000 (05:11 +0000)]
Add copyright notice and permission notice.

21 years ago(query-replace, query-replace-regexp): Doc fixes.
Richard M. Stallman [Wed, 6 Nov 2002 05:08:16 +0000 (05:08 +0000)]
(query-replace, query-replace-regexp): Doc fixes.

21 years agoComment change.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:33 +0000 (05:07 +0000)]
Comment change.

21 years ago(byte-compile-lambda): Handle progn like let, inside interactive spec.
Richard M. Stallman [Wed, 6 Nov 2002 05:07:04 +0000 (05:07 +0000)]
(byte-compile-lambda): Handle progn like let, inside interactive spec.

21 years ago(tex-dvi-view-command): Value can be sexp.
Richard M. Stallman [Wed, 6 Nov 2002 05:05:47 +0000 (05:05 +0000)]
(tex-dvi-view-command): Value can be sexp.
Initialize to a suitable sexp.
(tex-view): Evaluate tex-dvi-view-command and use the value.

21 years ago(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
Richard M. Stallman [Wed, 6 Nov 2002 05:03:33 +0000 (05:03 +0000)]
(x_term_init): Use turn_on_atimers, not start_polling and stop_polling.

21 years ago(wait_reading_process_input):
Richard M. Stallman [Wed, 6 Nov 2002 05:01:46 +0000 (05:01 +0000)]
(wait_reading_process_input):
Test POLLING_PROBLEM_IN_SELECT, not hpux.
Avoid initialization for auto Lisp_Object var.

21 years ago(POLLING_PROBLEM_IN_SELECT): Add #undef.
Richard M. Stallman [Wed, 6 Nov 2002 04:58:50 +0000 (04:58 +0000)]
(POLLING_PROBLEM_IN_SELECT): Add #undef.

21 years ago(POLLING_PROBLEM_IN_SELECT): Defined.
Richard M. Stallman [Wed, 6 Nov 2002 04:57:48 +0000 (04:57 +0000)]
(POLLING_PROBLEM_IN_SELECT): Defined.

21 years ago(coding-system-eol-type-mnemonic): Use
Kenichi Handa [Wed, 6 Nov 2002 01:07:49 +0000 (01:07 +0000)]
(coding-system-eol-type-mnemonic): Use
eol-mnemonic-undecided if CODING-SYSTEM is nil.

21 years ago.
Karl Berry [Wed, 6 Nov 2002 00:47:05 +0000 (00:47 +0000)]
.

21 years ago(Info-fontify): reorder face list to avoid bad
Karl Berry [Wed, 6 Nov 2002 00:45:03 +0000 (00:45 +0000)]
(Info-fontify): reorder face list to avoid bad
line breaks.

21 years ago(Info-fontify-node): Fixed hiding of *note references
Kim F. Storm [Tue, 5 Nov 2002 22:39:07 +0000 (22:39 +0000)]
(Info-fontify-node): Fixed hiding of *note references
with embedded file names like (xxx.yyy).
Avoid making any lines visibly longer if hiding newlines inside
note references by wrapping line after references if it contained
a newline (unfortunaly this makes more lines appear "shorter").
Properly reindent multi-line menu entry descriptions.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 5 Nov 2002 22:38:39 +0000 (22:38 +0000)]
*** empty log message ***

21 years ago("Bulgarian"): Fix typo.
Juanma Barranquero [Tue, 5 Nov 2002 14:39:32 +0000 (14:39 +0000)]
("Bulgarian"): Fix typo.

21 years ago(coding-system-eol-type-mnemonic): Move to mule.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:43:33 +0000 (10:43 +0000)]
(coding-system-eol-type-mnemonic): Move to mule.el.

21 years ago(coding-system-eol-type-mnemonic): Move from mule-util.el.
Juanma Barranquero [Tue, 5 Nov 2002 10:42:25 +0000 (10:42 +0000)]
(coding-system-eol-type-mnemonic): Move from mule-util.el.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 5 Nov 2002 07:23:26 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
Juanma Barranquero [Tue, 5 Nov 2002 07:21:14 +0000 (07:21 +0000)]
(find-buffer-visiting): Accept new optional PREDICATE argument to return only a
buffer that satisfies the predicate.
(insert-file-1): New function.
(insert-file-literally): Use it.
(insert-file): Use it.

21 years ago(BROKEN_SIGIO): Turn off the #undef.
Richard M. Stallman [Tue, 5 Nov 2002 05:19:58 +0000 (05:19 +0000)]
(BROKEN_SIGIO): Turn off the #undef.

21 years ago(Fcall_interactively): New local filter_specs.
Richard M. Stallman [Tue, 5 Nov 2002 05:15:47 +0000 (05:15 +0000)]
(Fcall_interactively): New local filter_specs.
(Fcall_interactively): Check for progn as well as let.
Add a gcpro.
(Qprogn): New variable.
(syms_of_callint): Staticpro and init Qprogn.

21 years ago(Feval_buffer): Doc fix.
John Paul Wallington [Mon, 4 Nov 2002 19:16:29 +0000 (19:16 +0000)]
(Feval_buffer): Doc fix.

21 years ago*** empty log message ***
Dave Love [Mon, 4 Nov 2002 18:29:06 +0000 (18:29 +0000)]
*** empty log message ***

21 years ago(read_char): Always translate iff
Dave Love [Mon, 4 Nov 2002 14:58:44 +0000 (14:58 +0000)]
(read_char): Always translate iff
Vkeyboard_translate_table is a char table and c is valid.

21 years ago(XTread_socket): Check Lisp types for Vx_keysym_table
Dave Love [Mon, 4 Nov 2002 14:29:04 +0000 (14:29 +0000)]
(XTread_socket): Check Lisp types for Vx_keysym_table
and fix C types.

21 years ago(desktop-relative-file-names): New variable.
Juanma Barranquero [Mon, 4 Nov 2002 08:21:51 +0000 (08:21 +0000)]
(desktop-relative-file-names): New variable.
(desktop-save): Use it.

21 years agoAdd comment to prev change.
André Spiegel [Sun, 3 Nov 2002 15:08:29 +0000 (15:08 +0000)]
Add comment to prev change.

21 years ago#
André Spiegel [Sun, 3 Nov 2002 14:51:21 +0000 (14:51 +0000)]
#

21 years ago(vc-dired-move): Adapt dired-move-to-filename-regexp to its current
André Spiegel [Sun, 3 Nov 2002 14:48:37 +0000 (14:48 +0000)]
(vc-dired-move): Adapt dired-move-to-filename-regexp to its current
version in dired.el.

21 years ago*** empty log message ***
Stefan Monnier [Sun, 3 Nov 2002 13:36:16 +0000 (13:36 +0000)]
*** empty log message ***

21 years ago(single_display_prop_intangible_p): Strings are intangible.
Stefan Monnier [Sun, 3 Nov 2002 13:35:46 +0000 (13:35 +0000)]
(single_display_prop_intangible_p): Strings are intangible.

21 years ago(generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
Stefan Monnier [Sun, 3 Nov 2002 12:37:48 +0000 (12:37 +0000)]
(generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
(update-autoloads-from-directories): Also consider compressed files.

21 years ago(Info-streamline-headings): New var.
Stefan Monnier [Sun, 3 Nov 2002 12:01:33 +0000 (12:01 +0000)]
(Info-streamline-headings): New var.
(Info-dir-remove-duplicates): New fun.
(Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
(Info-select-node): Simplify handling of Info-header-line.
(Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
(Info-mode): Set header-line-format once and for all.
(Info-fontify-node): Accept bogus first line with `File:' missing.
Only make first line invisible if Info-use-header-line.
Don't use `intangible': it's evil.  Use inhibit-read-only.
(Info-follow-reference, Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
since we don't use intangible any more.

21 years ago(get_pos_property): Don't hardcode Qfield.
Stefan Monnier [Sun, 3 Nov 2002 10:59:18 +0000 (10:59 +0000)]
(get_pos_property): Don't hardcode Qfield.

21 years ago(adjust_point_for_property): copy/paste error.
Stefan Monnier [Sun, 3 Nov 2002 09:36:55 +0000 (09:36 +0000)]
(adjust_point_for_property): copy/paste error.

21 years ago(adjust_point_for_property): Handle `display' prop on overlays.
Stefan Monnier [Sun, 3 Nov 2002 09:00:47 +0000 (09:00 +0000)]
(adjust_point_for_property): Handle `display' prop on overlays.
Also handle `invisible' prop.

21 years ago(insert-image): Don't make intangible since
Stefan Monnier [Sun, 3 Nov 2002 08:34:45 +0000 (08:34 +0000)]
(insert-image): Don't make intangible since
adjust_point_for_property should be sufficient by default.

21 years ago(lisp-fill-paragraph): Use fill-comment-paragraph.
Stefan Monnier [Sun, 3 Nov 2002 03:46:56 +0000 (03:46 +0000)]
(lisp-fill-paragraph): Use fill-comment-paragraph.

21 years ago(fill-paragraph-handle-comment): New var.
Stefan Monnier [Sun, 3 Nov 2002 03:41:11 +0000 (03:41 +0000)]
(fill-paragraph-handle-comment): New var.
(fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
(fill-paragraph): Use them.

21 years ago(decode_coding_emacs_mule, decode_coding_iso2022)
Stefan Monnier [Sat, 2 Nov 2002 08:16:57 +0000 (08:16 +0000)]
(decode_coding_emacs_mule, decode_coding_iso2022)
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.

21 years ago(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
Stefan Monnier [Sat, 2 Nov 2002 06:13:57 +0000 (06:13 +0000)]
(mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
(mode-line-mule-info): Use them for the EOL part of the modeline.

21 years ago(server-sentinel): Kill buffers if applicable.
Stefan Monnier [Sat, 2 Nov 2002 05:29:13 +0000 (05:29 +0000)]
(server-sentinel): Kill buffers if applicable.
(server-temp-file-p): Make arg optional.
(server-done): Use it to simplify.
(server-switch-buffer): If server-window is a function, use it.

21 years ago(rmail-digest-end-regexps): Simplify.
Stefan Monnier [Sat, 2 Nov 2002 05:16:58 +0000 (05:16 +0000)]
(rmail-digest-end-regexps): Simplify.
(undigestify-rmail-message): Fix paren-bug and simplify.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 2 Nov 2002 02:33:09 +0000 (02:33 +0000)]
*** empty log message ***

21 years ago(tex-common-initialization): comment-start-skip shouldn't match on next line.
Stefan Monnier [Sat, 2 Nov 2002 02:16:36 +0000 (02:16 +0000)]
(tex-common-initialization): comment-start-skip shouldn't match on next line.

21 years ago(lisp-fill-paragraph): Use match-string and line-beginning-position.
Stefan Monnier [Sat, 2 Nov 2002 01:38:03 +0000 (01:38 +0000)]
(lisp-fill-paragraph): Use match-string and line-beginning-position.
Don't bother making paragraph-start a superset of paragraph-separate.

21 years ago(Info-hide-note-references): nil value now does no
Kim F. Storm [Fri, 1 Nov 2002 22:48:12 +0000 (22:48 +0000)]
(Info-hide-note-references): nil value now does no
reformatting at all.  New choice 'tag reformats tag but shows
the section reference.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Nov 2002 22:47:37 +0000 (22:47 +0000)]
*** empty log message ***

21 years ago(Fmessage): Revert last change to properly handle %% format.
Andreas Schwab [Fri, 1 Nov 2002 22:35:02 +0000 (22:35 +0000)]
(Fmessage): Revert last change to properly handle %% format.

21 years ago(unuse_menu_items): New fun.
Stefan Monnier [Fri, 1 Nov 2002 20:13:54 +0000 (20:13 +0000)]
(unuse_menu_items): New fun.
(menu_items_inuse): New var.
(syms_of_xmenu): Initialize it.
(init_menu_items): Use it to detect re-entrance.
(Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
(Fx_popup_menu): Remove spurious XSETFRAME.

21 years ago*** empty log message ***
Dave Love [Fri, 1 Nov 2002 19:55:43 +0000 (19:55 +0000)]
*** empty log message ***

21 years ago(find_field): Make an exception for nil fields.
Stefan Monnier [Fri, 1 Nov 2002 19:06:06 +0000 (19:06 +0000)]
(find_field): Make an exception for nil fields.

21 years ago(sgml-skip-tag-backward, sgml-skip-tag-forward):
Stefan Monnier [Fri, 1 Nov 2002 17:41:41 +0000 (17:41 +0000)]
(sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.

21 years ago(ido-read-file-name): Removed leftover debug message "gotit".
Kim F. Storm [Fri, 1 Nov 2002 09:18:40 +0000 (09:18 +0000)]
(ido-read-file-name): Removed leftover debug message "gotit".

21 years ago(Info-hide-note-references): New defcustom.
Kim F. Storm [Fri, 1 Nov 2002 08:53:50 +0000 (08:53 +0000)]
(Info-hide-note-references): New defcustom.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 1 Nov 2002 08:53:18 +0000 (08:53 +0000)]
*** empty log message ***

21 years ago(explicit-bash-args): Bash 1.x doesn't grook
Kim F. Storm [Thu, 31 Oct 2002 23:37:15 +0000 (23:37 +0000)]
(explicit-bash-args): Bash 1.x doesn't grook
--noediting option; added run-time check to exclude it.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 23:36:56 +0000 (23:36 +0000)]
*** empty log message ***

21 years ago(Info-follow-reference, Info-next-reference)
Kim F. Storm [Thu, 31 Oct 2002 22:08:03 +0000 (22:08 +0000)]
(Info-follow-reference, Info-next-reference)
(Info-prev-reference, Info-try-follow-nearest-node): Bind
inhibit-point-motion-hooks to t while parsing reference.
(Info-fontify-node): When font-lock-mode is enabled, display
"*note" and "* menu" references in a more user friendly format.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:07:34 +0000 (22:07 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kim F. Storm [Thu, 31 Oct 2002 22:02:12 +0000 (22:02 +0000)]
*** empty log message ***

21 years ago(XTread_socket): Fix last change.
Dave Love [Thu, 31 Oct 2002 17:59:30 +0000 (17:59 +0000)]
(XTread_socket): Fix last change.
(xaw_scroll_callback): Cast call_data to long to avoid warning.

21 years ago*** empty log message ***
Dave Love [Thu, 31 Oct 2002 17:58:26 +0000 (17:58 +0000)]
*** empty log message ***

21 years ago(Fformat_network_address): Fix int/Lisp_Object mixup.
Stefan Monnier [Thu, 31 Oct 2002 16:22:07 +0000 (16:22 +0000)]
(Fformat_network_address): Fix int/Lisp_Object mixup.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 31 Oct 2002 00:42:35 +0000 (00:42 +0000)]
*** empty log message ***

21 years ago(fill-move-to-break-point): Skip white space
Stefan Monnier [Thu, 31 Oct 2002 00:30:36 +0000 (00:30 +0000)]
(fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.

21 years ago(overlays_around, get_pos_property): New funs.
Stefan Monnier [Wed, 30 Oct 2002 23:11:26 +0000 (23:11 +0000)]
(overlays_around, get_pos_property): New funs.
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.

21 years ago*** empty log message ***
Dave Love [Wed, 30 Oct 2002 19:48:51 +0000 (19:48 +0000)]
*** empty log message ***

21 years ago(po-content-type-charset-alist): Delete most
Dave Love [Wed, 30 Oct 2002 19:47:53 +0000 (19:47 +0000)]
(po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.

21 years agoRemove some ancient compatibility code. Populate
Dave Love [Wed, 30 Oct 2002 19:26:23 +0000 (19:26 +0000)]
Remove some ancient compatibility code.  Populate
x-keysym-table.