Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * complete.el (PC-do-completion): If completion-ignore-case is | Chong Yidong | 2007-03-05 | 1 | -0/+5 |
| | | | | non-nil, replace field with completion string before exiting. | ||||
* | ** Failure to build on Solaris. Did reverting Jan's change | Chong Yidong | 2007-03-05 | 1 | -8/+0 |
| | | | | | | | | | | | bring back the old bug? No. ** daniel@bigwalter.net, Feb 25: Echoing of keys and process I/O Cannot be reproduced. ** Failure to detect strerror on Red Hat GNU/Linux jjd@vegas.jjd.com, Mar 2. This was apparently a user error in using configure. | ||||
* | (struct mac_output): New member `internal_border_width'. | YAMAMOTO Mitsuharu | 2007-03-05 | 2 | -0/+12 |
| | |||||
* | (x_scroll_bar_create, XTread_socket): Replace #if | YAMAMOTO Mitsuharu | 2007-03-05 | 1 | -2/+12 |
| | | | | | | USE_TOOLKIT_SCROLL_BARS with #ifdef USE_TOOLKIT_SCROLL_BARS. (x_set_window_size): Call SET_FRAME_GARBAGED. Clear window if internal border width has changed. | ||||
* | *** empty log message *** | Glenn Morris | 2007-03-05 | 1 | -9/+11 |
| | |||||
* | *** empty log message *** | Glenn Morris | 2007-03-05 | 1 | -7/+12 |
| | |||||
* | Fix previous change. | Kenichi Handa | 2007-03-05 | 1 | -1/+2 |
| | |||||
* | * net/tramp.el (tramp-make-temp-file): New parameter FILENAME. | Michael Albinus | 2007-03-05 | 3 | -10/+22 |
| | | | | | | | | | Append its extension to the resulting temporary file name. (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it. * net/tramp-smb.el (tramp-smb-handle-file-local-copy) (tramp-smb-handle-write-region): Apply it. | ||||
* | *** empty log message *** | Richard M. Stallman | 2007-03-05 | 3 | -1/+26 |
| | |||||
* | (calculate-lisp-indent): Redo previous change. | Richard M. Stallman | 2007-03-05 | 1 | -23/+36 |
| | |||||
* | (diff-mode): Doc fix. | Richard M. Stallman | 2007-03-05 | 1 | -2/+9 |
| | |||||
* | (File Local Variables): Update enable-local-variables values. | Richard M. Stallman | 2007-03-05 | 1 | -4/+15 |
| | |||||
* | *** empty log message *** | Kenichi Handa | 2007-03-05 | 2 | -1/+6 |
| | |||||
* | Set category `l' (latin) for more | Kenichi Handa | 2007-03-05 | 1 | -2/+5 |
| | | | | characters. | ||||
* | Correctly associate tiny changes with their authors. | Kim F. Storm | 2007-03-04 | 2 | -36/+40 |
| | | | | Change "tiny patch" to "tiny change". | ||||
* | (authors-aliases): Add alias. | Kim F. Storm | 2007-03-04 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2007-03-04 | 4 | -37/+38 |
| | |||||
* | (authors-aliases): Add alias. | Kim F. Storm | 2007-03-04 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2007-03-04 | 1 | -0/+4 |
| | |||||
* | (hs-minor-mode): Turn mode off and show all when switching major mode. | Glenn Morris | 2007-03-04 | 1 | -4/+10 |
| | | | | | | | (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp) (hs-block-start-mdata-select, hs-block-end-regexp) (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make these variables permanent-local. | ||||
* | *** empty log message *** | Glenn Morris | 2007-03-04 | 1 | -2/+11 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-03-04 | 5 | -4/+66 |
| | |||||
* | Whitespace change. | Richard M. Stallman | 2007-03-04 | 1 | -1/+1 |
| | |||||
* | (Fdisplay_buffer): Doc fix. | Richard M. Stallman | 2007-03-04 | 1 | -5/+6 |
| | |||||
* | (Safe File Variables): Minor correction. | Richard M. Stallman | 2007-03-04 | 1 | -1/+1 |
| | |||||
* | (Control Parsing): Minor clarification. | Richard M. Stallman | 2007-03-04 | 1 | -1/+2 |
| | |||||
* | (Formatting Strings): Clarify width, precision, flags. | Richard M. Stallman | 2007-03-04 | 1 | -33/+38 |
| | |||||
* | (Sequence Functions): Move string-bytes away, add xref. | Richard M. Stallman | 2007-03-04 | 1 | -6/+2 |
| | |||||
* | (Text Representations): Move string-bytes here. | Richard M. Stallman | 2007-03-04 | 1 | -0/+7 |
| | |||||
* | (Major Mode Conventions): Fundamental mode is exception. | Richard M. Stallman | 2007-03-04 | 1 | -1/+3 |
| | |||||
* | (Basic Completion): Minor clarification. | Richard M. Stallman | 2007-03-04 | 1 | -6/+5 |
| | |||||
* | (The Mark): Clarify existence vs activation of mark. Other cleanup. | Richard M. Stallman | 2007-03-04 | 1 | -12/+12 |
| | |||||
* | (Finding Overlays): Write better example. | Richard M. Stallman | 2007-03-04 | 1 | -14/+13 |
| | |||||
* | (Eval During Compile): Clarify putting macros in eval-when-compile. | Richard M. Stallman | 2007-03-04 | 1 | -5/+8 |
| | |||||
* | (cperl-mode): Modify cperl-compilation-error-regexp-alist by appending. | Richard M. Stallman | 2007-03-04 | 1 | -2/+2 |
| | |||||
* | (edebug-kill-buffer): New function. | Richard M. Stallman | 2007-03-04 | 1 | -0/+11 |
| | | | | | (edebug-mode): Add the hook. (edebug-recursive-edit): Remove the hook on exiting. | ||||
* | (type-break-get-previous-time): Handle end-of-file errors specially | Richard M. Stallman | 2007-03-04 | 1 | -3/+6 |
| | | | | so they don't get reported wrong in .emacs. | ||||
* | (fancy-splash-text): Clarify text. | Richard M. Stallman | 2007-03-04 | 1 | -6/+6 |
| | |||||
* | (beginning-of-buffer, end-of-buffer): | Richard M. Stallman | 2007-03-04 | 1 | -3/+4 |
| | | | | | | Avoid treating plain C-u like numeric arg. (completion-setup-function): Don't set default-directory to nil. | ||||
* | (shell-dirstack-query): Doc fix. | Richard M. Stallman | 2007-03-04 | 1 | -1/+1 |
| | |||||
* | (mouse-drag-mode-line-1, mouse-drag-vertical-line): | Richard M. Stallman | 2007-03-04 | 1 | -13/+4 |
| | | | | Don't select the window -- pass it to primitives instead. | ||||
* | (minibuffer-prompt): Use medium blue by default. | Richard M. Stallman | 2007-03-04 | 1 | -1/+1 |
| | |||||
* | * NEWS (fontification): Mention that the new default for | David Kastrup | 2007-03-04 | 4 | -6/+22 |
| | | | | | | | jit-lock-stealth-time is now nil. * jit-lock.el (jit-lock-stealth-time): Change default to nil. Preserve 16 as default value for "seconds" when customizing. | ||||
* | (org-self-insert-command) | Carsten Dominik | 2007-03-04 | 1 | -0/+7 |
| | | | | | (orgtbl-self-insert-command, org-delete-char) (org-delete-backward-char): Set the `flyspell-delayed' property. | ||||
* | *** empty log message *** | Carsten Dominik | 2007-03-04 | 1 | -0/+6 |
| | |||||
* | Fix typo. | Chong Yidong | 2007-03-03 | 1 | -1/+1 |
| | |||||
* | * international/mule.el (find-auto-coding): Don't search for | Chong Yidong | 2007-03-03 | 1 | -0/+5 |
| | | | | line-ending characters past the end of the tail. | ||||
* | (find-auto-coding): Don't search for line-ending characters past the | Chong Yidong | 2007-03-03 | 1 | -1/+1 |
| | | | | end of the tail. | ||||
* | Don't clear out LIB_X11_LIB, since XFT_LIBS does not include -lX11 on | Chong Yidong | 2007-03-03 | 2 | -2/+5 |
| | | | | Solaris. | ||||
* | *** empty log message *** | Juanma Barranquero | 2007-03-03 | 1 | -5/+5 |
| |