Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (icalendar--diarytime-to-isotime): Fix typo in docstring. | Juanma Barranquero | 2007-06-06 | 1 | -1/+1 |
| | |||||
* | (ses-call-printer): Fix typo in docstring. | Juanma Barranquero | 2007-06-06 | 1 | -3/+3 |
| | |||||
* | (pgg-sign-region, pgg-sign): Fix typos in docstrings. | Juanma Barranquero | 2007-06-06 | 1 | -4/+4 |
| | |||||
* | (tar-header-block-summarize, tar-summarize-buffer) | Chong Yidong | 2007-06-06 | 1 | -9/+11 |
| | | | | (tar-get-descriptor): Handle type 55, an extended pax header. | ||||
* | * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer) | Chong Yidong | 2007-06-06 | 1 | -0/+5 |
| | | | | (tar-get-descriptor): Handle type 55, an extended pax header. | ||||
* | New file. | Chong Yidong | 2007-06-06 | 1 | -0/+469 |
| | |||||
* | * textmodes/css-mode.el: New file. | Chong Yidong | 2007-06-06 | 1 | -0/+4 |
| | |||||
* | New file, taken from w3 repository. | Chong Yidong | 2007-06-06 | 1 | -0/+650 |
| | | | | | | | | (top): Update Copyright. Don't load cl.el. (all): Replace `case' by `cond', `string-to-int' by `string-to-number', and `process-kill-without-query' by `set-process-query-on-exit-flag'. (socks-char-int): Remove defalias and all occurencies. | ||||
* | * net/socks.el: New file, taken from w3 repository. | Chong Yidong | 2007-06-06 | 1 | -0/+9 |
| | | | | | | | | (top): Update Copyright. Don't load cl.el. (all): Replace `case' by `cond', `string-to-int' by `string-to-number', and `process-kill-without-query' by `set-process-query-on-exit-flag'. (socks-char-int): Remove defalias and all occurencies. | ||||
* | *** empty log message *** | Juanma Barranquero | 2007-06-06 | 1 | -0/+10 |
| | |||||
* | (toggle-enable-multibyte-characters, sort-coding-systems, | Juanma Barranquero | 2007-06-06 | 1 | -24/+24 |
| | | | | | | | | | search-unencodable-char): Doc fixes. (coding-system-change-eol-conversion, set-default-coding-systems, prefer-coding-system, find-multibyte-characters, princ-list, leim-list-entry-regexp, set-input-method, locale-language-names, input-method-exit-on-first-char, exit-language-environment-hook, locale-charset-language-names): Fix typos in docstrings. | ||||
* | (bs-cycle-previous): Don't modify the cycle list until | Chong Yidong | 2007-06-05 | 1 | -3/+6 |
| | | | | | | `switch-to-buffer' has returned succesfully. (bs-cycle-next): Ditto. Also, don't bury the buffer when the window is dedicated (it could iconify the frame). | ||||
* | * bs.el (bs-cycle-previous): Don't modify the cycle list until | Chong Yidong | 2007-06-05 | 1 | -0/+7 |
| | | | | | | `switch-to-buffer' has returned succesfully. (bs-cycle-next): Ditto. Also, don't bury the buffer when the window is dedicated (it could iconify the frame). | ||||
* | (auto-mode-alist): Open `.asd' files in lisp-mode. | Chong Yidong | 2007-06-05 | 1 | -0/+2 |
| | |||||
* | * files.el (auto-mode-alist): Open `.asd' files in lisp-mode. | Chong Yidong | 2007-06-05 | 1 | -0/+4 |
| | |||||
* | (auto-mode-alist): Add lower-priority match for names like | Chong Yidong | 2007-06-05 | 1 | -0/+3 |
| | | | | ChangeLog.old. | ||||
* | * files.el (auto-mode-alist): Add lower-priority match for names | Chong Yidong | 2007-06-05 | 1 | -0/+5 |
| | | | | like ChangeLog.old. | ||||
* | * emacs-lisp/sregex.el (sregexq): Fix doc string quoting. | Chong Yidong | 2007-06-04 | 1 | -0/+4 |
| | |||||
* | (sregexq): Fix doc string quoting. | Chong Yidong | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | Update version number. | Chong Yidong | 2007-06-04 | 1 | -19/+46 |
| | | | | | | | | | | | (timeclock-modeline-display): Mention timeclock-use-display-time in explanatory message. (timeclock-log): Suppress warnings when finding the log. Don't check for a nil project twice. Run hooks after killing the buffer (if applicable). (timeclock-geometric-mean): Rename to `timeclock-mean' (it never was geometric). All uses changed. (timeclock-generate-report): Support prefix argument. | ||||
* | * calendar/timeclock.el: Update version number. | Chong Yidong | 2007-06-04 | 1 | -0/+12 |
| | | | | | | | | | | | (timeclock-modeline-display): Mention timeclock-use-display-time in explanatory message. (timeclock-log): Suppress warnings when finding the log. Don't check for a nil project twice. Run hooks after killing the buffer (if applicable). (timeclock-geometric-mean): Rename to `timeclock-mean' (it never was geometric). All uses changed. (timeclock-generate-report): Support prefix argument. | ||||
* | * man.el (Man-next-section): Don't consider the last line of the | Chong Yidong | 2007-06-04 | 1 | -0/+5 |
| | | | | page as being part of any section. | ||||
* | (Man-next-section): Don't consider the last line of the page as being | Chong Yidong | 2007-06-04 | 1 | -1/+3 |
| | | | | part of any section. | ||||
* | (highlight-changes-rotate-faces): Don't set modified flag of buffer. | Chong Yidong | 2007-06-04 | 1 | -11/+31 |
| | | | | Use `inhibit-modification-hooks'. | ||||
* | * hilit-chg.el (highlight-changes-rotate-faces): Don't set | Chong Yidong | 2007-06-04 | 1 | -0/+5 |
| | | | | modified flag of buffer. Use `inhibit-modification-hooks'. | ||||
* | (mail-extract-address-components): Recognize non-ASCII characters | Chong Yidong | 2007-06-04 | 1 | -1/+11 |
| | | | | except for NBSP as words. | ||||
* | * mail/mail-extr.el (mail-extract-address-components): Recognize | Chong Yidong | 2007-06-04 | 1 | -0/+5 |
| | | | | non-ASCII characters except for NBSP as words. | ||||
* | (webjump-sample-sites): Add Wikipedia query. | Chong Yidong | 2007-06-04 | 1 | -0/+3 |
| | |||||
* | * net/webjump.el (webjump-sample-sites): Add Wikipedia query. | Chong Yidong | 2007-06-04 | 1 | -0/+4 |
| | |||||
* | (tq-queue-pop): Stifle error when a process has died and we are trying | Chong Yidong | 2007-06-04 | 1 | -2/+3 |
| | | | | to send a signal to it. | ||||
* | * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has | Chong Yidong | 2007-06-04 | 1 | -0/+5 |
| | | | | died and we are trying to send a signal to it. | ||||
* | *** empty log message *** | Juanma Barranquero | 2007-06-04 | 1 | -52/+64 |
| | |||||
* | (idlwave-routines): Fix typo in docstring. | Juanma Barranquero | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | (compilation-find-file, compilation-handle-exit): Fix typos in docstrings. | Juanma Barranquero | 2007-06-04 | 1 | -6/+6 |
| | | | | | (compilation-search-path, compilation-buffer-name-function): Doc fixes. (compilation-finish-function): Fix typo in obsolescence declaration. | ||||
* | (define-minor-mode, easy-mmode-define-navigation): Fix typos in docstrings. | Juanma Barranquero | 2007-06-04 | 1 | -2/+2 |
| | |||||
* | Bump version number to 22.1.50. | Chong Yidong | 2007-06-04 | 1 | -1/+1 |
| | |||||
* | (magic-mode-alist): Remove image-type-auto-detected-p. | Chong Yidong | 2007-06-04 | 1 | -3/+3 |
| | | | | (magic-fallback-mode-alist): Add image-type-auto-detected-p. | ||||
* | (image-type-auto-detected-p): Don't scan auto-mode-alist. | Chong Yidong | 2007-06-04 | 1 | -21/+6 |
| | |||||
* | * files.el (magic-mode-alist): Remove image-type-auto-detected-p. | Chong Yidong | 2007-06-04 | 1 | -0/+6 |
| | | | | | | | (magic-fallback-mode-alist): Add image-type-auto-detected-p. * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist. | ||||
* | (longlines-mode): Make longlines-auto-wrap buffer-local. Add hooks | Chong Yidong | 2007-06-04 | 1 | -22/+19 |
| | | | | | | | unconditionally. (longlines-auto-wrap): Toggle wrapping. (longlines-after-change-function) (longlines-post-command-function): Check longlines-auto-wrap. | ||||
* | * longlines.el (longlines-mode): Make longlines-auto-wrap | Chong Yidong | 2007-06-04 | 1 | -0/+8 |
| | | | | | | | buffer-local. Add hooks unconditionally. (longlines-auto-wrap): Toggle wrapping. (longlines-after-change-function) (longlines-post-command-function): Check longlines-auto-wrap. | ||||
* | Regenerate. | Chong Yidong | 2007-06-02 | 1 | -670/+677 |
| | |||||
* | Increment version to 22.1. | Chong Yidong | 2007-06-02 | 1 | -1/+1 |
| | |||||
* | Version 22.1 released. | Chong Yidong | 2007-06-02 | 1 | -0/+4 |
| | |||||
* | (show-paren-function): Undo 2007-04-19 and 2007-04-20 changes. | Chong Yidong | 2007-06-01 | 1 | -8/+1 |
| | |||||
* | * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 | Chong Yidong | 2007-06-01 | 1 | -0/+5 |
| | | | | changes. | ||||
* | (dired-do-delete, dired-do-flagged-delete): Doc fixes. | Richard M. Stallman | 2007-05-31 | 2 | -2/+10 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Chong Yidong | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | (url-mailto): Insert body after mail-header-separator if present, so | Chong Yidong | 2007-05-29 | 1 | -1/+3 |
| | | | | that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>. |