Glenn Morris
2c35bdbb58
Make cusver handle options moved from C to lisp
...
* admin/admin.el (cusver-scan-cus-start): New function.
(cusver-check): Scan old cus-start.el.
2012-10-09 00:00:23 -07:00
Stefan Monnier
10766e9eb2
* lisp/bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
...
(mode-line-widen, mode-line-input-method-map)
(mode-line-coding-system-map, mode-line-remote)
(mode-line-unbury-buffer, mode-line-bury-buffer)
(mode-line-next-buffer, mode-line-previous-buffer):
Replace save-selected-window+select-window => with-selected-window.
2012-10-09 02:41:07 -04:00
Stefan Monnier
f754db08a7
* lisp/progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
...
* lisp/progmodes/cc-vars.el (bq-process): Remove, unused.
2012-10-09 02:36:16 -04:00
Glenn Morris
fd59cb292f
ChangeLog fixes
2012-10-08 23:33:51 -07:00
Stefan Monnier
94c66ce57b
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
2012-10-09 02:01:10 -04:00
Lars Magne Ingebrigtsen
7518fc1221
shr.el (shr-insert): \r is also not inserted, so don't try to delete it
2012-10-09 02:28:34 +00:00
Fabián Ezequiel Gallina
a4ff7fe145
Implemented `backward-up-list'-like navigation.
...
* progmodes/python.el (python-nav-up-list)
(python-nav-backward-up-list): New functions.
(python-mode-map): Define substitute key for backward-up-list to
python-nav-backward-up-list.
2012-10-08 23:07:26 -03:00
Fabián Ezequiel Gallina
24517d82a9
* progmodes/python.el (python-fill-paragraph): Rename from
...
python-fill-paragraph-function. Fixed fill-paragraph for
decorators.
Fixes: debbugs:12605
2012-10-08 19:18:05 -03:00
Paul Eggert
a9e7a9d543
Minor tweaks to recently-changed code.
...
Space before paren, avoid overparenthesization, etc.
2012-10-08 15:14:39 -07:00
Fabián Ezequiel Gallina
51867ae225
* progmodes/python.el (python-shell-output-filter): Handle extra
...
carriage return in OSX.
Fixes: debbugs:12409
2012-10-08 18:51:02 -03:00
Fabián Ezequiel Gallina
a5b773c40c
Fix shell handling of unbalanced quotes and parens in output.
...
* progmodes/python.el (python-rx-constituents): Added
string-delimiter.
(python-syntax-propertize-function): Use it.
(python-shell-output-syntax-table): New var.
(inferior-python-mode): Prevent unbalanced parens/quotes from
previous output mess with current input context.
2012-10-08 18:30:36 -03:00
Eli Zaretskii
2b1f11ed71
Fix wording in src/ChangeLog entries from last commits.
2012-10-08 21:58:54 +02:00
David Engster
caec1ef5a0
* semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
...
`emacs-lisp-mode-hook'. This was accidentally removed during the
CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
2012-10-08 21:40:50 +02:00
Daniel Colascione
f99714cef2
* xdisp.c (start_hourglass): Call w32_note_current_window when
...
HAVE_NTGUI but not WINDOWSNT, resolving a problem that caused Emacs to
display the hourglass cursor forever.
2012-10-08 11:22:42 -08:00
Daniel Colascione
61af95a53c
Merge into trunk
2012-10-08 10:47:29 -08:00
Daniel Colascione
821812e247
* w32fns.c (Fx_display_color_cells): Instead of using NCOLORS,
...
which is broke under remote desktop, calculating the number of
colors available for a display based on the display's number of
planes and number of bits per pixel per plane. (bug#10397).
2012-10-08 10:44:42 -08:00
Jan Djärv
62c480c90a
Fix wide-int related error and cache error in NS font handling.
...
* nsfont.m (Vfonts_in_cache): New variable.
(nsfont_open): Use unsignedLongLongValue for cache in case wide ints
are used. Add cached fonts to Vfonts_in_cache.
(syms_of_nsfont): Initialize and staticpro Vfonts_in_cache.
2012-10-08 20:31:39 +02:00
Juanma Barranquero
1337353856
lisp/generic-x.el: Make javascript-generic-mode an obsolete alias of js-mode.
2012-10-08 18:20:59 +02:00
Glenn Morris
6b49792308
Add 2012 to copyright years
2012-10-08 09:11:41 -07:00
Glenn Morris
dc098568e2
Distinguish MS Windows
2012-10-08 09:09:00 -07:00
Juanma Barranquero
46979e0b4e
src/makefile.w32-in: Update dependencies.
2012-10-08 16:37:04 +02:00
Juanma Barranquero
fd5125adfe
nt/config.nt: Sync with autogen/config.in.
...
(HAVE_NTGUI): New macro.
src/makefile.w32-in (LOCAL_FLAGS): Don't define HAVE_NTGUI,
it's now in nt/config.nt.
2012-10-08 16:14:22 +02:00
Michael Albinus
775a132d58
* ffap.el (ffap-replace-file-component): Support Tramp file name
...
syntax, not only ange-ftp's one.
2012-10-08 15:59:18 +02:00
Juanma Barranquero
607446ba2c
src/w32term.c: Remove leftover declaration of keyboard_codepage.
2012-10-08 15:46:03 +02:00
Eli Zaretskii
15c720a360
Fix w32 dependencies due to introduction of w32common.h.
...
src/makefile.w32-in ($(BLD)/unexw32.$(O)):
($(BLD)/w32.$(O)):
($(BLD)/w32console.$(O)):
($(BLD)/w32fns.$(O)):
($(BLD)/w32heap.$(O)):
($(BLD)/w32menu.$(O)):
($(BLD)/w32proc.$(O)): Add w32common.h.
2012-10-08 15:31:14 +02:00
Daniel Colascione
501199a3db
Code cleanup for cygw32
2012-10-08 04:53:18 -08:00
Eli Zaretskii
c54ebba4e0
Update w32 dependencies in the wake of cygw32 changes.
...
src/makefile.w32-in (FONT_H): Add $(FRAME_H).
(W32TERM_H): Add $(ATIMER_H) and $(FRAME_H).
($(BLD)/emacs.$(O), $(BLD)/w32console.$(O)): Update dependencies.
(GLOBAL_SOURCES): Add cygw32.c.
lib-src/makefile.w32-in (obj): Add cygw32.o.
2012-10-08 14:21:04 +02:00
Eli Zaretskii
b6f4e30044
Avoid compiler warnings on w32, caused by cygw32 changes.
...
src/w32fns.c (w32_color_map_lookup, x_to_w32_color): Argument is now
'const char *'.
(x_to_w32_color): Don't modify the argument, modify a copy instead.
2012-10-08 13:19:35 +02:00
Eli Zaretskii
303cc1d110
Fix wording of comments in w32fns.c.
2012-10-08 13:03:00 +02:00
Daniel Colascione
93aa5c811f
Improve fix for jpeglib build break
2012-10-08 02:26:10 -08:00
Glenn Morris
5c0255d90b
Auto-commit of generated files.
2012-10-08 06:17:36 -04:00
Eli Zaretskii
8ee4c6ce76
Commit ChangeLog for last change.
2012-10-08 12:07:16 +02:00
Eli Zaretskii
a1d638346f
Remove CHECK_LIB_AVAILABLE from image.c, mistakenly reintroduced by cygw32.
...
src/image.c (CHECK_LIB_AVAILABLE): Remove, no longer used.
2012-10-08 12:05:50 +02:00
Eli Zaretskii
d424f3d8f5
Fix conditional macros in emacs.c, introduced by cygw32 addition.
...
src/emacs.c (DAEMON_MUST_EXEC) [HAVE_NTGUI]: Define this only on Cygwin.
2012-10-08 12:01:59 +02:00
Eli Zaretskii
bb84afd570
Fix comments in src/cygw32.h.
2012-10-08 11:52:25 +02:00
Eli Zaretskii
245dc6da18
Fix copyright years in new cygw32 files.
2012-10-08 11:41:04 +02:00
Eli Zaretskii
8db5e1790b
Fix the MSDOS configury due to changes in 2012-10-08T08:23:13Z!dancol@dancol.org.
...
msdos/sed1v2.inp (W32_LIBS, W32_OBJ): Edit to empty.
2012-10-08 11:32:40 +02:00
Eli Zaretskii
64a261b1ea
etc/NEWS: Fix wording in the Cygwin-related entries of the last change.
2012-10-08 11:23:31 +02:00
Eli Zaretskii
2ae3a8a712
Temporary fix for changes in 2012-10-08T08:23:13Z!dancol@dancol.org.
2012-10-08 11:19:20 +02:00
Daniel Colascione
7148eba270
Merge cygw32
2012-10-08 00:23:13 -08:00
Daniel Colascione
a28a3ae362
fix NT build
2012-10-08 00:18:01 -08:00
Daniel Colascione
de6e3a605d
Add NEWS entries for cygw32
2012-10-08 00:11:21 -08:00
Daniel Colascione
e08348a0e6
Changelog entries for cygw32
2012-10-07 23:58:40 -08:00
Glenn Morris
97fbed8759
Fix for url-https.el neing merged into url-http.el
...
* lisp/url/url-methods.el (url-scheme-get-property): url-https.el was
merged into url-http.el, so load the latter for https.
Fixes: debbugs:12599
2012-10-08 00:47:23 -07:00
Glenn Morris
63820c5c02
Trivial NEWS copyedits
2012-10-08 00:23:49 -07:00
Glenn Morris
57f1dee445
* lisp/cus-start.el (message-log-max): Set :version.
...
* etc/NEWS: No need to mention a simple customization option whose
default has changed, since the :version tag does that.
2012-10-08 00:18:02 -07:00
Glenn Morris
d71a6517cb
Trivial NEWS copyedits
2012-10-08 00:10:21 -07:00
Glenn Morris
cad4f2902e
Document calendar-month-header
...
* doc/emacs/cal-xtra.texi (Calendar Customizing): Mention calendar-month-header.
* etc/NEWS: Related edit.
2012-10-08 00:06:36 -07:00
Glenn Morris
3ab44929c8
* lisp/calendar/calendar.el (calendar-intermonth-header): Doc fix.
2012-10-08 00:05:21 -07:00
Glenn Morris
b859a3833a
Document cal-html-holidays
...
* doc/emacs/calendar.texi (Writing Calendar Files): Mention cal-html-holidays.
* etc/NEWS: Related edit.
2012-10-08 00:00:24 -07:00