summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Nick Roberts2006-03-191-0/+5
|
* * textmodes/bibtex.el (bibtex-include-OPTkey)Roland Winkler2006-03-192-49/+67
| | | | | | | | | | | | | | | | (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky. (bibtex-autokey-name-case-convert) (bibtex-autokey-titleword-case-convert): Make these the aliases for the following two variables. (bibtex-autokey-name-case-convert-function) (bibtex-autokey-titleword-case-convert-function): Make these the real names. (bibtex-font-lock-keywords): Make bibtex-font-lock-url and bibtex-font-lock-crossref sublists. (bibtex-mode): Revert 2005-12-30 change (which made completion-ignore-case buffer-local). (bibtex-url): Simplify
* *** empty log message ***Richard M. Stallman2006-03-191-0/+4
|
* (mh-reply): Sync docstring with manual.Bill Wohler2006-03-192-4/+12
|
* (cua--highlight-rectangle): Set overlayKim F. Storm2006-03-191-4/+4
| | | | cursor property value to 2 (to align with C level change).
* *** empty log message ***Kim F. Storm2006-03-191-0/+5
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-163Miles Bader2006-03-197-75/+160
| | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 58-61) - Update from CVS
* (mh-image-load-path-for-library): Shorten first line in docstring.Bill Wohler2006-03-192-1/+6
|
* (image-load-path-for-library): Shorten first line in docstring.Bill Wohler2006-03-192-1/+6
|
* (rmail-reply-regexp): Undo previous change.Richard M. Stallman2006-03-181-4/+4
|
* *** empty log message ***Eli Zaretskii2006-03-181-0/+5
|
* (isearch-other-meta-char): Handle user bindings for shifted control characters.Eli Zaretskii2006-03-181-6/+9
|
* *** empty log message ***Eli Zaretskii2006-03-181-0/+5
|
* (ispell-skip-region-alist): Add "_+" to the part that matches email addresses,Eli Zaretskii2006-03-181-3/+4
| | | | file names, etc.
* *** empty log message ***Eli Zaretskii2006-03-181-0/+5
|
* Fix last change.Eli Zaretskii2006-03-181-1/+1
|
* (mouse-set-font): Mention w32-list-proportional-fonts in the doc string.Eli Zaretskii2006-03-181-4/+8
|
* (ido-cache-ftp-work-directory-time): Doc fix.Kim F. Storm2006-03-181-33/+105
| | | | | | | | | | | | | | | | | | (ido-unc-hosts): New user option to explicitly define list of know UNC-style hosts for completion. (ido-cache-unc-host-shares-time): New user option. (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid): New helper functions for UNC file-name support. (ido-may-cache-directory): Check for UNC host. Simplify. (ido-wash-history): Clean out old UNC hosts. (ido-nonreadable-directory-p): UNC hosts are always readable. (ido-directory-too-big-p): UNC hosts are never too big. (ido-set-current-directory): Handle UNC root path. (ido-file-name-all-completions): Complete UNC host names from ido-unc-hosts list. Cache UNC host shares. (ido-make-file-list-1): Don't filter UNC root. (ido-exhibit): Check for // in root directory, and switch to UNC mode by setting ido-current-directory to //.
* *** empty log message ***Kim F. Storm2006-03-181-0/+19
|
* (customize-changed-options): Mention explicit version number asLuc Teirlinck2006-03-171-1/+5
| | | | default in prompt.
* *** empty log message ***Luc Teirlinck2006-03-171-0/+5
|
* Remove obsolete URL.Stephen Eglen2006-03-171-1/+0
|
* (mh-image-load-path-for-library): Minor docstring fix.Bill Wohler2006-03-172-2/+7
|
* (image-load-path-for-library): Minor docstring fix.Bill Wohler2006-03-172-2/+6
|
* (org-popup-calendar-for-date-prompt): Fix customization type.Carsten Dominik2006-03-171-1/+1
|
* *** empty log message ***Carsten Dominik2006-03-171-0/+1
|
* *** empty log message ***Carsten Dominik2006-03-172-1/+6
|
* (org-read-date): Include subgroup 5 intoCarsten Dominik2006-03-171-2/+2
| | | | replacement text.
* (sort-build-lints): Add comment.Kenichi Handa2006-03-171-0/+2
|
* (gud-gdb-complete-command, gud-gdb-run-command-fetch-lines): Adapt for useNick Roberts2006-03-161-17/+22
| | | | | with watch expressions. (gud-tooltip-mode): Use buffer-local value.
* (gud-watch): Provide completion.Nick Roberts2006-03-161-8/+14
| | | | | (gdb-continuation): New variable. (gdb-send): Deal with continuation lines.
* *** empty log message ***Nick Roberts2006-03-161-0/+11
|
* (ido-edit-input): Use selected match, if any.Kim F. Storm2006-03-161-1/+1
|
* *** empty log message ***Kim F. Storm2006-03-161-1/+5
|
* (mh-send-letter): Use split-string to break up mh-send-args (closes SFBill Wohler2006-03-162-10/+7
| | | | | | #1448604). (mh-compose-and-send-mail): Use run-hook-with-args for mh-compose-letter-function.
* (mh-list-to-string-1): Use dolist.Bill Wohler2006-03-162-14/+16
|
* (mh-image-load-path-for-library): Prefer user's images.Bill Wohler2006-03-162-27/+48
|
* (image-load-path-for-library): Prefer user's images inBill Wohler2006-03-162-27/+48
| | | | image-load-path.
* * mouse.el (mouse-drag-vertical-line): Use window-inside-edgesChong Yidong2006-03-162-9/+15
| | | | when checking for attempt to drag leftmost or rightmost scrollbar.
* (gdb-inferior-status): New variable.Nick Roberts2006-03-161-2/+27
| | | | | | | | (gdb-force-mode-line-update): New function. (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped) (gdb-exited): Use them. (gdb-signal): New fuction. (gdb-annotation-rules): Provide a rule for it.
* *** empty log message ***Nick Roberts2006-03-161-0/+9
|
* (auto-coding-regexp-alist): Add entriesKenichi Handa2006-03-162-1/+7
| | | | for Unicode BOM.
* (sort-build-lists): Temporarily bindKenichi Handa2006-03-162-0/+6
| | | | inhibit-field-text-motion to t.
* (locate-command, locate-make-command-line)Luc Teirlinck2006-03-161-14/+90
| | | | | | | | | | | | (locate-fcodes-file, locate-update-command) (locate-prompt-for-command, locate, locate-with-filter) (locate-get-file-positions): Doc fixes. (locate-buffer-name, locate-header-face): Remove leading `*' in defcustom. (locate-filter-output): Use `keep-lines' instead of its alias `delete-non-matching-lines'. (locate-get-filename, locate-get-dirname): Add introductory comment. (locate-find-directory-other-window): Give appropriate error message if used outside main listing.
* *** empty log message ***Luc Teirlinck2006-03-161-0/+14
|
* * font-lock.el (font-lock-lines-before): Delete variable, subsumed byStefan Monnier2006-03-154-16/+12
| | | | | | | | the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before.
* (image-load-path-for-library): Fix example by not recommending thatBill Wohler2006-03-152-3/+11
| | | | | one binds image-load-path. Just defvar it to placate compiler and only use it if previously defined.
* * mh-compat.el (mh-image-load-path-for-library): Fix example by notBill Wohler2006-03-156-10/+36
| | | | | | | | | | | | | | recommending that one binds image-load-path. Just defvar it to placate compiler and only use it if previously defined. * mh-e.el (image-load-path): Don't bind! * mh-folder.el (mh-folder-mode): Only use image-load-path if previously defined. * mh-letter.el (mh-letter-mode): Ditto. * mh-utils.el (mh-logo-display): Ditto.
* *** empty log message ***Juanma Barranquero2006-03-151-8/+8
|
* *** empty log message ***Carsten Dominik2006-03-151-0/+8
|