1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
Commit graph

49582 commits

Author SHA1 Message Date
Richard M. Stallman
649d1cbe2b (Expressions): Doc C-M-SPC as alias for C-M-@. 2004-03-04 17:24:23 +00:00
Richard M. Stallman
0771f2b931 (Specify Coding): Doc C-x RET F. 2004-03-04 17:23:24 +00:00
Richard M. Stallman
eddcfd0e49 (Misc Buffer): Explain use of M-x rename-uniquely
for multiple compile and grep buffers.
(Indirect Buffers): Don't recommand clone-indirect-buffer
for multiple compile and grep buffers.
2004-03-04 17:21:42 +00:00
Richard M. Stallman
09ad9db4b4 (LD_SWITCH_SYSTEM_TEMACS): New definition. 2004-03-04 17:18:38 +00:00
Richard M. Stallman
9a7e95f339 (Fdisplay_buffer): Doc fix. 2004-03-04 17:16:56 +00:00
Richard M. Stallman
ae47339f71 (Fpop_to_buffer): Doc fix. 2004-03-04 17:15:13 +00:00
Richard M. Stallman
38e82e480e Fix typos. 2004-03-04 17:10:27 +00:00
Richard M. Stallman
a2fdaa28ba (Building Lists): Minor clarification. 2004-03-04 17:08:16 +00:00
Richard M. Stallman
1c6736585d (Creating Hash): Correct the meaning of t for WEAK in make-hash-table. 2004-03-04 17:06:50 +00:00
Richard M. Stallman
c25d9847fd (rmail-convert-to-babyl-format):
Specify t for UNIBYTE when calling mail-unquote-printable-region.
2004-03-04 17:03:51 +00:00
Richard M. Stallman
926f20041f (mail-unquote-printable-region): New arg UNIBYTE. 2004-03-04 17:02:13 +00:00
Richard M. Stallman
5bb54c616f (command-switch-alist): Doc fix. 2004-03-04 17:01:17 +00:00
Richard M. Stallman
2c6a22540a (undo): Temporarily set this-command to `undo-start',
then set it to `undo' once undo-start returns without error.

(minibuffer-history-sexp-flag): Doc fix.

