Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * customize.texi (Common Keywords): Add xref to Loading. | Chong Yidong | 2009-08-15 | 3 | -3/+11 |
| | | | | | * loading.texi (How Programs Do Loading): Add xref to Lisp Libraries node in the Emacs manual. | ||||
* | * files.el (load-library): Doc fix. | Chong Yidong | 2009-08-15 | 2 | -9/+15 |
| | |||||
* | * xdisp.c (pop_it): Don't pop into a display vector (Bug#4131). | Chong Yidong | 2009-08-15 | 2 | -0/+12 |
| | |||||
* | * buffer.c (set_buffer_internal_1) | Chong Yidong | 2009-08-15 | 2 | -14/+25 |
| | | | | | (swap_out_buffer_local_variables): Check for unbound local variables (Bug#4138). | ||||
* | Add comment noting that unbound symbols appear as themselves in local_var_alist. | Chong Yidong | 2009-08-15 | 1 | -2/+3 |
| | |||||
* | 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> | Michael Kifer | 2009-08-15 | 3 | -125/+154 |
| | | | | | | * ediff.texi (ediff-current-file): added information about this new function. * viper.text: Added information about C-s in viper's search command. | ||||
* | 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> | Michael Kifer | 2009-08-15 | 6 | -11/+77 |
| | | | | | | | | | | | | | | | | * viper-cmd.el (viper-insert-isearch-string): new function. (viper-if-string): redefine C-s in the minibuffer to insert the last incremental search string. * ediff-init.el (ediff-coding-system): use escape-quoted in case of XEmacs. * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip, ediff-merge-region-is-non-clash, ediff-skip-merge-region-if-changed-from-default-p): use defun. Also check if the job is really a merge job. * ediff.el (ediff-current-file): new function. | ||||
* | Add arch tagline | Miles Bader | 2009-08-15 | 1 | -0/+1 |
| | |||||
* | * progmodes/js.el: Edit docstrings throughout to follow Emacs | Chong Yidong | 2009-08-15 | 2 | -341/+295 |
| | | | | | | | | | conventions. (js-insert-and-indent): Function deleted. (js-mode-map): Don't bind keys to js-insert-and-indent. (js-beginning-of-defun): Rename from js--beginning-of-defun. (js-end-of-defun): Rename from js--end-of-defun. (js-auto-indent-flag): Variable deleted. | ||||
* | * files.el (auto-mode-alist): Use js-mode for .js files. | Chong Yidong | 2009-08-14 | 2 | -1/+3 |
| | |||||
* | Javascript mode changed to js.el | Chong Yidong | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | * progmodes/js2-mode.el: File removed. | Chong Yidong | 2009-08-14 | 6 | -11362/+3410 |
| | | | | | | | | | | | * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. * speedbar.el (speedbar-supported-extension-expressions): Add .js. * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. * progmodes/js.el: New file. | ||||
* | add ability to understand ISO8601 basic format as well as the extended one. | Mark A. Hershberger | 2009-08-14 | 2 | -77/+90 |
| | |||||
* | Add a `coding' file variable. | Eli Zaretskii | 2009-08-14 | 2 | -0/+6 |
| | |||||
* | (ELCFILES): Add international/ucs-normalize.elc. | Eli Zaretskii | 2009-08-14 | 2 | -0/+5 |
| | |||||
* | (create_pty): Fix last change. | Eli Zaretskii | 2009-08-14 | 2 | -1/+10 |
| | |||||
* | Add arch tagline | Miles Bader | 2009-08-14 | 2 | -0/+3 |
| | |||||
* | typo | Sam Steingold | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | (vc-cvs-merge-news): Yet annother fix of message parsing. | Sam Steingold | 2009-08-14 | 2 | -1/+6 |
| | |||||
* | * objects.texi (Meta-Char Syntax): Add xref to Strings of Events. | Chong Yidong | 2009-08-13 | 2 | -2/+6 |
| | |||||
* | Note bug number in last change. | Chong Yidong | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | * image.c (xbm_read_bitmap_data): New arg inhibit_image_error. | Chong Yidong | 2009-08-13 | 2 | -8/+18 |
| | | | | | (xbm_load_image): Caller changed. (xbm_file_p): Avoid signalling an image_error. | ||||
* | * faces.el (help-argument-name): Define it here instead of | Chong Yidong | 2009-08-13 | 3 | -4/+11 |
| | | | | | | | help-fns.el, because in daemon mode help-fns.el may be loaded when faces are still uninitialized (Bug#1078). * help-fns.el (help-argument-name): Move defface to faces.el. | ||||
* | (create_pty): New function. | Nick Roberts | 2009-08-13 | 1 | -68/+158 |
| | | | | | | | (Fstart_process): Use it to allow Emacs to just associate a pty with the buffer. See associated change in gdb-mi.el. (list_processes_1): Deal with no program name. (start_process_unwind): Use pid == -2 to mean no process. | ||||
* | (gdb-inferior-io-mode): Use start-process to | Nick Roberts | 2009-08-13 | 1 | -5/+5 |
| | | | | | create buffer with a pty but no process so that GDB can make the inferior the controlling process. | ||||
* | *** empty log message *** | Nick Roberts | 2009-08-13 | 2 | -0/+14 |
| | |||||
* | Mention the new coding system `utf-8-hfs' and many | Kenichi Handa | 2009-08-13 | 2 | -0/+17 |
| | | | | functions for Unicode normalization. | ||||
* | New file. | Kenichi Handa | 2009-08-13 | 2 | -0/+613 |
| | |||||
* | * mail/rmail.el (rmail-set-message-counters): | Richard M. Stallman | 2009-08-13 | 2 | -21/+35 |
| | | | | | | | | | | Call rmail-set-message-counters-counter just once. It returns # msgs after point. (rmail-set-message-counters-counter): Arg is now SPOT-TO-FIND. Return # messages after that one. * mail/rmail.el (rmail-forget-messages): Ignore nil elt in rmail-message-vector. Use dotimes. | ||||
* | * mail/rmail.el (rmail-get-attr-names): | Richard M. Stallman | 2009-08-13 | 2 | -2/+5 |
| | | | | Accept an attribute header that is too short. | ||||
* | * progmodes/compile.el (compilation-goto-locus): Use next-error-move-function. | Richard M. Stallman | 2009-08-13 | 2 | -2/+7 |
| | |||||
* | (next-error-move-function): New variable. | Richard M. Stallman | 2009-08-13 | 2 | -1/+12 |
| | |||||
* | (read-regexp): Return empty string when `default-value' is nil. | Juri Linkov | 2009-08-12 | 2 | -2/+12 |
| | | | | | (keep-lines-read-args): Don't use empty string as the default value for `read-regexp'. (Bug#2495) | ||||
* | (lgrep): Ensure that `default-directory' is always non-nil. (Bug#4052) | Juri Linkov | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | (utf-16be-with-signature): Doc fix. | Juri Linkov | 2009-08-12 | 2 | -2/+10 |
| | |||||
* | (ucs-insert): Change arguments from `arg' to `character', `count', | Juri Linkov | 2009-08-12 | 1 | -11/+20 |
| | | | | `inherit' to be the same as in `insert-char'. Doc fix. (Bug#4039) | ||||
* | (ELCFILES): Add files-x.elc. | Juri Linkov | 2009-08-12 | 2 | -0/+10 |
| | |||||
* | Move code that deals with adding/deleting | Juri Linkov | 2009-08-12 | 1 | -413/+0 |
| | | | | file/directory-local variables to files-x.el. | ||||
* | * files-x.el: New file. | Juri Linkov | 2009-08-12 | 1 | -0/+461 |
| | |||||
* | * cmds.c (nonundocount): New global variable. | Stefan Monnier | 2009-08-12 | 3 | -80/+107 |
| | | | | | | | | | | | (keys_of_cmds): Initialize it. (Fself_insert_command): Use it to combine upto 20 sequential chars into a single undo entry, just like the Qself_insert_command code in keyboard.c does. Call frame_make_pointer_invisible, also like the Qself_insert_command code in keyboard.c does. * keyboard.c (command_loop_1): Use the new global nonundocount rather than its own local replacement for it. | ||||
* | (gdb): Send -target-detach when buffer is killed (#3794). | Dmitry Dzhus | 2009-08-11 | 2 | -21/+41 |
| | | | | | | | (gdb-starting): Moved -data-list-register-names... (gdb-stopped): ...here so it's sent when first thread stops. (gdb-registers-handler-custom): Do nothing if register names are unknown yet. | ||||
* | (gdb-line-posns): New helper which helps not to use `goto-line'. | Dmitry Dzhus | 2009-08-11 | 2 | -23/+36 |
| | | | | | | | | (gdb-place-breakpoints, gdb-get-location): Rewritten without `goto-line'. (gdb-invalidate-disassembly): Do not refresh upon receiving 'update signal. Instead, update all disassembly buffers only after threads list. | ||||
* | *** empty log message *** | Dmitry Dzhus | 2009-08-11 | 3 | -20/+35 |
| | |||||
* | (quail-completion-1): Simplify. | Stefan Monnier | 2009-08-10 | 2 | -45/+71 |
| | | | | | (quail-define-rules): Use slightly more compact code. (quail-insert-decode-map): Propertize keys, compact columns. | ||||
* | (mule-keymap, mule-menu-keymap) | Stefan Monnier | 2009-08-10 | 1 | -134/+110 |
| | | | | | | (describe-language-environment-map, setup-language-environment-map) (set-coding-system-map): Move initialization into declaration. (set-language-info-alist): Last arg to define-key-after can be skipped. | ||||
* | (goto-line): Fix up docstring. | Stefan Monnier | 2009-08-10 | 1 | -6/+9 |
| | |||||
* | (byte-compile-interactive-only-functions): Add goto-line. | Stefan Monnier | 2009-08-10 | 2 | -1/+7 |
| | |||||
* | Remove "-face" suffix from face names in j2-mode.el | Miles Bader | 2009-08-10 | 2 | -28/+42 |
| | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1620 | ||||
* | Update comment (from Kevin Ryde). | Chong Yidong | 2009-08-10 | 1 | -5/+13 |
| | |||||
* | (concat): Don't re-set string length to its current value. | Ken Raeburn | 2009-08-10 | 2 | -1/+3 |
| |