summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-convert-to-babyl-format):Richard M. Stallman2004-03-041-3/+6
| | | | Specify t for UNIBYTE when calling mail-unquote-printable-region.
* (mail-unquote-printable-region): New arg UNIBYTE.Richard M. Stallman2004-03-041-9/+16
|
* (command-switch-alist): Doc fix.Richard M. Stallman2004-03-041-2/+2
|
* (undo): Temporarily set this-command to `undo-start',Richard M. Stallman2004-03-041-7/+16
| | | | | | | | | 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.
* Comment change.Richard M. Stallman2004-03-041-0/+2
|
* (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
|
* (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-021-49/+41
|
* (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
|
* 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.
* 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-021-0/+4
|
* (allout-rebullet-heading): Fix typo in docstring.Juanma Barranquero2004-03-012-4/+6
|
* 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
|
* *** empty log message ***Juanma Barranquero2004-02-291-3/+3
|
* Tramp: sync with upstream version 2.0.39.Kai Großjohann2004-02-295-317/+704
|
* Doc fix.Vinicius Jose Latorre2004-02-291-3/+3
|
* Resolve CVS conflictsMiles Bader2004-02-281-0/+1
|
* Doc fix.Vinicius Jose Latorre2004-02-282-9/+33
|
* New funs.Vinicius Jose Latorre2004-02-282-3/+39
|
* Doc fix.Vinicius Jose Latorre2004-02-283-4/+12
|
* Doc fix.Vinicius Jose Latorre2004-02-282-4/+6
|
* Doc fix.Vinicius Jose Latorre2004-02-281-0/+4
|
* New file.Richard M. Stallman2004-02-282-0/+742
|
* lisp/ffap.elJuri Linkov2004-02-281-0/+10
|
* (dired-at-point): Additional writability test for relative directory names.Juri Linkov2004-02-281-21/+40
| | | | | | | (dired-at-point-prompter): Treat directories as a directory, get the directory component from files. (ffap-string-at-point): Return string from region if region is active. (ffap-file-at-point): Remove redundant code.
* Fix typos and formatting.Juanma Barranquero2004-02-281-28/+27
|
* Put gdb breakpoint icons in fringe when available.Kim F. Storm2004-02-281-0/+26
|
* (breakpoint-enabled-icon, breakpoint-disabled-icon):Kim F. Storm2004-02-281-71/+99
| | | | | | | | | | | | | | | | | | | | | | | | | Initialize margin area images to nil. (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps. (breakpoint-enabled-bitmap-face) (breakpoint-disabled-bitmap-face): New faces for bpt in fringe. (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons. (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon. (gdb-mouse-toggle-breakpoint): Handle bpt in fringe. (gdb-reset): Use gdb-remove-breakpoint-icons. (gdb-put-string): Add dprop arg to specify alternative display property (for setting fringe bitmap). (gdb-remove-strings): Doc fix. (gdb-put-breakpoint-icon): New defun which displays a breakpoint icon in fringe (if available), or else as icon or text in display margin. Creates necessary icons in breakpoint-bitmap, breakpoint-enabled-icon, and/or breakpoint-disabled-icon. Also make left window margin if required. (gdb-remove-breakpoint-icons): New defun to remove breakpoint icons inserted by gdb-put-breakpoint-icon. Remove left margin if no longer needed. (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and gdb-put-breakpoint-icon. (gdb-assembler-mode): Don't set left-margin-width here.
* *** empty log message ***Eli Zaretskii2004-02-271-0/+5
|
* Fix copyright years.Eli Zaretskii2004-02-274-4/+5
|
* In scheme-mode symbol regexp, disallow backquote andEli Zaretskii2004-02-271-2/+2
| | | | comma, so that it DTRT in macros.
* (sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)Eli Zaretskii2004-02-272-18/+12
| | | | (sh-leading-keywords, sh-other-keywords): Fix custom type.
* (isearch, isearch-lazy-highlight-face): Use `min-colors'.Eli Zaretskii2004-02-272-8/+28
|
* (font-lock-comment-face, font-lock-string-face,Eli Zaretskii2004-02-271-35/+58
| | | | | | font-lock-keyword-face, font-lock-function-name-face, font-lock-variable-name-face, font-lock-constant-face): Use `min-colors`.
* (defface): Add documentation for `min-colors'.Eli Zaretskii2004-02-271-0/+4
|