Kenichi Handa
dade5fca51
merge trunk
2012-10-07 21:58:14 +09:00
Kenichi Handa
6aa75fb62f
international/mule-conf.el (compound-text-with-extensions): Add :mime-charset property as x-ctext.
2012-10-07 21:48:44 +09:00
Stefan Merten
78d876b90e
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
...
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Correct :version tag.
2012-10-07 14:48:09 +02:00
Jan Djärv
493b5b1c4a
* nsterm.m (ns_dumpglyphs_image): Only draw slize of image (Bug#12506).
2012-10-07 13:09:04 +02:00
Glenn Morris
817330b512
Auto-commit of loaddefs files.
2012-10-07 06:23:48 -04:00
Glenn Morris
dc67e78689
Auto-commit of generated files.
2012-10-07 06:19:00 -04:00
Jan Djärv
335f5ae444
Check for OSX >= 10.4 to match what the maunal says and what we actually support.
...
* configure.ac: Check that OSX is 10.4 or newer.
* etc/NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required.
* src/nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
(ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.
* src/nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.
* src/nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2.
* src/nsselect.m (ns_string_from_pasteboard): Remove check for >=
MAC_OS_X_VERSION_10_4.
* src/nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
(EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
(struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
2012-10-07 12:07:23 +02:00
Jan Djärv
3bc0a2f7e9
* nsfns.m (ns_in_resize): Remove.
...
(x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove ns_in_resize
check.
* nsterm.m (ns_in_resize): Remove.
(ns_resize_handle_rect, mouseDown, mouseUp, mouseDragged): Remove.
(ns_clear_frame, sendEvent, windowDidResize, drawRect:): Remove ns_in_resize
check.
(ns_clear_frame_area): Remove resize handle code.
Fixes: debbugs:12479
2012-10-07 11:17:17 +02:00
Glenn Morris
31bcb42062
Un-mung previous erc-log change (error due to committer, not author)
2012-10-07 00:54:41 -07:00
Glenn Morris
99a1e70110
Fix infloop in rmailmm on multipart messages with epilogues
...
* lisp/mail/rmailmm.el (rmail-mime-process-multipart):
Do not confuse a multipart message with an epilogue
with a "truncated" one; fixes 2011-06-27 change.
Fixes: debbugs:10101
2012-10-07 00:49:16 -07:00
Fabián Ezequiel Gallina
08f18c3d4d
Fix shell output retrieval and comint-prompt-regexp init.
...
* progmodes/python.el (inferior-python-mode):
(python-shell-make-comint): Fix initialization of
comint-prompt-regexp from copied file local variables.
(python-shell-fetched-lines): Remove var.
(python-shell-output-filter-in-progress): Rename from
python-shell-fetch-lines-in-progress.
(python-shell-output-filter-buffer): Rename from
python-shell-fetch-lines-string.
(python-shell-fetch-lines-filter): Delete function.
(python-shell-output-filter): New function.
(python-shell-send-string-no-output): Use them.
2012-10-07 01:33:16 -03:00
Paul Eggert
c622b48f78
Improve sys_siglist detection.
...
* configure.ac (sys_siglist): Look for its decl in <signal.h>.
Otherwise, it's not found in either Fedora 17 or Solaris 11.
* src/sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
defined as a macro, as is done in Solaris.
(sys_siglist_entries): New macro.
(save_strsignal): Use it.
* src/syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
2012-10-06 19:26:03 -07:00
Glenn Morris
559e479cbb
Remove tiny change marker for author with assignment
2012-10-06 19:07:46 -07:00
Deniz Dogan
b68f89c4e3
* lisp/erc/erc-log.el (erc-generate-log-file-name-function): Clarify tags
...
Fixes: debbugs:11186
2012-10-06 19:05:04 -07:00
Glenn Morris
2255788d77
* lisp/erc/erc-button.el (erc-button-alist): Remove "finger".
...
Fixes: debbugs:4443
2012-10-06 18:45:03 -07:00
Antoine Levitt
1bac999506
Small fix for invisible timestamps
...
* lisp/erc/erc-stamp.el (erc-format-timestamp):
Don't apply intangible property to invisible stamps.
Fixes: debbugs:11706
2012-10-06 18:41:03 -07:00
Glenn Morris
87a95afe81
* lisp/erc/erc-backend.el (NICK): Handle pre-existing buffers.
...
Fixes: debbugs:12002
2012-10-06 18:28:04 -07:00
Glenn Morris
5407f8d234
Improve cusver-check's handling of the version number
...
* admin/admin.el (cusver-new-version): Set default.
(cusver-check): Improve interactive argument reading.
2012-10-06 17:54:36 -07:00
Glenn Morris
1595ecfac9
* lisp/hi-lock.el (hi-lock-process-phrase): Try to make it less fragile.
...
Fixes: debbugs:7161
2012-10-06 17:27:31 -07:00
Glenn Morris
82ed3ab40d
* lisp/hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2012-10-06 17:07:03 -07:00
Glenn Morris
32939005d6
* lisp/ehelp.el (electric-help-map): Use button-buffer-map.
...
Fixes: debbugs:10917
2012-10-06 16:22:52 -07:00
Glenn Morris
addc11ed80
* lisp/ehelp.el (electric-help-mode): Fix major-mode setting.
...
Fixes: debbugs:10917
2012-10-06 16:16:40 -07:00
Glenn Morris
5b9c45a6d1
Further ChangeLog fix
2012-10-06 15:52:52 -07:00
Glenn Morris
1a316a5393
Handle group :version in cusver-check
...
* admin/admin.el (cusver-new-version): New variable.
(cusver-scan): Check if containing group has a :version.
(cusver-check): Add VERSION argument.
2012-10-06 14:15:03 -07:00
Glenn Morris
460042b854
Fix some reftex custom types
...
* lisp/textmodes/reftex-vars.el (reftex-create-bibtex-header)
(reftex-create-bibtex-footer): Fix custom types.
2012-10-06 13:38:39 -07:00
Glenn Morris
67667c704b
* progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.
2012-10-06 13:34:45 -07:00
Glenn Morris
18dec75063
Clarify some rst.el obsolescence versions
...
* lisp/textmodes/rst.el (rst-preferred-decorations)
(rst-shift-basic-offset): Clarify obsolescence versions.
2012-10-06 13:33:23 -07:00
Glenn Morris
d1a1c7e649
Add missing :version tags
...
* profiler.el (profiler): Add missing group :version tag.
* avoid.el (mouse-avoidance-banish-position):
* proced.el (proced-renice-command):
* calc/calc.el (calc-ensure-consistent-units):
* calendar/icalendar.el (icalendar-import-format-uid):
* net/tramp.el (tramp-save-ad-hoc-proxies):
* progmodes/bug-reference.el (bug-reference-bug-regexp):
* progmodes/flymake.el (flymake-error-bitmap)
(flymake-warning-bitmap, flymake-fringe-indicator-position):
* progmodes/sh-script.el (sh-indent-after-continuation):
* progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
(verilog-before-save-font-hook, verilog-after-save-font-hook):
* progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
(vhdl-array-index-record-field-in-sensitivity-list)
(vhdl-indent-comment-like-next-code-line):
* textmodes/reftex-vars.el (reftex-ref-style-alist)
(reftex-ref-macro-prompt, reftex-ref-style-default-list)
(reftex-cite-key-separator, reftex-create-bibtex-header)
(reftex-create-bibtex-footer):
* textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
(rst-indent-literal-normal, rst-indent-literal-minimized)
(rst-indent-comment): Add missing custom :version tags.
* cedet/semantic/complete.el (semantic-displayor-tooltip-mode)
(semantic-displayor-tooltip-initial-max-tags)
(semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
* cedet/ede/linux.el (project-linux): Add missing group :version tag.
* cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
* erc/erc.el (erc-lurker):
* erc/erc-desktop-notifications.el (erc-notifications):
Add missing group :version tags.
* gnus/gnus-notifications.el (gnus-notifications):
Add missing group :version tag.
* gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook)
(gnus-gcc-post-body-encode-hook):
* gnus/gnus-sync.el (gnus-sync-lesync-name)
(gnus-sync-lesync-install-topics): Add missing custom :version tags.
2012-10-06 13:30:26 -07:00
Glenn Morris
ef35abb4ad
* timeclock.el (timeclock-modeline-display): Add missing obsolete alias
2012-10-06 13:05:39 -07:00
Glenn Morris
d1aae61450
Aliases to defcustoms must come before the defcustom.
...
* strokes.el (strokes-modeline-string):
* emulation/crisp.el (crisp-mode-modeline-string):
* eshell/esh-mode.el (eshell-status-in-modeline):
Aliases to defcustoms must come before the defcustom.
2012-10-06 12:55:47 -07:00
Glenn Morris
27359e9976
ChangeLog fix
2012-10-06 12:50:29 -07:00
Glenn Morris
f1f4dba09f
Rename a new cal-tex function, document it
...
* lisp/calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
(cal-tex-cursor-week2, cal-tex-cursor-week-iso)
(cal-tex-cursor-week-monday): Doc fixes.
(cal-tex-cursor-week2-summary): Doc fix.
Rename from cal-tex-cursor-week-at-a-glance.
* lisp/calendar/calendar.el (calendar-mode-map):
Add cal-tex-cursor-week2-summary.
* lisp/calendar/cal-menu.el (cal-menu-context-mouse-menu):
Tweak week descriptions. Add cal-tex-cursor-week2-summary.
* doc/emacs/calendar.texi (Writing Calendar Files): Tweak week descriptions.
Mention cal-tex-cursor-week2-summary.
2012-10-06 11:34:23 -07:00
Stefan Monnier
685f87b00f
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2012-10-06 13:34:57 -04:00
Jan Djärv
04fafa4675
Handle fullscreen parameter in initial/defult-frame-alist for NS.
...
* nsfns.m (Fx_create_frame): Call x_default_parameter with
fullscreen/Fullscreen.
* nsterm.h (EmacsView): Rename tbar_height to tibar_height.
tobar_height is new.
* nsterm.m (x_make_frame_visible): Check for fullscreen.
(ns_fullscreen_hook): Activate old style fullscreen with a timer.
(ns_term_init): Set activateIgnoringOtherApps if old style fullscreen.
(windowDidResize:): Check for correct window if old style fullscreen.
Capitalize word in comment. Remove incorrect comment.
(initFrameFromEmacs:): tbar_height renamed tibar_height.
(windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
error in drawing background.
(toggleFullScreen:): Remove comment. Rearrange calls.
Set toolbar values to zero, save old height in tobar_height.
Restore tool bar height when leaving fullscreen.
(canBecomeMainWindow): New function.
2012-10-06 19:31:11 +02:00
Stefan Monnier
d39109c3e1
* lisp/subr.el (read-passwd-map): New var.
...
(read-passwd): Use `read-string' again.
* lisp/minibuffer.el (delete-minibuffer-contents): Make it interactive.
2012-10-06 13:29:15 -04:00
Jambunathan K
5694896dfc
* lisp/register.el (append-to-register, prepend-to-register):
...
Deactivate mark, as does `copy-to-register'.
Fixes: debbugs:12389
2012-10-06 13:16:26 -04:00
Glenn Morris
50d92e32c2
Fix previous read-passwd change
2012-10-06 09:59:01 -07:00
Chong Yidong
0db901c17a
Update for admin/grammars/README.
2012-10-06 22:22:31 +08:00
Chong Yidong
9414dd8d50
Move bovine-grammar and wisent-grammar into lisp/ directory.
...
* lisp/files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
* cedet/semantic/bovine/grammar.el:
* cedet/semantic/wisent/grammar.el: Move from admin/grammars. Add
autoloads for bovine-grammar-mode and wisent-grammar-mode.
2012-10-06 22:18:35 +08:00
Chong Yidong
c6b68a2899
* doc/emacs/mini.texi (Passwords): Fix typo.
2012-10-06 22:18:03 +08:00
Kenichi Handa
16ddec7e9e
merge trunk
2012-10-06 21:55:09 +09:00
Kenichi Handa
2b89bca49d
international/characters.el: Fix simple mistake ((car chars) -> elt), delete duplicated code.
2012-10-06 21:35:04 +09:00
Glenn Morris
d5acb99a19
* subr.el (read-passwd): Allow C-u to erase entry.
...
Fixes: debbugs:12570
2012-10-05 19:47:26 -07:00
Julian Scheid
123ec15769
color-hsl-to-rgb fix (tiny change)
...
* lisp/color.el (color-hsl-to-rgb): Fix incorrect results for small
and large hue values.
Fixes: debbugs:12559
2012-10-05 19:20:36 -07:00
Glenn Morris
24636b2633
Remove outdated information from ERC manual
...
* doc/misc/erc.texi: Include emacsver.texi, and use EMACSVER rather than
ERC version.
(Introduction): ERC is distributed with Emacs.
(Obtaining ERC, Installation): Remove chapters, no longer relevant.
(Getting Started): Simplify.
(Getting Help and Reporting Bugs): Refer to general Emacs lists.
(History): Mention ERC maintained as part of Emacs now.
* doc/misc/Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
Add dependency on emacsver.texi.
2012-10-05 21:42:02 -04:00
Glenn Morris
a03bb33fb0
* doc/misc/erc.texi: Remove hand-written node pointers.
2012-10-05 21:13:01 -04:00
Glenn Morris
df5d5f59f2
Set maintainer of most lisp/erc/*.el files to FSF
...
Ref: http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-10/msg00200.html
2012-10-05 21:04:53 -04:00
Paul Eggert
c6e21c0323
* keyboard.c (read_char): Remove unnecessary 'volatile's and label.
2012-10-05 17:52:17 -07:00
Glenn Morris
58eaa9ec4c
Comment
2012-10-05 20:44:36 -04:00
Ulrich Mueller
150798c5ac
Let configure set ar and associated flags
...
* lwlib/Makefile.in (AR, ARFLAGS):
* oldXMenu/Makefile.in (AR, ARFLAGS): Get values from configure.
Fixes: debbugs:12549
2012-10-05 20:42:28 -04:00