]> code.delx.au - gnu-emacs/log
gnu-emacs
19 years ago(reb-update-overlays): Distinguish between one and several matches in message.
John Paul Wallington [Fri, 9 Jul 2004 17:16:59 +0000 (17:16 +0000)]
(reb-update-overlays): Distinguish between one and several matches in message.

19 years ago*** empty log message ***
Richard M. Stallman [Fri, 9 Jul 2004 16:57:05 +0000 (16:57 +0000)]
*** empty log message ***

19 years ago(Input Focus): Minor fix.
Richard M. Stallman [Fri, 9 Jul 2004 16:56:23 +0000 (16:56 +0000)]
(Input Focus): Minor fix.

19 years ago(mouse-set-region-1): If transient-mark-mode
Richard M. Stallman [Fri, 9 Jul 2004 16:54:04 +0000 (16:54 +0000)]
(mouse-set-region-1): If transient-mark-mode
is `identity', change it to `only'.

19 years ago(current-word): Doc fix.
Richard M. Stallman [Fri, 9 Jul 2004 16:08:17 +0000 (16:08 +0000)]
(current-word): Doc fix.

19 years ago*** empty log message ***
Mark A. Hershberger [Fri, 9 Jul 2004 15:03:07 +0000 (15:03 +0000)]
*** empty log message ***

19 years ago2004-07-09 Mark A. Hershberger <mah@everybody.org>
Mark A. Hershberger [Fri, 9 Jul 2004 14:22:33 +0000 (14:22 +0000)]
2004-07-09  Mark A. Hershberger  <mah@everybody.org>

* xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
form
(("ns" . "element") (attr-list) children) instead of
((:ns . "element") (attr-list) children) in order to reduce the
number of symbols used.
(xml-skip-dtd): Change to use xml-parse-dtd but set
xml-validating-parsing to nil.
(xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
(xml-substitute-entity): Remove in favor of new entity substitution.
(xml-substitute-special): Rewrite in to substitute complex
entities from DOCTYPE declarations.
(xml-parse-fragment): Parse fragments from entity deleclarations.
(xml-parse-region, xml-parse-tag, xml-parse-attlist)
(xml-parse-dtd, xml-substitute-special): Make validity checks
conditioned on xml-validating-parser.  Add "Not Well Formed" to
error messages about well-formedness.

20 years ago(Lisp changes in 21.4): document (match-data t) change.
David Kastrup [Thu, 8 Jul 2004 17:47:25 +0000 (17:47 +0000)]
(Lisp changes in 21.4): document (match-data t) change.

20 years agoterm/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
Steven Tamm [Thu, 8 Jul 2004 15:24:54 +0000 (15:24 +0000)]
term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
(mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
Do not treat double clicks and triple clicks specially in the
scroll bar (preventing strange repositioning problems)

20 years ago(Input Focus): Clarify descriptions of `select-frame-set-input-focus'
Luc Teirlinck [Wed, 7 Jul 2004 22:43:05 +0000 (22:43 +0000)]
(Input Focus): Clarify descriptions of `select-frame-set-input-focus'
and `select-frame'.

20 years agoVarious small changes in addition to:
Luc Teirlinck [Wed, 7 Jul 2004 01:13:55 +0000 (01:13 +0000)]
Various small changes in addition to:
(Killing Emacs): Expand and clarify description of
`kill-emacs-query-functions' and `kill-emacs-hook'.
(System Environment): Expand and clarify description of `getenv' and `setenv'.
(Timers): Clarify description of `run-at-time'.
(Translating Input): Correct description of `extra-keyboard-modifiers'.
(Flow Control): Correct description of `enable-flow-control'.

20 years ago(syms_of_keyboard): Fix `keyboard-translate-table' docstring.
Luc Teirlinck [Tue, 6 Jul 2004 23:36:45 +0000 (23:36 +0000)]
(syms_of_keyboard): Fix `keyboard-translate-table' docstring.

20 years ago(Input Focus): Capitalize Lisp.
Luc Teirlinck [Tue, 6 Jul 2004 21:20:26 +0000 (21:20 +0000)]
(Input Focus): Capitalize Lisp.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 6 Jul 2004 19:44:09 +0000 (19:44 +0000)]
*** empty log message ***

20 years ago(Fclear_string): Correct previous change.
Luc Teirlinck [Tue, 6 Jul 2004 19:36:56 +0000 (19:36 +0000)]
(Fclear_string): Correct previous change.

20 years agoMention `read-file-name-completion-ignore-case'.
John Paul Wallington [Tue, 6 Jul 2004 18:49:32 +0000 (18:49 +0000)]
Mention `read-file-name-completion-ignore-case'.

20 years ago(Fclear_string): Put call to CHECK_STRING in correct place.
Luc Teirlinck [Tue, 6 Jul 2004 17:55:00 +0000 (17:55 +0000)]
(Fclear_string): Put call to CHECK_STRING in correct place.

20 years ago(query-replace-regexp-eval): Fix last change.
Stefan Monnier [Tue, 6 Jul 2004 12:31:24 +0000 (12:31 +0000)]
(query-replace-regexp-eval): Fix last change.

20 years ago(Fclear_string): Signal an error if STRING is not a string.
John Paul Wallington [Tue, 6 Jul 2004 05:08:57 +0000 (05:08 +0000)]
(Fclear_string): Signal an error if STRING is not a string.

20 years ago(Fdefmacro): Signal an error if NAME is not a symbol.
John Paul Wallington [Tue, 6 Jul 2004 01:38:58 +0000 (01:38 +0000)]
(Fdefmacro): Signal an error if NAME is not a symbol.

20 years ago(query-replace-descr): New fun.
Stefan Monnier [Tue, 6 Jul 2004 00:06:05 +0000 (00:06 +0000)]
(query-replace-descr): New fun.
(query-replace-read-from, query-replace-read-args): Default to the last from&to.
(query-replace-read-to): Quote the `from' string when displaying it.
(query-replace-regexp-eval): Immediately check read-only status.
Use query-replace-read-from to get the \n checking.
Quote the `from' string when displaying it.
(map-query-replace-regexp, occur-read-primary-args):
Quote the `from' string when displaying it.

20 years agoUpdate copyright.
Thien-Thi Nguyen [Mon, 5 Jul 2004 23:38:43 +0000 (23:38 +0000)]
Update copyright.
(Session Management): Grammar fix.
Clarify which Emacs does the restarting.
Use @samp for *scratch* buffer.

20 years ago(isearch-query-replace): Pass the regexp-ness and delimited-ness of
Stefan Monnier [Mon, 5 Jul 2004 23:28:42 +0000 (23:28 +0000)]
(isearch-query-replace): Pass the regexp-ness and delimited-ness of
the search to query-replace.

20 years ago(query-replace-read-from, query-replace-read-to): New funs extracted
Stefan Monnier [Mon, 5 Jul 2004 23:12:28 +0000 (23:12 +0000)]
(query-replace-read-from, query-replace-read-to): New funs extracted
from query-replace-read-args.
(query-replace-read-args): Use them.

20 years ago(query-replace-interactive, query-replace-read-args):
Stefan Monnier [Mon, 5 Jul 2004 22:50:46 +0000 (22:50 +0000)]
(query-replace-interactive, query-replace-read-args):
Remove the `initial' special value.
(query-replace-regexp-eval, map-query-replace-regexp): Simplify.
(occur-engine): Remove unused var `matchend'.

20 years ago(isearch-query-replace, isearch-query-replace-regexp):
Stefan Monnier [Mon, 5 Jul 2004 22:41:44 +0000 (22:41 +0000)]
(isearch-query-replace, isearch-query-replace-regexp):
Use the search string without prompting.

20 years ago* macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
Jan Djärv [Mon, 5 Jul 2004 07:01:02 +0000 (07:01 +0000)]
* macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
instead of CGMainDisplayID (only in OSX 10.2 and later).

20 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Jul 2004 01:58:59 +0000 (01:58 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Sun, 4 Jul 2004 23:41:41 +0000 (23:41 +0000)]
*** empty log message ***

20 years ago(decode-coding-inserted-region): Fix previous change.
Kenichi Handa [Sun, 4 Jul 2004 23:22:28 +0000 (23:22 +0000)]
(decode-coding-inserted-region): Fix previous change.

20 years ago(decode-coding-inserted-region): Don't
Kenichi Handa [Sun, 4 Jul 2004 23:19:15 +0000 (23:19 +0000)]
(decode-coding-inserted-region): Don't
set last-coding-system-used here.

20 years ago(install-arch-indep): Remove .arch-inventory files.
Andreas Schwab [Sun, 4 Jul 2004 22:45:31 +0000 (22:45 +0000)]
(install-arch-indep): Remove .arch-inventory files.

20 years ago(read_file_name_completion_ignore_case): New variable.
John Paul Wallington [Sun, 4 Jul 2004 21:08:56 +0000 (21:08 +0000)]
(read_file_name_completion_ignore_case): New variable.
(syms_of_fileio): Declare and initialise it.
(Fread_file_name): Bind `completion-ignore-case' to respect it.

20 years ago(Input Focus): Add documentation for `select-frame-set-input-focus'.
Luc Teirlinck [Sun, 4 Jul 2004 18:23:20 +0000 (18:23 +0000)]
(Input Focus): Add documentation for `select-frame-set-input-focus'.
Replace refs to non-existent `switch-frame' with `select-frame'.
Minor corrections and tidying up of text-only terminal stuff.

From Alan Mackenzie.

20 years agoRestore updated copyright info that was inadvertently removed.
John Paul Wallington [Sun, 4 Jul 2004 01:03:43 +0000 (01:03 +0000)]
Restore updated copyright info that was inadvertently removed.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 3 Jul 2004 11:01:32 +0000 (11:01 +0000)]
*** empty log message ***

20 years ago(dos_rawgetc): Use make_number to produce Lisp objects
Eli Zaretskii [Sat, 3 Jul 2004 11:00:36 +0000 (11:00 +0000)]
(dos_rawgetc): Use make_number to produce Lisp objects
for event.x and event.y.

20 years agoDocument that there's now a separate grep.el package.
Eli Zaretskii [Sat, 3 Jul 2004 10:16:10 +0000 (10:16 +0000)]
Document that there's now a separate grep.el package.

20 years ago(grep-compute-defaults, grep-command)
Eli Zaretskii [Sat, 3 Jul 2004 10:06:42 +0000 (10:06 +0000)]
(grep-compute-defaults, grep-command)
(grep-program, find-program, grep-find-use-xargs, grep-history)
(grep-find-history, grep-tag-default, grep-find-command)
(grep-regexp-alist, grep-process-setup, grep-compute-defaults):
Add autoload cookies, for unbundled packages that load `compile'
and expect all grep-related symbols to become defined.

20 years ago(turn-on-iimage-mode, iimage-mode): Add autoload cookies.
Eli Zaretskii [Sat, 3 Jul 2004 09:54:20 +0000 (09:54 +0000)]
(turn-on-iimage-mode, iimage-mode): Add autoload cookies.
(iimage-mode-image-search-path): New user option to search the
image file.
(iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
have locate-file.
(iimage-mode-buffer): Use it.

20 years ago(gdb-goto-breakpoint): String match more
Nick Roberts [Sat, 3 Jul 2004 09:21:12 +0000 (09:21 +0000)]
(gdb-goto-breakpoint): String match more
carefully.
(gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.

20 years ago*** empty log message ***
Nick Roberts [Sat, 3 Jul 2004 09:20:09 +0000 (09:20 +0000)]
*** empty log message ***

20 years ago(query-replace-read-args): Swallow space after 'foo,
Juri Linkov [Sat, 3 Jul 2004 05:18:38 +0000 (05:18 +0000)]
(query-replace-read-args): Swallow space after 'foo,
not after (quote foo).  Match space only immediately after symbol,
not anywhere in the whole string.

20 years ago*** empty log message ***
Juri Linkov [Sat, 3 Jul 2004 05:18:06 +0000 (05:18 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Fri, 2 Jul 2004 23:53:56 +0000 (23:53 +0000)]
*** empty log message ***

20 years ago(query-replace-read-args): Swallow space after symbols, not after
Richard M. Stallman [Fri, 2 Jul 2004 23:52:14 +0000 (23:52 +0000)]
(query-replace-read-args): Swallow space after symbols, not after
closeparens.  But avoid error if string ends there.

20 years ago(python-beginning-of-statement): Exit the loop if backward-up-list gets error.
Richard M. Stallman [Fri, 2 Jul 2004 23:49:50 +0000 (23:49 +0000)]
(python-beginning-of-statement): Exit the loop if backward-up-list gets error.

20 years ago(enriched-encode): Bind inhibit-read-only.
Richard M. Stallman [Fri, 2 Jul 2004 23:47:44 +0000 (23:47 +0000)]
(enriched-encode): Bind inhibit-read-only.

20 years ago(Saving Buffers): Cleanup write-contents-function.
Richard M. Stallman [Fri, 2 Jul 2004 23:43:50 +0000 (23:43 +0000)]
(Saving Buffers): Cleanup write-contents-function.
(Magic File Names): Cleanup file-remote-p.

20 years ago(Magic File Names): `file-remote-p' returns an identifier of the
Kai Großjohann [Fri, 2 Jul 2004 14:49:39 +0000 (14:49 +0000)]
(Magic File Names): `file-remote-p' returns an identifier of the
remote system, not just t.

20 years ago** file-remote-p now returns an identifier for the remote system,
Kai Großjohann [Fri, 2 Jul 2004 14:49:00 +0000 (14:49 +0000)]
** file-remote-p now returns an identifier for the remote system,
if the file is indeed remote.  (Before, the return value was t in
this case.)

20 years ago#
André Spiegel [Fri, 2 Jul 2004 07:32:44 +0000 (07:32 +0000)]
#

20 years ago(vc-rcs-checkout-model): Look at the version headers only if
André Spiegel [Fri, 2 Jul 2004 07:26:21 +0000 (07:26 +0000)]
(vc-rcs-checkout-model): Look at the version headers only if
vc-consult-headers is non-nil.

20 years ago*** empty log message ***
Juri Linkov [Fri, 2 Jul 2004 04:38:51 +0000 (04:38 +0000)]
*** empty log message ***

20 years ago(Viewing differences): Add `d r'.
Juri Linkov [Fri, 2 Jul 2004 04:36:27 +0000 (04:36 +0000)]
(Viewing differences): Add `d r'.

20 years ago(cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
Juri Linkov [Fri, 2 Jul 2004 04:34:50 +0000 (04:34 +0000)]
(cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.

20 years ago(cvs-mode-diff-repository): New command.
Juri Linkov [Fri, 2 Jul 2004 04:32:54 +0000 (04:32 +0000)]
(cvs-mode-diff-repository): New command.

20 years ago(Entire Match Data): Add explanation about new
David Kastrup [Thu, 1 Jul 2004 23:54:21 +0000 (23:54 +0000)]
(Entire Match Data): Add explanation about new
match-data behavior when @var{integers} is non-nil.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Thu, 1 Jul 2004 21:03:14 +0000 (21:03 +0000)]
Changes from arch/CVS synchronization

20 years ago("((") ("))"): add quotation mark shorthands.
David Kastrup [Thu, 1 Jul 2004 15:24:38 +0000 (15:24 +0000)]
("((") ("))"): add quotation mark shorthands.

20 years ago*** empty log message ***
Stefan Monnier [Thu, 1 Jul 2004 13:02:50 +0000 (13:02 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Thu, 1 Jul 2004 12:29:28 +0000 (12:29 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juri Linkov [Thu, 1 Jul 2004 11:56:39 +0000 (11:56 +0000)]
*** empty log message ***

20 years ago(Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
Juri Linkov [Thu, 1 Jul 2004 11:50:29 +0000 (11:50 +0000)]
(Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.
(Regexp Search): Add M-r.

20 years ago(query-replace-interactive): Change type from boolean
Juri Linkov [Thu, 1 Jul 2004 10:01:32 +0000 (10:01 +0000)]
(query-replace-interactive): Change type from boolean
to choice.  Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.

20 years ago(isearch-mode-map): Bind C-M-w to isearch-del-char,
Juri Linkov [Thu, 1 Jul 2004 09:54:51 +0000 (09:54 +0000)]
(isearch-mode-map): Bind C-M-w to isearch-del-char,
C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
C-M-% to isearch-query-replace-regexp.
(minibuffer-local-isearch-map): Add arrow key bindings.
Bind C-f to isearch-yank-char-in-minibuffer.
(isearch-forward): Doc fix.
(isearch-edit-string): Doc fix.
(isearch-query-replace, isearch-query-replace-regexp): New funs.
(isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
(isearch-yank-char): Add optional arg.
(isearch-yank-char-in-minibuffer): New fun.

20 years ago(EMACSSOURCES): Remove emacs-xtra.
Luc Teirlinck [Thu, 1 Jul 2004 02:23:34 +0000 (02:23 +0000)]
(EMACSSOURCES): Remove emacs-xtra.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Jun 2004 23:37:09 +0000 (23:37 +0000)]
*** empty log message ***

20 years ago(Fw32_set_clipboard_data): Update `nbytes' correctly
Kenichi Handa [Wed, 30 Jun 2004 23:30:39 +0000 (23:30 +0000)]
(Fw32_set_clipboard_data): Update `nbytes' correctly
after getting a new string by pre-write-conversion.

20 years ago(x_detect_focus_change): Remove unused var `nr_events'.
Stefan Monnier [Wed, 30 Jun 2004 19:36:36 +0000 (19:36 +0000)]
(x_detect_focus_change): Remove unused var `nr_events'.
(x_calc_absolute_position): Remove unused var `child'.

20 years ago(x_supports_face_attributes_p)
Stefan Monnier [Wed, 30 Jun 2004 19:35:18 +0000 (19:35 +0000)]
(x_supports_face_attributes_p)
(Fdisplay_supports_face_attributes_p): YAILOM.
(tty_supports_face_attributes_p): Remove unused var `i'.

20 years ago(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
Stefan Monnier [Wed, 30 Jun 2004 19:34:49 +0000 (19:34 +0000)]
(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.

20 years ago(match_limit, Fmatch_data, Fset_match_data): YAILOM.
Stefan Monnier [Wed, 30 Jun 2004 19:34:34 +0000 (19:34 +0000)]
(match_limit, Fmatch_data, Fset_match_data): YAILOM.

20 years ago(Fset_fontset_font): Remove unused vars `family' and `registry'.
Stefan Monnier [Wed, 30 Jun 2004 19:34:15 +0000 (19:34 +0000)]
(Fset_fontset_font): Remove unused vars `family' and `registry'.

20 years ago(${etc}DOC): Fix file name of make-docfile.
Stefan Monnier [Wed, 30 Jun 2004 19:31:30 +0000 (19:31 +0000)]
(${etc}DOC): Fix file name of make-docfile.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 30 Jun 2004 17:12:39 +0000 (17:12 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Andreas Schwab [Wed, 30 Jun 2004 13:49:11 +0000 (13:49 +0000)]
*** empty log message ***

20 years ago(${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
Andreas Schwab [Wed, 30 Jun 2004 13:48:50 +0000 (13:48 +0000)]
(${CHINESE-TIT:.elc=.el}): Depend on changed.tit to
serialize parallel builds.
(${MISC:.elc=.el}): Depend on changed.misc.

20 years ago(CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
Andreas Schwab [Wed, 30 Jun 2004 13:11:36 +0000 (13:11 +0000)]
(CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
(Finit_image_library): Pass LIBRARIES through to
CHECK_LIB_AVAILABLE.  Declare parameters.  Doc fix.
(lookup_image_type): Pass Qnil as second argument to
Finit_image_library.

20 years agoDeclare Finit_image_library.
Andreas Schwab [Wed, 30 Jun 2004 13:09:05 +0000 (13:09 +0000)]
Declare Finit_image_library.

20 years agoFix whitespace.
Andreas Schwab [Wed, 30 Jun 2004 13:08:16 +0000 (13:08 +0000)]
Fix whitespace.

20 years ago(breakpoint-enabled-bitmap-face)
Kim F. Storm [Tue, 29 Jun 2004 13:01:27 +0000 (13:01 +0000)]
(breakpoint-enabled-bitmap-face)
(breakpoint-disabled-bitmap-face): Add :group 'gud.

20 years ago(ada-tight-gvd-integration): Add :group 'ada.
Kim F. Storm [Tue, 29 Jun 2004 13:01:14 +0000 (13:01 +0000)]
(ada-tight-gvd-integration): Add :group 'ada.

20 years ago(vc-arch-mode-line-rewrite): Add :group 'vc.
Kim F. Storm [Tue, 29 Jun 2004 13:00:49 +0000 (13:00 +0000)]
(vc-arch-mode-line-rewrite): Add :group 'vc.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 29 Jun 2004 12:58:14 +0000 (12:58 +0000)]
*** empty log message ***

20 years ago(nntp-authinfo-file): Add :group 'nntp.
Kim F. Storm [Tue, 29 Jun 2004 12:49:35 +0000 (12:49 +0000)]
(nntp-authinfo-file): Add :group 'nntp.

20 years ago(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.
Kim F. Storm [Tue, 29 Jun 2004 12:49:14 +0000 (12:49 +0000)]
(nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap.

20 years ago* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
Jesper Harder [Tue, 29 Jun 2004 12:09:45 +0000 (12:09 +0000)]
* ses.texi, viper.texi, search.texi, flymake.texi, faq.texi:
* eshell.texi, ediff.texi, calendar.texi: Markup fixes.

20 years agomacterm.c (do_window_activate, do_window_deactivate): Remove.
Steven Tamm [Tue, 29 Jun 2004 06:39:03 +0000 (06:39 +0000)]
macterm.c (do_window_activate, do_window_deactivate): Remove.
(XTread_socket): Fix activation/focus problems by only handling
emacs windows and passing mouse events to the event chain regardless.

20 years agomacterm.c (mac_get_emulated_btn)
Steven Tamm [Tue, 29 Jun 2004 06:23:08 +0000 (06:23 +0000)]
macterm.c (mac_get_emulated_btn)
(mac_event_to_emacs_modifiers): Fix emulated mouse button
support to correctly mask out modifiers.

20 years ago(Fset_match_data): Allow buffer before end of list
David Kastrup [Tue, 29 Jun 2004 02:37:52 +0000 (02:37 +0000)]
(Fset_match_data): Allow buffer before end of list
which can happen if set-match-data is using a pre-consed list.

20 years ago*** empty log message ***
Juri Linkov [Mon, 28 Jun 2004 23:15:42 +0000 (23:15 +0000)]
*** empty log message ***

20 years ago(pp-buffer): Add autoload.
Juri Linkov [Mon, 28 Jun 2004 23:08:31 +0000 (23:08 +0000)]
(pp-buffer): Add autoload.

20 years ago(query-replace-read-args): Swallow a space after
Juri Linkov [Mon, 28 Jun 2004 23:03:06 +0000 (23:03 +0000)]
(query-replace-read-args): Swallow a space after
everything except )]" which in most cases means after a symbol.

20 years agoAdd Gnus and face remapping entries.
Kim F. Storm [Mon, 28 Jun 2004 22:31:09 +0000 (22:31 +0000)]
Add Gnus and face remapping entries.

20 years agomacterm.c (XTread_socket): Correctly set the frame position
Steven Tamm [Mon, 28 Jun 2004 16:20:41 +0000 (16:20 +0000)]
macterm.c (XTread_socket): Correctly set the frame position
after the window is moved.

20 years ago* FOR-RELEASE: Removed entry about GTK and monochrome displays (done).
Jan Djärv [Mon, 28 Jun 2004 14:40:42 +0000 (14:40 +0000)]
* FOR-RELEASE: Removed entry about GTK and monochrome displays (done).

20 years ago(xg_get_image_for_pixmap): Add workaround for monochrome displays
Jan Djärv [Mon, 28 Jun 2004 14:36:48 +0000 (14:36 +0000)]
(xg_get_image_for_pixmap): Add workaround for monochrome displays
so insensitive and activated icons look ok.

20 years ago* gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
Jan Djärv [Mon, 28 Jun 2004 12:21:54 +0000 (12:21 +0000)]
* gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
gpix and gmask just before return to avoid memory leak.

20 years agoUse outline-mode.
Kim F. Storm [Mon, 28 Jun 2004 09:03:00 +0000 (09:03 +0000)]
Use outline-mode.