Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cancel-change-group): Improve last fix. | Stefan Monnier | 2008-02-04 | 1 | -23/+23 |
| | |||||
* | (cancel-change-group): Don't move point. | Stefan Monnier | 2008-02-04 | 2 | -44/+46 |
| | |||||
* | (mac_to_emacs_modifiers): New argument UNMAPPED_MODS. | YAMAMOTO Mitsuharu | 2008-02-04 | 2 | -11/+14 |
| | | | | | | All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers together with original ones. | ||||
* | Merge from gnus--rel--5.10 | Miles Bader | 2008-02-04 | 2 | -0/+11 |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-215 | ||||
* | Undo last change (mistakenly committed to branch). | Chong Yidong | 2008-02-04 | 2 | -10/+4 |
| | |||||
* | Added "GTY" as synonym for __attribute__. Updated gperf output. | Chong Yidong | 2008-02-04 | 1 | -4/+5 |
| | |||||
* | * etags.c: Added "GTY" as synonym for __attribute__. Updated | Chong Yidong | 2008-02-04 | 1 | -0/+5 |
| | | | | gperf output. | ||||
* | [MAC_OSX] (fn_keycode_to_keycode_table): Add more entries | YAMAMOTO Mitsuharu | 2008-02-04 | 2 | -43/+56 |
| | | | | | | | | | | that ignores kEventKeyModifierFnMask. (XTread_socket) [MAC_OSX]: Move code for ignoring kEventKeyModifierFnMask for some keys ... (mac_mapped_modifiers) [MAC_OSX]: ... to here. Add argument KEY_CODE. All callers changed. (mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from mapped modifiers. | ||||
* | (Tags): Fix last change. | Eli Zaretskii | 2008-02-02 | 2 | -1/+5 |
| | |||||
* | * trampver.texi: Update release number. | Michael Albinus | 2008-02-02 | 2 | -1/+11 |
| | |||||
* | * tramp.texi: Move @setfilename ../info/tramp up, outside the header | Michael Albinus | 2008-02-02 | 1 | -6/+6 |
| | | | | | section. Reported by <poti@potis.org>. Use new FSF's Back-Cover Text. | ||||
* | * net/trampver.el: Update release number. | Michael Albinus | 2008-02-02 | 2 | -2/+18 |
| | |||||
* | * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of `mapcar'. | Michael Albinus | 2008-02-02 | 1 | -5/+4 |
| | |||||
* | *** empty log message *** | Michael Albinus | 2008-02-02 | 4 | -10/+11 |
| | |||||
* | * net/tramp.el (tramp-handle-make-auto-save-file-name) | Michael Albinus | 2008-02-02 | 1 | -17/+26 |
| | | | | | | | (tramp-completion-dissect-file-name, tramp-find-executable): Use `mapc' instead of `mapcar'. (tramp-open-connection-setup-interactive-shell): Send only single prompt setting commands, in order to avoid double-prompt. | ||||
* | Restore copyright years. Update tutorial. Fix wording. | Eli Zaretskii | 2008-02-02 | 2 | -253/+263 |
| | |||||
* | Undo last change. | Chong Yidong | 2008-02-01 | 1 | -17/+13 |
| | | | | (next-file): Improve revert message. | ||||
* | * progmodes/etags.el (next-file): Improve revert message. | Chong Yidong | 2008-02-01 | 1 | -3/+1 |
| | |||||
* | Revert last change. | Chong Yidong | 2008-02-01 | 1 | -6/+0 |
| | |||||
* | *** If tags-loop-revert-buffers has the value `ask', the tags-scanning | Chong Yidong | 2008-02-01 | 1 | -0/+6 |
| | | | | | loop queries the user interactively if an already-visited file has been changed since the last visit. The new default value is `ask'. | ||||
* | (tags-loop-revert-buffers): Value `ask' means to query the user interactively. | Chong Yidong | 2008-02-01 | 1 | -6/+16 |
| | | | | (next-file): Implement it. | ||||
* | * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means | Chong Yidong | 2008-02-01 | 1 | -0/+6 |
| | | | | | to query the user interactively. (next-file): Implement it. | ||||
* | (image-library-alist): Prefer libpng12 to libpng13, because | Juanma Barranquero | 2008-02-01 | 2 | -2/+10 |
| | | | | | the latter is in fact a 1.2.8 build distributed with GTK+ (as of today, the most recent libpng is 1.2.24). | ||||
* | (vc-update): Fix bug: Specify branch tip as vc-checkout REVISION. | Thien-Thi Nguyen | 2008-02-01 | 2 | -1/+6 |
| | |||||
* | (reindent-then-newline-and-indent): Be careful about the | Stefan Monnier | 2008-02-01 | 2 | -4/+11 |
| | | | | unusual case where indent-according-to-mode moves point. | ||||
* | (verilog-sk-prompt-msb) | Dan Nicolaescu | 2008-02-01 | 2 | -23/+31 |
| | | | | | | | (verilog-sk-module, verilog-sk-function, verilog-sk-begin) (verilog-sk-if, verilog-sk-wire, verilog-sk-for) (verilog-sk-state-machine): Quote all calls to "auxiliary skeleton"s to prevent infloops. | ||||
* | (CCL_WRITE_CHAR): Fix overflow checking. | Kenichi Handa | 2008-02-01 | 2 | -2/+7 |
| | | | | (CCL_WRITE_MULTIBYTE_CHAR): Likewise. | ||||
* | Added short descriptions of the exe files. | Jason Rumney | 2008-02-01 | 2 | -0/+85 |
| | |||||
* | Partially revert 2007-11-10 change. | Jason Rumney | 2008-01-31 | 2 | -5/+9 |
| | |||||
* | Add note about obtaining libXpm source, and its origin. | Jason Rumney | 2008-01-31 | 1 | -1/+4 |
| | |||||
* | Update tutorial. | Chong Yidong | 2008-01-31 | 1 | -102/+117 |
| | |||||
* | * TUTORIAL.ru: Update tutorial. | Chong Yidong | 2008-01-31 | 1 | -0/+4 |
| | |||||
* | (rmail-highlight): Fix specification. | Martin Rudalics | 2008-01-31 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2008-01-31 | 1 | -0/+4 |
| | |||||
* | (make_ctrl_char): If C is a multibyte character, just | Kenichi Handa | 2008-01-31 | 2 | -0/+8 |
| | | | | return it ORed with ctrl_modifier. | ||||
* | (image-library-alist): Prefer libxpm.dll. | Jason Rumney | 2008-01-31 | 2 | -1/+5 |
| | |||||
* | Add copyright notice and license. | Jason Rumney | 2008-01-31 | 3 | -1/+67 |
| | |||||
* | Add nt/emacs.manifest | Jason Rumney | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | (gdb-var-set-format-regexp): New constant. | Nick Roberts | 2008-01-30 | 1 | -3/+12 |
| | | | | | (gdb-var-set-format-handler): New function. (gdb-var-set-format): Use it. | ||||
* | *** empty log message *** | Nick Roberts | 2008-01-30 | 1 | -0/+6 |
| | |||||
* | Regenerate. | Chong Yidong | 2008-01-30 | 1 | -147/+199 |
| | |||||
* | Bump version number to 22.1.90. | Chong Yidong | 2008-01-30 | 8 | -15/+15 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2008-01-30 | 1 | -5/+0 |
| | |||||
* | Eliminate blank-mode package. This package is only in trunk. | Vinicius Jose Latorre | 2008-01-30 | 2 | -1758/+0 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2008-01-30 | 1 | -2/+2 |
| | |||||
* | (c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): New | Alan Mackenzie | 2008-01-29 | 1 | -0/+3 |
| | | | | Objective C keywords: @finally, @try, @catch, @synchronized, @throw. | ||||
* | *** empty log message *** | Alan Mackenzie | 2008-01-29 | 1 | -0/+4 |
| | |||||
* | Correct file name in previous commission. | Alan Mackenzie | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | (c-specifier-key): Exclude "template" from this regexp; to allow the "{" | Alan Mackenzie | 2008-01-29 | 1 | -3/+5 |
| | | | | | of a template function to be correctly anchored on "template", not the following "<". | ||||
* | *** empty log message *** | Alan Mackenzie | 2008-01-29 | 1 | -0/+3 |
| |