]> git.eshelyaron.com Git - emacs.git/log
emacs.git
20 years ago*** empty log message ***
Kim F. Storm [Fri, 13 Feb 2004 23:44:20 +0000 (23:44 +0000)]
*** empty log message ***

20 years ago(struct draw_fringe_bitmap_params): Change member
Kim F. Storm [Fri, 13 Feb 2004 23:29:58 +0000 (23:29 +0000)]
(struct draw_fringe_bitmap_params): Change member
bits from char to short to facilitate wider bitmaps.
(struct redisplay_interface): Fix prototype of define_fringe_bitmap
member.

20 years ago(struct fringe_bitmap): Change member bits from char to
Kim F. Storm [Fri, 13 Feb 2004 23:28:52 +0000 (23:28 +0000)]
(struct fringe_bitmap): Change member bits from char to
short to facilitate 16 bits wide bitmaps.  Modify all standard
bitmaps accordingly.
(BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
(FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
(draw_fringe_bitmap): Ditto.
(init_fringe_bitmap) [MAC_OS]: Don't bitswap.
(init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
handle up to 16 bits wide bitmaps.
(Fdefine_fringe_bitmap): Doc fix.  Handle wider bitmaps.

20 years ago(mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
Kim F. Storm [Fri, 13 Feb 2004 23:28:32 +0000 (23:28 +0000)]
(mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
(x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.

20 years ago(w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
Kim F. Storm [Fri, 13 Feb 2004 23:28:00 +0000 (23:28 +0000)]
(w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
so it is no longer necessary to expand them here.

20 years ago(x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
Kim F. Storm [Fri, 13 Feb 2004 23:27:38 +0000 (23:27 +0000)]
(x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).

20 years ago(kill-new): Put yank-handler property on the entire string.
Luc Teirlinck [Fri, 13 Feb 2004 23:10:59 +0000 (23:10 +0000)]
(kill-new): Put yank-handler property on the entire string.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 12 Feb 2004 17:04:42 +0000 (17:04 +0000)]
*** empty log message ***

20 years ago(Fringes): Use consistent wording.
Kim F. Storm [Thu, 12 Feb 2004 12:21:52 +0000 (12:21 +0000)]
(Fringes): Use consistent wording.
Note that window-fringe's window arg is optional.
(Scroll Bars): Use consistent wording.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 12 Feb 2004 12:21:08 +0000 (12:21 +0000)]
*** empty log message ***

20 years ago(Fwindow_fringes): Doc fix.
Kim F. Storm [Thu, 12 Feb 2004 12:12:41 +0000 (12:12 +0000)]
(Fwindow_fringes): Doc fix.

20 years ago(kill-append): Doc fix.
Luc Teirlinck [Thu, 12 Feb 2004 04:23:54 +0000 (04:23 +0000)]
(kill-append): Doc fix.

20 years ago(Comment Tips): Document the new conventions for commenting out code.
Luc Teirlinck [Thu, 12 Feb 2004 01:55:59 +0000 (01:55 +0000)]
(Comment Tips): Document the new conventions for commenting out code.

20 years ago*** empty log message ***
Luc Teirlinck [Thu, 12 Feb 2004 01:53:51 +0000 (01:53 +0000)]
*** empty log message ***

20 years ago(lisp-mode-variables): Adapt outline-regexp to the new conventions for
Luc Teirlinck [Thu, 12 Feb 2004 01:50:46 +0000 (01:50 +0000)]
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
commenting out code.

20 years ago(cvs-menu): Add `tag'.
Stefan Monnier [Wed, 11 Feb 2004 20:01:12 +0000 (20:01 +0000)]
(cvs-menu): Add `tag'.

20 years ago(smtpmail-try-auth-methods): Fix typo.
John Paul Wallington [Wed, 11 Feb 2004 07:21:09 +0000 (07:21 +0000)]
(smtpmail-try-auth-methods): Fix typo.

20 years agoDon't use compile any more, use diff-mode instead.
Stefan Monnier [Wed, 11 Feb 2004 06:06:24 +0000 (06:06 +0000)]
Don't use compile any more, use diff-mode instead.
(diff-regexp-alist, diff-old-file, diff-new-file)
(diff-parse-differences, diff-process-setup): Remove.
(diff-sentinel): New fun.
(diff): Use it.  Run the process ourselves.
Use diff-mode for the rest of the processing.

20 years ago(diff): Simplify code handling `switch'.
Stefan Monnier [Wed, 11 Feb 2004 06:01:50 +0000 (06:01 +0000)]
(diff): Simplify code handling `switch'.

20 years ago(diff): Add a revert-buffer function.
Stefan Monnier [Tue, 10 Feb 2004 21:59:19 +0000 (21:59 +0000)]
(diff): Add a revert-buffer function.

20 years ago(diff-switches): New fun.
Stefan Monnier [Tue, 10 Feb 2004 21:37:35 +0000 (21:37 +0000)]
(diff-switches): New fun.
(diff, diff-backup): Use it.
(diff): Clean up the args construction.  Use backquote.
Use listp instead of consp to avoid putting a nil arg.

20 years agox-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)
Jan Djärv [Tue, 10 Feb 2004 17:27:26 +0000 (17:27 +0000)]
x-dnd.el: Add COMPOUND_TEXT, handle FILE_NAME correctly, add Motif (CDE)
protocol.

20 years ago* xselect.c (x_get_foreign_selection): Add new optional parameter
Jan Djärv [Tue, 10 Feb 2004 17:20:15 +0000 (17:20 +0000)]
* xselect.c (x_get_foreign_selection): Add new optional parameter
time_stamp.
(Fx_get_selection_internal): Ditto, pass time_stamp to
x_get_foreign_selection.

* data.c (Fbyteorder): New function.

20 years ago* xselect.c (x_get_foreign_selection): Add new optional parameter
Jan Djärv [Tue, 10 Feb 2004 17:19:14 +0000 (17:19 +0000)]
* xselect.c (x_get_foreign_selection): Add new optional parameter
time_stamp.
(Fx_get_selection_internal): Ditto, pass time_stamp to
x_get_foreign_selection.

20 years ago* data.c (Fbyteorder): New function.
Jan Djärv [Tue, 10 Feb 2004 17:18:34 +0000 (17:18 +0000)]
* data.c (Fbyteorder): New function.

20 years agoMove include stdio for some files.
Jan Djärv [Tue, 10 Feb 2004 17:14:51 +0000 (17:14 +0000)]
Move include stdio for some files.

20 years agoAdd fringe.o to OBJ1.
Kim F. Storm [Tue, 10 Feb 2004 16:32:07 +0000 (16:32 +0000)]
Add fringe.o to OBJ1.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Feb 2004 03:58:37 +0000 (03:58 +0000)]
*** empty log message ***

20 years ago(x-select-utf8-or-ctext): Use compare-strings instead of while loop.
Kenichi Handa [Tue, 10 Feb 2004 03:52:37 +0000 (03:52 +0000)]
(x-select-utf8-or-ctext): Use compare-strings instead of while loop.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
Miles Bader [Tue, 10 Feb 2004 01:52:31 +0000 (01:52 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84

Add lisp/emacs-lisp/macroexp.el

20 years agoSet CDPATH to an empty string.
Luc Teirlinck [Mon, 9 Feb 2004 23:22:28 +0000 (23:22 +0000)]
Set CDPATH to an empty string.

20 years ago(w32_draw_fringe_bitmap): Fixed a typo in the last patch.
Sam Steingold [Mon, 9 Feb 2004 18:49:44 +0000 (18:49 +0000)]
(w32_draw_fringe_bitmap): Fixed a typo in the last patch.

20 years agoMove include stdio.h to same place as in other files.
Jan Djärv [Mon, 9 Feb 2004 15:39:49 +0000 (15:39 +0000)]
Move include stdio.h to same place as in other files.

20 years agoResolve CVS conflicts
Miles Bader [Mon, 9 Feb 2004 12:42:04 +0000 (12:42 +0000)]
Resolve CVS conflicts

20 years ago(mac_draw_bitmap): Add overlay_p arg.
Kim F. Storm [Mon, 9 Feb 2004 09:18:17 +0000 (09:18 +0000)]
(mac_draw_bitmap): Add overlay_p arg.
(x_draw_fringe_bitmap):  Handle overlayed fringe bitmaps;
thanks to YAMAMOTO Mitsuharu for advice on how to do this.
Use cursor color for displaying cursor in fringe.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 9 Feb 2004 09:17:22 +0000 (09:17 +0000)]
*** empty log message ***

20 years ago(tar-extract): Fix for the case that a file doesn't have end-of-line.
Kenichi Handa [Mon, 9 Feb 2004 05:48:42 +0000 (05:48 +0000)]
(tar-extract): Fix for the case that a file doesn't have end-of-line.

20 years ago(window-safely-shrinkable-p): Don't change the buffer-list.
Stefan Monnier [Mon, 9 Feb 2004 00:56:25 +0000 (00:56 +0000)]
(window-safely-shrinkable-p): Don't change the buffer-list.
Don't allow shrink if there's a window on our right.

20 years agoAdded extra dependencies in the recompile target needed to cope with
Martin Stjernholm [Mon, 9 Feb 2004 00:49:54 +0000 (00:49 +0000)]
Added extra dependencies in the recompile target needed to cope with
the compile time macro expansions in CC Mode.

20 years ago(prolog-program-name): Use gprolog if available.
Stefan Monnier [Sun, 8 Feb 2004 23:37:11 +0000 (23:37 +0000)]
(prolog-program-name): Use gprolog if available.
(prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
Bring together declaration and initialization.
(prolog-mode-variables): Don't set the syntax table.
Don't set paragraph-start and comment-indent-function.
Add /*..*/ to the comment regexps.
(prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
(prolog-mode-map): Don't bind TAB.
(prolog-mode): Set the syntax table.
(prolog-comment-indent): Remove.
(inferior-prolog-mode-map): Initialize in the declaration.
(inferior-prolog-mode-syntax-table)
(inferior-prolog-mode-abbrev-table): New vars.
(inferior-prolog-mode): Derive from comint-mode.
(run-prolog): Avoid switch-to-buffer which can fail in dedicated and
minibuffer windows.

20 years ago(no-fringe-bitmap, undef-fringe-bitmap)
Kim F. Storm [Sun, 8 Feb 2004 23:33:16 +0000 (23:33 +0000)]
(no-fringe-bitmap, undef-fringe-bitmap)
(left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
(up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
(continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
(overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
(top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
(bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
(right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
(hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
(bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
(empty-line-fringe-bitmap): Define standard fringe bitmaps id's.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 8 Feb 2004 23:32:37 +0000 (23:32 +0000)]
*** empty log message ***

20 years ago(x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
Kim F. Storm [Sun, 8 Feb 2004 23:21:19 +0000 (23:21 +0000)]
(x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
Use cursor color for displaying cursor in fringe.
(x_redisplay_interface): Add null handlers for
define_fringe_bitmap and destroy_fringe_bitmap functions.

20 years ago(Voverflow_newline_into_fringe, syms_of_xdisp)
Kim F. Storm [Sun, 8 Feb 2004 23:20:52 +0000 (23:20 +0000)]
(Voverflow_newline_into_fringe, syms_of_xdisp)
(left_bits, right_bits, up_arrow_bits, down_arrow_bits)
(continued_bits, continuation_bits, ov_bits, first_line_bits)
(last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
(bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
(fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
(draw_window_fringes, compute_fringe_widths, update_window_fringes):
Move fringe handling vars and code to new file fringe.c.
(handle_display_prop): Handle left-fringe and right-fringe
display properties; store user fringe bitmaps in iterator.
(move_it_in_display_line_to): Handle cursor in fringe at eob.
(clear_garbaged_frames): Set force_flush_display_p if resized.
(redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
(display_line): Handle cursor in fringe at eob.
(display_line): Set row user fringe bitmaps from iterator.

20 years ago(w32_draw_fringe_bitmap): Copy unadapted code from
Kim F. Storm [Sun, 8 Feb 2004 23:20:23 +0000 (23:20 +0000)]
(w32_draw_fringe_bitmap): Copy unadapted code from
xterm.c to handle overlayed fringe bitmaps and to use cursor color
for displaying cursor in fringe.
(w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
specific functions to define and destroy fringe bitmaps in fringe_bmp.
(w32_redisplay_interface): Add them to redisplay_interface.
(w32_term_init): Call w32_init_fringe instead of explicitly
defining fringe bitmaps in fringe_bmp array.
(x_delete_display): Call w32_reset_fringes instead of explicitly
destroying fringe bitmaps in fringe_bmp array.

20 years ago(x_draw_fringe_bitmap): Copy unadapted code from
Kim F. Storm [Sun, 8 Feb 2004 23:20:10 +0000 (23:20 +0000)]
(x_draw_fringe_bitmap):  Copy unadapted code from
xterm.c to handle overlayed fringe bitmaps and to use cursor color
for displaying cursor in fringe.
(x_redisplay_interface): Add null handlers for
define_fringe_bitmap and destroy_fringe_bitmap functions.

20 years ago(syms_of_fringe, init_fringe, init_fringe_once):
Kim F. Storm [Sun, 8 Feb 2004 23:19:48 +0000 (23:19 +0000)]
(syms_of_fringe, init_fringe, init_fringe_once):
Add prototypes.

20 years ago(struct frame): New member force_flush_display_p.
Kim F. Storm [Sun, 8 Feb 2004 23:19:37 +0000 (23:19 +0000)]
(struct frame): New member force_flush_display_p.

20 years ago(main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
Kim F. Storm [Sun, 8 Feb 2004 23:19:25 +0000 (23:19 +0000)]
(main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
syms_of_fringe, and init_fringe.

20 years ago(row_equal_p): Compare fringe bitmap faces and overlay
Kim F. Storm [Sun, 8 Feb 2004 23:19:15 +0000 (23:19 +0000)]
(row_equal_p): Compare fringe bitmap faces and overlay
arrows.
(update_frame): Do flush_display if force_flush_display_p to
ensure display (specifically fringes) are updated in a timely
manner when resizing the frame by dragging the mouse.
(update_window_line): Update row if overlay arrow changed.
(scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
or overlay arrow changed.

20 years ago(FRINGE_ID_BITS): New definition for number of
Kim F. Storm [Sun, 8 Feb 2004 23:18:36 +0000 (23:18 +0000)]
(FRINGE_ID_BITS): New definition for number of
bits allocated to hold a fringe number.  Increase number of bits
from 4 to 8 to allow user defined fringe bitmaps.
(struct glyph_row, struct it): New members left_user_fringe_bitmap,
left_user_fringe_face_id, right_user_fringe_bitmap,
right_user_fringe_face_id.
(enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
Move to new file fringe.c.
(MAX_FRINGE_BITMAPS): Define here.
(struct draw_fringe_bitmap_params): New members bits, cursor_p,
and overlay_p.  Change member which to int.
(struct redisplay_interface): New members define_fringe_bitmap
and destroy_fringe_bitmap.
(valid_fringe_bitmap_id_p): Add prototype.
(w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.

20 years agoNew file. Move original fringe related declarations
Kim F. Storm [Sun, 8 Feb 2004 23:18:16 +0000 (23:18 +0000)]
New file.  Move original fringe related declarations
and code from dispextern.h and xdisp.c here.
Rework code to support user defined fringe bitmaps, redefining
standard bitmaps, ability to overlay user defined bitmap with
overlay arrow bitmap, and add faces to bitmaps.
(Voverflow_newline_into_fringe): Declare here.
(enum fringe_bitmap_align): New enum.
(..._bits): All bitmaps are now defined without bitswapping; that
is now done in init_fringe_once (if necessary).
(standard_bitmaps): New array with specifications for the
standard fringe bitmaps.
(fringe_faces): New array.
(valid_fringe_bitmap_id_p): New function.
(draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
(draw_fringe_bitmap): New function which draws fringe bitmap,
possibly overlaying bitmap with cursor in right fringe or the
overlay arrow in the left fringe.
(update_window_fringes): Do not handle overlay arrow here.
Compare and copy fringe bitmap faces.
(init_fringe_bitmap): New function.
(Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
define and destroy user defined fringe bitmaps.
(Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
(Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
(syms_of_fringe): New function.  Defsubr new DEFUNs.
DEFVAR_LISP Voverflow_newline_into_fringe.
(init_fringe_once, init_fringe): New functions.
(w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.

20 years ago(obj): Add fringe.o.
Kim F. Storm [Sun, 8 Feb 2004 23:17:23 +0000 (23:17 +0000)]
(obj): Add fringe.o.
(fringe.o): New dependencies.

20 years ago*** empty log message ***
Andreas Schwab [Sun, 8 Feb 2004 22:45:30 +0000 (22:45 +0000)]
*** empty log message ***

20 years ago(gnus-summary-increase-score): Fix format string.
Andreas Schwab [Sun, 8 Feb 2004 22:45:11 +0000 (22:45 +0000)]
(gnus-summary-increase-score): Fix format string.

20 years ago(nnlistserv-kk-wash-article): Fix paren nesting.
Andreas Schwab [Sun, 8 Feb 2004 22:44:43 +0000 (22:44 +0000)]
(nnlistserv-kk-wash-article): Fix paren nesting.

20 years ago(with-vc-file): Fix unsafe uses of error.
Andreas Schwab [Sun, 8 Feb 2004 22:42:42 +0000 (22:42 +0000)]
(with-vc-file): Fix unsafe uses of error.
(vc-cancel-version): Likewise.

20 years ago(defstruct): Remove extra format string
Andreas Schwab [Sun, 8 Feb 2004 22:41:39 +0000 (22:41 +0000)]
(defstruct): Remove extra format string
argument.
(cl-struct-setf-expander): Likewise.

20 years ago(ex-mark): Remove extra format string
Andreas Schwab [Sun, 8 Feb 2004 22:41:18 +0000 (22:41 +0000)]
(ex-mark): Remove extra format string
argument.

20 years ago(eshell-hist-word-reference): Fix format
Andreas Schwab [Sun, 8 Feb 2004 22:40:55 +0000 (22:40 +0000)]
(eshell-hist-word-reference): Fix format
string.

20 years ago(eshell-send-invisible): Fix format string.
Andreas Schwab [Sun, 8 Feb 2004 22:40:35 +0000 (22:40 +0000)]
(eshell-send-invisible): Fix format string.

20 years ago(calc-do-prefix-help): Remove extra format
Andreas Schwab [Sun, 8 Feb 2004 22:40:16 +0000 (22:40 +0000)]
(calc-do-prefix-help): Remove extra format
string argument.

20 years ago(calc-convert-time-zones): Fix format string.
Andreas Schwab [Sun, 8 Feb 2004 22:39:49 +0000 (22:39 +0000)]
(calc-convert-time-zones): Fix format string.

20 years ago(calc-get-operator): Remove extra format
Andreas Schwab [Sun, 8 Feb 2004 22:39:28 +0000 (22:39 +0000)]
(calc-get-operator): Remove extra format
string argument.

20 years ago(dired-do-query-replace-regexp): Add missing
Andreas Schwab [Sun, 8 Feb 2004 22:38:51 +0000 (22:38 +0000)]
(dired-do-query-replace-regexp): Add missing
format string argument.

20 years ago(ediff-toggle-read-only): Remove extra format
Andreas Schwab [Sun, 8 Feb 2004 22:38:28 +0000 (22:38 +0000)]
(ediff-toggle-read-only): Remove extra format
string argument.
(ediff-toggle-regexp-match): Likewise.

20 years ago(lm-verify): Remove useless use of
Andreas Schwab [Sun, 8 Feb 2004 22:38:03 +0000 (22:38 +0000)]
(lm-verify): Remove useless use of
format.

20 years ago(vi-mode): Remove extra format string argument.
Andreas Schwab [Sun, 8 Feb 2004 22:37:34 +0000 (22:37 +0000)]
(vi-mode): Remove extra format string argument.
(vi-repeat-last-search): Likewise.
(vi-reverse-last-search): Likewise.
(vi-goto-mark): Likewise.
(vi-reverse-last-find-char): Likewise.
(vi-repeat-last-find-char): Likewise.
(vi-locate-def): Likewise.

20 years ago(format-decode): Fix format string.
Andreas Schwab [Sun, 8 Feb 2004 22:37:02 +0000 (22:37 +0000)]
(format-decode): Fix format string.

20 years ago(hexl-insert-char): Add missing format string argument.
Andreas Schwab [Sun, 8 Feb 2004 22:36:31 +0000 (22:36 +0000)]
(hexl-insert-char): Add missing format string argument.

20 years ago(rmail-get-new-mail): Remove useless use of
Andreas Schwab [Sun, 8 Feb 2004 22:36:05 +0000 (22:36 +0000)]
(rmail-get-new-mail): Remove useless use of
format.

20 years ago(rmail-get-new-mail): Remove extra format string
Andreas Schwab [Sun, 8 Feb 2004 22:33:42 +0000 (22:33 +0000)]
(rmail-get-new-mail): Remove extra format string
arguments.

20 years ago(midnight-delay-set): Remove extra format string
Andreas Schwab [Sun, 8 Feb 2004 22:33:15 +0000 (22:33 +0000)]
(midnight-delay-set): Remove extra format string
argument.

20 years ago(webjump-builtin): Add missing format string
Andreas Schwab [Sun, 8 Feb 2004 22:32:51 +0000 (22:32 +0000)]
(webjump-builtin): Add missing format string
argument.

20 years ago(zone-call): Fix format string.
Andreas Schwab [Sun, 8 Feb 2004 22:32:18 +0000 (22:32 +0000)]
(zone-call): Fix format string.

20 years ago(verify-xscheme-buffer): Fix format strings.
Andreas Schwab [Sun, 8 Feb 2004 22:31:36 +0000 (22:31 +0000)]
(verify-xscheme-buffer): Fix format strings.

20 years ago(tar-parse-octal-integer-safe): Add missing format
Andreas Schwab [Sun, 8 Feb 2004 22:30:54 +0000 (22:30 +0000)]
(tar-parse-octal-integer-safe): Add missing format
string argument.

20 years ago(refer-find-entry-internal): Remove extra
Andreas Schwab [Sun, 8 Feb 2004 22:30:29 +0000 (22:30 +0000)]
(refer-find-entry-internal): Remove extra
format string arguments.

20 years ago(reftex-toc-load-all-files-for-promotion): Remove useless use of
Andreas Schwab [Sun, 8 Feb 2004 22:29:58 +0000 (22:29 +0000)]
(reftex-toc-load-all-files-for-promotion): Remove useless use of
format.  Doc fix.

20 years ago(grep-regexp-alist): Allow :, \t and ( in file names.
Stefan Monnier [Sun, 8 Feb 2004 20:15:45 +0000 (20:15 +0000)]
(grep-regexp-alist): Allow :, \t and ( in file names.

20 years ago(gud-jdb-marker-filter): Add period as optional thousands separator; fixes
Nick Roberts [Sun, 8 Feb 2004 15:30:42 +0000 (15:30 +0000)]
(gud-jdb-marker-filter): Add period as optional thousands separator; fixes
<class>:<line-number> regexp for non-english locales.

20 years ago*** empty log message ***
Nick Roberts [Sun, 8 Feb 2004 15:29:09 +0000 (15:29 +0000)]
*** empty log message ***

20 years agoAnother typo fix.
Andreas Schwab [Sun, 8 Feb 2004 12:23:56 +0000 (12:23 +0000)]
Another typo fix.

20 years ago*** empty log message ***
Andreas Schwab [Sun, 8 Feb 2004 00:39:40 +0000 (00:39 +0000)]
*** empty log message ***

20 years agoFix typo.
Andreas Schwab [Sun, 8 Feb 2004 00:38:50 +0000 (00:38 +0000)]
Fix typo.

20 years agoRevert previous change.
Andreas Schwab [Sat, 7 Feb 2004 23:39:18 +0000 (23:39 +0000)]
Revert previous change.

20 years agomacfns.c, w32fns.c (Fx_change_window_property):
Jan Djärv [Sat, 7 Feb 2004 17:17:20 +0000 (17:17 +0000)]
macfns.c, w32fns.c (Fx_change_window_property):
Make doc string and parameters same as for X version.

20 years ago* positions.texi (Text Lines): Added missing end defun.
Jan Djärv [Sat, 7 Feb 2004 12:50:00 +0000 (12:50 +0000)]
* positions.texi (Text Lines): Added missing end defun.

20 years agoAdd line-number-at-pos.
Kim F. Storm [Sat, 7 Feb 2004 01:03:03 +0000 (01:03 +0000)]
Add line-number-at-pos.

20 years ago(Text Lines): Add line-number-at-pos.
Kim F. Storm [Sat, 7 Feb 2004 01:01:16 +0000 (01:01 +0000)]
(Text Lines): Add line-number-at-pos.

20 years ago*** empty log message ***
Kim F. Storm [Sat, 7 Feb 2004 01:00:22 +0000 (01:00 +0000)]
*** empty log message ***

20 years ago(line-number-at-pos): Rename from line-at-pos.
Kim F. Storm [Sat, 7 Feb 2004 00:37:13 +0000 (00:37 +0000)]
(line-number-at-pos): Rename from line-at-pos.
Uses changed (what-line and vc-annotate-warp-version).

20 years ago(hscroll_window_tree): Position cursor near to right margin in hscrolled
Kim F. Storm [Sat, 7 Feb 2004 00:00:13 +0000 (00:00 +0000)]
(hscroll_window_tree): Position cursor near to right margin in hscrolled
window when jumping to end of line (rather than centering cursor).

20 years ago(wait_reading_process_input): Don't do adaptive read
Kim F. Storm [Fri, 6 Feb 2004 23:52:36 +0000 (23:52 +0000)]
(wait_reading_process_input): Don't do adaptive read
buffering if waiting for a specific process.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 6 Feb 2004 22:36:10 +0000 (22:36 +0000)]
*** empty log message ***

20 years ago(diff-file-regexp-alist, diff-error-regexp-alist)
Stefan Monnier [Fri, 6 Feb 2004 22:05:16 +0000 (22:05 +0000)]
(diff-file-regexp-alist, diff-error-regexp-alist)
(diff-mode): Remove aborted attempt at support for compile.el.
(diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.

20 years ago(view-mode-enable): Add view-mode-map to
Andreas Schwab [Fri, 6 Feb 2004 21:41:45 +0000 (21:41 +0000)]
(view-mode-enable): Add view-mode-map to
minor-mode-overriding-map-alist.

20 years ago(Button Properties, Button Buffer Commands): mouse-2 invokes button,
John Paul Wallington [Fri, 6 Feb 2004 09:25:23 +0000 (09:25 +0000)]
(Button Properties, Button Buffer Commands): mouse-2 invokes button,
not down-mouse-1.

20 years ago(Fminibufferp, Fread_from_minibuffer)
Luc Teirlinck [Fri, 6 Feb 2004 04:54:28 +0000 (04:54 +0000)]
(Fminibufferp, Fread_from_minibuffer)
(Fread_minibuffer, Feval_minibuffer)
(Fread_string, Fread_no_blanks_input)
(Fcompleting_read): Doc fixes.
(syms_of_minibuf): Doc fixes for minibuffer-completion-table and
completion-regexp-list.  Define Qcase_fold_search and staticpro it.
(read_minibuf): Fix initial comment.
(Ftry_completion, Fall_completions, Ftest_completion): Bind
case-fold-serach to the value of completion-ignore-case when
checking completion-regexp-list.
(Fdisplay_completion_list): Make it handle arguments that are
symbols.  Doc fix.

20 years ago* xterm.h: Add declaration of free_frame_menubar.
Jan Djärv [Thu, 5 Feb 2004 13:01:13 +0000 (13:01 +0000)]
* xterm.h: Add declaration of free_frame_menubar.

* xfns.c (x_create_bitmap_mask): Removed unused variable depth.
(x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
(Fx_change_window_property): Add declaration of parameters type and
format.  Remove unused variable cons.