Commit graph

105096 commits

Author SHA1 Message Date
Glenn Morris
d259be3835 * newsticker.texi (Overview, Requirements, Usage, Configuration): Copyedits. 2012-10-05 00:34:10 -07:00
Glenn Morris
204f3953f9 * lisp/net/newst-treeview.el (newsticker-group-move-feed): Doc fix. 2012-10-05 00:25:04 -07:00
Glenn Morris
d8788e1e6f Doc fixes
* lisp/color.el (color-name-to-rgb, color-rgb-to-hex)
(color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
(color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
(color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
(color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.

Fixes: debbugs:12558
2012-10-05 00:17:23 -07:00
Glenn Morris
677c110942 Doc typo fixes 2012-10-04 23:50:23 -07:00
Glenn Morris
8d956cef24 * lisp/emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577) 2012-10-04 14:27:37 -04:00
Ikumi Keita
ca347e3d40 * src/minibuf.c (Fcompleting_read): Doc fix (tiny change)
Fixes: debbugs:12555
2012-10-04 00:31:56 -07:00
Bruno Félix Rezende Ribeiro
26026637d3 * doc/lispref/functions.texi (Function Safety): Copyedit (tiny change)
Fixes: debbugs:12562
2012-10-03 00:25:17 -07:00
Douglas Lewan
d913151d11 * etc/tutorials/TUTORIAL.pt_BR: Fix typo (tiny change)
Fixes: debbugs:12557
2012-10-03 00:17:56 -07:00
Juanma Barranquero
ea9a35630a *** empty log message *** 2012-10-01 04:45:25 +02:00
Juanma Barranquero
6e6c9cd2e9 lisp/ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring. 2012-09-30 14:32:16 +02:00
Leo Liu
147c042502 Use minibuffer-message in pcomplete-show-completions 2012-09-28 21:42:19 +08:00
Leo Liu
9c1228c323 ido.el (ido-set-matches-1): Fix 2012-09-11 change 2012-09-28 21:38:26 +08:00
Leo Liu
03922966f3 Fix typo in files.texi 2012-09-25 22:40:20 +08:00
Glenn Morris
d393cefbbf Doc fixes
* src/eval.c (Frun_hook_with_args, Frun_hook_with_args_until_success)
(Frun_hook_with_args_until_failure): Doc fixes.
2012-09-24 00:12:35 -07:00
Chong Yidong
cc04a16f0c Backport fix for Bug#12463 from trunk.
* image.c (define_image_type): Avoid adding duplicate types to
image_types.  Suggested by Jörg Walter.
2012-09-21 11:55:23 +08:00
YAMAMOTO Mitsuharu
d3fa327c47 Fix space in last commit. 2012-09-20 17:35:35 +09:00
YAMAMOTO Mitsuharu
e25c1a3064 Add new load command for Xcode 4.5. 2012-09-20 17:28:48 +09:00
Glenn Morris
1e9bbf473b run-hooks-with-args-* do fixes (bug#12393)
* src/eval.c (Frun_hook_with_args_until_success)
(Frun_hook_with_args_until_failure): Doc fixes.
2012-09-17 21:07:13 -04:00
Glenn Morris
2bc9406c23 Fix ChangeLog, add missing :version. 2012-09-16 17:48:04 -07:00
Leo Liu
a8c14da849 IDO: Disable match re-ordering for buffer switching
Fixes: debbugs:2042
2012-09-17 06:23:49 +08:00
Andreas Schwab
c6ba413818 Fixes: debbugs:12444
* fileio.c (Ffile_selinux_context): Only call freecon when
lgetfilecon succeeded.
(Fset_file_selinux_context): Likewise.
2012-09-14 18:35:25 +02:00
Eli Zaretskii
f2016beaf3 Fix a typo that caused crashes in redisplay.
src/xdisp.c (compute_stop_pos_backwards): Fix a typo that caused crashes while
 scrolling through multibyte text.
2012-09-12 20:18:33 +03:00
Eli Zaretskii
aa36e4d28b Fix bug #12403 with garbled display under non-zero scroll-margin.
src/xdisp.c (try_window_reusing_current_matrix): Under bidi
 reordering, locate the cursor by calling set_cursor_from_row; if
 that fails, clear the desired glyph matrix before returning a
 failure indication to the caller.  Fixes leaving garbled display
 when fast scrolling with a down-key when scroll-margin is non-zero.
2012-09-12 20:12:10 +03:00
Jan Djärv
e0453b552e * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so it
does not become zero.  Backport from trunk.

Fixes: debbugs:12234
2012-09-12 16:59:56 +02:00
Jose Marino
a316d229e3 * idlw-shell.el (idlwave-shell-complete-filename): Fix 2011-05-17 change.
Fixes: debbugs:12418
2012-09-12 01:04:10 -07:00
Glenn Morris
1bfe31778b * doc/lispref/debugging.texi (Using Debugger): Fix typo. 2012-09-11 22:18:43 -04:00
Leo Liu
d02e58f8da Mention with-demoted-errors in the doc-string of ignore-errors 2012-09-12 01:47:25 +08:00
Glenn Morris
511fd0b2f4 load-path-shadows-font-lock-keywords tweak
* lisp/emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
Be more robust about locating simple.el.
2012-09-11 00:13:21 -07:00
Glenn Morris
fa05bfe052 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors. 2012-09-09 19:19:23 -07:00
Alan Mackenzie
48e8c8aad6 Backport: AWK Mode: make auto-newline work when there's "==" in the
pattern.

Fixes: debbugs:12188
2012-09-09 09:56:38 +08:00
Joel Bion
da8d07a31f * lisp/pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (tiny change)
Fixes: debbugs:12382
2012-09-07 20:59:04 -04:00
Glenn Morris
f1220388bc Auto-commit of loaddefs files. 2012-09-01 07:17:44 -04:00
Glenn Morris
723088480d Fix right and left key remapping issue (bug#12317)
* lisp/emulation/cua-rect.el (cua--init-rectangles):
* lisp/textmodes/picture.el (picture-mode-map):
* lisp/play/blackbox.el (blackbox-mode-map):
Remap right-char and left-char like forward-char and backward-char.
2012-08-31 13:38:50 -04:00
Leo Liu
3aca1291d0 Extract "^[wW]arning" into a new var flymake-warning-re 2012-08-30 19:41:40 +08:00
Glenn Morris
b66833534f * holidays.el (holiday-christian-holidays): Rename an entry (bug#12289)
(Not worth a :version bump.)
2012-08-29 21:18:41 -04:00
Stefan Monnier
64f8c4bd61 * lisp/progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB.
Fixes: debbugs:12222
2012-08-29 14:33:35 -04:00
Leo Liu
806f0cc730 Fix broken completion in sh-mode
See: http://debbugs.gnu.org/12220
2012-08-27 20:33:05 +08:00
Leo Liu
3bb213b9fc * skeleton.el (skeleton-untabify): Change to nil.
Fixes: debbugs:12223
2012-08-27 19:02:23 +08:00
Leo Liu
22ab32ef88 Change sh-indent-comment to t
See: http://debbugs.gnu.org/12267
2012-08-27 18:51:17 +08:00
Chong Yidong
19c17fc147 Update release logs 2012-08-24 17:53:39 +08:00
Eli Zaretskii
36c46f8e09 Fix bug #12242 with crashes in ralloc.c on OpenBSD.
src/ralloc.c (free_bloc): Don't dereference a 'heap' structure if it
 is not one of the heaps we manage.
2012-08-24 11:26:46 +03:00
Stefan Monnier
db148c21a9 * lisp/files.el (safe-local-eval-forms): Fix before-save-hook entry to be
buffer-local; add delete-trailing-whitespace.

Fixes: debbugs:12259
2012-08-23 08:19:27 -04:00
Jeremy Moore
ffe6eaf17d * lisp/progmodes/hideif.el (hif-compress-define-list): Fix typo. (tiny change)
Fixes: debbugs:11951
2012-08-22 00:17:52 -07:00
Dan Nicolaescu
d30aca1b7a * lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
buffer local setting.
2012-08-20 11:26:46 -04:00
Chong Yidong
0c53f13cb5 Fix comment in log-edit.el. 2012-08-20 22:13:16 +08:00
Glenn Morris
5defc805f7 Auto-commit of generated files. 2012-08-16 07:17:31 -04:00
Glenn Morris
879b6116e2 Add 24.2 NEWS section (do not merge to trunk) 2012-08-15 15:12:03 -04:00
Glenn Morris
6652b0bc0a * lisp/vc/log-edit.el (log-edit-font-lock-gnu-style): Mark safe if boolean.
Do not merge to trunk.
2012-08-15 15:03:14 -04:00
Chong Yidong
e84a9018ec Regenerate ldefs-boot.el 2012-08-16 00:13:34 +08:00
Chong Yidong
ddf0e868c2 Bump version to 24.2 2012-08-16 00:12:37 +08:00