(kill-line): Don't disregard trailing whitespace
in eol condition, if show-trailing-whitespace is set.
2004-03-04 17:00:09 +00:00
Richard M. Stallman
01fce6ab8c Comment change. 2004-03-04 16:56:14 +00:00
Richard M. Stallman
387f00e68d (mouse-sel-has-been-enabled): New var.
(mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
When disabling, restore old values only if mouse-sel-has-been-enabled.
2004-03-04 16:55:51 +00:00
Richard M. Stallman
29f128f625 (isearch-*-char): New arg WANT-BACKSLASH.
(isearch-{-char): New function.
(isearch-mode-map): Bind { to isearch-{-char.
2004-03-04 16:54:08 +00:00
Richard M. Stallman
e6bdd6abe3 (lisp-font-lock-keywords-2):
Turn off the CL with-... and do-... general patterns.
Instead, recognize several specific with... and do... constructs.
2004-03-04 16:52:00 +00:00
Richard M. Stallman
cf44b9b797 (switch-to-buffer-other-window): Bind
same-window-buffer-names and same-window-regexps to nil.
(switch-to-buffer-other-frame): Likewise.
2004-03-04 16:49:23 +00:00
Stefan Monnier
5a7139eec2 (fill-comment-paragraph): Be more careful when
recognizing leading comment on code line.
2004-03-04 00:29:50 +00:00
Kim F. Storm
9310ba2176 Typo. 2004-03-03 23:43:02 +00:00
Kim F. Storm
7d90b5870b (display_line): Fix call to get_overlay_arrow_glyph_row. 2004-03-03 09:02:50 +00:00
Kim F. Storm
6c2488df0c *** empty log message *** 2004-03-03 09:02:24 +00:00
Stefan Monnier
8bde1d70ff (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories. 2004-03-03 03:57:32 +00:00
Stefan Monnier
f5e8505176 (fill-paragraph): Don't check comment-start-skip,
only comment-start (in case the mode hasn't set it).
2004-03-02 22:19:19 +00:00
Stefan Monnier
d8d95bc7ac *** empty log message *** 2004-03-02 22:13:02 +00:00
Stefan Monnier
6d376b570e (maintainer-clean): Clean in the lisp dir as well.
(bootstrap): Use the new boostrap-prepare target in lisp.
2004-03-02 22:11:53 +00:00
Stefan Monnier
36801f7f47 (AUTOGENEL): New var.
(bootstrap-prepare): Rename from bootstrap-clean.  Don't remove elc files.
(maintainer-clean): New target.
2004-03-02 22:10:07 +00:00
Stefan Monnier
2e9bdf15e6 (xml-get-attribute-or-nil): Simplify. 2004-03-02 21:45:06 +00:00
Stefan Monnier
34ed747a82 (Ftranslate_region): Lisp_Object/int mixup. 2004-03-02 21:42:03 +00:00
Richard M. Stallman
357589bfb4 (compute_motion): Save vpos in prev_vpos, like hpos etc. 2004-03-02 16:04:57 +00:00
Richard M. Stallman
886589d149 Fix typo. 2004-03-02 15:57:05 +00:00
Juri Linkov
5fe61ed270 net/browse-url.el 2004-03-02 14:56:26 +00:00
Juri Linkov
26f7657a37 (browse-url-netscape, browse-url-mozilla, browse-url-galeon,
browse-url-epiphany): Encode dollar signs in URL to prevent their
substitution with the environment variable values by browsers.
2004-03-02 14:55:32 +00:00
Kim F. Storm
851e55621f Add overlay-arrow-variable-list variable. 2004-03-02 11:09:29 +00:00
Kenichi Handa
409949b5d5 (Fsubstitute_command_keys): Fix counding bytes. 2004-03-02 06:12:15 +00:00
Vinicius Jose Latorre
71efd3c473 Doc fix. 2004-03-02 04:54:04 +00:00
Kim F. Storm
a7b5a15c8c (gdb-mouse-toggle-breakpoint): Remove debug message. 2004-03-02 00:15:01 +00:00
Kim F. Storm
d24bc50fce *** empty log message *** 2004-03-02 00:14:33 +00:00
Kim F. Storm
1c2a9e9882 (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
(update_window_fringes): Remove unused code.
2004-03-01 23:56:44 +00:00
Kim F. Storm
bf0a571d1f (make_window): Initialize overlay_arrow_bitmap. 2004-03-01 23:56:30 +00:00
Kim F. Storm
4789e691f8 (struct window): New member overlay_arrow_bitmap. 2004-03-01 23:56:20 +00:00
Kim F. Storm
351b5434f9 (Voverlay_arrow_variable_list): New variable to properly
implement and integrate multiple overlay arrows with redisplay.
(syms_of_xdisp): DEFVAR_LISP and initialize it.
(last_arrow_position, last_arrow_string): Replace by properties.
(Qlast_arrow_position, Qlast_arrow_string)
(Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
(syms_of_xdisp): Intern and staticpro them.
(overlay_arrow_string_or_property, update_overlay_arrows)
(overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
(overlay_arrow_at_row): New functions for multiple overlay arrows.
(redisplay_internal): Use them instead of directly accessing
Voverlay_arrow_position etc. for multiple overlay arrows.
(mark_window_display_accurate): Use update_overlay_arrows.
(try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
(try_window_id): Use overlay_arrows_changed_p.
(get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
(display_line): Use overlay_arrow_at_row to check multiple
overlay arrows, and get relevant overlay-arrow-string and
overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
(produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
(syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
2004-03-01 23:55:52 +00:00
Jason Rumney
c146466189 (w32_read_socket): Fix last change to ButtonPress handling. 2004-03-01 22:46:39 +00:00
Juanma Barranquero
45435c0eaf (allout-rebullet-heading): Fix typo in docstring. 2004-03-01 22:45:27 +00:00
Juanma Barranquero
a64387eecc *** empty log message *** 2004-03-01 18:49:17 +00:00
Juanma Barranquero
eee302177f ($(BLD)/fringe.$(O)): Add dependencies. 2004-03-01 18:47:50 +00:00
Juanma Barranquero
bffe8c261b (Fdefine_fringe_bitmap): Fix typo in docstring. 2004-03-01 18:46:48 +00:00
Juanma Barranquero
7690c76af0 (obj): Add fringe.c. 2004-03-01 18:41:41 +00:00
Jan Djärv
334faa08fc * xfns.c (Fx_display_color_cells): Use number of planes to calculate
how many colors can be displayed.
2004-03-01 12:51:33 +00:00
Kenichi Handa
bb62616fbe *** empty log message *** 2004-03-01 07:09:38 +00:00