Eli Zaretskii
ea5fff5f19
Fix a comment.
2009-09-20 16:44:50 +00:00
Eli Zaretskii
2702e4ac03
Fix comments about header lines.
2009-09-20 16:06:53 +00:00
Stefan Monnier
e3f36d034a
(bookmark-write-file): Avoid calling `pp' with large
...
list, to workaround performance problem (bug#4485).
2009-09-20 14:54:17 +00:00
Nick Roberts
1dd4f2c411
(gud-sentinel): Revert indavertant change.
2009-09-20 05:40:50 +00:00
Nick Roberts
2f5fc4d700
*** empty log message ***
2009-09-20 05:37:49 +00:00
Daiki Ueno
0d19d15134
Fix the last commit.
2009-09-20 02:16:52 +00:00
Daiki Ueno
b0f5fd2efd
(epa-file-cache-passphrase-for-symmetric-encryption):
...
Document that this option is not recommended to use.
2009-09-20 02:01:09 +00:00
Chong Yidong
1e11b018a6
* custom.texi (Rebinding): Add cindex for "binding keys".
2009-09-19 21:26:49 +00:00
Chong Yidong
8ba46c89bc
* frames.texi (Frame Commands): C-z is now bound to suspend-frame.
...
* entering.texi (Exiting): C-z is now bound to suspend-frame.
* custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519).
(Key Bindings): Reference Init Rebinding in introductory text. Shift
some of the introduction to Keymaps node.
(Keymaps): Simplify.
(Local Keymaps): Simplify. Move binding example to Init Rebinding.
(Minibuffer Maps): Remove mention of Mocklisp.
(Init Rebinding): Move mode-local rebinding example here from Local
Keymaps.
(Modifier Keys): Clarify.
2009-09-19 21:23:21 +00:00
Glenn Morris
547c692190
(calc-graph-lookup): Avoid assignment to free variable `var'.
...
Delete trailing whitespace.
2009-09-19 21:22:45 +00:00
Glenn Morris
f3445fab9f
(var): Define for compiler.
...
Delete trailing whitespace.
2009-09-19 21:11:40 +00:00
Glenn Morris
a9c83b2f0c
(line): Define for compiler.
2009-09-19 20:58:19 +00:00
Chong Yidong
e2045997ee
* emacs-lisp/advice.el (ad-get-argument, ad-set-argument): Doc
...
fix (Bug#3932).
2009-09-19 20:06:54 +00:00
Chong Yidong
83f83a9815
Note removed obsolete functions.
2009-09-19 19:55:00 +00:00
Chong Yidong
24aedbcaed
* subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
2009-09-19 19:54:36 +00:00
Chong Yidong
327dd27aa7
* time-stamp.el (time-stamp-month-dd-yyyy)
...
(time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
(time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
(time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
(time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove
functions that have been obsolete since 1995 (Bug#4436).
2009-09-19 19:43:37 +00:00
Chong Yidong
946c009b51
* progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
...
indent buffer only if called interactively (Bug#4452).
2009-09-19 19:35:15 +00:00
Juanma Barranquero
3e70541aed
This fixes bug#4197 (merged to bug#865, though not identical).
...
* server.el (server-auth-dir): Add docstring note about FAT32.
(server-ensure-safe-dir): Accept FAT32 directories as "safe",
but warn against using them.
2009-09-19 14:56:04 +00:00
Nick Roberts
d443acd9b1
(gdb-var-update-handler-1): Include case of
...
older GDB where there is no has_more field.
2009-09-19 11:45:57 +00:00
Nick Roberts
9b94c32e39
*** empty log message ***
2009-09-19 11:45:10 +00:00
Glenn Morris
665906840a
(pgg-pgp-encrypt-region): Add missing mapconcat separator.
2009-09-19 03:18:30 +00:00
Adrian Robert
0bae4e09ed
* nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more carefully.
2009-09-18 23:54:04 +00:00
Chong Yidong
e2b6daf419
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
2009-09-18 23:40:00 +00:00
Chong Yidong
d798ba8712
* syntax.c (Fchar_syntax): Minor doc fix (Bug#4400).
2009-09-18 23:39:44 +00:00
Chong Yidong
fcfe06f3f3
* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
2009-09-18 23:39:04 +00:00
Adrian Robert
4acaaa2b24
* nsfns.m (x-focus-frame): Activate the app first.
2009-09-18 23:36:29 +00:00
Adrian Robert
cb8e527a29
* README: Note OS X support is now 10.4 or later.
2009-09-18 21:59:25 +00:00
Adrian Robert
6516d10a49
* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
...
don't update the NSWindow itself.
(EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
state detection and store user rect ourselves. (Bug #3581 )
2009-09-18 21:27:11 +00:00
Adrian Robert
7107c29e11
Update comment for HAVE_NS code in font_find_for_lface().
2009-09-18 21:16:28 +00:00
Adrian Robert
cff1115627
* emacs.c (main) [HAVE_NS]: fix error printf in daemon case.
2009-09-18 21:12:09 +00:00
Chong Yidong
f9245b5d0f
Re-organize 23.2 News.
...
Document that nxml mode is now the default for XML files.
2009-09-18 18:48:38 +00:00
Chong Yidong
9a1337f9c5
* files.el (auto-mode-alist): Change default for XML files to nXML
...
mode (Bug#4169).
2009-09-18 18:42:16 +00:00
Juanma Barranquero
e36ead7039
Update.
2009-09-18 16:59:36 +00:00
Juanma Barranquero
d75541671f
* server.el (server-ensure-safe-dir): Pass 'integer
...
to `file-attributes', as suggested.
2009-09-18 16:55:21 +00:00
Stefan Monnier
35a3f9a4b4
(dired-query-alist): Remove spurious backslash.
...
(dired-query): Use read-key.
2009-09-18 15:35:23 +00:00
Adrian Robert
8aad0aea8b
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
2009-09-18 15:34:23 +00:00
Adrian Robert
044f9b057d
* cus-start.el (ns-use-qd-smoothing): Remove.
2009-09-18 15:33:26 +00:00
Adrian Robert
3164272821
* emacs.c (inhibit_x_resources): Update doc string for NS.
...
(main) [HAVE_NS]: Don't process --no-init-file option. Remove
legacy code for -NXHost.
* nsterm.h (ns_no_defaults): Remove.
* nsterm.m (ns_no_defaults): Remove.
(ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
(ns_use_qd_smoothing): Remove legacy variable.
* nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
ns_use_qd_smoothing.
* nsfns.m (x_get_string_resource): Ape just-previous changes to other
platform versions. Drop support for emacs-20-style face specs.
2009-09-18 15:14:14 +00:00
Adrian Robert
386a49d30b
(x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
2009-09-18 15:12:54 +00:00
Adrian Robert
0fde1939fc
(nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing.
2009-09-18 15:12:34 +00:00
Adrian Robert
9518c24385
(ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable.
2009-09-18 15:12:15 +00:00
Adrian Robert
c52b91097e
(ns_no_defaults): Remove.
2009-09-18 15:11:55 +00:00
Adrian Robert
9b68317c5e
(inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost.
2009-09-18 15:11:38 +00:00
Glenn Morris
08cf18e4ad
(top-level): Remove unnecessary progn.
2009-09-18 07:49:47 +00:00
Glenn Morris
3f527154d1
(speedbar-track-mouse): Fix typo in condition-case handler.
2009-09-18 07:48:56 +00:00
Glenn Morris
63348d2452
Fix typos in condition-case handlers.
2009-09-18 07:39:56 +00:00
Glenn Morris
770af4b440
(nxml-end-of-heading): Fix typo in condition-case handler.
2009-09-18 07:25:14 +00:00
Glenn Morris
07eae5c5e0
(js-end-of-defun): Remove malformed and unneeded let.
2009-09-18 07:16:49 +00:00
Glenn Morris
6726c25e2d
(define-derived-mode): Fix paren typo in definition of abbrev table.
2009-09-18 07:14:43 +00:00
Glenn Morris
6188ea494d
Fix typos in condition-case handlers.
2009-09-18 07:07:33 +00:00