bpt/emacs.git
20 years ago(ange-ftp-file-remote-p): New defun.
Michael Albinus [Sat, 29 May 2004 22:43:24 +0000 (22:43 +0000)]
(ange-ftp-file-remote-p): New defun.
(top): Remove setting of `file-remote-p' property for
`ange-ftp-hook-function'.  Add `ange-ftp' property to
`file-remote-p'.

20 years ago(file-remote-p): Apply file name handler for operation
Michael Albinus [Sat, 29 May 2004 22:42:06 +0000 (22:42 +0000)]
(file-remote-p): Apply file name handler for operation
`file-remote-p'.  It isn' a property any longer.
(file-relative-name): `fh' and `fd' get the required value via
`find-file-name-handler' already.

20 years agoVersion 2.0.41 of Tramp released.
Michael Albinus [Sat, 29 May 2004 22:28:49 +0000 (22:28 +0000)]
Version 2.0.41 of Tramp released.

20 years agoChanges from arch/CVS synchronization
Miles Bader [Sat, 29 May 2004 21:02:20 +0000 (21:02 +0000)]
Changes from arch/CVS synchronization

20 years ago*** empty log message ***
Juanma Barranquero [Sat, 29 May 2004 19:14:08 +0000 (19:14 +0000)]
*** empty log message ***

20 years ago(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero [Sat, 29 May 2004 18:54:25 +0000 (18:54 +0000)]
(../info/flymake, flymake.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add Flymake.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 29 May 2004 16:26:16 +0000 (16:26 +0000)]
*** empty log message ***

20 years ago(truncate_undo_list): New arg LIMITSIZE.
Richard M. Stallman [Sat, 29 May 2004 16:20:47 +0000 (16:20 +0000)]
(truncate_undo_list): New arg LIMITSIZE.

20 years ago(undo_outer_limit): New variable.
Richard M. Stallman [Sat, 29 May 2004 16:19:41 +0000 (16:19 +0000)]
(undo_outer_limit): New variable.
(syms_of_alloc): Defvar it.
(Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.

20 years ago(truncate_undo_list): Update decl.
Richard M. Stallman [Sat, 29 May 2004 16:18:41 +0000 (16:18 +0000)]
(truncate_undo_list): Update decl.

20 years ago(lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.
Richard M. Stallman [Sat, 29 May 2004 16:10:27 +0000 (16:10 +0000)]
(lisp_align_malloc): Check for base == 0 regardless of HAVE_POSIX_MEMALIGN.
Clean up HAVE_POSIX_MEMALIGN handling of `err'.

20 years ago(Top): Delete `Comments in C' from menu.
Richard M. Stallman [Sat, 29 May 2004 15:54:40 +0000 (15:54 +0000)]
(Top): Delete `Comments in C' from menu.

20 years ago(Init File): Two dashes start --no-site-file.
Richard M. Stallman [Sat, 29 May 2004 15:53:14 +0000 (15:53 +0000)]
(Init File): Two dashes start --no-site-file.

20 years ago(Top): Call this chapter `Introduction'.
Richard M. Stallman [Sat, 29 May 2004 15:51:23 +0000 (15:51 +0000)]
(Top): Call this chapter `Introduction'.
(Overview): In TeX, no section heading here.

20 years agoPut commas after i.e. and e.g. Minor cleanups.
Richard M. Stallman [Sat, 29 May 2004 15:46:57 +0000 (15:46 +0000)]
Put commas after i.e. and e.g.  Minor cleanups.

20 years ago(Minor Mode Conventions): (-) has no special meaning
Richard M. Stallman [Sat, 29 May 2004 15:41:06 +0000 (15:41 +0000)]
(Minor Mode Conventions): (-) has no special meaning
as arg to a minor mode command.

20 years ago(browse-url-interactive-arg): Doc fix.
Richard M. Stallman [Sat, 29 May 2004 15:34:50 +0000 (15:34 +0000)]
(browse-url-interactive-arg): Doc fix.

20 years ago(prin1-char): Catch errors from `string'.
Richard M. Stallman [Sat, 29 May 2004 15:33:30 +0000 (15:33 +0000)]
(prin1-char): Catch errors from `string'.
(eval-last-sexp-print-value): Print char equivalent regardless
of standard-output value.

