1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00
Commit graph

49763 commits

Author SHA1 Message Date
Juri Linkov
fe9b50126b Fix comments. 2004-03-22 07:42:01 +00:00
Juri Linkov
690146de6d (Sorting): Add missing quote. 2004-03-22 07:38:33 +00:00
Juri Linkov
9f81cdcebf (Sequence Functions): Replace xref to Vectors' with Vector Functions'. 2004-03-22 07:38:01 +00:00
Juri Linkov
4d715abe8c Fix help key bindings. 2004-03-22 07:32:05 +00:00
Juri Linkov
4581649ee7 Small fix. 2004-03-22 07:31:41 +00:00
Juri Linkov
8921e2f343 (Mail Methods): Fix xref to Message manual. 2004-03-22 07:29:08 +00:00
Juri Linkov
23c9ed48b8 (Browse-URL, FFAP): Add information about keywords. 2004-03-22 07:28:30 +00:00
Juri Linkov
50fcce74b9 (Completion): Add description for menu items. 2004-03-22 07:25:14 +00:00
Juri Linkov
1dcc8951f7 Sync keywords with finder.el. 2004-03-22 07:24:46 +00:00
Juri Linkov
885792530d Improve references. 2004-03-22 07:23:53 +00:00
Juri Linkov
2ca5e353cd * emacs.texi (Top): Add `Misc X'. 2004-03-22 07:22:25 +00:00
Luc Teirlinck
19e580b4e9 (format-insert-file): Always return a list of two elements,
like insert-file-contents does.
2004-03-22 04:43:17 +00:00
André Spiegel
091ec19209 # 2004-03-21 15:53:17 +00:00
André Spiegel
e556ef057e (vc-sccs-print-log, vc-sccs-diff): Add optional BUFFER argument. 2004-03-21 15:49:55 +00:00
André Spiegel
69c33e5d78 (vc-rcs-print-log, vc-rcs-diff): Add optional BUFFER argument. 2004-03-21 15:46:23 +00:00
André Spiegel
a9817cc404 (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER argument. 2004-03-21 15:45:31 +00:00
André Spiegel
7f149224de (vc-default-workfile-unchanged-p): If the implementation supports it,
let diff output go to *vc*, not *vc-diff*, since this is an internal
call.
2004-03-21 15:44:39 +00:00
André Spiegel
ac9ff2091c Add new optional BUFFER argument to vc-BACKEND-print-log and
vc-BACKEND-diff.
(vc-print-log): If the print-log implementation supports it, use the
new BUFFER argument to direct output to *vc-change-log*, not *vc*.
(vc-version-diff, vc-diff-internal): Doc fixes.
2004-03-21 15:42:14 +00:00
Juanma Barranquero
942269e7b4 (rx): Work at compile time, not run time. 2004-03-21 15:34:56 +00:00
Juanma Barranquero
f7da2617c0 (cfengine-mode): Set parse-sexp-ignore-comments. 2004-03-21 15:29:42 +00:00
Juanma Barranquero
f134d28b2f (allout-mode): Fix docstring. 2004-03-21 15:24:38 +00:00
Richard M. Stallman
06aacc624c Fix previous change. 2004-03-21 14:31:42 +00:00
Luc Teirlinck
8f8607bebf (insert-directory): Fix bug if SWITCHES is a list. 2004-03-21 04:40:38 +00:00
Luc Teirlinck
a2ac68f1ee (auto-revert-interval): Make new value take effect immediately when
set through Custom.
(auto-revert-set-timer): Add interactive declaration.
2004-03-21 00:30:12 +00:00
Jan Djärv
e8a84b6c3a * xterm.c (handle_one_xevent): Do not pass key press events to
GTK.
2004-03-20 16:11:23 +00:00
Juanma Barranquero
e4aaf69c6a Fix typos. 2004-03-20 15:05:40 +00:00
Richard M. Stallman
c2c81360f7 Delete previous change. 2004-03-20 01:10:19 +00:00
Richard M. Stallman
36a3fd05cf *** empty log message *** 2004-03-20 01:09:45 +00:00
Richard M. Stallman
1d6cc9a852 Add -znocombreloc to LDFLAGS if supported. 2004-03-20 01:08:08 +00:00
Kim F. Storm
c1cbc25ad6 Document new :width and :align-to features. 2004-03-19 22:26:38 +00:00
Kim F. Storm
ab24c1278d *** empty log message *** 2004-03-19 21:10:52 +00:00
Kim F. Storm
88edcd0c5b Remove entries for fringe related issues (DONE).
Remove entry about image-relative coordinates of mouse clicks (DONE).
2004-03-19 21:10:10 +00:00
Kim F. Storm
4540d74ccd (move_it_in_display_line_to): Fix MOVE_TO_POS case when
to_charpos corresponds to newline in right fringe.  Use local
BUFFER_POS_REACHED_P macro.
2004-03-19 20:32:39 +00:00
Jan Djärv
992126decd xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
to compile on non-window system.
2004-03-19 13:57:08 +00:00
Kim F. Storm
31da0380c3 From David Ponce <david@dponce.com>
(ruler-mode-header-line-format-old): Don't `make-variable-buffer-local'.
(ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
(ruler-mode-header-line-format): Simply funcall the above.
(ruler-mode): Use `make-local-variable' and `kill-local-variable'
to save/restore a previous header line format.
(ruler-mode-space): Don't depend on a numeric WIDTH value.
(ruler-mode-ruler): Use symbolic display elements for scrollbar,
fringes and margins width.
(ruler-mode-ruler-function): Default to ruler-mode-ruler
2004-03-19 13:17:16 +00:00
Kim F. Storm
24d0e54531 (hexl-follow-line): Don't require 'fringe. 2004-03-19 10:40:46 +00:00
Kim F. Storm
ec952fde50 *** empty log message *** 2004-03-19 10:40:29 +00:00
Kim F. Storm
4c4ac51661 (hexl-mode-ruler): Adapt to new :align-to semantics. 2004-03-19 10:11:07 +00:00
Kim F. Storm
36bc84aac9 *** empty log message *** 2004-03-19 10:10:43 +00:00
Stefan Monnier
a025fccf60 (Info-default-dirs): Don't ignore last part of I-d-d-l. 2004-03-19 02:37:11 +00:00
Stefan Monnier
e93b2f39b2 (display-time-string-forms): Add help-echo with date on time. 2004-03-19 02:34:39 +00:00
Stefan Monnier
e3748ba235 (compose-region): Use restore-buffer-modified-p. 2004-03-19 02:33:17 +00:00
Stefan Monnier
6c89b0e404 (standard-display-8bit): Simplify. 2004-03-19 01:03:22 +00:00
Stefan Monnier
5b421c8154 (server-process-filter): Delete temp frame. 2004-03-19 00:50:48 +00:00
Stefan Monnier
dd816e0df8 (add-change-log-entry): Simplify. 2004-03-19 00:48:51 +00:00
Kim F. Storm
da06e4d71b (Qcenter): Declare here.
(syms_of_xdisp): intern and staticpro it.
(handle_single_display_prop): Allow space display property on all
platforms.
(display_mode_line): Set mode_line_p before displaying line.
(calc_pixel_width_or_height): Declare extern.  Add separate :align-to
handling.  Remove complex cases for fringes and scroll-bars.
Add left, right, and center alignment positions. Add text (area)
width/height.  Return width or height for image specs.
(produce_stretch_glyph): Improve handling of :align-to.  Is now
relative to left of text area by default, but other base offsets
can be specified -- also for text lines.
2004-03-19 00:43:16 +00:00
Kim F. Storm
f46c2affad (produce_glyphs): Handle IT_STRETCH.
(produce_stretch_glyph): New function to handle space width and
align-to display properties on non-window systems.
2004-03-19 00:42:48 +00:00
Kim F. Storm
e1dfec150b (Qcenter): Move to xdisp.c. 2004-03-19 00:42:37 +00:00
Kim F. Storm
7ee8103edd (calc_pixel_width_or_height): Add prototype. 2004-03-19 00:42:24 +00:00
Kim F. Storm
45dbfc84ec *** empty log message *** 2004-03-19 00:41:56 +00:00