- 01 Mar, 2011 11 commits
-
-
Glenn Morris authored
I guess the same changes were applied to emacs-23 and trunk separately. More duplicates remain.
-
Christoph Scholtes authored
(Change Log Commands): Add documentation for combining multiple symbols in one change.
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date): Rename and rework functions added in previous change. * etc/NEWS: Mention diary-hebrew-birthday.
-
Ed Reingold authored
* lisp/calendar/cal-hebrew.el (hebrew-calendar-birthday, diary-hebrew-birthday): New functions.
-
Glenn Morris authored
* lisp/dired.el (dired-safe-switches-p): Beef it up. (dired-actual-switches): Use it for the safe-local-variable property.
-
Stefan Monnier authored
-
Glenn Morris authored
* lisp/files.el (dir-locals-collect-variables): Add the ability to exclude subdirectories. * doc/emacs/custom.texi (Directory Variables): Give an example of excluding subdirectories. * doc/lispref/variables.texi (Directory Local Variables): Mention `(subdirs . nil)' alist element. * etc/NEWS: Mention this addition. * lisp/dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
-
- 28 Feb, 2011 10 commits
-
-
Christoph Scholtes authored
(ido-mode): Doc fix.
-
Glenn Morris authored
-
Michael Albinus authored
supported systems.
-
Michael Albinus authored
-
Antoine Levitt authored
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Stephen Berman authored
* lisp/dired-aux.el (dired-update-file-line): Fix 2010-11-09 change.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 27 Feb, 2011 19 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* src/frame.c (store_frame_param): Don't store value directly in buffer_list and buried_buffer_list; copy the list and remove dead buffers.
-
Chong Yidong authored
-
Prestoo Ten authored
-
Glenn Morris authored
-
Eli Zaretskii authored
src/msdos.c (readlink) [DJGPP < 2.04]: New stub function. src/msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype.
-
Eli Zaretskii authored
src/w32.c (symlink, readlink): New stub functions. nt/inc/unistd.h (readlink, symlink): Declare prototypes.
-
Eli Zaretskii authored
src/msdos.c (readlink) [DJGPP < 2.04]: New stub function. src/msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype.
-
Glenn Morris authored
-
Lars Ingebrigtsen authored
-
Paul Eggert authored
-
Paul Eggert authored
This avoids a gcc warning in some configurations.
-
Paul Eggert authored
-
Paul Eggert authored
(set_menu_bar_lines, x_get_resource_string): New decls. * msdos.c (set_menu_bar_lines): Omit decl.
-
Stefan Monnier authored
(pcase-mutually-exclusive-predicates): New var. (pcase--split-consp, pcase--split-pred): Use it. (pcase--split-equal, pcase--split-member): When splitting against a pure predicate, run it to know the outcome. (pcase--u1): Mark vars that are actually used. (pcase--q1): Avoid introducing unused vars.
-
Paul Eggert authored
It's always given int values and used as an int. This suppresses a gcc "comparison of unsigned expression >= 0" warning in some configurations.
-
Jay Belanger authored
-
Jay Belanger authored
instead of `calc-ul-prefix-help'. * calc/calc-math.el (calcFunc-log10): Don't signal an error in symbolic mode. * calc/calc-vec.el (calcFunc-subscr): Don't do anything if the first argument is a variable.
-
Paul Eggert authored
(update_text_area, scrolling_window, update_frame_1): Rename locals.
-