]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago*** empty log message ***
Stefan Monnier [Wed, 21 Apr 2004 16:09:23 +0000 (16:09 +0000)]
*** empty log message ***

20 years agoUpdate iswitchb-max-to-show.
Stephen Eglen [Wed, 21 Apr 2004 09:47:11 +0000 (09:47 +0000)]
Update iswitchb-max-to-show.

20 years ago(describe-char): Make it work on *Help* buffer.
Kenichi Handa [Wed, 21 Apr 2004 01:27:39 +0000 (01:27 +0000)]
(describe-char): Make it work on *Help* buffer.

20 years agoAdd some entries missing from 2002-11-16.
Glenn Morris [Tue, 20 Apr 2004 23:16:57 +0000 (23:16 +0000)]
Add some entries missing from 2002-11-16.

20 years agoAdd image slices. Add posn-at- functions.
Kim F. Storm [Tue, 20 Apr 2004 22:44:20 +0000 (22:44 +0000)]
Add image slices.  Add posn-at- functions.

20 years ago(insert-image): Add optional SLICE arg.
Kim F. Storm [Tue, 20 Apr 2004 22:23:08 +0000 (22:23 +0000)]
(insert-image): Add optional SLICE arg.
(insert-sliced-image): New defun.

20 years ago(image_ascent): Remove prototype.
Kim F. Storm [Tue, 20 Apr 2004 22:22:45 +0000 (22:22 +0000)]
(image_ascent): Remove prototype.

