summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (cancel-change-group): Improve last fix.Stefan Monnier2008-02-041-23/+23
|
* (cancel-change-group): Don't move point.Stefan Monnier2008-02-042-44/+46
|
* (mac_to_emacs_modifiers): New argument UNMAPPED_MODS.YAMAMOTO Mitsuharu2008-02-042-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.10Miles Bader2008-02-042-0/+11
| | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-215
* Undo last change (mistakenly committed to branch).Chong Yidong2008-02-042-10/+4
|
* Added "GTY" as synonym for __attribute__. Updated gperf output.Chong Yidong2008-02-041-4/+5
|
* * etags.c: Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-0/+5
| | | | gperf output.
* [MAC_OSX] (fn_keycode_to_keycode_table): Add more entriesYAMAMOTO Mitsuharu2008-02-042-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 Zaretskii2008-02-022-1/+5
|
* * trampver.texi: Update release number.Michael Albinus2008-02-022-1/+11
|
* * tramp.texi: Move @setfilename ../info/tramp up, outside the headerMichael Albinus2008-02-021-6/+6
| | | | | section. Reported by <poti@potis.org>. Use new FSF's Back-Cover Text.
* * net/trampver.el: Update release number.Michael Albinus2008-02-022-2/+18
|
* * net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of `mapcar'.Michael Albinus2008-02-021-5/+4
|
* *** empty log message ***Michael Albinus2008-02-024-10/+11
|
* * net/tramp.el (tramp-handle-make-auto-save-file-name)Michael Albinus2008-02-021-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 Zaretskii2008-02-022-253/+263
|
* Undo last change.Chong Yidong2008-02-011-17/+13
| | | | (next-file): Improve revert message.
* * progmodes/etags.el (next-file): Improve revert message.Chong Yidong2008-02-011-3/+1
|
* Revert last change.Chong Yidong2008-02-011-6/+0
|
* *** If tags-loop-revert-buffers has the value `ask', the tags-scanningChong Yidong2008-02-011-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 Yidong2008-02-011-6/+16
| | | | (next-file): Implement it.
* * progmodes/etags.el (tags-loop-revert-buffers): Value `ask' meansChong Yidong2008-02-011-0/+6
| | | | | to query the user interactively. (next-file): Implement it.
* (image-library-alist): Prefer libpng12 to libpng13, becauseJuanma Barranquero2008-02-012-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 Nguyen2008-02-012-1/+6
|
* (reindent-then-newline-and-indent): Be careful about theStefan Monnier2008-02-012-4/+11
| | | | unusual case where indent-according-to-mode moves point.
* (verilog-sk-prompt-msb)Dan Nicolaescu2008-02-012-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 Handa2008-02-012-2/+7
| | | | (CCL_WRITE_MULTIBYTE_CHAR): Likewise.
* Added short descriptions of the exe files.Jason Rumney2008-02-012-0/+85
|
* Partially revert 2007-11-10 change.Jason Rumney2008-01-312-5/+9
|
* Add note about obtaining libXpm source, and its origin.Jason Rumney2008-01-311-1/+4
|
* Update tutorial.Chong Yidong2008-01-311-102/+117
|
* * TUTORIAL.ru: Update tutorial.Chong Yidong2008-01-311-0/+4
|
* (rmail-highlight): Fix specification.Martin Rudalics2008-01-312-1/+6
|
* *** empty log message ***Nick Roberts2008-01-311-0/+4
|
* (make_ctrl_char): If C is a multibyte character, justKenichi Handa2008-01-312-0/+8
| | | | return it ORed with ctrl_modifier.
* (image-library-alist): Prefer libxpm.dll.Jason Rumney2008-01-312-1/+5
|
* Add copyright notice and license.Jason Rumney2008-01-313-1/+67
|
* Add nt/emacs.manifestJason Rumney2008-01-301-1/+1
|
* (gdb-var-set-format-regexp): New constant.Nick Roberts2008-01-301-3/+12
| | | | | (gdb-var-set-format-handler): New function. (gdb-var-set-format): Use it.
* *** empty log message ***Nick Roberts2008-01-301-0/+6
|
* Regenerate.Chong Yidong2008-01-301-147/+199
|
* Bump version number to 22.1.90.Chong Yidong2008-01-308-15/+15
|
* *** empty log message ***Richard M. Stallman2008-01-301-5/+0
|
* Eliminate blank-mode package. This package is only in trunk.Vinicius Jose Latorre2008-01-302-1758/+0
|
* *** empty log message ***Juanma Barranquero2008-01-301-2/+2
|
* (c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple-stmt-kwds): NewAlan Mackenzie2008-01-291-0/+3
| | | | Objective C keywords: @finally, @try, @catch, @synchronized, @throw.
* *** empty log message ***Alan Mackenzie2008-01-291-0/+4
|
* Correct file name in previous commission.Alan Mackenzie2008-01-291-1/+1
|
* (c-specifier-key): Exclude "template" from this regexp; to allow the "{"Alan Mackenzie2008-01-291-3/+5
| | | | | of a template function to be correctly anchored on "template", not the following "<".
* *** empty log message ***Alan Mackenzie2008-01-291-0/+3
|