Juanma Barranquero
4789358111
lisp/progmodes/cwarn.el: Small fixes.
...
(cwarn): Remove dead link.
(cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
Remove * from defcustom docstrings.
(turn-on-cwarn-mode): Make obsolete.
(c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
(turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2012-01-31 03:57:00 +01:00
Glenn Morris
8d8939e858
* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2012-01-30 18:43:59 -08:00
Glenn Morris
e58e988add
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Fix :variable case.
2012-01-30 17:53:20 -08:00
Paul Eggert
bccc0e401f
Spelling fix.
2012-01-30 17:15:56 -08:00
Glenn Morris
c31b4ce3c8
* etc/NEWS: view-buffer markup, again.
...
Let's not document this now - let's fix it properly after 24.1 and
document the correct behaviour. (bug#10650#12)
2012-01-30 17:01:30 -08:00
Gnus developers
ba775afe0d
Merge changes made in Gnus trunk
...
gnus.texi (Agent Basics): Fix outdated description of `gnus-agent-auto-agentize-methods'.
rfc2047.el (rfc2047-encode-region): Allow not folding the encoded words.
(rfc2047-encode-string): Ditto.
(rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not understand folded filename="..." parameters, for instance.
gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent section in the manual.
2012-01-30 23:30:22 +00:00
Lars Ingebrigtsen
d2859a4a2e
nnimap.el (nnimap-wait-for-response): Include the imap server name in the message for greater debuggability.
2012-01-30 22:03:11 +00:00
Glenn Morris
3498f31397
* etc/NEWS: Markup.
...
I no longer know whether the view-buffer changes need a manual update
or not. See bug#10650.
2012-01-30 12:11:02 -08:00
Eli Zaretskii
7a43121e52
nt/INSTALL: Update instructions for parallel builds.
2012-01-30 20:37:01 +02:00
Eli Zaretskii
5a26ec8975
lib/makefile.w32-in: Fix dependencies for a parallel build.
...
lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
$(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
with "make -j3".
2012-01-30 20:33:36 +02:00
Glenn Morris
d570ce1ced
Auto-commit of generated files.
2012-01-30 06:17:52 -05:00
Glenn Morris
aab253553a
* etc/NEWS: Reword view-buffer entry.
2012-01-30 01:15:54 -08:00
Glenn Morris
2bd05740a2
* etc/NEWS: Edit view-buffer entry.
...
See http://debbugs.gnu.org/10650
2012-01-30 01:06:54 -08:00
Glenn Morris
334023befb
* etc/NEWS: Some easy markup.
2012-01-30 00:33:37 -08:00
Glenn Morris
10b74e89c1
* admin/notes/lel-TODO: Small updates for deleted/obsolete features.
2012-01-30 00:32:06 -08:00
Glenn Morris
7a3f511d4b
authors.el trivia
...
* lisp/emacs-lisp/authors.el (authors-fixed-entries):
Remove reference to deleted file rnewspost.el.
2012-01-30 00:24:14 -08:00
Chong Yidong
1714d1eea5
* etc/tutorials/TUTORIAL: Delete a repeat sentence.
2012-01-30 15:54:00 +08:00
Juanma Barranquero
cb882333c2
lisp/window.el: Remove unused variables.
...
(window-with-parameter): Remove unused variable `windows'.
(window--side-check): Remove unused variable `code'.
(window--resize-siblings): Remove unused variable `first'.
(adjust-window-trailing-edge): Remove unused variable `failed'.
(window-deletable-p, window--delete): Remove unused variable `buffer'.
Use `let', not `let*'.
(balance-windows-2): Remove unused variable `found'.
(window--state-put-2): Remove unused variable `splits'.
(window-state-put): Remove unused variable `selected'.
(same-window-p): Use `string-match-p'.
(display-buffer-assq-regexp): Remove unused variable `value'.
(display-buffer-pop-up-frame, display-buffer-pop-up-window):
Mark argument ALIST as ignored.
(pop-to-buffer): Remove unused variable `old-window'.
2012-01-29 22:52:14 +01:00
Eli Zaretskii
907201af57
Support Lzip and LZMA compressed files.
...
lisp/jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
and .lzma compressed files.
2012-01-29 19:41:43 +02:00
Chong Yidong
d7fac6deb0
Bump version to 24.0.93.
...
Regenerate AUTHORS and ldefs-boot.el.
2012-01-29 23:46:05 +08:00
Chong Yidong
5b95ee8a96
* lisp/frame.el (window-system-default-frame-alist): Doc fix.
2012-01-29 22:22:51 +08:00
Chong Yidong
ea1626708e
Fix an instance of dynamic-setting.el clobbering the default face.
...
* lisp/dynamic-setting.el (font-setting-change-default-font): Don't
change the default face if SET-FONT argument is non-nil.
Fixes: debbugs:9982
2012-01-29 21:55:09 +08:00
Ulf Jasper
bdbc1c4e3e
test/automated/icalendar-tests: Fix broken test
...
2012-01-29 Ulf Jasper <ulf.jasper@web.de>
* automated/icalendar-tests.el (icalendar-import-non-recurring):
Fix broken test, caused by missing trailing blank.
2012-01-29 13:28:20 +01:00
Samuel Bronson
d6e6f4b1e9
* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2012-01-29 18:01:20 +08:00
Chong Yidong
837a390a91
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.
...
Fixes: debbugs:9619
2012-01-29 15:35:58 +08:00
Chong Yidong
0f29fa41ac
Fix wholenump/natnump description in Lisp manual.
...
* doc/lispref/numbers.texi (Predicates on Numbers): Fix
wholenump/natnump description.
Fixes: debbugs:10189
2012-01-29 15:25:22 +08:00
Syver Enstad
6b25e4e27d
Fix pdb path handling.
...
* progmodes/gud.el (pdb): Give pdb full paths, to allow setting
breakpoints in files outside current directory.
* lisp/progmodes/python.el: Require ansi-color at top-level.
Fixes: debbugs:6098
2012-01-29 15:06:54 +08:00
Chong Yidong
db17443466
Make Emacs Lisp mode use emacs-lisp-mode-abbrev-table.
...
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table): Define
and use in Emacs Lisp mode.
(lisp-mode-abbrev-table): Add doc.
(lisp-mode-variables): Don't set local-abbrev-table.
(lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
Fixes: debbugs:9360
2012-01-29 12:45:51 +08:00
David Engster
c6ddbd6890
Fix require error when using srecode-insert.
...
* lisp/cedet/srecode/insert.el: Require srecode/filters.
* lisp/cedet/srecode/filters.el: Drop two requires.
Fixes: debbugs:9967
2012-01-29 12:21:29 +08:00
Glenn Morris
573559b413
* etc/NEWS: Typo fix.
2012-01-28 19:17:53 -08:00
Glenn Morris
043efd5637
* etc/NEWS: Minor libxml changes.
2012-01-28 19:16:54 -08:00
Glenn Morris
641cac0992
* doc/lispref/files.texi (Changing Files): Remove part of previous change.
2012-01-28 19:11:45 -08:00
Glenn Morris
31fd3586bd
Minor NEWS cleanup, mainly for "Installation Changes" section.
...
* etc/NEWS: Reorder items.
Standardize new --with-libfoo type configure options.
Don't say precisely which library versions are needed - it tends to
change and people who care can look at configure.
Move new Hebrew tutorial entry to "Internationalization changes" section.
Small tidy up for imagemagick and gnutls entries.
* src/gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
2012-01-28 19:08:15 -08:00
Glenn Morris
a49ca6b95b
Document SELinux support.
...
* doc/lispref/files.texi (Changing Files): Document SELinux support.
* etc/NEWS: Markup.
2012-01-28 18:49:57 -08:00
Glenn Morris
182148eeb5
* doc/lispref/windows.texi (Window Sizes): Fix typo.
2012-01-28 17:50:40 -08:00
Lars Ingebrigtsen
576950c66c
mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode' instead of setting it locally, since the latter doesn't seem to have any effect (most of the time).
2012-01-29 00:28:05 +00:00
Andreas Schwab
cb97cd2a0d
Fix undefined @value reference
...
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
of @menu. (Bug#10628)
2012-01-28 20:16:02 +01:00
Andreas Schwab
b207a4ec75
Fix formatting of cc-mode manual
...
* cc-mode.texi: Always @defindex ss.
(Config Basics): Fix argument of @itemize.
(Macro Backslashes): Add @code around index entry.
2012-01-28 20:16:02 +01:00
Roland Winkler
e70ee68111
lisp/textmodes/bibtex.el: minor doc fix
2012-01-28 12:25:03 -06:00
Roland Winkler
ace88aa20f
lisp/textmodes/bibtex.el: allow bibtex-dialect as file-local variable (Bug#10254)
2012-01-28 12:06:10 -06:00
Chong Yidong
6e9bad1452
* lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).
2012-01-28 22:29:29 +08:00
Chong Yidong
93376c5baf
Quote file name commands in eshell.
...
* lisp/eshell/esh-arg.el (eshell-quote-argument): New function.
* lisp/eshell/esh-ext.el (eshell-invoke-batch-file):
* lisp/eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
first arg to eshell-parse-command.
Fixes: debbugs:10523
2012-01-28 21:58:46 +08:00
Chong Yidong
8c6e192092
* display.texi (Fringe Indicators): Clarify fringe-indicator-alist doc.
...
Fixes: debbugs:8568
2012-01-28 21:47:42 +08:00
Drew Adams
4372494f8f
* net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
...
`default-directory' is non-nil.
2012-01-28 12:26:29 +01:00
Eli Zaretskii
4d4ec1f815
Fix bug #9924 with long display of system-configuration-options in emacsbug.el.
...
lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long
line that displays system-configuration-options.
2012-01-28 12:49:17 +02:00
Drew Adams
7c188927ac
Fix bug #10129 : add positional information to "C-u C-x =".
...
lisp/descr-text.el (describe-char): Show information about POS, in
addition to information about the character at POS. Improve and
update the doc string. Change "code point" to "code point in
charset", to avoid confusion with the character's Unicode code
point shown above that.
2012-01-28 12:27:28 +02:00
Eli Zaretskii
e0da685ab9
Fix character display by "C-u C-x =" in presence of display properties.
...
lisp/descr-text.el (describe-char): Show the raw character, not only
its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
for the reasons.
2012-01-28 11:52:24 +02:00
Chong Yidong
80ed530414
Fix last commit.
2012-01-28 17:50:52 +08:00
Phil Hagelberg
70550acf88
Fix M-x package-install failure if no archive has been fetched yet.
...
* emacs-lisp/package.el (package-install): Run
package-refresh-contents if there is no archive yet.
Fixes: debbugs:97978
2012-01-28 17:49:29 +08:00
Chong Yidong
0ce8e868b9
Fix package.el dependency handling so that `require' calls work.
...
* lisp/emacs-lisp/package.el (package-maybe-load-descriptor): New
function, split from package-maybe-load-descriptor.
(package-maybe-load-descriptor): Use it.
(package-download-transaction): Fully load required packages
inside the loop, so that `require' calls work.
(package-install): No need to call package-initialize now.
Fixes: debbugs:10593
2012-01-28 16:14:24 +08:00