20 years ago(x_draw_relief_rect): Add top_p and bot_p args.
Kim F. Storm [Tue, 20 Apr 2004 22:19:23 +0000 (22:19 +0000)]
(x_draw_relief_rect): Add top_p and bot_p args.
(x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
(x_draw_image_foreground, x_draw_image_relief)
(x_draw_image_foreground_1, x_draw_image_glyph_string):
Draw sliced images.

20 years ago(Qslice): New variable.
Kim F. Storm [Tue, 20 Apr 2004 22:19:09 +0000 (22:19 +0000)]
(Qslice): New variable.
(syms_of_xdisp): Intern and staticpro it.
(pos_visible_p): Return pixel position in new x and y args.
(init_iterator): Reset it->slice info.
(handle_display_prop): Parse (slice ...) property.
(push_it, pop_it): Save/restore slice info.
(make_cursor_line_fully_visible): Fix 2004-04-14 change.  Do not
force repositioning of tall row if window is vscrolled, as that
would reset vscroll.
(append_space): Set it->constrain_row_ascent_descent_p to avoid
increasing row height if row is non-empty.
(fill_image_glyph_string): Copy slice info.
(take_vertical_position_into_account): Simplify.
(produce_image_glyph): Handle iterator slice info, setup glyph
slice info.  Do not force minimum line height.
(x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
do not increase height (ascent/descent) of non-empty row when
adding normal character glyph; instead reduce glyph ascent/descent
appropriately; if row is higher than current glyph, adjust glyph
descent/ascent to reposition glyph within the existing row.
Likewise, when char is newline, only set ascent/descent if row is
currently empty.
(note_mouse_highlight): Handle hotspots with sliced image.

20 years ago(Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
Kim F. Storm [Tue, 20 Apr 2004 22:18:43 +0000 (22:18 +0000)]
(Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.

20 years ago(Fpos_visible_in_window_p): Return pixel position if
Kim F. Storm [Tue, 20 Apr 2004 22:18:33 +0000 (22:18 +0000)]
(Fpos_visible_in_window_p): Return pixel position if
PARTIALLY arg is non-nil.  Simplify.  Doc fix.
(Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
to return/set vscroll in pixels.

20 years ago(w32_draw_relief_rect): Add top_p and bot_p args.
Kim F. Storm [Tue, 20 Apr 2004 22:17:56 +0000 (22:17 +0000)]
(w32_draw_relief_rect): Add top_p and bot_p args.
(x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
(x_draw_image_foreground, x_draw_image_relief)
(w32_draw_image_foreground_1, x_draw_image_glyph_string):
Draw sliced images.

20 years ago(x_draw_relief_rect): Add top_p and bot_p args.
Kim F. Storm [Tue, 20 Apr 2004 22:17:34 +0000 (22:17 +0000)]
(x_draw_relief_rect):  Add top_p and bot_p args.
(x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
(x_draw_image_foreground, x_draw_image_relief)
(x_draw_image_foreground_1, x_draw_image_glyph_string):
Draw sliced images.

20 years ago(pos_visible_p): Fix prototype.
Kim F. Storm [Tue, 20 Apr 2004 22:17:08 +0000 (22:17 +0000)]
(pos_visible_p): Fix prototype.

20 years ago(Fposn_at_x_y, Fposn_at_point): New defuns.
Kim F. Storm [Tue, 20 Apr 2004 22:16:46 +0000 (22:16 +0000)]
(Fposn_at_x_y, Fposn_at_point): New defuns.
(syms_of_keyboard): Defsubr them.

20 years ago(image_ascent): Add slice arg; calculate ascent for
Kim F. Storm [Tue, 20 Apr 2004 22:16:33 +0000 (22:16 +0000)]
(image_ascent): Add slice arg; calculate ascent for
image slice (or full image).

20 years ago(buffer_posn_from_coords): Return full image width
Kim F. Storm [Tue, 20 Apr 2004 22:16:19 +0000 (22:16 +0000)]
(buffer_posn_from_coords): Return full image width
and height even for image slices (posn is relative to full image).
(marginal_area_string): Adjust x0,y0 for image slice.

20 years ago(struct glyph_slice): New struct.
Kim F. Storm [Tue, 20 Apr 2004 22:16:07 +0000 (22:16 +0000)]
(struct glyph_slice): New struct.
(struct glyph): New member slice.
(GLYPH_SLICE_EQUAL_P): New macro.
(GLYPH_EQUAL_P): Use it.
(struct glyph_string): New member slice.
(struct it_slice): New struct.
(struct it): New member slice, add member to stack too.
New member constrain_row_ascent_descent_p.
(image_ascent): Add prototype.

20 years agoAdd image slices.
Kim F. Storm [Tue, 20 Apr 2004 22:15:41 +0000 (22:15 +0000)]
Add image slices.

20 years agoUndo previous change
Jan Djärv [Tue, 20 Apr 2004 21:41:50 +0000 (21:41 +0000)]
Undo previous change

20 years ago* progmodes/grep.el (grep-mode): Add eval-when-compile.
Jan Djärv [Tue, 20 Apr 2004 21:19:44 +0000 (21:19 +0000)]
* progmodes/grep.el (grep-mode): Add eval-when-compile.

20 years ago(split-window-save-restore-data):
Richard M. Stallman [Tue, 20 Apr 2004 20:58:30 +0000 (20:58 +0000)]
(split-window-save-restore-data):
Don't update the data if OLD-INFO is nil.

20 years ago(view-return-to-alist): Mark it permanent local.
Richard M. Stallman [Tue, 20 Apr 2004 20:57:10 +0000 (20:57 +0000)]
(view-return-to-alist): Mark it permanent local.

20 years ago(event-modifiers): Fix the criterion for ASCII control chars.
Richard M. Stallman [Tue, 20 Apr 2004 20:56:32 +0000 (20:56 +0000)]
(event-modifiers): Fix the criterion for ASCII control chars.

20 years ago(recentf-save-list): Catch and warn about errors.
Richard M. Stallman [Tue, 20 Apr 2004 20:54:53 +0000 (20:54 +0000)]
(recentf-save-list): Catch and warn about errors.

20 years ago(menu-bar-update-buffers): Call copy-sequence so "Buffers" won't be pure.
Richard M. Stallman [Tue, 20 Apr 2004 20:54:00 +0000 (20:54 +0000)]
(menu-bar-update-buffers): Call copy-sequence so "Buffers" won't be pure.

20 years ago(help-mode-finish): Set help-return-alist first
Richard M. Stallman [Tue, 20 Apr 2004 20:53:01 +0000 (20:53 +0000)]
(help-mode-finish): Set help-return-alist first
thing, setting only the entry for the selected window.

20 years ago(describe-function-1): If many non-control non-meta
Richard M. Stallman [Tue, 20 Apr 2004 20:51:11 +0000 (20:51 +0000)]
(describe-function-1): If many non-control non-meta
keys run the command, don't list all of them.

20 years ago(read-number): Check whether `default' is nil.
Stefan Monnier [Tue, 20 Apr 2004 20:40:41 +0000 (20:40 +0000)]
(read-number): Check whether `default' is nil.

20 years ago(compilation-error-properties): Split in two.
Stefan Monnier [Tue, 20 Apr 2004 20:36:43 +0000 (20:36 +0000)]
(compilation-error-properties): Split in two.
(compilation-internal-error-properties): New one.
(compilation-compat-error-properties): Use it to fix the non-marker case.

20 years ago(Fkey_description): Fix the usual int/Lisp_Object mixup.
Stefan Monnier [Tue, 20 Apr 2004 19:44:26 +0000 (19:44 +0000)]
(Fkey_description): Fix the usual int/Lisp_Object mixup.

20 years ago(vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.
Juanma Barranquero [Tue, 20 Apr 2004 16:49:26 +0000 (16:49 +0000)]
(vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.
Copied from Andre Spiegel's patch of 2004-03-21.

20 years ago(time-to-day-in-year): Fix docstring.
Juanma Barranquero [Tue, 20 Apr 2004 16:40:07 +0000 (16:40 +0000)]
(time-to-day-in-year): Fix docstring.

20 years ago(iswitchb-max-to-show): Update :type.
Stephen Eglen [Tue, 20 Apr 2004 10:01:29 +0000 (10:01 +0000)]
(iswitchb-max-to-show): Update :type.

20 years ago(quail-lookup-key): New optional arg
Kenichi Handa [Tue, 20 Apr 2004 08:20:26 +0000 (08:20 +0000)]
(quail-lookup-key): New optional arg
NOT-RESET-INDICES.
(quail-get-translations): Call quail-lookup-key with
NOT-RESET-INDICES t.
(quail-completion): Likewise.
(quail-lookup-map-and-concat): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Apr 2004 07:15:39 +0000 (07:15 +0000)]
*** empty log message ***

20 years ago(quail-update-translation): Don't insert
Kenichi Handa [Tue, 20 Apr 2004 07:06:58 +0000 (07:06 +0000)]
(quail-update-translation): Don't insert
such an unsupported multibyte char in a unibyte buffer.

20 years ago(regularize_fontname): Renamed from regulalize_fontname.
John Paul Wallington [Tue, 20 Apr 2004 00:26:36 +0000 (00:26 +0000)]
(regularize_fontname): Renamed from regulalize_fontname.

20 years ago(Fassoc, Feql): Fix indentation.
John Paul Wallington [Tue, 20 Apr 2004 00:17:46 +0000 (00:17 +0000)]
(Fassoc, Feql): Fix indentation.

20 years ago(gdb-frame-parameters): New constant.
Nick Roberts [Mon, 19 Apr 2004 23:32:17 +0000 (23:32 +0000)]
(gdb-frame-parameters): New constant.
(gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
(gdb-frame-threads-buffer, gdb-frame-registers-buffer)
(gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
(gdb-frame-assembler-buffer): Improve behaviour with
multiple frames.
(gdb-display-buffer): Extend search to all visible frames.

20 years ago*** empty log message ***
Nick Roberts [Mon, 19 Apr 2004 23:31:39 +0000 (23:31 +0000)]
*** empty log message ***

20 years ago(rmail-convert-to-babyl-format): Don't remove ^M
Eli Zaretskii [Mon, 19 Apr 2004 18:06:51 +0000 (18:06 +0000)]
(rmail-convert-to-babyl-format): Don't remove ^M
characters left after base64 decoding.
(rmail-decode-region): Use -dos variety of `coding', to remove any
^M characters left after qp or base64 decoding.

20 years ago`eql' now available without requiring cl.
John Paul Wallington [Mon, 19 Apr 2004 15:29:23 +0000 (15:29 +0000)]
`eql' now available without requiring cl.

20 years ago(Feql): New function.
John Paul Wallington [Mon, 19 Apr 2004 15:17:53 +0000 (15:17 +0000)]
(Feql): New function.
(syms_of_fns): defsubr it.

20 years ago* x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
Jan Djärv [Mon, 19 Apr 2004 12:45:28 +0000 (12:45 +0000)]
* x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
messages.

20 years ago(iswitchb-max-to-show): Update documentation and :type information.
Stephen Eglen [Mon, 19 Apr 2004 11:42:38 +0000 (11:42 +0000)]
(iswitchb-max-to-show): Update documentation and :type information.

20 years ago(add-change-log-entry): Update doc string to mention
Stephen Eglen [Mon, 19 Apr 2004 11:32:03 +0000 (11:32 +0000)]
(add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.

20 years agosentence-end
Juri Linkov [Sun, 18 Apr 2004 22:23:01 +0000 (22:23 +0000)]
sentence-end

20 years ago(help-with-tutorial): Call `hack-local-variables'
Juri Linkov [Sun, 18 Apr 2004 22:12:23 +0000 (22:12 +0000)]
(help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.

20 years ago* progmodes/cc-cmds.el (c-beginning-of-statement): Use
Juri Linkov [Sun, 18 Apr 2004 22:09:27 +0000 (22:09 +0000)]
* progmodes/cc-cmds.el (c-beginning-of-statement): Use
function `sentence-end' instead of variable `sentence-end'.

20 years ago(canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Juri Linkov [Sun, 18 Apr 2004 22:08:54 +0000 (22:08 +0000)]
(canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Use function `sentence-end' instead of variable `sentence-end'.

20 years ago(sentence-end) <function>: New fun with default value taken
Juri Linkov [Sun, 18 Apr 2004 22:08:03 +0000 (22:08 +0000)]
(sentence-end) <function>: New fun with default value taken
from the variable `sentence-end'.
(sentence-end) <defcustom>: Set default to nil.  Doc fix.
Add nil const to :type.
(sentence-end-without-period, sentence-end-double-space)
(sentence-end-without-space): Doc fix.
(forward-sentence): Use function `sentence-end' instead of
variable `sentence-end'.

20 years ago(Spelling): Remove file extension from ispell xref.
Juri Linkov [Sun, 18 Apr 2004 20:04:24 +0000 (20:04 +0000)]
(Spelling): Remove file extension from ispell xref.

20 years ago(Fw32_set_clipboard_data): Get sequence number after closing the clipboard.
Jason Rumney [Sun, 18 Apr 2004 18:34:03 +0000 (18:34 +0000)]
(Fw32_set_clipboard_data): Get sequence number after closing the clipboard.

20 years ago*** empty log message ***
Jason Rumney [Sun, 18 Apr 2004 18:33:01 +0000 (18:33 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juri Linkov [Sun, 18 Apr 2004 15:29:18 +0000 (15:29 +0000)]
*** empty log message ***

20 years ago(Info-find-file, Info-find-node-2): Add history and toc.
Juri Linkov [Sun, 18 Apr 2004 15:28:19 +0000 (15:28 +0000)]
(Info-find-file, Info-find-node-2): Add history and toc.
(Info-find-node-2): Simplify error message.
(Info-insert-dir): Use Info-following-node-name.
(Info-goto-node): Remove *info-history* and *info-toc*.
(Info-history): Create a node of the virtual history file.
(Info-toc): Create a node of the virtual toc file.
(Info-insert-toc): New arg `curr-file' for reference file names.
(info-apropos): Remove redundant var binding for temp-file.
(Info-index, Info-index-next, Info-mode): Doc fix.
(Info-goto-emacs-command-node): Don't jump to *info* from
non-*info* Info buffers.
(Info-fontify-node): Don't show the file name of external
references if `Info-hide-note-references' is `hide'.  Don't hide
newlines at the end of paragraphs.

20 years ago(list-input-methods): Fix args to help-xref-button.
Juri Linkov [Sun, 18 Apr 2004 15:13:25 +0000 (15:13 +0000)]
(list-input-methods): Fix args to help-xref-button.

20 years ago.
Andreas Schwab [Sun, 18 Apr 2004 11:05:20 +0000 (11:05 +0000)]
.

20 years ago(compilation-start): Set window start to
Andreas Schwab [Sun, 18 Apr 2004 11:04:24 +0000 (11:04 +0000)]
(compilation-start): Set window start to
point-min if compilation-scroll-output is nil.

20 years ago2004-04-18 John Wiegley <johnw@newartisans.com>
John Wiegley [Sun, 18 Apr 2004 10:31:29 +0000 (10:31 +0000)]
2004-04-18  John Wiegley  <johnw@newartisans.com>

* iswitchb.el (iswitchb-completions): Removed dependency on cl.

20 years ago*** empty log message ***
John Wiegley [Sun, 18 Apr 2004 10:30:54 +0000 (10:30 +0000)]
*** empty log message ***

20 years ago* rcs2log (Help): Clarify wording of the usage message.
Paul Eggert [Sun, 18 Apr 2004 06:02:16 +0000 (06:02 +0000)]
* rcs2log (Help): Clarify wording of the usage message.

20 years ago(Coding Conventions): defopt -> defcustom.
Jesper Harder [Sun, 18 Apr 2004 02:05:02 +0000 (02:05 +0000)]
(Coding Conventions): defopt -> defcustom.

20 years agoSet sentence-end-double-space to nil in Local Variables.
Juri Linkov [Sat, 17 Apr 2004 23:15:16 +0000 (23:15 +0000)]
Set sentence-end-double-space to nil in Local Variables.

20 years ago(gdb-goto-info): Require 'info.
Nick Roberts [Sat, 17 Apr 2004 23:14:17 +0000 (23:14 +0000)]
(gdb-goto-info): Require 'info.
(gdb-info-breakpoints-custom): Revert previous change.
(gdb-view-assembler): Update assembler if necessary.
(gdb-frame-handler): Parse correctly for gdb-current-frame.
(gdb-display-source-buffer): Update properly when both source and
assembler are visible.

20 years ago*** empty log message ***
Nick Roberts [Sat, 17 Apr 2004 23:13:35 +0000 (23:13 +0000)]
*** empty log message ***

20 years agoAdd coding latin-1 to Local Variables.
Juri Linkov [Sat, 17 Apr 2004 23:11:22 +0000 (23:11 +0000)]
Add coding latin-1 to Local Variables.
Set sentence-end-double-space to nil in Local Variables.

20 years agoAdd coding latin-1 to Local Variables.
Juri Linkov [Sat, 17 Apr 2004 22:54:09 +0000 (22:54 +0000)]
Add coding latin-1 to Local Variables.

20 years agoAdd "2004" to the list of copyright years.
Juri Linkov [Sat, 17 Apr 2004 22:40:52 +0000 (22:40 +0000)]
Add "2004" to the list of copyright years.
Move coding to Local Variables.
Add sentence-end-double-space: nil to Local Variables.

20 years agoMore corrections.
Juri Linkov [Sat, 17 Apr 2004 22:28:38 +0000 (22:28 +0000)]
More corrections.

20 years ago2004-04-17 John Wiegley <johnw@newartisans.com>
John Wiegley [Sat, 17 Apr 2004 22:04:04 +0000 (22:04 +0000)]
2004-04-17  John Wiegley  <johnw@newartisans.com>

* iswitchb.el (iswitchb-max-to-show): Added a new config variable
which optionally limits the number of names shown in the
minibuffer.  Off by default.
(iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
up iswitchb for users with a multitude of open buffers, by showing
only the first and last N/2 buffers in the completion list (which
is enough for C-s/C-r, and to know that more characters need to be
typed to refine the completion list).

20 years ago*** empty log message ***
John Wiegley [Sat, 17 Apr 2004 22:02:45 +0000 (22:02 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 17 Apr 2004 19:58:43 +0000 (19:58 +0000)]
*** empty log message ***

20 years ago(locate-file-completion): Handle nil in path-and-suffixes.
Richard M. Stallman [Sat, 17 Apr 2004 19:58:19 +0000 (19:58 +0000)]
(locate-file-completion): Handle nil in path-and-suffixes.
(file-truename): Expand all ~ constructs directly.
(insert-directory): Delete any error msg output by the
`insert-directory-program'.

20 years ago(allout-mode-exposure-menu, allout-mode-editing-menu):
Richard M. Stallman [Sat, 17 Apr 2004 19:53:58 +0000 (19:53 +0000)]
(allout-mode-exposure-menu, allout-mode-editing-menu):
(allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
(allout-prior-bindings, allout-added-bindings): Defvars deleted.
(allout-init): Use find-file-hook, not find-file-hooks.
(allout-mode): Eliminate Emacs 18 support.
Use write-contents-functions, not local-write-file-hooks.

20 years agoMove the info about site-lisp dirs,
Richard M. Stallman [Sat, 17 Apr 2004 19:47:38 +0000 (19:47 +0000)]
Move the info about site-lisp dirs,
and say uninstalled Emacs looks there too.

20 years ago(Fbuffer_base_buffer): Doc fix.
Luc Teirlinck [Sat, 17 Apr 2004 02:04:27 +0000 (02:04 +0000)]
(Fbuffer_base_buffer): Doc fix.

20 years ago(insert-directory): Minor whitespace fix in docstring.
Luc Teirlinck [Sat, 17 Apr 2004 01:46:53 +0000 (01:46 +0000)]
(insert-directory): Minor whitespace fix in docstring.

20 years agoVarious clarifications.
Luc Teirlinck [Sat, 17 Apr 2004 00:58:04 +0000 (00:58 +0000)]
Various clarifications.

20 years agoAdd anchors. Some other minor changes.
Luc Teirlinck [Sat, 17 Apr 2004 00:52:46 +0000 (00:52 +0000)]
Add anchors.  Some other minor changes.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 16 Apr 2004 23:56:04 +0000 (23:56 +0000)]
*** empty log message ***

20 years ago(python-compilation-line-number): Fix braindamage.
Stefan Monnier [Fri, 16 Apr 2004 23:36:13 +0000 (23:36 +0000)]
(python-compilation-line-number): Fix braindamage.
(python-load-file): Fix python-orig-start setting.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 16 Apr 2004 23:27:40 +0000 (23:27 +0000)]
*** empty log message ***

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 23:22:07 +0000 (23:22 +0000)]
Doc fixes.
(compilation-error-regexp-alist-alist)
(compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
(compilation-assq): Wrap in eval-when-compile.
(compilation-mode-font-lock-keywords): Don't use list*.
(compilation-start): Avoid warning.
(compilation-compat-error-properties)
(compilation-directory-properties): Add keymap property.
(compilation-parsing-end): Make it a marker for better compatibility.

20 years ago(compilation-error-properties): Fix for adding messages when there are already
Daniel Pfeiffer [Fri, 16 Apr 2004 23:06:34 +0000 (23:06 +0000)]
(compilation-error-properties): Fix for adding messages when there are already
markers for their file.
(compilation-fake-loc): New function.

20 years ago(python-after-info-look): Use with-no-warnings.
Stefan Monnier [Fri, 16 Apr 2004 22:58:28 +0000 (22:58 +0000)]
(python-after-info-look): Use with-no-warnings.

20 years agoDoc fixes.
Stefan Monnier [Fri, 16 Apr 2004 22:46:26 +0000 (22:46 +0000)]
Doc fixes.
(xml-get-children): Only looks at sub-tags and ignore strings.

20 years ago(xml-parse-tag): Avoid overwriting node-name.
Stefan Monnier [Fri, 16 Apr 2004 22:26:53 +0000 (22:26 +0000)]
(xml-parse-tag): Avoid overwriting node-name.

20 years ago(url-debug): Use with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 22:05:32 +0000 (22:05 +0000)]
(url-debug): Use with-current-buffer.

20 years ago(url-nfs-file-attributes): Add id-format parameter.
Stefan Monnier [Fri, 16 Apr 2004 22:04:33 +0000 (22:04 +0000)]
(url-nfs-file-attributes): Add id-format parameter.
(url-nfs-create-wrapper): Use new backquote syntax.

20 years ago(url-https-file-attributes): Add id-format param.
Stefan Monnier [Fri, 16 Apr 2004 22:02:46 +0000 (22:02 +0000)]
(url-https-file-attributes): Add id-format param.

20 years ago(url-http-head-file-attributes, url-http-file-attributes):
Stefan Monnier [Fri, 16 Apr 2004 22:01:56 +0000 (22:01 +0000)]
(url-http-head-file-attributes, url-http-file-attributes):
Add id-format parameter.

20 years agoUse new find-file-hook.
Stefan Monnier [Fri, 16 Apr 2004 22:00:40 +0000 (22:00 +0000)]
Use new find-file-hook.
(url-file-attributes): Add id-format parameter.

20 years ago(url-file-create-wrapper): Use new backquote syntax.
Stefan Monnier [Fri, 16 Apr 2004 21:59:12 +0000 (21:59 +0000)]
(url-file-create-wrapper): Use new backquote syntax.
(url-file-file-attributes): Add id-format parameter.

20 years agoUse with-current-buffer.
Stefan Monnier [Fri, 16 Apr 2004 21:58:11 +0000 (21:58 +0000)]
Use with-current-buffer.
(url-dav-process-response): Fix regexps and spurious quote.
(url-dav-file-attributes): Add id-format param.

20 years ago(diff-end-of-hunk): Be more careful with unified hunks.
Stefan Monnier [Fri, 16 Apr 2004 21:52:14 +0000 (21:52 +0000)]
(diff-end-of-hunk): Be more careful with unified hunks.

20 years ago(Fkey_description): Change callers.
Kim F. Storm [Fri, 16 Apr 2004 21:19:16 +0000 (21:19 +0000)]
(Fkey_description): Change callers.

20 years ago(Fkey_description): Fix prototype.
Kim F. Storm [Fri, 16 Apr 2004 21:17:02 +0000 (21:17 +0000)]
(Fkey_description): Fix prototype.
(describe_vector): Remove prototype.

20 years ago(Fkey_description): Add optional PREFIX arg.
Kim F. Storm [Fri, 16 Apr 2004 21:16:33 +0000 (21:16 +0000)]
(Fkey_description): Add optional PREFIX arg.
Combine prefix with KEYS to make up the full key sequence to describe.
Correlate meta_prefix_char and following (simple) key to describe
as meta modifier.  All callers changed.
(describe_map): Rename arg `keys' to `prefix'.  Remove local
`elt_prefix' var.  Use Fkey_description with prefix instead of
elt_prefix combined with Fsingle_key_description.
(describe_vector): Declare static.  Replace arg `elt_prefix' with
`prefix'.  Add KEYMAP_P arg.  Add local var `elt_prefix'; use it
if !KEYMAP_P. Use Fkey_description with prefix instead of
Fsingle_key_description.