aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * textmodes/css-mode.el: New file.Chong Yidong2007-06-061-0/+4
|
* New file, taken from w3 repository.Chong Yidong2007-06-061-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 Yidong2007-06-061-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 Barranquero2007-06-061-0/+10
|
* (toggle-enable-multibyte-characters, sort-coding-systems,Juanma Barranquero2007-06-061-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 untilChong Yidong2007-06-051-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 untilChong Yidong2007-06-051-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 Yidong2007-06-051-0/+2
|
* * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.Chong Yidong2007-06-051-0/+4
|
* (auto-mode-alist): Add lower-priority match for names likeChong Yidong2007-06-051-0/+3
| | | | ChangeLog.old.
* * files.el (auto-mode-alist): Add lower-priority match for namesChong Yidong2007-06-051-0/+5
| | | | like ChangeLog.old.
* * xfaces.c (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-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 Yidong2007-06-051-1/+1
|
* (Fmake_local_variable): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
|
* (Fsxhash): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
|
* (mac_create_bitmap_from_bitmap_data)Chong Yidong2007-06-051-2/+2
| | | | (init_font_name_table): Delete stray semicolon.
* (getdefdir): Delete stray semicolon.Chong Yidong2007-06-051-2/+2
|
* (delete_window): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
|
* (next_element_from_buffer): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
|
* (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
|
* * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.Chong Yidong2007-06-041-0/+4
|
* (sregexq): Fix doc string quoting.Chong Yidong2007-06-041-2/+2
|
* Update version number.Chong Yidong2007-06-041-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 Yidong2007-06-041-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 theChong Yidong2007-06-041-0/+5
| | | | page as being part of any section.
* (Man-next-section): Don't consider the last line of the page as beingChong Yidong2007-06-041-1/+3
| | | | part of any section.
* (highlight-changes-rotate-faces): Don't set modified flag of buffer.Chong Yidong2007-06-041-11/+31
| | | | Use `inhibit-modification-hooks'.
* * hilit-chg.el (highlight-changes-rotate-faces): Don't setChong Yidong2007-06-041-0/+5
| | | | modified flag of buffer. Use `inhibit-modification-hooks'.
* (mail-extract-address-components): Recognize non-ASCII charactersChong Yidong2007-06-041-1/+11
| | | | except for NBSP as words.
* * mail/mail-extr.el (mail-extract-address-components): RecognizeChong Yidong2007-06-041-0/+5
| | | | non-ASCII characters except for NBSP as words.
* (webjump-sample-sites): Add Wikipedia query.Chong Yidong2007-06-041-0/+3
|
* * net/webjump.el (webjump-sample-sites): Add Wikipedia query.Chong Yidong2007-06-041-0/+4
|
* (tq-queue-pop): Stifle error when a process has died and we are tryingChong Yidong2007-06-041-2/+3
| | | | to send a signal to it.
* * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process hasChong Yidong2007-06-041-0/+5
| | | | died and we are trying to send a signal to it.
* *** empty log message ***Juanma Barranquero2007-06-041-52/+64
|
* (idlwave-routines): Fix typo in docstring.Juanma Barranquero2007-06-041-2/+2
|
* (compilation-find-file, compilation-handle-exit): Fix typos in docstrings.Juanma Barranquero2007-06-041-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 Barranquero2007-06-041-2/+2
|
* (Fshrink_window): Reflow docstring.Juanma Barranquero2007-06-042-2/+6
|
* Bump version number to 22.1.50.Chong Yidong2007-06-048-15/+15
|
* (magic-mode-alist): Remove image-type-auto-detected-p.Chong Yidong2007-06-041-3/+3
| | | | (magic-fallback-mode-alist): Add image-type-auto-detected-p.
* (image-type-auto-detected-p): Don't scan auto-mode-alist.Chong Yidong2007-06-041-21/+6
|
* * files.el (magic-mode-alist): Remove image-type-auto-detected-p.Chong Yidong2007-06-041-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 hooksChong Yidong2007-06-041-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-wrapChong Yidong2007-06-041-0/+8
| | | | | | | buffer-local. Add hooks unconditionally. (longlines-auto-wrap): Toggle wrapping. (longlines-after-change-function) (longlines-post-command-function): Check longlines-auto-wrap.
* Quiet --with-x-toolkit=no compilation warnings: #include <config.h>.Thien-Thi Nguyen2007-06-043-0/+7
|
* Include site-lisp directory in bin-i386 distribution.Jason Rumney2007-06-031-1/+1
|
* Changes suggested by Eli to clarify the purpose of the various files,Jason Rumney2007-06-031-19/+71
| | | | including 21.3. Add notes on obtaining image support.
* *** empty log message ***Stefan Monnier2007-06-031-2/+3
|
* (Color Parameters): Add xref to (emacs)Standard Faces.Richard M. Stallman2007-06-022-0/+5
|