summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Glenn Morris2008-02-091-1/+1
|
* Fix tense.Glenn Morris2008-02-091-1/+1
|
* (ipconfig-program, ipconfig-program-options): Add obsolete aliases toGlenn Morris2008-02-092-2/+12
| | | | the old names.
* Revert previous change, which should have been on the trunk.Glenn Morris2008-02-081-0/+5
|
* (selection-coding-system): Remove, since it's now defined in select.elGlenn Morris2008-02-081-5/+0
| | | | rather than in xselect.c.
* (ifconfig): Renamed from ipconfig.Richard M. Stallman2008-02-082-11/+18
| | | | | | (ipconfig): Alas to ifconfig. (ifconfig-program): Renamed from ipconfig-program. (ifconfig-program-options): Renamed from ipconfig-program-options.
* (custom-theme-set-variables): Sort symbols that areGlenn Morris2008-02-082-1/+10
| | | | | dependencies before symbols that depend on them. (custom-enabled-themes): Set after custom-theme-directory.
* D. E. Evans <sinuhe at gnu.org> (tiny change)Glenn Morris2008-02-072-4/+8
| | | | (Basic Undo): Remove duplicate "you can".
* compilation-scroll-output fixed.Glenn Morris2008-02-071-0/+5
|
* (Window Start): Mention the feature of movingRichard M. Stallman2008-02-072-7/+23
| | | | window-start to start of line.
* (mh-make-seq, mh-seq-name): Use defsubst.Richard M. Stallman2008-02-062-4/+14
|
* (mh-do-in-gnu-emacs, mh-do-in-xemacs)Richard M. Stallman2008-02-061-2/+9
| | | | | | (with-mh-folder-updating, mh-in-show-buffer) (mh-iterate-on-messages-in-region, mh-iterate-on-range): (mh-do-at-event-location, mh-seq-msgs): Add debug decls.
* (w32_read_socket) <WM_CHAR>: Use locale-coding-systemJason Rumney2008-02-052-67/+45
| | | | instead of using mule-unicode-* charsets directly.
* Revert previous change, which was intended for the trunk.Juanma Barranquero2008-02-051-1/+4
|
* *** empty log message ***Juanma Barranquero2008-02-051-4/+0
|
* Recommend giflib, not libungif.Juanma Barranquero2008-02-052-10/+10
|
* In help, use generic names for the image libraries.Juanma Barranquero2008-02-052-5/+9
|
* *** empty log message ***Juanma Barranquero2008-02-051-0/+6
|
* *** empty log message ***Juanma Barranquero2008-02-056-20/+20
|
* (erc-valid-nick-regexp): Replace `legal' with `valid'.Juanma Barranquero2008-02-053-4/+10
|
* (erc-match-syntax-table): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* (erc-button-syntax-table): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2008-02-052-2/+2
|
* *** empty log message ***Juanma Barranquero2008-02-054-4/+4
|
* *** empty log message ***Juanma Barranquero2008-02-054-4/+4
|
* (rcirc commands): Replace `legal' with `valid'.Juanma Barranquero2008-02-052-1/+6
|
* (Setting tags, In-buffer settings): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-2/+2
|
* *** empty log message ***Juanma Barranquero2008-02-051-3/+8
|
* (make_hdr): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* (read_header): Replace `legal' with `valid'.Juanma Barranquero2008-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2008-02-053-3/+3
|
* (w32-system-shells): Add TCC (new name for 4NT).Juanma Barranquero2008-02-042-1/+5
|
* Comment changes.Richard M. Stallman2008-02-041-2/+2
|
* * progmodes/verilog-mode.el (verilog-declaration-core-re):Dan Nicolaescu2008-02-042-83/+112
| | | | | | | | | | | | | | | Add port directions by themselves, with no qualification, as base item of a declaration. (verilog-pretty-declarations): Add new flag that inhibits printing to the message buffer. (verilog-pretty-expr): Add new flag that inhibits printing to the message buffer. Improve handling of the many types of expression line up. (verilog-just-one-space): Don't print an empty message. (verilog-get-lineup-indent): Rework to support the better handling of expression lineup for verilog-pretty-expr. (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr. (verilog-mode-version, verilog-mode-release-date): Update.
* (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
|