comparison lisp/ChangeLog.12 @ 87903:5d58981e6690

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
author Miles Bader <miles@gnu.org>
date Tue, 22 Jan 2008 23:53:46 +0000
parents b9e8ab94c460
children c70e45a7acfd
comparison
equal deleted inserted replaced
87902:2080d155f7aa 87903:5d58981e6690
248 that customizing this only applies to future footnotes. 248 that customizing this only applies to future footnotes.
249 249
250 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 250 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
251 251
252 * textmodes/bibtex.el (bibtex-field-list): Use functionp. 252 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
253 (bibtex-make-field): Check that INIT is a string. Use functionp. 253 (bibtex-make-field): Check that INIT is a string. Use functionp.
254 254
255 2007-04-14 Glenn Morris <rgm@gnu.org> 255 2007-04-14 Glenn Morris <rgm@gnu.org>
256 256
257 * complete.el (PC-goto-end): New buffer-local variable. 257 * complete.el (PC-goto-end): New buffer-local variable.
258 (PC-do-completion-end): Make buffer-local. 258 (PC-do-completion-end): Make buffer-local.
1212 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu> 1212 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1213 1213
1214 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit 1214 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1215 special help topics for keywords. 1215 special help topics for keywords.
1216 (idlwave-help-assistant-command): Include ".exe" for ms-dos 1216 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1217 etc. Assistant command. 1217 etc. Assistant command.
1218 1218
1219 2007-03-08 Chong Yidong <cyd@stupidchicken.com> 1219 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1220 1220
1221 * replace.el (occur-engine): Move buffer-undo-list binding... 1221 * replace.el (occur-engine): Move buffer-undo-list binding...
1222 (occur-1): ...to here. 1222 (occur-1): ...to here.
2131 (newsticker-hide-entry): Use (t) instead of t for invisibility. 2131 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2132 (newsticker--sentinel): Yet another xml-parser workaround. 2132 (newsticker--sentinel): Yet another xml-parser workaround.
2133 (newsticker--decode-iso8601-date): Bugfix for datestrings without 2133 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2134 days. 2134 days.
2135 (newsticker--buffer-do-insert-text): Fix. 2135 (newsticker--buffer-do-insert-text): Fix.
2136 (newsticker--buffer-insert-enclosure): Fix. length might be missing. 2136 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
2137 (newsticker--buffer-make-item-completely-visible): 2137 (newsticker--buffer-make-item-completely-visible):
2138 `switch-to-buffer' not necessary. 2138 `switch-to-buffer' not necessary.
2139 2139
2140 2007-02-02 Eli Zaretskii <eliz@gnu.org> 2140 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2141 2141
5363 Some globals were declared, but uninitialized. 5363 Some globals were declared, but uninitialized.
5364 5364
5365 After 5.3, 5.4: 5365 After 5.3, 5.4:
5366 (cperl-facemenu-add-face-function): Add docs, fix U<>. 5366 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5367 Copyright message updated. 5367 Copyright message updated.
5368 (cperl-init-faces): Work around a bug in `font-lock'. May slow 5368 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5369 facification down a bit. 5369 facification down a bit.
5370 Misprint for my|our|local for old `font-lock' 5370 Misprint for my|our|local for old `font-lock'
5371 "our" was not fontified same as "my|local". 5371 "our" was not fontified same as "my|local".
5372 Highlight variables after "my" etc even in 5372 Highlight variables after "my" etc even in
5373 a middle of an expression. 5373 a middle of an expression.
5879 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long 5879 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5880 lines in base64-encoded authentication response. 5880 lines in base64-encoded authentication response.
5881 5881
5882 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> 5882 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5883 5883
5884 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling. 5884 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5885 (ebnf-version): New version 4.3. 5885 (ebnf-version): New version 4.3.
5886 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options. 5886 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5887 (ebnf-prologue): Adjust PostScript programming. 5887 (ebnf-prologue): Adjust PostScript programming.
5888 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1) 5888 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5889 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code. 5889 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.