summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Kenichi Handa2007-04-181-0/+13
|
* (parse-time-string-chars): Check if CHAR is less than the length ofKenichi Handa2007-04-181-1/+2
| | | | parse-time-syntax.
* * NEWS: Mention `query-replace-regexp-eval' being deprecated.David Kastrup2007-04-172-0/+14
| | | | * replace.el (query-replace-regexp-eval): Deprecate.
* (c-beginning-of-defun): With -ve arg and point too close to EOB, leaveAlan Mackenzie2007-04-171-1/+1
| | | | point at EOB rather than last `}'.
* *** empty log message ***Alan Mackenzie2007-04-171-0/+5
|
* (bibtex-include-OPTkey, bibtex-user-optional-fields)Roland Winkler2007-04-172-45/+37
| | | | (bibtex-entry-field-alist): Fix defcustom.
* *** empty log message ***Glenn Morris2007-04-171-0/+5
|
* (Commentary): No longer maintained by original author, bug reports asGlenn Morris2007-04-1716-92/+0
| | | | for the rest of emacs.
* (Commentary): No longer maintained by original author, bug reports asGlenn Morris2007-04-171-10/+0
| | | | | | | for the rest of emacs. Do not advertise the original author's book in this file, since he forbids the use of the relevant algorithms under a GNU license. See: <http://lists.gnu.org/archive/html/bug-gnu-emacs/2005-04/msg00062.html>
* (calendar-dst-find-startend): If YEAR cannot be encoded, fall back toGlenn Morris2007-04-171-8/+10
| | | | | | current year. (Commentary): No longer maintained by original author, bug reports as for the rest of emacs.
* Regenerate.Chong Yidong2007-04-171-77/+73
|
* Bump version to 22.0.98.Chong Yidong2007-04-171-1/+1
|
* (archive-lzh-summarize): Only apply the "downcase if all upcase" ruleChong Yidong2007-04-161-2/+17
| | | | to OS-ID 0 "generic". Always downcase for OS-ID M "MSDOS".
* * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if allChong Yidong2007-04-161-0/+6
| | | | | upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID M "MSDOS".
* (python-end-of-block): Avoid looping forever if python-next-statementChong Yidong2007-04-161-2/+6
| | | | fails.
* * progmodes/python.el (python-end-of-block): Avoid looping foreverChong Yidong2007-04-161-0/+5
| | | | if python-next-statement fails.
* (bibtex-entry-field-alist): Use defcustom.Roland Winkler2007-04-162-2/+46
|
* * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.Dan Nicolaescu2007-04-163-0/+7
| | | | * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
* *** empty log message ***Jay Belanger2007-04-161-1/+2
|
* (calc-version): New function.Jay Belanger2007-04-161-0/+5
|
* *** empty log message ***Jay Belanger2007-04-161-0/+4
|
* (calc-trail-mode): Shorten the title.Jay Belanger2007-04-161-2/+1
|
* (footnote-style): Clarify docstring to state that customizing thisChong Yidong2007-04-151-2/+6
| | | | only applies to future footnotes.
* * mail/footnote.el (footnote-style): Clarify docstring to stateChong Yidong2007-04-151-0/+5
| | | | that customizing this only applies to future footnotes.
* Revert last change.Chong Yidong2007-04-152-22/+8
|
* (footnote-current-style): New var.Chong Yidong2007-04-151-8/+12
| | | | | | | | | (Footnote-index-to-string, Footnote-current-regexp) (Footnote-cycle-style, Footnote-set-style): Use it instead of footnote-style. (footnote-mode): Make footnote-current style buffer-local instead of footnote-style, and initialize it to footnote-style. (footnote-style): Update docstring.
* * mail/footnote.el (footnote-current-style): New var.Chong Yidong2007-04-151-0/+10
| | | | | | | | | (Footnote-index-to-string, Footnote-current-regexp) (Footnote-cycle-style, Footnote-set-style): Use it instead of footnote-style. (footnote-mode): Make footnote-current style buffer-local instead of footnote-style, and initialize it to footnote-style. (footnote-style): Update docstring.
* (url-generic-parse-url): Revert 2006-10-09 changes.Chong Yidong2007-04-151-16/+20
|
* * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.Chong Yidong2007-04-151-0/+4
|
* (bibtex-field-list): Use functionp.Roland Winkler2007-04-152-10/+13
| | | | (bibtex-make-field): Check that INIT is a string. Use functionp.
* (PC-goto-end, PC-do-completion-end): Make buffer-local.Glenn Morris2007-04-141-3/+7
|
* *** empty log message ***Glenn Morris2007-04-141-1/+2
|
* *** empty log message ***Glenn Morris2007-04-141-0/+8
|
* (PC-goto-end): New variable.Glenn Morris2007-04-141-5/+21
| | | | | | | | | (partial-completion-mode) <choose-completion-string-functions>: Do not go to the end of the minibuffer if PC-goto-end is non-nil. (PC-do-completion): New optional fourth argument GOTO-END. Add a doc string. Set PC-goto-end for choose-completion. (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to PC-do-completion.
* (bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.Glenn Morris2007-04-141-6/+12
| | | | | (bibtex-make-field): Add optional fourth arg NODELIM. Insert delimiters around INIT unless this arg is non-nil.
* *** empty log message ***Glenn Morris2007-04-141-0/+7
|
* (tmm-get-keybind): Use copy-sequence to ensure that theNick Roberts2007-04-141-1/+1
| | | | global map isn't modified
* *** empty log message ***Nick Roberts2007-04-141-0/+5
|
* (appt-disp-window): Do not split small windows.Glenn Morris2007-04-141-3/+5
| | | | Suggested by Jeff Miller <jmiller@cablespeed.com>.
* *** empty log message ***Glenn Morris2007-04-141-0/+5
|
* Revert 2007-03-25 change.Chong Yidong2007-04-132-8/+9
|
* * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.Chong Yidong2007-04-131-0/+7
| | | | * files.el: Ditto.
* * url-http.el (url-http-parse-headers): Stop after a set number ofChong Yidong2007-04-131-0/+7
| | | | | | redirections. Suggested by Diane Murray. * url-vars.el (url-max-redirections): New var.
* (url-http-parse-headers): Stop after a set number of redirections.Chong Yidong2007-04-131-15/+37
| | | | Suggested by Diane Murray.
* (url-max-redirections): New var.Chong Yidong2007-04-131-0/+6
|
* (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages.Juanma Barranquero2007-04-132-6/+20
|
* (minibuffer, auto-save): Fix typos in docstrings.Juanma Barranquero2007-04-131-2/+2
|
* (widget-documentation): Fix typo in docstring.Juanma Barranquero2007-04-131-1/+1
|
* (term-buffer-maximum-size, term-exec, term-escape-char, term-set-escape-char,Juanma Barranquero2007-04-131-27/+27
| | | | | | term-termcap-format, term-get-old-input-default, term-skip-prompt, term-send-string, term-send-region, term-pager-page, term-pager-help): Fix typos in docstrings.
* (edebug-pop-to-buffer): Don't select window marked as dedicated.Martin Rudalics2007-04-132-19/+37
|