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
Nick Roberts
eddbf5ff08
(gud-speedbar-item-info): Adjust for change to
...
gdb-var-list.
(gud-speedbar-buttons): Make node expandable if expression "has more"
children.
2009-09-18 02:01:26 +00:00
Nick Roberts
9bf3abe682
(gdb-frame-address): New variable.
...
(gdb-var-list): Add an element for has_more field.
(gdb-non-stop-handler): Enable pretty printing for STL containers.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Parse output of dynamic variable
objects (STL containers).
(gdb-var-delete-1): Pass var1 as an explicit second argument.
(gdb-get-field): Delete alias. Use bindat-get-field directly.
2009-09-18 02:00:59 +00:00
Nick Roberts
ccb4c30c66
*** empty log message ***
2009-09-18 02:00:18 +00:00
Miles Bader
2c4c2e22c4
Add arch tagline
2009-09-17 23:49:15 +00:00
Juanma Barranquero
8686ac7162
The --quick command line option now ignores X resources and Registry settings.
...
* etc/NEWS: Mention new behavior of -Q and new variable `inhibit-x-resources'.
* lisp/startup.el (emacs-quick-startup): Remove variable and all uses.
(command-line): Set `inhibit-x-resources' instead.
(command-line-1): Use `inhibit-x-resources' instead.
* src/emacs.c (inhibit_x_resources): New variable.
(main) [HAVE_NS]: Don't process --quick command line option.
(syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
* src/lisp.h (inhibit_x_resources): Declare it extern.
* src/w32reg.c (x_get_string_resource):
* src/xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
2009-09-17 23:04:41 +00:00
Chong Yidong
a69c67e84f
* subr.el: Fix last change to avoid using the `unless' macro, which
...
breaks bootstrapping.
2009-09-17 20:47:48 +00:00
Eli Zaretskii
e227ba05ec
(MSDOS_SUPPORT, SOME_MACHINE_LISP): Add lisp/term/internal.elc.
2009-09-17 18:06:57 +00:00
Eli Zaretskii
e2a1f10077
(OTHER_FILES): Edit to empty.
2009-09-17 18:02:58 +00:00
Stefan Monnier
52e5311bb1
Require CL for the `loop' macro.
2009-09-17 16:43:25 +00:00
Stefan Monnier
742d40e805
(x_get_resource_string): Re-add for non-toolkit builds (bug#4461).
2009-09-17 16:41:55 +00:00