20 years ago(with-selected-window): Undo previous change.
Richard M. Stallman [Sat, 29 May 2004 15:23:42 +0000 (15:23 +0000)]
(with-selected-window): Undo previous change.

20 years agoDon't include cl. Don't bother with old Emacs versions.
Richard M. Stallman [Sat, 29 May 2004 15:22:55 +0000 (15:22 +0000)]
Don't include cl.  Don't bother with old Emacs versions.

(thumbs-subst-char-in-string): Deleted.
(thumbs-thumbname): Use subst-char-in-string.
(thumbs-resize-image): Use condition-case, not ignore-errors.
(thumbs-kill-buffer): Likewise.

(thumbs-mode): Make buffer read-only.
(thumbs-make-thumb): Unconditionally accept an existing file.
(thumbs-insert-thumb): Add thumb-image-file property to the image.
(thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
(thumbs-show-thumbs-list): Error if images not supported.
(thumbs-save-current-image): Improve prompt string.
(thumbs-mode-map): Define u, R, x.
(thumbs-unmark): New command.
(thumbs-emboss-image): Minor cleanup.
(thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
(thumbs-rename-images): New command.
(thumbs-show-image-num): Rewrite.  Don't rename the buffer.

(thumbs-current-image): New function.
(thumbs-file-list, thumbs-file-alist): New functions.
(thumbs-find-image): Delete arg L.
Don't set up thumbs-fileL as buffer-local global var.
(thumbs-find-image-at-point): Use thumbs-current-image.
(thumbs-set-image-at-point-to-root-window): Likewise.
(thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
Record and warn about errors.  Update thumbs-markedL for deletions.
(thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
(thumbs-redraw-buffer): Use thumbs-file-list.
(thumbs-mark): Use thumbs-current-image.
(thumbs-show-name): Use thumbs-current-image.

(thumbs-show-name): Do nothing if no image at point.
(thumbs-mouse-find-image): New command.
(thumbs-mode-map): Bind it to mouse-2.
(thumbs-mode): Make mode-class special.
(thumbs-view-image-mode): Likewise.

20 years ago(imenu--menubar-select): Set imenu-menubar-modified-tick
Richard M. Stallman [Sat, 29 May 2004 14:35:20 +0000 (14:35 +0000)]
(imenu--menubar-select): Set imenu-menubar-modified-tick
and imenu--last-menubar-index-alist.

20 years agoComment change.
Richard M. Stallman [Sat, 29 May 2004 14:33:28 +0000 (14:33 +0000)]
Comment change.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 29 May 2004 13:00:28 +0000 (13:00 +0000)]
*** empty log message ***

20 years ago(../info/flymake, flymake.dvi): New targets.
Eli Zaretskii [Sat, 29 May 2004 12:57:50 +0000 (12:57 +0000)]
(../info/flymake, flymake.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add Flymake.

20 years agoNew file.
Eli Zaretskii [Sat, 29 May 2004 12:55:24 +0000 (12:55 +0000)]
New file.

20 years agoAdd an entry for Flymake.
Eli Zaretskii [Sat, 29 May 2004 12:40:14 +0000 (12:40 +0000)]
Add an entry for Flymake.

20 years agoDocument the addition of Flymake.
Eli Zaretskii [Sat, 29 May 2004 12:11:59 +0000 (12:11 +0000)]
Document the addition of Flymake.

20 years ago(find-file-noselect-1): Do not bind `inhibit-read-only' to t during
Luc Teirlinck [Sat, 29 May 2004 01:54:11 +0000 (01:54 +0000)]
(find-file-noselect-1): Do not bind `inhibit-read-only' to t during
execution of `find-file-not-found-functions'.

20 years ago*** empty log message ***
Stefan Monnier [Sat, 29 May 2004 00:01:42 +0000 (00:01 +0000)]
*** empty log message ***

20 years agoUndo Kim's recent changes and fix the same bug differently.
Stefan Monnier [Sat, 29 May 2004 00:00:17 +0000 (00:00 +0000)]
Undo Kim's recent changes and fix the same bug differently.
(marker_blocks_pending_free): Remove.
(Fgarbage_collect): Sweep after cleaning up undo-lists.
Mark the undo lists after claning them up.
Don't free block in marker_blocks_pending_free.
(mark_buffer): Don't mark undo_list.
(gc_sweep): Sweep hash-tables and strings first.
Do free marker blocks that are empty.

20 years ago(vc-mcvs-print-log, vc-mcvs-diff): Add optional `buffer' arg.
Stefan Monnier [Fri, 28 May 2004 23:04:54 +0000 (23:04 +0000)]
(vc-mcvs-print-log, vc-mcvs-diff): Add optional `buffer' arg.

20 years ago(vc-arch-diff): Add optional `buffer' arg.
Stefan Monnier [Fri, 28 May 2004 23:04:07 +0000 (23:04 +0000)]
(vc-arch-diff): Add optional `buffer' arg.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 28 May 2004 22:54:58 +0000 (22:54 +0000)]
*** empty log message ***

20 years ago(with-selected-window): Only save/restore the selectd window.
Stefan Monnier [Fri, 28 May 2004 22:33:35 +0000 (22:33 +0000)]
(with-selected-window): Only save/restore the selectd window.

20 years ago(print_partial_compiled_pattern): Add missing 'break'
Stefan Monnier [Fri, 28 May 2004 22:28:09 +0000 (22:28 +0000)]
(print_partial_compiled_pattern): Add missing 'break'
after 'case wordend'.  For symbeg and symend, print to stderr,
like the other cases.

20 years agoprocess.c (Fdelete_process): Do not call remove_process.
Noah Friedman [Fri, 28 May 2004 21:58:31 +0000 (21:58 +0000)]
process.c (Fdelete_process): Do not call remove_process.

20 years ago*** empty log message ***
Juri Linkov [Fri, 28 May 2004 21:21:17 +0000 (21:21 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Fri, 28 May 2004 21:15:08 +0000 (21:15 +0000)]
*** empty log message ***

20 years ago(insert-pair-alist): New var.
Juri Linkov [Fri, 28 May 2004 21:12:25 +0000 (21:12 +0000)]
(insert-pair-alist): New var.
(insert-pair): Make arguments optional.  Find character pair
from `insert-pair-alist' according to the last input event.
(insert-parentheses): Make arguments optional.
(raise-sexp, delete-pair): New funs.

20 years ago(compilation-error-regexp-alist): Use expand-file-name and data-directory.
Stefan Monnier [Fri, 28 May 2004 21:11:41 +0000 (21:11 +0000)]
(compilation-error-regexp-alist): Use expand-file-name and data-directory.

20 years ago* emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
Juri Linkov [Fri, 28 May 2004 21:09:05 +0000 (21:09 +0000)]
* emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
(emacs-lisp-mode-map, lisp-interaction-mode-map):
Bind C-M-q to `indent-pp-sexp'.
(eval-last-sexp-print-value): Print additionally the value returned by
`eval-expression-print-format'.

20 years ago(grep-tree): Rework previous fix.
Stefan Monnier [Fri, 28 May 2004 21:07:47 +0000 (21:07 +0000)]
(grep-tree): Rework previous fix.

20 years ago(mouse-set-region-1): Use temporary transient-mark-mode
Stefan Monnier [Fri, 28 May 2004 21:06:26 +0000 (21:06 +0000)]
(mouse-set-region-1): Use temporary transient-mark-mode
after the user marked text with the mouse.

20 years ago(pp-buffer): New fun created from the code in
Juri Linkov [Fri, 28 May 2004 21:05:17 +0000 (21:05 +0000)]
(pp-buffer): New fun created from the code in
`pp-to-string' modified to be able to format text with newlines.
(pp-to-string): Move the buffer-formatting part of the code to
`pp-buffer'.  Call `pp-buffer'.

20 years ago(command-line): Keep the first regexp of auto-save-file-name-transforms intact.
Stefan Monnier [Fri, 28 May 2004 21:04:52 +0000 (21:04 +0000)]
(command-line): Keep the first regexp of auto-save-file-name-transforms intact.

20 years ago* emacs-lisp/edebug.el (edebug-compute-previous-result)
Juri Linkov [Fri, 28 May 2004 21:03:53 +0000 (21:03 +0000)]
* emacs-lisp/edebug.el (edebug-compute-previous-result)
(edebug-eval-expression): Print additionally the value returned by
`eval-expression-print-format'.

20 years ago(eval-expression-print-format): New fun.
Juri Linkov [Fri, 28 May 2004 21:00:14 +0000 (21:00 +0000)]
(eval-expression-print-format): New fun.
(eval-expression): Print additionally the value returned by
`eval-expression-print-format'.

20 years ago(struct backtrace): Remove.
Stefan Monnier [Fri, 28 May 2004 20:59:14 +0000 (20:59 +0000)]
(struct backtrace): Remove.
(Fgarbage_collect): Use the new mark_backtrace.

20 years ago(Info-desktop-buffer-misc-data): Don't save information
Juri Linkov [Fri, 28 May 2004 20:56:41 +0000 (20:56 +0000)]
(Info-desktop-buffer-misc-data): Don't save information
about virtual files.
(Info-restore-desktop-buffer): Restore Info buffers in prepared
buffers with names obtained from the desktop file instead of the
default *info* buffer.

20 years ago(mark_backtrace): New function.
Stefan Monnier [Fri, 28 May 2004 20:54:39 +0000 (20:54 +0000)]
(mark_backtrace): New function.

20 years ago(run_exit_minibuf_hook): New function.
Stefan Monnier [Fri, 28 May 2004 20:52:05 +0000 (20:52 +0000)]
(run_exit_minibuf_hook): New function.
(read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
(read_minibuf): Use separate unwind handler to run exit-minibuf-hook.

20 years ago(artist-last, artist-remove-nulls): Simplify.
Juanma Barranquero [Fri, 28 May 2004 19:59:23 +0000 (19:59 +0000)]
(artist-last, artist-remove-nulls): Simplify.
(artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
Make arguments match their use in docstring.
(artist-draw-region-trim-line-endings, (artist-mouse-choose-operation):
Fix typo in docstring.
(artist-key-set-point-common): Doc fix.

20 years ago(w32-using-nt, w32-shell-dos-semantics, set-w32-system-coding-system):
Juanma Barranquero [Fri, 28 May 2004 19:14:50 +0000 (19:14 +0000)]
(w32-using-nt, w32-shell-dos-semantics, set-w32-system-coding-system):
Doc fixes.

20 years ago(cvs-butlast, cvs-nbutlast): Remove (`butlast' and `nbutlast' are in
Juanma Barranquero [Fri, 28 May 2004 19:09:33 +0000 (19:09 +0000)]
(cvs-butlast, cvs-nbutlast): Remove (`butlast' and `nbutlast' are in
subr.el).

20 years ago(cvs-tree-merge, cvs-tags->tree): Use `butlast', not `cvs-butlast'.
Juanma Barranquero [Fri, 28 May 2004 19:07:57 +0000 (19:07 +0000)]
(cvs-tree-merge, cvs-tags->tree): Use `butlast', not `cvs-butlast'.

20 years ago(customize-face, customize-face-other-window, custom-face-edit-delete):
Juanma Barranquero [Fri, 28 May 2004 18:59:01 +0000 (18:59 +0000)]
(customize-face, customize-face-other-window, custom-face-edit-delete):
Make arguments match their use in docstring.
(custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
docstring.

20 years ago*** empty log message ***
Simon Josefsson [Fri, 28 May 2004 12:44:09 +0000 (12:44 +0000)]
*** empty log message ***

20 years agoRevert last two changes.
Andreas Schwab [Fri, 28 May 2004 09:48:58 +0000 (09:48 +0000)]
Revert last two changes.

20 years ago(smtpmail-open-stream): Bind
Simon Josefsson [Fri, 28 May 2004 05:56:19 +0000 (05:56 +0000)]
(smtpmail-open-stream): Bind
starttls-extra-arguments too, if starttls.el uses GNUTLS.

20 years agosmtpmail.texi (Authentication): Improve STARTTLS discussion.
Simon Josefsson [Fri, 28 May 2004 05:51:46 +0000 (05:51 +0000)]
smtpmail.texi (Authentication): Improve STARTTLS discussion.

20 years ago*** empty log message ***
Simon Josefsson [Fri, 28 May 2004 05:38:36 +0000 (05:38 +0000)]
*** empty log message ***

20 years agostarttls.el: Merge with my GNUTLS based starttls.el.
Simon Josefsson [Fri, 28 May 2004 05:27:52 +0000 (05:27 +0000)]
starttls.el: Merge with my GNUTLS based starttls.el.
(starttls-gnutls-program, starttls-use-gnutls)
(starttls-extra-arguments, starttls-process-connection-type)
(starttls-connect, starttls-failure, starttls-success): New
variables.
(starttls-program, starttls-extra-args): Doc fix.
(starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
functions.
(starttls-negotiate, starttls-open-stream): Check
`starttls-use-gnutls' and pass on to corresponding *-gnutls
function if it is set.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader [Fri, 28 May 2004 01:55:45 +0000 (01:55 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345

Tweak source regexps so that building in place won't cause problems

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 28 May 2004 00:09:08 +0000 (00:09 +0000)]
*** empty log message ***

20 years ago(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck [Fri, 28 May 2004 00:06:37 +0000 (00:06 +0000)]
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.

20 years ago(auto-revert-handler): Disable auto-reverting of remote files.
Luc Teirlinck [Thu, 27 May 2004 23:45:51 +0000 (23:45 +0000)]
(auto-revert-handler): Disable auto-reverting of remote files.

20 years ago* files.el (file-name-non-special): There are more operations
Michael Albinus [Thu, 27 May 2004 20:23:31 +0000 (20:23 +0000)]
* files.el (file-name-non-special): There are more operations
which need handling: `find-backup-file-name',
`insert-file-contents', `verify-visited-file-modtime',
`write-region'.  Rename t value of method to `add'.  Add new
methods `quote' and `unquote-then-quote' to file-arg-indices.

20 years ago(back_to_previous_visible_line_start): Skip backwards
Kim F. Storm [Wed, 26 May 2004 22:11:29 +0000 (22:11 +0000)]
(back_to_previous_visible_line_start): Skip backwards
over display properties, e.g. images, that replace buffer text.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 26 May 2004 22:10:26 +0000 (22:10 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juri Linkov [Tue, 25 May 2004 21:07:46 +0000 (21:07 +0000)]
*** empty log message ***

20 years ago(Info-toc): Call Info-mode on intermediate buffer.
Juri Linkov [Tue, 25 May 2004 20:59:31 +0000 (20:59 +0000)]
(Info-toc): Call Info-mode on intermediate buffer.
(Info-index-nodes): Enclose code in condition-case to catch errors.
(Info-index-node): Don't search all index nodes if request is only
for the current node and file is not in the cache of index nodes.
(Info-mode-map): Bind Info-copy-current-node-name to `w'
for consistency with dired-copy-filename-as-kill.
Bind `S' to Info-search-case-sensitively.
(Info-copy-current-node-name): New arg.  With zero prefix arg put
the name inside a function call to `info'.  Display copied text in
the echo area.

20 years ago(lisp-find-tag-default): Strip the package prefix from the symbol name, if any.
Sam Steingold [Tue, 25 May 2004 20:51:06 +0000 (20:51 +0000)]
(lisp-find-tag-default): Strip the package prefix from the symbol name, if any.
Make it the `find-tag-default-function' for `lisp-mode'.

20 years ago(gs-load-image): Use `set-process-query-on-exit-flag' instead of
John Paul Wallington [Tue, 25 May 2004 20:12:00 +0000 (20:12 +0000)]
(gs-load-image): Use `set-process-query-on-exit-flag' instead of
obsolete `process-kill-without-query'.

20 years ago(texinfo-indexvar-alist): Declare as variable instead of constant.
John Paul Wallington [Tue, 25 May 2004 20:06:06 +0000 (20:06 +0000)]
(texinfo-indexvar-alist): Declare as variable instead of constant.

20 years ago(find-file-noselect-1): Fix bug introduced by Revision 1.694.
Luc Teirlinck [Tue, 25 May 2004 18:51:07 +0000 (18:51 +0000)]
(find-file-noselect-1): Fix bug introduced by Revision 1.694.
As a side effect, `inhibit-read-only' is again, by default, t during
execution of `find-file-not-found-functions'.
(insert-directory): Check that lines were really inserted by
the --dired switch, before erasing them.

20 years ago(marker_blocks_pending_free): New var.
Kim F. Storm [Tue, 25 May 2004 11:18:07 +0000 (11:18 +0000)]
(marker_blocks_pending_free): New var.
(gc_sweep): Store free marker blocks on that list.
(Fgarbage_collect): Free them after undo-list cleanup.

20 years ago(wait_reading_process_input): Check connect_wait_mask
Kim F. Storm [Tue, 25 May 2004 11:17:43 +0000 (11:17 +0000)]
(wait_reading_process_input): Check connect_wait_mask
before actually accepting connection in case it has already been
accepted due to recursion.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 25 May 2004 11:17:03 +0000 (11:17 +0000)]
*** empty log message ***

20 years ago(gdb-var-update, gdb-var-update-handler, gdb-var-delete)
Nick Roberts [Mon, 24 May 2004 21:59:08 +0000 (21:59 +0000)]
(gdb-var-update, gdb-var-update-handler, gdb-var-delete)
(gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
gud-minor-mode (gdbmi).

20 years ago*** empty log message ***
Nick Roberts [Mon, 24 May 2004 21:57:57 +0000 (21:57 +0000)]
*** empty log message ***

20 years ago(gdb-breakpoints-mode, gdb-frames-mode)
Nick Roberts [Mon, 24 May 2004 18:14:13 +0000 (18:14 +0000)]
(gdb-breakpoints-mode, gdb-frames-mode)
(gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.

20 years ago*** empty log message ***
Nick Roberts [Mon, 24 May 2004 18:13:10 +0000 (18:13 +0000)]
*** empty log message ***

20 years ago(Fset_safe_terminal_coding_system_internal): Set
Kenichi Handa [Sun, 23 May 2004 23:56:57 +0000 (23:56 +0000)]
(Fset_safe_terminal_coding_system_internal): Set
suppress_error in safe_terminal_coding, not terminal_coding.

20 years ago(browse-url-interactive-arg): Enable user to explicitly select the text to
Juanma Barranquero [Sun, 23 May 2004 22:38:30 +0000 (22:38 +0000)]
(browse-url-interactive-arg): Enable user to explicitly select the text to
be taken as URL.

20 years ago(next-error-find-buffer): Add a rule to return next-error capable buffer
Juri Linkov [Sun, 23 May 2004 21:05:08 +0000 (21:05 +0000)]
(next-error-find-buffer): Add a rule to return next-error capable buffer
if one window on the selected frame displays such buffer.

20 years ago(describe-property-list): Add [show] button for
Juri Linkov [Sun, 23 May 2004 20:59:28 +0000 (20:59 +0000)]
(describe-property-list): Add [show] button for
`syntax-table' property with action to pp to a separate buffer.
(describe-char): Replace search-forward by re-search-forward with
whitespace regexp after "character:" to not fail in too narrow windows.

20 years ago(change-log-font-lock-keywords): Remove `:' from
Juri Linkov [Sun, 23 May 2004 20:57:50 +0000 (20:57 +0000)]
(change-log-font-lock-keywords): Remove `:' from
regexps for function and variable names.

20 years ago(texinfo-print-index): Print index line numbers in the new Texinfo 4.7 format.
Juri Linkov [Sun, 23 May 2004 20:55:28 +0000 (20:55 +0000)]
(texinfo-print-index): Print index line numbers in the new Texinfo 4.7 format.

20 years ago(Info-index-nodes): New var and fun.
Juri Linkov [Sun, 23 May 2004 20:53:42 +0000 (20:53 +0000)]
(Info-index-nodes): New var and fun.
(Info-goto-index, Info-index, info-apropos)
(Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
(Info-index): Fix docstring.  Store and restore Info-history-list.
(Info-complete-nodes): New var.
(Info-complete-menu-item): Use it.
(Info-index-node): New fun.
(Info-final-node, Info-forward-node, Info-backward-node)
(Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
Use Info-index-node.
(Info-extract-menu-item, Info-extract-menu-counting): Set second
arg of `Info-extract-menu-node-name' to non-nil for index nodes.
(Info-find-node-2): If a node with period in its name not found,
try to find a node without the name part after period.
(Info-select-node): Call Info-fontify-node only if
Info-fontify-maximum-menu-size is not nil.
(info-apropos): Set Info-fontify-maximum-menu-size to nil.
(Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
Preserve Info-history-list.
(Info-toc): Set Info-current-file.
(Info-build-toc): Move point to the beginning of the buffer.
Add main-file variable.
(Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
Use backslashed representation of the control character ^_.

20 years ago(gud-menu-map, gud-speedbar-menu-items)
Nick Roberts [Sun, 23 May 2004 20:29:44 +0000 (20:29 +0000)]
(gud-menu-map, gud-speedbar-menu-items)
(gud-speedbar-buttons, gud-sentinel, gud-display-line)
(gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
a new mode. The file (gdb-mi.el) for this mode will be included
with the GDB distribution (6.2 onwards) and will use GDB/MI as its
primary interface.

20 years ago(gdb-server-prefix): New variable.
Nick Roberts [Sun, 23 May 2004 20:28:47 +0000 (20:28 +0000)]
(gdb-server-prefix): New variable.
(gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
(gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
(gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
(gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
new value for gud-minor-mode (gdbmi).
(gdb-buffer-type, gdb-input-queue, gdb-prompting)
(gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
from local to global gdb variable set.
(gdb-ann3): Initialise above gdb variable set.
(gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
(gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
(gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
(gdb-stopped, gdb-post-prompt, gdb-concat-output)
(def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
(gdb-info-locals-handler, gdb-invalidate-assembler)
(gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
set as global variables.
(gdb-get-create-buffer): Don't make gud-comint buffer-local.
Handle gdbmi.
(gdb-info-breakpoints-custom): Fix regexp.
(def-gdb-var): Delete.

20 years ago*** empty log message ***
Nick Roberts [Sun, 23 May 2004 20:27:46 +0000 (20:27 +0000)]
*** empty log message ***

20 years ago(grep-tree): Ensure that DIR argument is
Jesper Harder [Sun, 23 May 2004 19:08:48 +0000 (19:08 +0000)]
(grep-tree): Ensure that DIR argument is
interpreted as a directory.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 May 2004 22:23:13 +0000 (22:23 +0000)]
*** empty log message ***

20 years ago(Fmake_string): Doc fix.
Richard M. Stallman [Sat, 22 May 2004 22:22:38 +0000 (22:22 +0000)]
(Fmake_string): Doc fix.

20 years ago(clone_per_buffer_values): Copy the alist of local vars,
Richard M. Stallman [Sat, 22 May 2004 22:20:51 +0000 (22:20 +0000)]
(clone_per_buffer_values): Copy the alist of local vars,
and the alist pairs too.

20 years ago(casify_object): Return OBJ unchanged if not real char.
Richard M. Stallman [Sat, 22 May 2004 22:19:28 +0000 (22:19 +0000)]
(casify_object): Return OBJ unchanged if not real char.

20 years ago(main): Update copyright year.
Richard M. Stallman [Sat, 22 May 2004 22:18:30 +0000 (22:18 +0000)]
(main): Update copyright year.

20 years ago(Fread_file_name): Expand DIR if not absolute.
Richard M. Stallman [Sat, 22 May 2004 22:17:17 +0000 (22:17 +0000)]
(Fread_file_name): Expand DIR if not absolute.

20 years ago(del_range_2, replace_range): Don't write an anchor if the gap is empty.
Richard M. Stallman [Sat, 22 May 2004 22:15:37 +0000 (22:15 +0000)]
(del_range_2, replace_range): Don't write an anchor if the gap is empty.