aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (tempo-match-finder): Doc fix.Andreas Schwab2004-11-061-0/+2
|
* (easy-menu-get-map): Fix last change.Andreas Schwab2004-11-061-0/+4
|
* Change log entry reconstructed from commit message.Andreas Schwab2004-11-061-0/+9
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+5
|
* (align-areas): Delete whitespace before reindenting, soEli Zaretskii2004-11-061-0/+5
| | | | that tabs are never placed after spaces.
* (insert-kbd-macro): Do completions based on macros,Eli Zaretskii2004-11-061-0/+5
| | | | rather than all commands.
* (tempo-match-finder): Use [:word:] instead of "^\\b",Eli Zaretskii2004-11-061-0/+5
| | | | to solve a bug whereby tags with 'b' don't match.
* *** empty log message ***Juri Linkov2004-11-051-0/+8
|
* *** empty log message ***Daniel Pfeiffer2004-11-041-4/+9
|
* * dired.el (dired-read-dir-and-switches): Call read-directory-nameJan Djärv2004-11-041-0/+5
| | | | if a dialog will be used, read-file-name otherwise.
* *** empty log message ***Richard M. Stallman2004-11-041-0/+39
|
* *** empty log message ***Daniel Pfeiffer2004-11-031-0/+9
|
* (vc-cvs-local-month-numbers): Delete var.Thien-Thi Nguyen2004-11-031-0/+6
| | | | | | | (vc-cvs-annotate-time): Incorporate value of deleted var. Remove special-case handling of beginning-of-buffer cruft. Cache ending position (point) and return value in text property `vc-cvs-annotate-time', and consult it on subsequent invocations.
* (vc-mcvs-annotate-command): Delete extraneous lines from beginning of buffer.Thien-Thi Nguyen2004-11-031-0/+4
|
* (grep-default-command): Take empty stringThien-Thi Nguyen2004-11-031-0/+3
| | | | for tag if all other methods yield nil. Shell-quote the tag.
* (vc-annotate-display-autoscale): Make sureThien-Thi Nguyen2004-11-031-0/+1
| | | | point is at bol after calling `annotate-time'.
* (vc-annotate-display-autoscale): Add prefix-argThien-Thi Nguyen2004-11-031-1/+6
| | | | spec in `interactive' form, and mention it in the docstring.
* *** empty log message ***Richard M. Stallman2004-11-021-0/+28
|
* * files.el (find-file-existing): New function.Jan Djärv2004-11-021-0/+15
| | | | | | | | * menu-bar.el (menu-bar-files-menu): Make "Open File..." call find-file-existing. Add "New File..." that calls find-file. * dired.el (dired-read-dir-and-switches): Call read-driectory-name instead of read-file-name.
* *** empty log message ***Glenn Morris2004-11-021-0/+21
|
* (electric-help-map): Reorder Q/q and R/r entries soKim F. Storm2004-11-011-0/+4
| | | | | substitute-command-keys will select lower-case bindings like those used in the static help texts.
* *** empty log message ***Kim F. Storm2004-11-011-0/+4
|
* (group kmacro): Add :version.Kim F. Storm2004-11-011-0/+3
| | | | | | (kmacro-keyboard-quit): New function to cleanup on C-g. (kmacro-start-macro): Set defining-kbd-macro to append when appending to last macro.
* *** empty log message ***Kim F. Storm2004-11-011-8/+17
|
* *** empty log message ***Nick Roberts2004-11-011-0/+7
|
* (calc-over-notation): Replaced `completing-read' withJay Belanger2004-11-011-0/+5
| | | | `interactive "s"'.
* 2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>Masatake YAMATO2004-11-011-0/+8
| | | | | | | | * progmodes/flymake.el (flymake-err-line-patterns): Use `flymake-reformat-err-line-patterns-from-compile-el' to convert `compilation-error-regexp-alist-alist' to internal Flymake format. * progmodes/flymake.el: eliminated byte-compiler warnings.
* *** empty log message ***Stefan Monnier2004-11-011-7/+13
|
* * mouse.el (mouse-yank-at-click, mouse-yank-secondary): RevertJan Djärv2004-11-011-0/+6
| | | | | change from 2004-10-16. '*' checks the current buffer, but the mouse click may be in another buffer.
* (bibtex-make-field): Fix typo.John Paul Wallington2004-11-011-0/+2
|
* (group thumbs): Add :version keyword.John Paul Wallington2004-11-011-0/+7
|
* *** empty log message ***Richard M. Stallman2004-11-011-0/+36
|
* *** empty log message ***Kim F. Storm2004-10-311-0/+4
|
* Use `button's.Stefan Monnier2004-10-311-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bibtex-autokey-transcriptions): Translate TeX `\ ' to space. (bibtex-reference-keys): Distinguish between header keys and crossref keys. (bibtex-beginning-of-field): New function. (bibtex-url-map): Remove. (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref. (bibtex-font-lock-url-regexp): Assume that field names begin at the beginning of a line. (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field. Remove field delimiters. Bugfix, point can be inside a field with a url. Use bibtex-beginning-of-field. (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button): New funs. (bibtex-mark-active, bibtex-run-with-idle-timer): Remove. (bibtex-key-in-head): Simplify. (bibtex-current-line): Use bolp. (bibtex-parse-keys): Remove unused arg `add'. Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-parse-entry, bibtex-autofill-entry): Use bibtex-type-in-head and bibtex-key-in-head. (bibtex-autokey-get-field): Do not alter case of replacement text. (bibtex-autokey-get-names): Do all processing of name list. (bibtex-autokey-get-year): New function. (bibtex-autokey-get-title): Do all processing of title words. (bibtex-generate-autokey): Simplify. (bibtex-string-files-init): Use default-directory. Allow for absolute file names in bibtex-string-files. (bibtex-files, bibtex-file-path): New variables. (bibtex-files-expand): New function. (bibtex-find-entry-globally): New command. (bibtex-summary-function): New variable. (bibtex-summary): Default value of bibtex-summary-function. (bibtex-find-crossref): New optional args pnt and split. (bibtex-complete-key-cleanup): Call bibtex-summary-function. (bibtex-copy-summary-as-kill): New command bound to C-cC-t. (bibtex-validate): Fix docstring. Check only abbreviated month fields. Fix handling of required and alternative fields. Identify duplicate keys even if bibtex-maintain-sorted-entries is nil. Use cons and display-buffer. (bibtex-validate-globally): New command. (bibtex-clean-entry): Use bibtex-files-expand. Do not call bibtex-parse-keys and bibtex-parse-strings for updating bibtex-reference-keys and bibtex-strings. (bibtex-realign): Remove blank lines past the last entry. (bibtex-reformat): Use bibtex-entry-format as default. (bibtex-choose-completion-string): Remove. (bibtex-complete): Do not use bibtex-choose-completion-string. (bibtex-url): Simplify.
* * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)Jan Djärv2004-10-311-0/+6
| | | | | (x-dnd-types-alist, x-dnd-open-file-other-window) (x-dnd-known-types): Add :version.
* (group ibuffer): Add :version keyword.John Paul Wallington2004-10-311-0/+4
|
* (group ido): Add :version keyword.Kim F. Storm2004-10-301-0/+8
| | | | (ido-mode): Remove :version keyword.
* *** empty log message ***Luc Teirlinck2004-10-301-4/+3
|
* (auto-revert-tail-mode-text): Add :version keyword.Luc Teirlinck2004-10-301-0/+2
|
* (help-at-pt-timer): Move defvar up to avoid compiler warning.Luc Teirlinck2004-10-301-0/+9
| | | | | | (help-at-pt-timer-delay): Add :initialize and :version keywords. Simplify :set function. (help-at-pt-display-when-idle): Remove autoload. Add :version keyword.
* (custom-deps, autoloads): Fix *-hooks -> *-hook.Stefan Monnier2004-10-301-5/+9
|
* (function-called-at-point): read -> intern.Juri Linkov2004-10-301-0/+5
|
* (autoconf-font-lock-keywords): Recognize AS_* too.Simon Josefsson2004-10-291-0/+5
|
* subr.el (read-passwd): Move back from password.el.Simon Josefsson2004-10-291-0/+6
| | | | password.el: Remove, not ready yet.
* Typo fix.Andreas Schwab2004-10-291-1/+1
|
* (speedbar-frame-parameters): Improve customize type.Andreas Schwab2004-10-291-0/+4
|
* (mouse-show-mark): Replace the last occurrence ofSam Steingold2004-10-291-0/+5
| | | | x-lost-selection-hooks with x-lost-selection-functions.
* *** empty log message ***Stefan Monnier2004-10-281-0/+13
|
* *** empty log message ***Kim F. Storm2004-10-281-0/+5
|
* (set-auto-mode): Call `throw' correctly.John Paul Wallington2004-10-281-0/+4
|