comparison lisp/ChangeLog @ 97348:bf45b2dcafff

* startup.el (command-line-ns-option-alist): Use ignore instead of ns-ignore-0-arg. * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region) (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop. (ns-alternatives-map): New variable. (x-set-up-function-keys): Use it. (global): Comment out 'put backspace ascii-character...' and friends. Move function-key-map into ns-alternatives-map. Don't call precompute-menubar-bindings. Don't set anything connected with browse-url. (after-make-frame-functions): Clarify comment why a hook is added.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Thu, 07 Aug 2008 03:10:08 +0000
parents f0de1f502126
children ca9f9affed30
comparison
equal deleted inserted replaced
97347:bf6fca3efaf5 97348:bf45b2dcafff
1 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * startup.el (command-line-ns-option-alist): Use ignore instead of
4 ns-ignore-0-arg.
5
6 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
8 (ns-alternatives-map): New variable.
9 (x-set-up-function-keys): Use it.
10 (global): Comment out "put backspace ascii-character..." and friends.
11 Move function-key-map into ns-alternatives-map. Don't call
12 precompute-menubar-bindings. Don't set anything connected with
13 browse-url.
14 (after-make-frame-functions): Clarify comment why a hook is added.
15
1 2008-08-06 Joakim Verona <joakim@verona.se> 16 2008-08-06 Joakim Verona <joakim@verona.se>
2 17
3 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis 18 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4 in url:s. 19 in url:s.
5 20