1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-05 07:01:11 -08:00
Commit graph

50236 commits

Author SHA1 Message Date
Kim F. Storm
754dc3d823 (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN. 2004-04-20 22:18:43 +00:00
Kim F. Storm
0cc1039fe1 (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.
2004-04-20 22:18:33 +00:00
Kim F. Storm
cb0b194af0 (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.
2004-04-20 22:17:56 +00:00
Kim F. Storm
ffe8b3f4e8 (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.
2004-04-20 22:17:34 +00:00
Kim F. Storm
b1bd813495 (pos_visible_p): Fix prototype. 2004-04-20 22:17:08 +00:00
Kim F. Storm
ec026e7a3e (Fposn_at_x_y, Fposn_at_point): New defuns.
(syms_of_keyboard): Defsubr them.
2004-04-20 22:16:46 +00:00
Kim F. Storm
1938bc365d (image_ascent): Add slice arg; calculate ascent for
image slice (or full image).
2004-04-20 22:16:33 +00:00
Kim F. Storm
cedd7cd9f1 (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.
2004-04-20 22:16:19 +00:00
Kim F. Storm
0633d52c3e (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.
2004-04-20 22:16:07 +00:00
Kim F. Storm
ae7ab2d30f Add image slices. 2004-04-20 22:15:41 +00:00
Jan Djärv
7f0d4d298d Undo previous change 2004-04-20 21:41:50 +00:00
Jan Djärv
3faf4eb37f * progmodes/grep.el (grep-mode): Add eval-when-compile. 2004-04-20 21:19:44 +00:00
Richard M. Stallman
6b3b4dbbfc (split-window-save-restore-data):
Don't update the data if OLD-INFO is nil.
2004-04-20 20:58:30 +00:00
Richard M. Stallman
da932079d0 (view-return-to-alist): Mark it permanent local. 2004-04-20 20:57:10 +00:00
Richard M. Stallman
5572c97f45 (event-modifiers): Fix the criterion for ASCII control chars. 2004-04-20 20:56:32 +00:00
Richard M. Stallman
a0df7a3285 (recentf-save-list): Catch and warn about errors. 2004-04-20 20:54:53 +00:00
Richard M. Stallman
d08fd12f3a (menu-bar-update-buffers): Call copy-sequence so "Buffers" won't be pure. 2004-04-20 20:54:00 +00:00
Richard M. Stallman
69e73dd3d3 (help-mode-finish): Set help-return-alist first
thing, setting only the entry for the selected window.
2004-04-20 20:53:01 +00:00
Richard M. Stallman
19a151e59b (describe-function-1): If many non-control non-meta
keys run the command, don't list all of them.
2004-04-20 20:51:11 +00:00
Stefan Monnier
c78633461e (read-number): Check whether `default' is nil. 2004-04-20 20:40:41 +00:00
Stefan Monnier
efb0e677c7 (compilation-error-properties): Split in two.
(compilation-internal-error-properties): New one.
(compilation-compat-error-properties): Use it to fix the non-marker case.
2004-04-20 20:36:43 +00:00
Stefan Monnier
07f60146b3 (Fkey_description): Fix the usual int/Lisp_Object mixup. 2004-04-20 19:44:26 +00:00
Juanma Barranquero
b349012b10 (vc-svn-print-log, vc-svn-diff): Add optional BUFFER arg.
Copied from Andre Spiegel's patch of 2004-03-21.
2004-04-20 16:49:26 +00:00
Juanma Barranquero
1525ea1e3a (time-to-day-in-year): Fix docstring. 2004-04-20 16:40:07 +00:00
Stephen Eglen
06f4589ab8 (iswitchb-max-to-show): Update :type. 2004-04-20 10:01:29 +00:00
Kenichi Handa
5b6156fa6a (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.
2004-04-20 08:20:26 +00:00
Kenichi Handa
a19788b139 *** empty log message *** 2004-04-20 07:15:39 +00:00
Kenichi Handa
fd7a117da0 (quail-update-translation): Don't insert
such an unsupported multibyte char in a unibyte buffer.
2004-04-20 07:06:58 +00:00
John Paul Wallington
4ce2719dbb (regularize_fontname): Renamed from regulalize_fontname. 2004-04-20 00:26:36 +00:00
John Paul Wallington
474d05350a (Fassoc, Feql): Fix indentation. 2004-04-20 00:17:46 +00:00
Nick Roberts
95cc50b689 (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.
2004-04-19 23:32:17 +00:00
Nick Roberts
d481033acd *** empty log message *** 2004-04-19 23:31:39 +00:00
Eli Zaretskii
177cd3b9f4 (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.
2004-04-19 18:06:51 +00:00
John Paul Wallington
98a51048c9 `eql' now available without requiring cl. 2004-04-19 15:29:23 +00:00
John Paul Wallington
95f8c3b95d (Feql): New function.
(syms_of_fns): defsubr it.
2004-04-19 15:17:53 +00:00
Jan Djärv
d8dc1cccf6 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improved error
messages.
2004-04-19 12:45:28 +00:00
Stephen Eglen
f329780b74 (iswitchb-max-to-show): Update documentation and :type information. 2004-04-19 11:42:38 +00:00
Stephen Eglen
d9ee517298 (add-change-log-entry): Update doc string to mention
add-log-full-name and add-log-mailing-address.
2004-04-19 11:32:03 +00:00
Juri Linkov
8bc51bd120 sentence-end 2004-04-18 22:23:01 +00:00
Juri Linkov
7226605688 (help-with-tutorial): Call `hack-local-variables'
to put into effect local variables from TUTORIAL files.
2004-04-18 22:12:23 +00:00
Juri Linkov
0134151707 * progmodes/cc-cmds.el (c-beginning-of-statement): Use
function `sentence-end' instead of variable `sentence-end'.
2004-04-18 22:09:27 +00:00
Juri Linkov
20796cbc49 (canonically-space-region, fill-nobreak-p, fill-delete-newlines):
Use function `sentence-end' instead of variable `sentence-end'.
2004-04-18 22:08:54 +00:00
Juri Linkov
32e40471c9 (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'.
2004-04-18 22:08:03 +00:00
Juri Linkov
455a2afc5f (Spelling): Remove file extension from ispell xref. 2004-04-18 20:04:24 +00:00
Jason Rumney
6383ca22fc (Fw32_set_clipboard_data): Get sequence number after closing the clipboard. 2004-04-18 18:34:03 +00:00
Jason Rumney
b7e85537d8 *** empty log message *** 2004-04-18 18:33:01 +00:00
Juri Linkov
d1d37da8ae *** empty log message *** 2004-04-18 15:29:18 +00:00
Juri Linkov
bf7d6fa785 (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.
2004-04-18 15:28:19 +00:00
Juri Linkov
ee59226950 (list-input-methods): Fix args to help-xref-button. 2004-04-18 15:13:25 +00:00
Andreas Schwab
225df13982 . 2004-04-18 11:05:20 +00:00