1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

55720 Commits

Author SHA1 Message Date
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
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
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
Leo Liu
27d6c5a891 Fix for the buffer-local rcirc-encode-coding-system case
in rcirc-split-message.
2012-08-15 20:26:48 +08:00
Glenn Morris
6f97980a9a Add CVE number to ChangeLog 2012-08-14 15:07:53 -04:00
Leo Liu
4432d2e25b * lisp/net/rcirc.el (rcirc-split-message): New function.
(rcirc-send-message): Use it.

Fixes: debbugs:12051
2012-08-14 01:22:42 +08:00
Glenn Morris
fbb5e33648 * lisp/emacs-lisp/copyright.el (copyright-update-directory): Logic fix. 2012-08-09 23:56:01 -07:00
Glenn Morris
7aacaf15a2 Disable local eval: in some places
* tutorial.el (help-with-tutorial):
* emacs-lisp/copyright.el (copyright-update-directory):
* emacs-lisp/autoload.el (autoload-find-generated-file)
(autoload-find-file): Disable local eval: (for insurance).
2012-08-09 23:53:52 -07:00
Glenn Morris
f40b9f106b hack-local-variables-filter fix for bug#12155
* lisp/files.el (hack-local-variables-filter): If an eval: form is not
known to be safe, and enable-local-variables is :safe, then ignore
the form totally, as is done for non-eval forms.
2012-08-07 14:41:39 -04:00
Chong Yidong
7178e7222c Backport 2012-06-23T12:54:59Z!cyd@gnu.org from trunk 2012-08-07 11:24:52 +08:00
Chong Yidong
de655540a9 Backport 2012-06-23T12:48:24Z!cyd@gnu.org from trunk 2012-08-07 11:24:35 +08:00
Stefan Monnier
638eaeb924 * lisp/progmodes/cperl-mode.el (cperl-mode): Yet another fix for
syntax-propertize-function.

Fixes: debbugs:10095
2012-08-06 13:41:32 -04:00
Chong Yidong
a55739d3d0 Fix bogus code in gdb-place-breakpoints.
* progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
gdb-get-location.
2012-07-28 23:09:36 +08:00
Leo Liu
9a0f8f2e95 Avoid leaving nil in the alist in cc-imenu-objc-function
Fixes: debbugs:12029
2012-07-26 00:11:23 +08:00
Chong Yidong
971635eeb9 Backport fix for Bug#11989 from trunk.
* mouse.el (mouse-drag-track): Do not set the mark if the user
releases the mouse without selecting anything.
2012-07-25 14:14:30 +08:00
Leo Liu
2c73e345cc Use match-string-no-properties instead in c-defun-name
for consistency.
2012-07-21 09:41:48 +08:00
Leo Liu
3646bcd6b8 * lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
Fixes: debbugs:7879
2012-07-21 05:18:52 +08:00
Jan Djärv
fe1a523fd9 Backport: Recognize Objective-C methods also in c-defun-name
Fixes: debbugs:7879
2012-07-21 03:59:49 +08:00
Leo Liu
542dfbde70 * progmodes/cc-langs.el (c-symbol-start): Include char _.
Fixes: debbugs:11986
2012-07-20 19:36:41 +08:00
Stefan Monnier
d0b822e38a * lisp/userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
* lisp/progmodes/bug-reference.el, lisp/misearch.el: Provide themselves.

Fixes: debbugs:11915
2012-07-18 07:44:13 -04:00
Stefan Monnier
95bdccb782 * lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
of narrowed buffer.

Fixes: debbugs:11966
2012-07-18 05:33:09 -04:00
Andreas Schwab
9598ddae26 * shr.el (shr-expand-url): Handle URL starting with `//'. 2012-07-10 11:42:48 +02:00
Stefan Monnier
aa7aaf8f0b * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
change.

Fixes: debbugs:11826
2012-07-09 09:54:50 -04:00
Glenn Morris
cb4429739a * lisp/simple.el (kill-whole-line): Doc tweak. 2012-07-02 18:42:45 -04:00
Eli Zaretskii
93842198fc Fix bug #11827 with file-relative-name on MS-Windows.
lisp/files.el (file-relative-name): Compare file names
 case-insensitively if on MS-Windows or MS-DOS, or if
 read-file-name-completion-ignore-case is non-nil.  Don't use
 case-fold-search for this purpose.
2012-07-01 19:38:53 +03:00
Andreas Schwab
3d8b9024ad * calendar/cal-dst.el (calendar-current-time-zone): Return
calendar-current-time-zone-cache if non-nil.
2012-06-28 14:13:38 +02:00
Glenn Morris
8c3a19aba0 * lisp/progmodes/which-func.el (which-func-format): Bump :version. 2012-06-25 00:11:53 -07:00
Masatake YAMATO
26e8548ea1 * lisp/progmodes/which-func.el (which-func-format): Add mouse-face.
Fixes: debbugs:11698
2012-06-25 00:11:03 -07:00
Glenn Morris
4961643b93 Auto-commit of loaddefs files. 2012-06-24 07:22:20 -04:00
Leo Liu
a08bd6bfef Backport: Avoid buffer read-only error in ibuffer-diff-buffer-with-file-1 2012-06-24 10:41:03 +08:00
Leo Liu
d939b632e1 Backport: Avoid error when process-contact returns t in rcirc 2012-06-24 10:34:52 +08:00
Leo Liu
c101ef0a3c Backport: * Fix typo in diff-file-prev/next 2012-06-24 10:30:51 +08:00
Leo Liu
4bdc63b8b7 Backport: Fix mal-formed defconst in url-http-codes 2012-06-23 21:53:52 +08:00