summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * subr.el (sit-for): Just sleep-for if noninteractive.Chong Yidong2006-07-182-16/+21
|
* *** empty log message ***Richard M. Stallman2006-07-182-2/+18
|
* Put point and comma inside quotes.Richard M. Stallman2006-07-181-3/+3
| | | | (Textual Scrolling): Use @samp for error message.
* Use real doublequote in menus.Richard M. Stallman2006-07-184-11/+11
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-1826-73/+73
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-183-18/+18
| | | | Use real doublequote in menus.
* (make-autoload): Use new arg.Stefan Monnier2006-07-172-1/+17
|
* (custom-autoload): Add `noset' argument.Stefan Monnier2006-07-171-14/+17
| | | | | (custom-push-theme): Don't autoload the variable, let callers do it. (custom-theme-set-variables): Autoload the variable if necessary.
* (custom-variable-state-set): If the variable was originally set outsideStefan Monnier2006-07-171-1/+12
| | | | custom, but to the same value as the default, consider it to be standard.
* (mh-loaddefs.el): Finish setting up the default emptyStefan Monnier2006-07-171-6/+6
| | | | file *before* telling Emacs to add the autoloads, in case it fails.
* Comment change.Richard M. Stallman2006-07-171-1/+3
|
* *** empty log message ***Richard M. Stallman2006-07-174-2/+14
|
* (sh-quoted-subshell): Don't match escaped `. Use `cond', push', and `dolist'.Stefan Monnier2006-07-172-12/+24
|
* (Processing of Errors): Add command-error-function.Richard M. Stallman2006-07-171-4/+15
|
* (Vcommand_error_function): New variable.Richard M. Stallman2006-07-171-31/+38
| | | | | (syms_of_keyboard): Defvar it. (cmd_error_internal): Simplify, and handle Vcommand_error_function.
* Fix previous change.Richard M. Stallman2006-07-171-3/+3
|
* (init_display): Mention DISPLAY as well as TERM in err msg.Richard M. Stallman2006-07-171-3/+9
|
* (Grep Searching): Explain about chaining grep commands.Richard M. Stallman2006-07-171-3/+11
|
* *** empty log message ***Richard M. Stallman2006-07-172-2/+13
|
* (File Local Variables): Clarify thatRichard M. Stallman2006-07-171-4/+6
| | | | file local variables make buffer-local bindings.
* (Syntactic Font Lock): Give default for font-lock-syntax-table.Richard M. Stallman2006-07-171-1/+2
|
* (tar-superior-buffer, archive-superior-buffer):Richard M. Stallman2006-07-171-0/+3
| | | | Add defvars to silence warnings.
* Fix menu typo.J.D. Smith2006-07-171-1/+1
|
* Update refcard section.Reiner Steib2006-07-172-2/+6
|
* 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>Reiner Steib2006-07-173-1611/+5411
| | | | | | | | * ru-refcard.ps: Regenerate. 2006-07-17 Alex Ott <alexott@gmail.com> * ru-refcard.tex: Update for Emacs 22.
* (handle_single_display_spec): Ensure the right value ofKim F. Storm2006-07-171-7/+18
| | | | | | | | it->position is saved by push_it. (pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING. (reseat_1): Don't setup it->object twice. (set_iterator_to_next): No need to set it->object after pop_it. (move_it_to): Explicitly check to see if last move reached to_charpos.
* *** empty log message ***Kim F. Storm2006-07-171-0/+9
|
* (display_mode_line): Preserve match data.Thien-Thi Nguyen2006-07-172-0/+5
|
* (Special Properties): Clean up previous change.Nick Roberts2006-07-171-3/+3
|
* *** empty log message ***Nick Roberts2006-07-171-0/+4
|
* * progmodes/compile.el (compilation-mode-font-lock-keywords):Chong Yidong2006-07-172-0/+5
| | | | Don't highlight "Compiling file" messages as error.
* * dired-aux.el (dired-compress-file): Confirm again if gzippedChong Yidong2006-07-172-13/+21
| | | | file already exists.
* page breaks through chapter 10Karl Berry2006-07-162-3/+6
|
* Merge from gnus--rel--5.10Miles Bader2006-07-162-5/+13
| | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 115) - Update from CVS 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change) * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-353
* (ada-mode): Rewrite ff-special-constructs init.Thien-Thi Nguyen2006-07-162-53/+39
|
* (ff-special-constructs): Doc fix. Also, for C/C++Thien-Thi Nguyen2006-07-161-25/+27
| | | | | | | entry, don't assign to free var; simply return the extracted filename. (ff-treat-as-special): Incorporate common preamble from callers. (ff-other-file-name, ff-find-the-other-file): Update call to ff-treat-as-special.
* fix bad page breaksKarl Berry2006-07-166-15/+19
|
* fix underfull hboxKarl Berry2006-07-162-2/+7
|
* Fix in `tumme-get-comment'.Mathias Dahl2006-07-161-0/+4
|
* Fix bug in `tumme-get-comment'.Mathias Dahl2006-07-161-2/+2
|
* Remove spurious * in docstrings.Stefan Monnier2006-07-162-44/+47
|
* (Special Properties): Describe fontified text propertyNick Roberts2006-07-151-16/+13
| | | | in relation to a character (not text).
* *** empty log message ***Nick Roberts2006-07-151-0/+5
|
* (allout-run-unit-tests-on-load): Rectified docstring grammar.Nick Roberts2006-07-151-9/+7
| | | | | | | | | (allout-beginning-of-current-line): Beware beginning of buffer. Also, a comment is simplified. (allout-hotspot-key-handler): Only set allout-post-goto-bullet when appropriate. (This fix enables use for other than bullet-hotspot operation.) (allout-hide-current-subtree): While escalating to sibling-close, make sure to situate on a topic.
* *** empty log message ***Nick Roberts2006-07-151-0/+12
|
* Checked maps.texi.Kim F. Storm2006-07-151-1/+1
|
* (Standard Keymaps): Add xref for minibuffer maps.Kim F. Storm2006-07-151-0/+36
| | | | | Add apropos-mode-map, custom-mode-map, esc-map, global-map, grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
* *** empty log message ***Kim F. Storm2006-07-151-0/+4
|
* Checked anti.texi.Kim F. Storm2006-07-141-4/+4
|
* (Antinews): Mention redisplay function.Kim F. Storm2006-07-141-8/+15
| | | | | The kbd macro existed, but was not documented, before 22.x. Function pos-visible-in-window-p is not new in 22.x, just enhanced.