summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2008-04-251-4/+9
|
* (smime-sign-region, smime-encrypt-region, smime-decrypt-region):Juanma Barranquero2008-04-251-3/+3
| | | | Remove redundant calls to `generate-new-buffer-name'.
* (ls-lisp-format): Fix last change.Eli Zaretskii2008-04-252-6/+23
|
* (gdb-invalidate-assembler): Compare numericNick Roberts2008-04-241-0/+7
| | | | | | | | value of addresses rather than (partial) string value. (gdb-frame-handler): Change regexp according to above change. (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode) (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode) (gdb-assembler-mode): Disable undo in these buffers.
* *** empty log message ***Nick Roberts2008-04-241-0/+3
|
* (gdb-invalidate-assembler): Compare numericNick Roberts2008-04-241-6/+5
| | | | | value of addresses rather than (partial) string value. (gdb-frame-handler): Change regexp according to above change.
* *** empty log message ***Nick Roberts2008-04-241-1/+7
|
* * net/tramp.el (tramp-get-remote-stat): Test whether stat supportsMichael Albinus2008-04-242-3/+10
| | | | %s. Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
* (remember-diary-extract-entries): UseSam Steingold2008-04-242-1/+6
| | | | diary-make-entry instead of the obsolete make-diary-entry.
* (translation-table-for-input): Mark as obsolete.Stefan Monnier2008-04-242-0/+5
|
* (isearch-search-string): Avoid string-bytes and aset.Stefan Monnier2008-04-242-7/+11
|
* (quail-build-decode-map): Avoid string-bytes.Stefan Monnier2008-04-242-1/+3
|
* (sieve-string-bytes): Remove.Stefan Monnier2008-04-242-7/+13
| | | | | | (sieve-manage-putscript): Use length instead: `string-bytes' gives the correct byte-length only if the process's coding-system is the same as the one used internally by Emacs to represent strings.
* (ispell-dictionary-alist-1)Stefan Monnier2008-04-242-193/+159
| | | | | | | | | | (ispell-dictionary-alist-2, ispell-dictionary-alist-3): (ispell-dictionary-alist-4, ispell-dictionary-alist-5): (ispell-dictionary-alist-6): Remove. (ispell-dictionary-base-alist): New var, merges the above. (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params): Use it. (ispell-dictionary-alist): Default to nil. Remove autoload. (ispell-local-dictionary-alist): Remove autoload.
* (f90-mode-syntax-table): Don't set ` as word syntax.Stefan Monnier2008-04-242-83/+86
| | | | | | | | | (f90-mode-abbrev-table): Use the new :regexp feature. Merge defvar and mapc into define-abbrev-table. (f90-imenu-type-matcher): Remove unused `l'. (f90-imenu-generic-expression): Remove unused `not-ib'. (f90-prepare-abbrev-list-buffer): Use with-current-buffer. (f90-change-keywords): Use restore-buffer-modified-p.
* (goto-address-prog-mode): Declare for compiler.Glenn Morris2008-04-241-0/+2
|
* (bug-reference-prog-mode): Define for compiler.Glenn Morris2008-04-242-0/+6
|
* Add some new stuff, and fix dates of merge entries.Glenn Morris2008-04-241-5/+34
|
* Fix some comment typos.Glenn Morris2008-04-241-2/+2
|
* Tom Tromey <tromey at redhat.com>: New file.Glenn Morris2008-04-241-0/+136
|
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-37/+85
| | | | | | | (goto-address-unfontify): New function. (goto-address-fontify): Use it. Respect goto-address-prog-mode. (goto-address-fontify-region, goto-address-mode) (goto-address-prog-mode): New functions.
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-2/+14
| | | | (easy-mmode-define-keymap): Document keywords. Add :suppress.
* Tom Tromey <tromey at redhat.com>Glenn Morris2008-04-241-7/+5
| | | | (cvs-mode-map): Use :suppress.
* (x-file-dialog): Declare as function.Glenn Morris2008-04-241-0/+4
|
* (vhdl-speedbar-find-file): Use dframe-update-speed rather thanGlenn Morris2008-04-241-2/+3
| | | | obsolete alias speedbar-update-speed.
* (cal-menu-diary-menu): Fix typo.Glenn Morris2008-04-241-3/+3
| | | | | (cal-menu-scroll-menu): Use commands rather than key macros, which don't work with easymenu. Add :keys where needed.
* (calendar-scroll-left): Handle case when event-start is nil.Glenn Morris2008-04-241-1/+2
|
* (calendar-mode-map): Fix typo.Glenn Morris2008-04-241-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-04-242-2/+5
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1126
| * Merge from gnus--rel--5.10Miles Bader2008-04-244-22/+105
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-257
| * (mac-ts-active-input-buf): Move defvar to macterm.c.YAMAMOTO Mitsuharu2008-04-232-2/+5
| |
* | Merge from gnus--devo--0Miles Bader2008-04-241-1/+1
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1125
* | (easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.Stefan Monnier2008-04-242-1/+9
| |
* | (completion-try-completion): Add `point' argument. Change return value.Stefan Monnier2008-04-232-64/+162
| | | | | | | | | | | | | | | | | | | | | | (completion-all-completions): Add `point' argument. (minibuffer-completion-help): Pass the new `point' argument. (completion--do-completion): Pass the whole field to try-completion. (completion--try-word-completion): Rewrite, making fewer assumptions. (completion-emacs21-try-completion, completion-emacs21-all-completions) (completion-emacs22-try-completion, completion-emacs22-all-completions) (completion-basic-try-completion, completion-basic-all-completions): New funs. (completion-styles-alist): Use them.
* | * ispell.el (ispell-set-spellchecker-params): New function to make sureStefan Monnier2008-04-233-22/+90
| | | | | | | | | | | | | | | | | | | | | | | | right params and dictionary alists are used after spellchecker changes. (ispell-aspell-dictionary-alist, ispell-last-program-name) (ispell-initialize-spellchecker-hook): New variables and hook. (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist. (ispell-maybe-find-aspell-dictionaries): Remove. Calls replaced by (ispell-set-spellchecker-params) calls. (ispell-have-aspell-dictionaries): Remove. * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by ispell-set-spellchecker-params.
* | (PC-do-completion): Be more robust in the presence ofStefan Monnier2008-04-232-6/+13
| | | | | | | | unexpected values in minibuffer-completion-predicate.
* | (read-file-name): Don't let-bind default-directory.Stefan Monnier2008-04-232-6/+18
| | | | | | | | Only abbreviate default-filename if it's a file.
* | * lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)Stefan Monnier2008-04-233-3/+152
| | | | | | | | | | | | | | | | | | | | | | | | (read-file-name-completion-ignore-case, insert-default-directory): New vars, moved from fileio.c. (read-file-name): New fun, moved from fileio.c. * lisp/cus-start.el: Remove insert-default-directory and read-file-name-completion-ignore-case. * src/fileio.c (Vread_file_name_function, Vread_file_name_predicate) (read_file_name_completion_ignore_case, insert_default_directory) (Qdefault_directory): Move to minibuffer.el. (Fread_file_name): Call the new `read-file-name' instead.
* | (emacs-deps): Leave it empty.Stefan Monnier2008-04-232-1/+7
| |
* | Replace table-cell-horizontal-char -> table-cell-horizontal-chars.Stefan Monnier2008-04-231-1/+2
| |
* | (tar-untar-buffer): If the entry has directory link type, extract itMagnus Henoch2008-04-232-1/+9
| | | | | | | | | | as a directory even if its file name doesn't end with a slash. Fixes extraction of NetBSD tar archives.
* | (server-start): Also don't get confused by CRs since weStefan Monnier2008-04-232-2/+8
| | | | | | | | don't quote them.
* | Add .arch-inventory files in lisp/calc and lisp/calendarMiles Bader2008-04-232-0/+8
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1123
* | Merge from emacs--rel--22Miles Bader2008-04-239-39/+59
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
* | *** empty log message ***Juanma Barranquero2008-04-231-0/+23
| |
* | (speedbar-use-tool-tips-flag, speedbar-ignored-directory-regexp,Juanma Barranquero2008-04-231-54/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | speedbar-file-unshown-regexp, speedbar-file-regexp, speedbar-message, speedbar-item-info, speedbar-files-item-info, speedbar-maybe-add-localized-support, speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list, speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list, speedbar-fetch-replacement-function, speedbar-extract-one-symbol, speedbar-separator-face): Fix typos in docstrings. (speedbar-stealthy-function-list, speedbar-verbosity-level) (speedbar-supported-extension-expressions, speedbar-update-current-file) (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring. (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions) (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame) (speedbar-show-info-under-mouse, speedbar-directory-buttons) (speedbar-check-vc-this-line, speedbar-files-line-directory) (speedbar-buffer-buttons, speedbar-buffer-buttons-temp) (speedbar-buffers-line-directory, speedbar-recenter-to-top) (speedbar-recenter): Doc fixes. (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence declaration and remove redundant info in docstring.
* | (vc-git-status-printer): Deal with directories.Dan Nicolaescu2008-04-232-3/+10
| |
* | (vc-next-action): Look at more than the first file toDan Nicolaescu2008-04-232-2/+17
| | | | | | | | determine the state.
* | (calendar-other-dates): Revert previous change; absolute-date wasGlenn Morris2008-04-232-3/+0
| | | | | | | | already there (as "RD" date).
* | Fix comment typo.Glenn Morris2008-04-231-1/+1
| |