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 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2007-06-06 | 1 | -0/+4 |
| | |||||
* | Don't define HAVE_TZNAME. | Jason Rumney | 2007-06-06 | 1 | -1/+0 |
| | |||||
* | (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -3/+0 |
| | |||||
* | * image.c (xpm_load): Remove spurious call to xpm_init_color_cache. | Chong Yidong | 2007-06-06 | 1 | -0/+5 |
| | |||||
* | (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Chong Yidong | 2007-06-06 | 1 | -6/+6 |
| | |||||
* | * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD. | Chong Yidong | 2007-06-06 | 1 | -0/+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. | ||||
* | * xfaces.c (syms_of_xfaces): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -0/+13 |
| | | | | | | | | | | | | * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise. | ||||
* | (ccl_driver): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | (Fmake_local_variable): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | (Fsxhash): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | (mac_create_bitmap_from_bitmap_data) | Chong Yidong | 2007-06-05 | 1 | -2/+2 |
| | | | | (init_font_name_table): Delete stray semicolon. | ||||
* | (getdefdir): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -2/+2 |
| | |||||
* | (delete_window): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | (next_element_from_buffer): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | (syms_of_xfaces): Delete stray semicolon. | Chong Yidong | 2007-06-05 | 1 | -1/+1 |
| | |||||
* | * 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 |
| |