aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (mouse-sel-has-been-enabled): New var.Richard M. Stallman2004-03-041-5/+10
| | | | | (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. When disabling, restore old values only if mouse-sel-has-been-enabled.
* (isearch-*-char): New arg WANT-BACKSLASH.Richard M. Stallman2004-03-041-3/+13
| | | | | (isearch-{-char): New function. (isearch-mode-map): Bind { to isearch-{-char.
* (lisp-font-lock-keywords-2):Richard M. Stallman2004-03-041-4/+16
| | | | | Turn off the CL with-... and do-... general patterns. Instead, recognize several specific with... and do... constructs.
* (switch-to-buffer-other-window): BindRichard M. Stallman2004-03-041-2/+5
| | | | | same-window-buffer-names and same-window-regexps to nil. (switch-to-buffer-other-frame): Likewise.
* (fill-comment-paragraph): Be more careful whenStefan Monnier2004-03-042-1/+22
| | | | recognizing leading comment on code line.
* Typo.Kim F. Storm2004-03-031-1/+1
|
* (display_line): Fix call to get_overlay_arrow_glyph_row.Kim F. Storm2004-03-031-5/+5
|
* *** empty log message ***Kim F. Storm2004-03-031-0/+4
|
* (setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.Stefan Monnier2004-03-031-2/+2
|
* (fill-paragraph): Don't check comment-start-skip,Stefan Monnier2004-03-021-2/+2
| | | | only comment-start (in case the mode hasn't set it).
* *** empty log message ***Stefan Monnier2004-03-023-114/+103
|
* (maintainer-clean): Clean in the lisp dir as well.Stefan Monnier2004-03-021-3/+4
| | | | (bootstrap): Use the new boostrap-prepare target in lisp.
* (AUTOGENEL): New var.Stefan Monnier2004-03-021-6/+12
| | | | | (bootstrap-prepare): Rename from bootstrap-clean. Don't remove elc files. (maintainer-clean): New target.
* (xml-get-attribute-or-nil): Simplify.Stefan Monnier2004-03-021-5/+2
|
* (Ftranslate_region): Lisp_Object/int mixup.Stefan Monnier2004-03-021-2/+2
|
* (compute_motion): Save vpos in prev_vpos, like hpos etc.Richard M. Stallman2004-03-022-5/+11
|
* Fix typo.Richard M. Stallman2004-03-021-1/+1
|
* net/browse-url.elJuri Linkov2004-03-021-0/+7
|
* (browse-url-netscape, browse-url-mozilla, browse-url-galeon,Juri Linkov2004-03-021-8/+8
| | | | | browse-url-epiphany): Encode dollar signs in URL to prevent their substitution with the environment variable values by browsers.
* Add overlay-arrow-variable-list variable.Kim F. Storm2004-03-021-0/+13
|
* (Fsubstitute_command_keys): Fix counding bytes.Kenichi Handa2004-03-022-1/+5
|
* Doc fix.Vinicius Jose Latorre2004-03-022-12/+53
|
* (gdb-mouse-toggle-breakpoint): Remove debug message.Kim F. Storm2004-03-021-1/+0
|
* *** empty log message ***Kim F. Storm2004-03-022-0/+35
|
* (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.Kim F. Storm2004-03-011-5/+4
| | | | (update_window_fringes): Remove unused code.
* (make_window): Initialize overlay_arrow_bitmap.Kim F. Storm2004-03-011-0/+1
|
* (struct window): New member overlay_arrow_bitmap.Kim F. Storm2004-03-011-0/+3
|
* (Voverlay_arrow_variable_list): New variable to properlyKim F. Storm2004-03-011-37/+208
| | | | | | | | | | | | | | | | | | | | | | | 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.
* (w32_read_socket): Fix last change to ButtonPress handling.Jason Rumney2004-03-012-1/+5
|
* (allout-rebullet-heading): Fix typo in docstring.Juanma Barranquero2004-03-012-4/+6
|
* *** empty log message ***Juanma Barranquero2004-03-012-36/+46
|
* ($(BLD)/fringe.$(O)): Add dependencies.Juanma Barranquero2004-03-011-0/+15
|
* (Fdefine_fringe_bitmap): Fix typo in docstring.Juanma Barranquero2004-03-011-8/+8
|
* (obj): Add fringe.c.Juanma Barranquero2004-03-011-1/+1
|
* * xfns.c (Fx_display_color_cells): Use number of planes to calculateJan Djärv2004-03-012-2/+16
| | | | how many colors can be displayed.
* *** empty log message ***Kenichi Handa2004-03-012-0/+22
|
* (all): Depends on $(WORLD) instead of $(TIT) andKenichi Handa2004-03-012-6/+10
| | | | | | $(MISC-DIC). (clean, mostlyclean): Don't delete *.elc distributed with tarball. (maintainer-clean): Delete files that are not in CVS repository.
* (all): Depends on ${WORLD} instead of ${TIT} andKenichi Handa2004-03-011-5/+8
| | | | | | ${MISC-DIC}. (clean, mostlyclean): Don't delete *.elc distributed with tarball. (maintainer-clean): Delete files that are not in CVS repository.
* (Ftranslate_region): Fix previous changeKenichi Handa2004-03-011-25/+11
|
* (Ftranslate_region): Handle multibyte chars in the argKenichi Handa2004-03-011-12/+25
| | | | TABLE correctly.
* (Abbrev Expansion): Minor change.Luc Teirlinck2004-03-011-6/+6
|
* (Marker Insertion Types): Minor change.Luc Teirlinck2004-03-011-3/+4
|
* Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".Vinicius Jose Latorre2004-03-012-16/+18
|
* Adjust buffer interface.Vinicius Jose Latorre2004-02-292-3/+8
|
* Doc fix.Vinicius Jose Latorre2004-02-293-5/+46
|
* (desktop-file-version, desktop-after-read-hook): Fix typos.Juanma Barranquero2004-02-292-24/+38
| | | | | | | (desktop-clear-preserve-buffers): Remove redundant info in docstring already shown by the obsolescence message. (desktop-truncate, desktop-internal-v2s, desktop-value-to-string): Change argument name to match docstring.
* (tpu-set-mark): Fix typo.Juanma Barranquero2004-02-291-1/+1
|
* (eshell-smart-maybe-jump-to-end): Fix typo.Juanma Barranquero2004-02-291-1/+1
|
* Resolve CVS conflictsMiles Bader2004-02-292-1/+7
|
* (Authentication): Changed the list of supportedSimon Josefsson2004-02-292-11/+16
| | | | | | authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele <[email protected]>.