Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pcomplete/rpm): Doc fix. | Glenn Morris | 2008-10-23 | 2 | -1/+3 |
| | |||||
* | (flet): Throw an error when trying to byte-compile a redefinition of a | Glenn Morris | 2008-10-23 | 2 | -4/+14 |
| | | | | function with special byte-compile handling. (Bug#411) | ||||
* | Deal with page sizes of label printers. | Vinicius Jose Latorre | 2008-10-22 | 2 | -19/+56 |
| | |||||
* | (make-frame-command): Doc fix. Use display-graphic-p. | Chong Yidong | 2008-10-22 | 1 | -2/+4 |
| | |||||
* | * frame.el (make-frame-command): Doc fix. Use display-graphic-p. | Chong Yidong | 2008-10-22 | 1 | -0/+2 |
| | |||||
* | (sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add | Chong Yidong | 2008-10-22 | 1 | -3/+10 |
| | | | | docstrings. | ||||
* | * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point) | Chong Yidong | 2008-10-22 | 1 | -0/+3 |
| | | | | (list-at-point): Add docstrings. | ||||
* | (dired-get-marked-files, dired-map-over-marks): Doc fixes. | Chong Yidong | 2008-10-22 | 1 | -9/+11 |
| | |||||
* | * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes. | Chong Yidong | 2008-10-22 | 1 | -0/+3 |
| | |||||
* | (dired-do-create-files): Doc fix. | Chong Yidong | 2008-10-22 | 1 | -24/+17 |
| | |||||
* | * dired-aux.el (dired-do-create-files): Doc fix. | Chong Yidong | 2008-10-22 | 1 | -0/+4 |
| | |||||
* | * lisp/version.el (emacs-version): Change '*Step' to 'NS' for consistency ↵ | Adrian Robert | 2008-10-22 | 2 | -1/+6 |
| | | | | with other documentation. * src/nsfns.m (ns_appkit_version): New function. (x-server-version): Use it. (syms_of_nsfns): Define ns-version-string here, not nsterm.m. (x-server-vendor): Don't check_ns(). * nsterm.m (syms_of_nsterm): Drop ns-version-string. | ||||
* | * replace.el (how-many): Fix typo in docstring. | Juanma Barranquero | 2008-10-22 | 2 | -1/+6 |
| | | | | Reported by Leo Liu <sdl.web@gmail.com>. | ||||
* | Comments don't get ChangeLog entries. | Glenn Morris | 2008-10-22 | 1 | -5/+5 |
| | |||||
* | (universal-coding-system-argument): Check for C-g. (Bug#1205) | Glenn Morris | 2008-10-22 | 1 | -1/+4 |
| | |||||
* | Don't setup | Kenichi Handa | 2008-10-22 | 2 | -69/+11 |
| | | | | | | | find-word-boundary-function-table. (next-word-boundary-han, next-word-boundary-kana): Delete them. (word-combining-categories, word-separating-categories): Adjusted to the change of the docstrings. | ||||
* | (undo-more): Add comment explaining the operations on pending-undo-list | Alan Mackenzie | 2008-10-21 | 1 | -0/+3 |
| | | | | and buffer-undo-list. | ||||
* | *** empty log message *** | Alan Mackenzie | 2008-10-21 | 1 | -0/+5 |
| | |||||
* | (region-active-p): Doc fix. | Chong Yidong | 2008-10-21 | 1 | -3/+3 |
| | |||||
* | * simple.el (region-active-p): Doc fix. | Chong Yidong | 2008-10-21 | 1 | -0/+4 |
| | |||||
* | (apply-partially): Move from subr.el to simple.el. | Eli Zaretskii | 2008-10-20 | 3 | -16/+19 |
| | |||||
* | Fix last change (again). | Eli Zaretskii | 2008-10-20 | 1 | -13/+13 |
| | |||||
* | (split-string-and-unquote): Simplify regexp. | Andreas Schwab | 2008-10-20 | 2 | -1/+5 |
| | |||||
* | Fix last change. | Eli Zaretskii | 2008-10-20 | 1 | -3/+5 |
| | |||||
* | (url-basic-auth): Encode password string. | Chong Yidong | 2008-10-20 | 1 | -1/+2 |
| | |||||
* | * url-auth.el (url-basic-auth): Encode password string. | Chong Yidong | 2008-10-20 | 1 | -0/+4 |
| | |||||
* | (top-level): Require `cl' when compiling. | Eli Zaretskii | 2008-10-20 | 2 | -0/+8 |
| | |||||
* | * info.el (Info-mode): Do not remove an existing header line if | David Reitter | 2008-10-20 | 1 | -0/+5 |
| | | | | `Info-use-header-line' is nil. | ||||
* | Info-mode: Do not remove an existing header line if `Info-use-header-line' ↵ | David Reitter | 2008-10-20 | 1 | -4/+3 |
| | | | | is nil. | ||||
* | (Info-file-supports-index-cookies): Fix typo in docstring. | Juri Linkov | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | (query-replace, query-replace-regexp) | Juri Linkov | 2008-10-19 | 2 | -23/+37 |
| | | | | | (replace-string, replace-regexp, perform-replace): Add "word" indicatiors to the prompt for word delimited replacements. | ||||
* | (isearch-query-replace, isearch-query-replace-regexp): | Juri Linkov | 2008-10-19 | 1 | -9/+20 |
| | | | | | | Add arg `delimited' as in `query-replace' for the case when isearch-allow-scroll=t and the user types C-u M-%. Doc fix. Add more indicators to the prompt ("word" and "in region"). | ||||
* | (read-regexp): Rename arg `default' to `default-value'. Doc fix. | Juri Linkov | 2008-10-19 | 2 | -8/+15 |
| | |||||
* | (apply-partially): Move from minibuffer.el to subr.el. | Eli Zaretskii | 2008-10-19 | 3 | -8/+11 |
| | |||||
* | (minibuffer-default-add-shell-commands): Doc fix. | Eli Zaretskii | 2008-10-19 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2008-10-19 | 1 | -1/+2 |
| | |||||
* | (enlarge-window-horizontally, shrink-window-horizontally): | Martin Rudalics | 2008-10-19 | 2 | -13/+22 |
| | | | | Make argument names follow Elisp manual. | ||||
* | (dos-reevaluate-defcustoms): Fix last change. | Eli Zaretskii | 2008-10-19 | 1 | -5/+14 |
| | |||||
* | (org-publish-timestamp-directory): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 2 | -1/+9 |
| | | | | `convert-standard-filename'. | ||||
* | (org-id-locations-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (org-default-notes-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (remember-data-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 2 | -1/+12 |
| | | | | `convert-standard-filename'. | ||||
* | (shadow-initialize) <shadow-info-file, shadow-todo-file>: Run file names | Eli Zaretskii | 2008-10-19 | 1 | -2/+3 |
| | | | | that begin with a period thru `convert-standard-filename'. | ||||
* | (savehist-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (recentf-save-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (cvs-cvsrc-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (kkc-init-file-name): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (ido-save-directory-list-file): Run file names that begin with a period thru | Eli Zaretskii | 2008-10-19 | 1 | -1/+1 |
| | | | | `convert-standard-filename'. | ||||
* | (todo-file-do, todo-file-done, todo-file-top): Run file names that begin with | Eli Zaretskii | 2008-10-19 | 1 | -3/+3 |
| | | | | a period thru `convert-standard-filename'. | ||||
* | (dos-reevaluate-defcustoms): New function. Add it to before-init-hook. | Eli Zaretskii | 2008-10-19 | 2 | -1/+16 |
| |