aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typos.Juanma Barranquero2008-10-081-19/+17
|
* (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-1/+1
|
* * json.el (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-0/+4
|
* * bs.el (bs-unload-function): New function.Juanma Barranquero2008-10-081-0/+15
|
* * bs.el (bs-unload-function): New function.Juanma Barranquero2008-10-081-2/+5
|
* *** empty log message ***Glenn Morris2008-10-081-3/+6
|
* Typo.Glenn Morris2008-10-081-1/+1
|
* Yavor Doganov <yavor at gnu.org> (tiny change)Glenn Morris2008-10-082-4/+9
| | | | Add missing semicolons to make it a valid dictionary.
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-10-087-2/+18
| | | | For clarity, explicitly require cl.
* Mark tiny change.Glenn Morris2008-10-081-1/+1
|
* ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858).Michael Olson2008-10-082-0/+9
|
* ERC: DCC fixes.Michael Olson2008-10-082-43/+142
|
* (command-line): Use display-warning to warn about an init file error.Chong Yidong2008-10-071-29/+16
| | | | (command-line-1): Remove init file error delay.
* * startup.el (command-line): Use display-warning to warn about anChong Yidong2008-10-071-0/+6
| | | | | init file error. (command-line-1): Remove init file error delay.
* (rx-constituents): Change `anything' to callChong Yidong2008-10-071-106/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rx-anything. Change `not-wordchar' assignment to "\\W" from "[^[:word:]]". (rx-group-if): New function. (rx-parent): New variable. (rx-and, rx-or): Put shy groups only when necessary. (rx-bracket): Remove. (rx-anything): New function. (rx-any-delete-from-range, rx-any-condense-range) (rx-check-any-string): New functions. (rx-check-any): Return result as a list. Don't convert chars to strings. Don't prepend "\\" to "^". Don't search for close bracket. Check char category string. Call rx-form instead of rx-to-string. (rx-any): Rebuid to complete the function. (rx-check-not): Fix char category regexp pattern string. Call rx-form instead of rx-to-string. (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to "[^^]". Call regexp-quote for one char string when not called from rx-not. Add "\\w", and toggle to upcase. Add the case of "\\[SCBW]" to toggle. (rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form instead of rx-to-string. (rx-kleene): Call rx-form instead of rx-to-string. Call rx-group-if to adjust putting of shy groups. (rx-atomic-p): Make check more precisely. (rx-eval, rx-greedy): Call rx-form instead of rx-to-string. (rx-regexp): Call rx-group-if. (rx-form): New function. (rx-to-string): Call rx-form, rx-group-if. Refine definition of NO-GROUP.
* * rx-new.el (rx-constituents): Change `anything' to callChong Yidong2008-10-071-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rx-anything. Change `not-wordchar' assignment to "\\W" from "[^[:word:]]". (rx-group-if): New function. (rx-parent): New variable. (rx-and, rx-or): Put shy groups only when necessary. (rx-bracket): Remove. (rx-anything): New function. (rx-any-delete-from-range, rx-any-condense-range) (rx-check-any-string): New functions. (rx-check-any): Return result as a list. Don't convert chars to strings. Don't prepend "\\" to "^". Don't search for close bracket. Check char category string. Call rx-form instead of rx-to-string. (rx-any): Rebuid to complete the function. (rx-check-not): Fix char category regexp pattern string. Call rx-form instead of rx-to-string. (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to "[^^]". Call regexp-quote for one char string when not called from rx-not. Add "\\w", and toggle to upcase. Add the case of "\\[SCBW]" to toggle. (rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form instead of rx-to-string. (rx-kleene): Call rx-form instead of rx-to-string. Call rx-group-if to adjust putting of shy groups. (rx-atomic-p): Make check more precisely. (rx-eval, rx-greedy): Call rx-form instead of rx-to-string. (rx-regexp): Call rx-group-if. (rx-form): New function. (rx-to-string): Call rx-form, rx-group-if. Refine definition of NO-GROUP.
* (xg_display_open): Reset default display if none exists.Chong Yidong2008-10-071-26/+17
| | | | (xg_display_close): Allow Emacs to close all displays (bug#985).
* * gtkutil.c (xg_display_open): Reset default display if none exists.Chong Yidong2008-10-071-0/+6
| | | | (xg_display_close): Allow Emacs to close all displays (bug#985).
* (json-advance): Use forward-char.Chong Yidong2008-10-071-7/+2
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* * json.el (json-advance): Use forward-char.Chong Yidong2008-10-071-0/+5
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* *** empty log message ***Alan Mackenzie2008-10-071-0/+2
|
* (c-indent-region): Fix so that indenting a macro followed by blank linesAlan Mackenzie2008-10-071-30/+25
| | | | doesn't backslash the following non-blank line into the macro.
* *** empty log message ***Alan Mackenzie2008-10-071-0/+6
|
* Add comment for last change.Andreas Schwab2008-10-071-0/+2
|
* (sys_signal): Always set SA_RESTART whenAndreas Schwab2008-10-062-4/+11
| | | | noninteractively.
* (Vbefore_init_time, Vafter_init_time): Declare.Chong Yidong2008-10-061-0/+1
|
* (x_wm_set_size_hint): Return immediately if called duringChong Yidong2008-10-061-88/+86
| | | | initialization.
* (Vbefore_init_time, Vafter_init_time): Moved from startup.el.Chong Yidong2008-10-061-0/+12
|
* * emacs.c (Vbefore_init_time, Vafter_init_time): Moved fromChong Yidong2008-10-061-0/+10
| | | | | | | | | startup.el. * lisp.h: (Vbefore_init_time, Vafter_init_time): Declare. * gtkutil.c (x_wm_set_size_hint): Return immediately if called during initialization.
* (before-init-time, after-init-time): Move into emacs.c.Chong Yidong2008-10-061-6/+1
| | | | (command-line): Set after-init-time to nil before initialization.
* * startup.el (before-init-time, after-init-time): Move into emacs.c.Chong Yidong2008-10-061-0/+6
| | | | (command-line): Set after-init-time to nil before initialization.
* (math-standard-units): More adjustments.Jay Belanger2008-10-061-2/+2
|
* (math-standard-units): Update the values of the units.Jay Belanger2008-10-062-58/+65
|
* * bookmark.el (bookmark-unload-function): New function.Juanma Barranquero2008-10-062-5/+15
|
* (syntax-ppss): Doc fix.Andreas Schwab2008-10-062-1/+5
|
* Remove * in defcustom docstrings and tellMartin Rudalics2008-10-062-107/+180
| | | | | | | | | | | | | | | | | | for most options that customizing them doesn't affect buffers already displaying footnotes. (Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix handling of text properties and identical start/end tags. Do not use format when renumbering. (Footnote-set-style): Make it work. (Footnote-insert-numbered-footnote): Simplify. (Footnote-narrow-to-footnotes, Footnote-insert-footnote) (Footnote-goto-footnote): Fix handling of empty section tag. (Footnote-delete-footnote): Fix handling of identical start/end tags, empty section tag, and spaced footnotes. Do not use kill-region. (footnote-mode): Make most options buffer-local to avoid that customizing messes up handling of footnotes in buffers that already display them.
* (x-create-frame-with-faces): Undo previous change.Dan Nicolaescu2008-10-062-2/+3
|
* (vc-cvs-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-062-3/+26
| | | | existent files.
* (universal-coding-system-argument): Handle digit-argument too.Chong Yidong2008-10-051-1/+1
|
* * international/mule-cmds.el (universal-coding-system-argument):Chong Yidong2008-10-051-0/+5
| | | | Handle digit-argument too.
* (xml-parse-string): Use skip-chars-forward.Chong Yidong2008-10-051-3/+1
|
* * xml.el (xml-parse-string): Use skip-chars-forward.Chong Yidong2008-10-051-0/+4
|
* *** empty log message ***Paul Reilly2008-10-051-0/+5
|
* Next step in the Rmail/mbox support: getting basic summary support working.Paul Reilly2008-10-052-755/+1010
|
* formatting fixes for new printed editionKarl Berry2008-10-052-34/+58
|
* (vc-bzr-after-dir-status): Parse the output for nonDan Nicolaescu2008-10-052-0/+16
| | | | | existent files. (vc-bzr-dir-status-files): New function.
* Mention cloning.Glenn Morris2008-10-041-0/+10
|
* (make-temp-file): Handle empty `prefix'. (Bug#1081)Glenn Morris2008-10-042-1/+7
|
* (vc-svn-after-dir-status): Handle `svn status -u' output.Glenn Morris2008-10-042-6/+22
| | | | (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
* (vc-cvs-dir-status-heuristic): New function.Glenn Morris2008-10-042-10/+45
| | | | (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)