| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fcheck_coding_system): Use xsignal1. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -4/+5 |
| | | | | | (Fdefine_coding_system_internal): Use xsignal1. | ||||
| * | (Fforward_char, Fdelete_char): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| | | |||||
| * | (casify_object): wrong_type_argument is no-return. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | | |||||
| * | (check_mark): Use xsignal0. | Kim F. Storm | 2006-07-18 | 1 | -1/+1 |
| | | |||||
| * | (Fbuffer_local_value, Fbarf_if_buffer_read_only): | Kim F. Storm | 2006-07-18 | 1 | -4/+4 |
| | | | | | Use xsignal1. | ||||
| * | (buffer_memory_full, memory_full): Use xsignal. Remove loop. | Kim F. Storm | 2006-07-18 | 1 | -5/+10 |
| | | | | | (list1): New function. | ||||
| * | (XTread_socket): Undo previous change. | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -7/+5 |
| | | |||||
| * | (keycode_to_xkeysym): Remove function. All uses now | YAMAMOTO Mitsuharu | 2006-07-18 | 2 | -108/+128 |
| | | | | | | | | | | directly lookup keycode_to_xkeysym_table. [USE_MAC_TSM] (mac_handle_text_input_event): Don't construct ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries. (XTread_socket): Use character codes to construct keypad key events. (mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel. (x_delete_display): Apply 2006-07-04 change for xterm.c. | ||||
| * | * commands.texi (Waiting): Document batch-mode sit-for behavior. | Chong Yidong | 2006-07-18 | 2 | -5/+11 |
| | | |||||
| * | * subr.el (sit-for): Just sleep-for if noninteractive. | Chong Yidong | 2006-07-18 | 2 | -16/+21 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-18 | 2 | -2/+18 |
| | | |||||
| * | Put point and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -3/+3 |
| | | | | | (Textual Scrolling): Use @samp for error message. | ||||
| * | Use real doublequote in menus. | Richard M. Stallman | 2006-07-18 | 4 | -11/+11 |
| | | |||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 26 | -73/+73 |
| | | |||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 3 | -18/+18 |
| | | | | | Use real doublequote in menus. | ||||
| * | (make-autoload): Use new arg. | Stefan Monnier | 2006-07-17 | 2 | -1/+17 |
| | | |||||
| * | (custom-autoload): Add `noset' argument. | Stefan Monnier | 2006-07-17 | 1 | -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 outside | Stefan Monnier | 2006-07-17 | 1 | -1/+12 |
| | | | | | custom, but to the same value as the default, consider it to be standard. | ||||
| * | (mh-loaddefs.el): Finish setting up the default empty | Stefan Monnier | 2006-07-17 | 1 | -6/+6 |
| | | | | | file *before* telling Emacs to add the autoloads, in case it fails. | ||||
| * | Comment change. | Richard M. Stallman | 2006-07-17 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-17 | 4 | -2/+14 |
| | | |||||
| * | (sh-quoted-subshell): Don't match escaped `. Use `cond', push', and `dolist'. | Stefan Monnier | 2006-07-17 | 2 | -12/+24 |
| | | |||||
| * | (Processing of Errors): Add command-error-function. | Richard M. Stallman | 2006-07-17 | 1 | -4/+15 |
| | | |||||
| * | (Vcommand_error_function): New variable. | Richard M. Stallman | 2006-07-17 | 1 | -31/+38 |
| | | | | | | (syms_of_keyboard): Defvar it. (cmd_error_internal): Simplify, and handle Vcommand_error_function. | ||||
| * | Fix previous change. | Richard M. Stallman | 2006-07-17 | 1 | -3/+3 |
| | | |||||
| * | (init_display): Mention DISPLAY as well as TERM in err msg. | Richard M. Stallman | 2006-07-17 | 1 | -3/+9 |
| | | |||||
| * | (Grep Searching): Explain about chaining grep commands. | Richard M. Stallman | 2006-07-17 | 1 | -3/+11 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-17 | 2 | -2/+13 |
| | | |||||
| * | (File Local Variables): Clarify that | Richard M. Stallman | 2006-07-17 | 1 | -4/+6 |
| | | | | | file local variables make buffer-local bindings. | ||||
| * | (Syntactic Font Lock): Give default for font-lock-syntax-table. | Richard M. Stallman | 2006-07-17 | 1 | -1/+2 |
| | | |||||
| * | (tar-superior-buffer, archive-superior-buffer): | Richard M. Stallman | 2006-07-17 | 1 | -0/+3 |
| | | | | | Add defvars to silence warnings. | ||||
| * | Fix menu typo. | J.D. Smith | 2006-07-17 | 1 | -1/+1 |
| | | |||||
| * | Update refcard section. | Reiner Steib | 2006-07-17 | 2 | -2/+6 |
| | | |||||
| * | 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de> | Reiner Steib | 2006-07-17 | 3 | -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 of | Kim F. Storm | 2006-07-17 | 1 | -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. Storm | 2006-07-17 | 1 | -0/+9 |
| | | |||||
| * | (display_mode_line): Preserve match data. | Thien-Thi Nguyen | 2006-07-17 | 2 | -0/+5 |
| | | |||||
| * | (Special Properties): Clean up previous change. | Nick Roberts | 2006-07-17 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-07-17 | 1 | -0/+4 |
| | | |||||
| * | * progmodes/compile.el (compilation-mode-font-lock-keywords): | Chong Yidong | 2006-07-17 | 2 | -0/+5 |
| | | | | | Don't highlight "Compiling file" messages as error. | ||||
| * | * dired-aux.el (dired-compress-file): Confirm again if gzipped | Chong Yidong | 2006-07-17 | 2 | -13/+21 |
| | | | | | file already exists. | ||||
| * | page breaks through chapter 10 | Karl Berry | 2006-07-16 | 2 | -3/+6 |
| | | |||||
| * | Merge from gnus--rel--5.10 | Miles Bader | 2006-07-16 | 2 | -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 Nguyen | 2006-07-16 | 2 | -53/+39 |
| | | |||||
| * | (ff-special-constructs): Doc fix. Also, for C/C++ | Thien-Thi Nguyen | 2006-07-16 | 1 | -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 breaks | Karl Berry | 2006-07-16 | 6 | -15/+19 |
| | | |||||
| * | fix underfull hbox | Karl Berry | 2006-07-16 | 2 | -2/+7 |
| | | |||||
| * | Fix in `tumme-get-comment'. | Mathias Dahl | 2006-07-16 | 1 | -0/+4 |
| | | |||||
| * | Fix bug in `tumme-get-comment'. | Mathias Dahl | 2006-07-16 | 1 | -2/+2 |
| | | |||||
| * | Remove spurious * in docstrings. | Stefan Monnier | 2006-07-16 | 2 | -44/+47 |
| | | |||||